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