snow 2 years ago
parent
commit
912fdccf46

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


+ 4 - 2
src/views/sellOut/sellAfterApply/components/wait-stockman.vue

@@ -157,6 +157,8 @@ export default {
       })
     },
     async onSetOrderReturnChild() {
+      const returnNum = Number(this.list[0].return_num)
+
       let total = 0
       const list = this.list.map(({ id, can_sell_num, defective_num, loss_num }) => {
         total += (can_sell_num + defective_num + loss_num)
@@ -168,8 +170,8 @@ export default {
         })
       })
 
-      if (Number(this.sitem.out_num) !== total) {
-        this.$message.warning('销售仓入库数量、次品仓入库数量、丢失数量相加必须等于货数量')
+      if (total !== returnNum) {
+        this.$message.warning('销售仓入库数量、次品仓入库数量、丢失数量相加必须等于退货数量')
         return
       }
 

+ 0 - 1
src/views/sellOut/sellReturn/index.vue

@@ -447,7 +447,6 @@ export default {
       }
 
       const returnCode = this.select_list.map(({ returnCode }) => returnCode);
-
       if (!this.loading) {
         this.loading = true;
         let httpType = `aplication/zip`;

+ 1 - 4
src/views/supplierSellOut/supplierSellAfterApply/components/wait-stockman.vue

@@ -22,8 +22,7 @@
           </template>
         </el-table-column>
 
-        <el-table-column prop="return_num" label="发货物流" width="110px" show-overflow-tooltip />
-        <el-table-column prop="send_num" label="发货数量" width="110px" show-overflow-tooltip />
+        <el-table-column prop="return_num" label="退货数量" width="110px" show-overflow-tooltip />
 
         <el-table-column label="退货销售仓库名称" prop="return_wsm_name" min-width="180px" show-overflow-tooltip>
           <template slot-scope="scope">
@@ -42,8 +41,6 @@
           </template>
         </el-table-column>
 
-        <el-table-column label="退货数量" prop="return_num" width="110px" show-overflow-tooltip />
-
         <el-table-column width="130px">
           <template slot="header">
             <span style="color:red;margin-right:2px">*</span>销售仓入库数量

+ 0 - 2
src/views/youzan/othgoodsOnline/index.vue

@@ -584,8 +584,6 @@ export default {
         this.$message.warning("时间区间不完整!");
         return;
       }
-      // console.log(this.$refs.ruleForm)
-      // return;
       await this.$refs.ruleForm.validate(async (valid) => {
         if (valid) {
           if (!this.loading) {

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