From 1e0899891c41ba0141b14ba79daff9be3d5fe6a2 Mon Sep 17 00:00:00 2001 From: xxssyyyyssxx Date: Tue, 30 Nov 2021 18:06:12 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9D=9E=E5=BF=85=E5=A1=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/templates/admin/project_estimate_add.ftl | 4 ++-- .../resources/templates/admin/project_estimate_edit.ftl | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main/resources/templates/admin/project_estimate_add.ftl b/src/main/resources/templates/admin/project_estimate_add.ftl index 8c51e54..96b2521 100644 --- a/src/main/resources/templates/admin/project_estimate_add.ftl +++ b/src/main/resources/templates/admin/project_estimate_add.ftl @@ -149,7 +149,7 @@
华智产品金额
+ name="huazhiProductAmount" placeholder="单位(元)" maxlength="14" value="" />
@@ -157,7 +157,7 @@
紫光其他产品金额
+ name="ziguangOtherAmount" placeholder="单位(元)" maxlength="14" value="" />
diff --git a/src/main/resources/templates/admin/project_estimate_edit.ftl b/src/main/resources/templates/admin/project_estimate_edit.ftl index 0099c35..4b9b70a 100644 --- a/src/main/resources/templates/admin/project_estimate_edit.ftl +++ b/src/main/resources/templates/admin/project_estimate_edit.ftl @@ -146,18 +146,18 @@
-
*华智产品金额
+
<#--*-->华智产品金额
+ name="huazhiProductAmount" placeholder="单位(元)" maxlength="14" value="${Utils.format(project.huazhiProductAmount)}" />
-
*紫光其他产品金额
+
<#--*-->紫光其他产品金额
+ name="ziguangOtherAmount" placeholder="单位(元)" maxlength="14" value="${Utils.format(project.ziguangOtherAmount)}" />