Prechádzať zdrojové kódy

1.计算仓储费如果有数据,查看仓储费用协议红色按钮隐去

nzf 3 rokov pred
rodič
commit
b7d82a62db

+ 2 - 1
src/views/warehouseBusiness/storageFeeCalculation/index.vue

@@ -2138,6 +2138,7 @@ export default {
           this.fWbuOptions = response.data.feesList
         }
         this.countstate = false
+        this.showAgreementStatus = false
       },(error) => {
         this.showAgreementStatus = true
       });
@@ -2363,7 +2364,7 @@ export default {
       });
       this.reset();
       this.disappear = false
-      this.notChange = true
+      this.notChange = false
       this.browseStatus = status;
       let fId = row.fId || this.ids;
       if (fId.length === 1) {