From 9a17b67bc41c89459ee078a60e330cb5504158c5 Mon Sep 17 00:00:00 2001 From: Harry Yang Date: Fri, 6 Jan 2023 10:33:45 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=87=E8=B4=AD=E5=90=88=E5=90=8C=E5=90=88?= =?UTF-8?q?=E5=90=8C=E9=87=91=E9=A2=9D=20=E8=81=94=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/templates/admin/business/process-new.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/templates/admin/business/process-new.ftl b/src/main/resources/templates/admin/business/process-new.ftl index a53b2df..054a1df 100644 --- a/src/main/resources/templates/admin/business/process-new.ftl +++ b/src/main/resources/templates/admin/business/process-new.ftl @@ -974,7 +974,7 @@ } } // @formatter:on - if (this.projectType === procurementContract) { + if (this.processType === procurementContract) { // 只有 采购合同重置 合同金额 (因为要根据合同清单明细计算) this.initForm({ ...form, contractAmount: 0 }) }