snow 2 jaren geleden
bovenliggende
commit
de8081b721

File diff suppressed because it is too large
+ 0 - 0
dist/static/js/0.js


+ 2 - 1
src/views/sellOut/sellAfterApply/detail.vue

@@ -286,6 +286,7 @@ export default {
         { value: "4", label: "待客户退货" },
         { value: "5", label: "售后已完成" },
         { value: "6", label: "业务已驳回" },
+        { value: "8", label: "申请已取消" },
         { value: "9", label: "供应商审核" },
         { value: "10", label: "业务公司修改,待供应商确认" }
       ],
@@ -297,7 +298,7 @@ export default {
         { value: "4", label: "待客户退货" },
         { value: "5", label: "售后已完成" },
         { value: "6", label: "业务已驳回" },
-        // { id: "8", label: "申请已取消" },
+        { value: "8", label: "申请已取消" },
         { value: "9", label: "供应商审核" },
         { value: "10", label: "业务公司修改,待供应商确认" }
       ],

+ 2 - 0
src/views/sellOut/sellAfterApply/index.vue

@@ -363,6 +363,7 @@ export default {
         { id: "4", label: "待客户退货" },
         { id: "5", label: "售后已完成" },
         { id: "6", label: "业务已驳回" },
+        { id: "8", label: "申请已取消" },
         { id: "9", label: "供应商审核" },
         { id: "10", label: "业务公司修改待供应商确认" }
       ],
@@ -373,6 +374,7 @@ export default {
         { id: "4", label: "待客户退货" },
         { id: "5", label: "售后已完成" },
         { id: "6", label: "业务已驳回" },
+        { id: "8", label: "申请已取消" },
         { id: "9", label: "供应商审核" },
         { id: "10", label: "业务公司修改待供应商确认" }
       ],

+ 1 - 0
src/views/supplierSellOut/supplierFiling/index.vue

@@ -307,6 +307,7 @@ export default {
         noRelation:true,
         supplierNo: this.currentCompany
       });
+      
       const { code, data } = await this.useResHandle(res);
       if (code === 0) {
         const { list, count } = data;

+ 3 - 3
src/views/supplierSellOut/supplierSellAfterApply/detail.vue

@@ -18,7 +18,7 @@
                     v-text="
                       (
                         (sitem.is_receive + ''=== '0' ? status2Options : status1Options).find(
-                          (item) => String(item.value) === String( sitem.status)
+                          (item) => String(item.id) === String( sitem.status)
                         ) || {}
                       ).label || '--'
                     "
@@ -228,7 +228,7 @@ export default {
         { id: "5", label: "售后已完成" },
         { id: "6", label: "业务已驳回" },
         // { id: "7", label: "采购已驳回" }, // 废弃
-        // { id: "8", label: "申请已取消" },
+        { id: "8", label: "申请已取消" },
         { id: "9", label: "供应商审核" },
         { id: "10", label: "业务公司修改,待供应商确认" }
       ],
@@ -241,7 +241,7 @@ export default {
         { id: "5", label: "售后已完成" },
         { id: "6", label: "业务已驳回" },
         // { id: "7", label: "采购已驳回" }, // 废弃
-        // { id: "8", label: "申请已取消" },
+        { id: "8", label: "申请已取消" },
         { id: "9", label: "供应商审核" },
         { id: "10", label: "业务公司修改,待供应商确认" }
       ],

+ 2 - 2
src/views/supplierSellOut/supplierSellAfterApply/index.vue

@@ -289,7 +289,7 @@ export default {
         { id: "5", label: "售后已完成" },
         { id: "6", label: "业务已驳回" },
         // { id: "7", label: "采购已驳回" }, // 废弃
-        // { id: "8", label: "申请已取消" },
+        { id: "8", label: "申请已取消" },
         { id: "9", label: "供应商审核" },
         { id: "10", label: "业务公司修改,待供应商确认" }
       ],
@@ -309,7 +309,7 @@ export default {
         { id: "5", label: "售后已完成" },
         { id: "6", label: "业务已驳回" },
         // { id: "7", label: "采购已驳回" }, // 废弃
-        // { id: "8", label: "申请已取消" },
+        { id: "8", label: "申请已取消" },
         { id: "9", label: "供应商审核" },
         { id: "10", label: "业务公司修改,待供应商确认" }
       ],

Some files were not shown because too many files changed in this diff