只有 采购合同重置 合同金额 (因为要根据合同清单明细计算)
parent
f23bf9e175
commit
8bf9db615c
|
@ -974,8 +974,13 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// @formatter:on
|
// @formatter:on
|
||||||
|
if (this.projectType === procurementContract) {
|
||||||
this.initForm({ ...form, contractAmount: 0 })
|
// 只有 采购合同重置 合同金额 (因为要根据合同清单明细计算)
|
||||||
|
this.initForm({ ...form, contractAmount: 0 })
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
this.initForm(form)
|
||||||
|
}
|
||||||
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