Browse Source

入库常规入账修改

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

+ 4 - 2
src/views/warehouseBusiness/inStock/index.vue

@@ -3587,7 +3587,7 @@ export default {
         fBillstatus: 10,
       });
       this.weightList = false;
-      this.contrOl = true
+      // this.contrOl = true
     },
     // 导入付款信息
     whgenlegData() {
@@ -3862,8 +3862,9 @@ export default {
     /** 修改按钮操作 */
     handleUpdate(row, status) {
       this.reset();
+      this.contrOl = false
       if (this.dataList.length === 0){
-        this.contrOl = true
+
       }
       this.browseStatus = status;
       this.detailsHidden = false;
@@ -4196,6 +4197,7 @@ export default {
             }
             this.msgSuccess('入账成功')
             this.$refs.checkout.clearSelection()
+            this.contrOl = true
           })
         }
       })