|
@@ -1034,6 +1034,7 @@ export default {
|
|
|
contractNo: this.modification[0].contractNo,
|
|
|
carryOverWeight: this.carryoverlist.carryOverWeight,
|
|
|
purchaseReceiptReport: {
|
|
|
+ id: this.carryoverlist.id,
|
|
|
contractNo: this.carryoverlist.contractNo,
|
|
|
carryOverWeight: this.carryoverlist.carryOverWeight,
|
|
|
},
|
|
@@ -1047,6 +1048,7 @@ export default {
|
|
|
contractNo: this.carryoverlist.contractNo,
|
|
|
carryOverWeight: this.carryoverlist.carryOverWeight,
|
|
|
purchaseReceiptReport: {
|
|
|
+ id: this.carryoverlist.id,
|
|
|
contractNo: this.carryoverlist.contractNo,
|
|
|
carryOverWeight: this.carryoverlist.carryOverWeight,
|
|
|
},
|
|
@@ -1114,7 +1116,9 @@ export default {
|
|
|
for (let i = 0; i < this.carryovercontractnolist.length; i++) {
|
|
|
if (this.carryovercontractnolist[i].contractNo == e) {
|
|
|
this.carryoverlist.netWeight =
|
|
|
- this.carryovercontractnolist[i].netWeight
|
|
|
+ this.carryovercontractnolist[i].netWeight,
|
|
|
+ this.carryoverlist.id =
|
|
|
+ this.carryovercontractnolist[i].id
|
|
|
}
|
|
|
}
|
|
|
},
|