Explorar el Código

出入库修改

wengyuwen hace 4 años
padre
commit
2d54130348

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

@@ -4049,6 +4049,10 @@ export default {
     // 取消按钮
     cancel() {
       this.open = false;
+
+      this.fGrossweight = 0
+      this.fNetweight = 0
+      this.fQty = 0
       this.reset();
       this.getList()
     },
@@ -4730,7 +4734,7 @@ export default {
           this.form.fNetweight = this.fNetweight
           this.form.fPlanvolumn = this.fPlanvolumn
           this.form.fGrossweight = this.fGrossweight
-          this.form.fQty = this.fQty
+          // this.form.fQty = this.fQty
           // if (!this.form.fId) {
           //   this.form.fId = this.fid
           // }

+ 4 - 0
src/views/warehouseBusiness/outStock/index.vue

@@ -3734,7 +3734,11 @@ export default {
     // 取消按钮
     cancel() {
       this.open = false;
+      this.fGrossweight = 0
+      this.fNetweight = 0
+      this.fQty = 0
       this.reset();
+      this.getList()
     },
     // 表单重置
     reset() {