采购合同合同金额 联动

master
Harry Yang 2023-01-06 10:33:45 +08:00
parent d7fe81fabb
commit 9a17b67bc4
1 changed files with 1 additions and 1 deletions

View File

@ -974,7 +974,7 @@
}
}
// @formatter:on
if (this.projectType === procurementContract) {
if (this.processType === procurementContract) {
// 只有 采购合同重置 合同金额 (因为要根据合同清单明细计算)
this.initForm({ ...form, contractAmount: 0 })
}