只有 采购合同重置 合同金额 (因为要根据合同清单明细计算)
parent
f23bf9e175
commit
8bf9db615c
|
@ -974,8 +974,13 @@
|
|||
}
|
||||
}
|
||||
// @formatter:on
|
||||
|
||||
this.initForm({ ...form, contractAmount: 0 })
|
||||
if (this.projectType === procurementContract) {
|
||||
// 只有 采购合同重置 合同金额 (因为要根据合同清单明细计算)
|
||||
this.initForm({ ...form, contractAmount: 0 })
|
||||
}
|
||||
else {
|
||||
this.initForm(form)
|
||||
}
|
||||
this.projectSelected = true
|
||||
let indexCounter = 1;
|
||||
this.incomeDetails = incomeDetails && incomeDetails.map(detail => ({
|
||||
|
|
Loading…
Reference in New Issue