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