只有 采购合同重置 合同金额 (因为要根据合同清单明细计算)

master
Harry Yang 2023-01-05 21:18:49 +08:00
parent f23bf9e175
commit 8bf9db615c
1 changed files with 7 additions and 2 deletions

View File

@ -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 => ({