|
@@ -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
|
|
|
// }
|