Browse Source

入库计划数量修改

wengyuwen 4 years ago
parent
commit
4f4b43f496
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/warehouseBusiness/inStock/index.vue

+ 1 - 1
src/views/warehouseBusiness/inStock/index.vue

@@ -5341,7 +5341,6 @@ export default {
         selection.map((item) => item.fBillstatus) == 6 ||
         selection.map((item) => item.fBillstatus) == 4;
       this.multiple = !selection.length;
-      this.mum = 0
     },
     // 库存明细多选
     Selectinventory(selection) {
@@ -5427,6 +5426,7 @@ export default {
     },
     /** 修改按钮操作 */
     handleUpdate(row, status) {
+      this.mum = 0
       let queryParams = { pageNum: 1, fDc: "C" };
       listFees(queryParams).then((response) => {
         this.fCNameOptions = response.rows;