From 026bdbad4c95b85ce75dd9f7b45ab2e2a6d96891 Mon Sep 17 00:00:00 2001 From: OathK1per Date: Wed, 1 Dec 2021 11:35:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A6=82=E7=AE=97=E7=9A=84?= =?UTF-8?q?=E8=BE=93=E5=85=A5=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/templates/admin/project_estimate_add.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_estimate_add.ftl b/src/main/resources/templates/admin/project_estimate_add.ftl index 96b2521..3cfbd2f 100644 --- a/src/main/resources/templates/admin/project_estimate_add.ftl +++ b/src/main/resources/templates/admin/project_estimate_add.ftl @@ -113,7 +113,7 @@
*垫资利息
@@ -122,7 +122,7 @@
*垫资峰值
@@ -131,7 +131,7 @@
*合同金额
@@ -149,7 +149,7 @@
华智产品金额
+ name="huazhiProductAmount" placeholder="单位(元)" min="0.00" max="9999999999.99" step="0.01" value="" />
@@ -157,7 +157,7 @@
紫光其他产品金额
+ name="ziguangOtherAmount" placeholder="单位(元)" min="0.00" max="9999999999.99" step="0.01" value="" />
diff --git a/src/main/resources/templates/admin/project_estimate_edit.ftl b/src/main/resources/templates/admin/project_estimate_edit.ftl index 4b9b70a..1cd56ed 100644 --- a/src/main/resources/templates/admin/project_estimate_edit.ftl +++ b/src/main/resources/templates/admin/project_estimate_edit.ftl @@ -113,7 +113,7 @@
*垫资利息
@@ -122,7 +122,7 @@
*垫资峰值
@@ -131,7 +131,7 @@
*合同金额
@@ -149,7 +149,7 @@
<#--*-->华智产品金额
+ name="huazhiProductAmount" placeholder="单位(元)" min="0.00" max="9999999999.99" step="0.01" value="${Utils.format(project.huazhiProductAmount)}" />
@@ -157,7 +157,7 @@
<#--*-->紫光其他产品金额
+ name="ziguangOtherAmount" placeholder="单位(元)" min="0.00" max="9999999999.99" step="0.01" value="${Utils.format(project.ziguangOtherAmount)}" />