|
@@ -1000,8 +1000,12 @@ export default {
|
|
customerConfirmationStatusFlag:
|
|
customerConfirmationStatusFlag:
|
|
this.modification[0].customerConfirmationStatusFlag,
|
|
this.modification[0].customerConfirmationStatusFlag,
|
|
id:this.modification[0].id,
|
|
id:this.modification[0].id,
|
|
|
|
+ contractNo:this.modification[0].contractNo,
|
|
|
|
+ carryOverWeight: this.carryoverlist.carryOverWeight,
|
|
|
|
+ purchaseReceiptReport: {
|
|
contractNo: this.carryoverlist.contractNo,
|
|
contractNo: this.carryoverlist.contractNo,
|
|
carryOverWeight: this.carryoverlist.carryOverWeight,
|
|
carryOverWeight: this.carryoverlist.carryOverWeight,
|
|
|
|
+ },
|
|
amountNotPayable: this.modification[0].amountNotPayable,
|
|
amountNotPayable: this.modification[0].amountNotPayable,
|
|
})
|
|
})
|
|
.toPromise()
|
|
.toPromise()
|
|
@@ -1041,11 +1045,13 @@ export default {
|
|
this.$message.warning('请选择一条要结转的条目')
|
|
this.$message.warning('请选择一条要结转的条目')
|
|
} else {
|
|
} else {
|
|
this.dialogFormVisible11 = true
|
|
this.dialogFormVisible11 = true
|
|
- // this.carryovercontractnolist = this.contractNoList.records.filter(
|
|
|
|
- // (item) => {
|
|
|
|
- // return this.modification[0].id != item.id
|
|
|
|
- // }
|
|
|
|
- // )
|
|
|
|
|
|
+ console.log(this.contractNoList.records)
|
|
|
|
+ this.carryovercontractnolist = this.contractNoList.records.filter(
|
|
|
|
+ (item) => {
|
|
|
|
+ return this.modification[0].id != item.id
|
|
|
|
+ }
|
|
|
|
+ )
|
|
|
|
+
|
|
}
|
|
}
|
|
},
|
|
},
|
|
handleSelectionChange(val) {
|
|
handleSelectionChange(val) {
|