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)}" />