采购合同合同金额 联动
parent
5d5c6592b1
commit
91dc9c8bd1
|
@ -975,7 +975,7 @@
|
||||||
}
|
}
|
||||||
// @formatter:on
|
// @formatter:on
|
||||||
|
|
||||||
this.initForm(form)
|
this.initForm({ ...form, contractAmount: 0 })
|
||||||
this.projectSelected = true
|
this.projectSelected = true
|
||||||
let indexCounter = 1;
|
let indexCounter = 1;
|
||||||
this.incomeDetails = incomeDetails && incomeDetails.map(detail => ({
|
this.incomeDetails = incomeDetails && incomeDetails.map(detail => ({
|
||||||
|
|
Loading…
Reference in New Issue