|
@@ -132,11 +132,9 @@
|
|
|
label="销售订单编号"
|
|
|
value="sellOrderNum"
|
|
|
></el-option>
|
|
|
-
|
|
|
<el-option label="商品编号" value="goodsNum"></el-option>
|
|
|
<el-option label="商品名称" value="goodsName"></el-option>
|
|
|
<el-option label="申请人部门" value="company_name"></el-option>
|
|
|
-
|
|
|
<el-option label="申请人" value="applyer"></el-option>
|
|
|
</el-select>
|
|
|
<el-button
|
|
@@ -206,7 +204,7 @@
|
|
|
<i
|
|
|
class="el-icon-view tb-icon"
|
|
|
@click="
|
|
|
- routeGoto('sellAfterApplyDetail', { id: scope.row.returnCode })
|
|
|
+ routeGoto('supplierSellAfterApplyDetail', { id: scope.row.returnCode })
|
|
|
"
|
|
|
></i>
|
|
|
</el-tooltip>
|
|
@@ -221,15 +219,13 @@
|
|
|
<script>
|
|
|
import mixinPage from "@/mixins/elPaginationHandle";
|
|
|
import resToken from "@/mixins/resToken";
|
|
|
-
|
|
|
import asyncRequest from "@/apis/service/sellOut/sellAfterApply";
|
|
|
import { columns } from "./columns";
|
|
|
import { mapGetters } from "vuex";
|
|
|
|
|
|
export default {
|
|
|
- name: "supplierSellAfterApply",
|
|
|
+ name: "sellAfterApply",
|
|
|
mixins: [mixinPage, resToken],
|
|
|
-
|
|
|
computed: {
|
|
|
...mapGetters(["tablebtnSize", "searchSize", "size"]),
|
|
|
powers() {
|
|
@@ -259,24 +255,44 @@ export default {
|
|
|
sitem: null,
|
|
|
// 收到货状态
|
|
|
status1Options: [
|
|
|
+ // { id: "1", label: "待业务审核" },
|
|
|
+ // { id: "2", label: "待采购审核" },
|
|
|
+ // { id: "3", label: "待设置仓库" },
|
|
|
+ // { id: "4", label: "待客户退货" },
|
|
|
+ // { id: "5", label: "售后已完成" },
|
|
|
+ // { id: "6", label: "业务已驳回" },
|
|
|
+ // { id: "7", label: "采购已驳回" },
|
|
|
+ // { id: "8", label: "申请已取消" },
|
|
|
{ id: "1", label: "待业务审核" },
|
|
|
{ id: "2", label: "待采购审核" },
|
|
|
- { id: "3", label: "待设置仓库" },
|
|
|
+ { id: "3", label: "待设置仓库" }, // 废弃
|
|
|
{ id: "4", label: "待客户退货" },
|
|
|
{ id: "5", label: "售后已完成" },
|
|
|
{ id: "6", label: "业务已驳回" },
|
|
|
- { id: "7", label: "采购已驳回" },
|
|
|
+ { id: "7", label: "采购已驳回" }, // 废弃
|
|
|
{ id: "8", label: "申请已取消" },
|
|
|
+ { id: "9", label: "供应商审核" },
|
|
|
+ { id: "10", label: "业务公司修改待供应商确认" }
|
|
|
],
|
|
|
// 未收到货状态
|
|
|
status2Options: [
|
|
|
+ // { id: "1", label: "待业务审核" },
|
|
|
+ // { id: "2", label: "待采购审核" },
|
|
|
+ // { id: "3", label: "待同意退货" },
|
|
|
+ // { id: "5", label: "售后已完成" },
|
|
|
+ // { id: "6", label: "业务已驳回" },
|
|
|
+ // { id: "7", label: "采购已驳回" },
|
|
|
+ // { id: "8", label: "申请已取消" },
|
|
|
{ id: "1", label: "待业务审核" },
|
|
|
{ id: "2", label: "待采购审核" },
|
|
|
- { id: "3", label: "待同意退货" },
|
|
|
+ { id: "3", label: "待设置仓库" }, // 废弃
|
|
|
+ { id: "4", label: "待客户退货" },
|
|
|
{ id: "5", label: "售后已完成" },
|
|
|
{ id: "6", label: "业务已驳回" },
|
|
|
- { id: "7", label: "采购已驳回" },
|
|
|
+ { id: "7", label: "采购已驳回" }, // 废弃
|
|
|
{ id: "8", label: "申请已取消" },
|
|
|
+ { id: "9", label: "供应商审核" },
|
|
|
+ { id: "10", label: "业务公司修改待供应商确认" }
|
|
|
],
|
|
|
loading: false,
|
|
|
showModel: false,
|