snow 2 years ago
parent
commit
374582037d

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


+ 2 - 2
src/views/supplierSellOut/supplierDeliveryWorkOrder/columns.js

@@ -1,7 +1,7 @@
 export default [
   {
     prop: 'outChildCode',
-    label: '发货工单号',
+    label: '发货工单号',
     width: '160'
   },
   {
@@ -11,7 +11,7 @@ export default [
   },
   {
     prop: 'outCode',
-    label: '确认单编号',
+    label: '发货单编号',
     width: '160'
   },
   {

+ 2 - 1
src/views/supplierSellOut/supplierDeliveryWorkOrder/index.vue

@@ -407,7 +407,8 @@ export default {
             ...model,
             [this.select]: this.s_input,
             customer_code: Array.isArray(this.parmValue.customer_code) ? this.parmValue.customer_code[0] : this.parmValue.customer_code,
-            supplierNo: Array.isArray(this.supplierNo) ? this.supplierNo[0] : this.supplierNo,
+            supplierNo: this.currentCompany,
+            noRelation: true
             // needRela: true
           },
           headers: {

+ 1 - 1
src/views/supplierSellOut/supplierReturnWorkOrder/index.vue

@@ -131,7 +131,7 @@
         </template>
 
         <template #order_type="{scope}">
-          <el-tag>{{(xs_order_type_options.find(({id}) => id === scope.row.order_type) || {})?.label || '--'}}</el-tag>
+          <el-tag size="mini">{{(xs_order_type_options.find(({id}) => id === scope.row.order_type) || {})?.label || '--'}}</el-tag>
         </template>
 
         <template #sendWsm="{scope}">

+ 7 - 2
src/views/supplierSellOut/supplierSellReturn/components/addForm.vue

@@ -20,7 +20,9 @@
                 :size="'mini'"
                 @searchChange="errorCode_change"
               />
-            </el-form-item> </el-col><el-col :span="16">
+            </el-form-item>
+          </el-col>
+          <el-col :span="16">
             <el-form-item label="退货备注" prop="remark">
               <el-input
                 v-model="ruleForm.remark"
@@ -29,7 +31,10 @@
                 maxlength="250"
                 show-word-limit
                 placeholder="请填写备注"
-              /> </el-form-item></el-col></el-row>
+              />
+            </el-form-item>
+          </el-col>
+        </el-row>
 
         <el-form-item label="收货信息" :size="'mini'" required>
           <el-table

+ 1 - 3
src/views/supplierSellOut/supplierSellReturn/detail.vue

@@ -200,7 +200,6 @@
 import mixinPage from "@/mixins/elPaginationHandle";
 import resToken from "@/mixins/resToken";
 import asyncRequest from "@/apis/service/supplierSellOut/supplierSellReturn";
-// import ReturnCheck from "./components/returnCheck";
 import comExamForm from "./components/comExamForm";
 import ApprovalResults from "./components/approval-results.vue";
 import { showColumns } from "./components/ShowDataTableColumns";
@@ -237,7 +236,7 @@ export default {
       activeTabs: "1",
       showColumns: showColumns,
       statusOptions: [
-      { value: "1", label: "待业务审批" },
+        { value: "1", label: "待业务审批" },
         { value: "4", label: "退货完成" },
         { value: "5", label: "业务驳回" },
         { value: '8', label:'供应商已驳回,待采购审核'},
@@ -297,7 +296,6 @@ export default {
       };
 
       let res = await asyncRequest.status(_model);
-      console.log(res)
 
       if (res && res.code === 0) {
         this.$notify.success({

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