From b5e63288d852bf084fcc9f8f978757722f9c4f75 Mon Sep 17 00:00:00 2001 From: xxssyyyyssxx Date: Fri, 26 Nov 2021 18:37:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E5=AD=97=E6=98=BE=E7=A4=BA=E4=B8=A4?= =?UTF-8?q?=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/templates/admin/project_budget_edit.ftl | 10 +++++----- .../templates/admin/project_estimate_edit.ftl | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/main/resources/templates/admin/project_budget_edit.ftl b/src/main/resources/templates/admin/project_budget_edit.ftl index 2b06eea..f751e54 100644 --- a/src/main/resources/templates/admin/project_budget_edit.ftl +++ b/src/main/resources/templates/admin/project_budget_edit.ftl @@ -132,7 +132,7 @@
+ value="${Utils.format(project.advanceInterestAmount)}" required />
@@ -141,7 +141,7 @@
+ value="${Utils.format(project.advancePeakAmount)}" required />
@@ -150,7 +150,7 @@
+ value="${Utils.format(project.contractAmount)}" required />
@@ -168,7 +168,7 @@
+ value="${Utils.format(project.huazhiProductAmount)}" />
@@ -177,7 +177,7 @@
+ value="${Utils.format(project.ziguangOtherAmount)}" />
diff --git a/src/main/resources/templates/admin/project_estimate_edit.ftl b/src/main/resources/templates/admin/project_estimate_edit.ftl index 74bc52e..0099c35 100644 --- a/src/main/resources/templates/admin/project_estimate_edit.ftl +++ b/src/main/resources/templates/admin/project_estimate_edit.ftl @@ -114,7 +114,7 @@
+ value="${Utils.format(project.advanceInterestAmount)}" required />
@@ -123,7 +123,7 @@
+ value="${Utils.format(project.advancePeakAmount)}" required />
@@ -132,7 +132,7 @@
+ value="${Utils.format(project.contractAmount)}" required />
@@ -149,7 +149,7 @@
*华智产品金额
+ name="huazhiProductAmount" placeholder="单位(元)" maxlength="20" value="${Utils.format(project.huazhiProductAmount)}" />
@@ -157,7 +157,7 @@
*紫光其他产品金额
+ name="ziguangOtherAmount" placeholder="单位(元)" maxlength="20" value="${Utils.format(project.ziguangOtherAmount)}" />