采购合同合同金额 联动
parent
d7fe81fabb
commit
9a17b67bc4
|
@ -974,7 +974,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// @formatter:on
|
// @formatter:on
|
||||||
if (this.projectType === procurementContract) {
|
if (this.processType === procurementContract) {
|
||||||
// 只有 采购合同重置 合同金额 (因为要根据合同清单明细计算)
|
// 只有 采购合同重置 合同金额 (因为要根据合同清单明细计算)
|
||||||
this.initForm({ ...form, contractAmount: 0 })
|
this.initForm({ ...form, contractAmount: 0 })
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue