From 24e1d142cabcc67501dff1a43ad3715d32c961ef Mon Sep 17 00:00:00 2001 From: OathK1per Date: Fri, 26 Aug 2022 15:58:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../static/assets/js/project_budget_cost.js | 14 +++---- .../js/project_budget_cost_project_manage.js | 4 +- .../assets/js/project_budget_income_plan.js | 6 +-- .../templates/admin/project_approve.ftl | 32 +++++++------- .../templates/admin/project_budget_edit.ftl | 42 +++++++++---------- 5 files changed, 49 insertions(+), 49 deletions(-) diff --git a/src/main/resources/static/assets/js/project_budget_cost.js b/src/main/resources/static/assets/js/project_budget_cost.js index 65e8c76..cf2efb9 100644 --- a/src/main/resources/static/assets/js/project_budget_cost.js +++ b/src/main/resources/static/assets/js/project_budget_cost.js @@ -14,13 +14,13 @@ COST_DETAIL={ "totalTaxInclude":[true,"含税总金额","number"], "totalTaxExclude":[true,"不含税金额","number"], "totalTax":[true,"税金","number"], - "contractParty":[true,"签约方","string"], - "isUnderwritten":[true,"是否垫资","string"], - "underwrittenAmount":[true,"预估垫资金额","number"], - "payTime":[true,"支出时间","string"], - "payAmount":[true,"支出金额","number"], - "payWay":[true,"付款方式","string"], - "remark":[true,"备注","string"] + "contractParty":[false,"签约方","string"], + "isUnderwritten":[false,"是否垫资","string"], + "underwrittenAmount":[false,"预估垫资金额","number"], + "payTime":[false,"支出时间","string"], + "payAmount":[false,"支出金额","number"], + "payWay":[false,"付款方式","string"], + "remark":[false,"备注","string"] }; /* [ diff --git a/src/main/resources/static/assets/js/project_budget_cost_project_manage.js b/src/main/resources/static/assets/js/project_budget_cost_project_manage.js index 1b66ed2..6932cf8 100644 --- a/src/main/resources/static/assets/js/project_budget_cost_project_manage.js +++ b/src/main/resources/static/assets/js/project_budget_cost_project_manage.js @@ -12,8 +12,8 @@ COST_PROJECT_MANAGE_DETAIL={ "amount":[true,"数量","string"], "price":[true,"单价","price"], "total":[true,"总金额","number"], - "payTime":[true,"支出时间","string"], - "payAmount":[true,"支出金额","number"], + "payTime":[false,"支出时间","string"], + "payAmount":[false,"支出金额","number"], "predictMethod":[false,"预估计算方法","string"], "predictWhy":[false,"预估依据","string"], "remark":[false,"备注","string"], diff --git a/src/main/resources/static/assets/js/project_budget_income_plan.js b/src/main/resources/static/assets/js/project_budget_income_plan.js index 0c1f334..d22eb67 100644 --- a/src/main/resources/static/assets/js/project_budget_income_plan.js +++ b/src/main/resources/static/assets/js/project_budget_income_plan.js @@ -4,9 +4,9 @@ //INCOME_DETAIL_ARR=["type","name","unit","amount","price","taxRate","totalTaxInclude","totalTaxExclude"]; INCOME_PLAN_DETAIL={ "num":[false,"序号","string"], - "receivePoint":[true,"收款节点","string"], - "receiveTime":[true,"收款时间","string"], - "receiveAmount":[true,"收款金额","number"] + "receivePoint":[false,"收款节点","string"], + "receiveTime":[false,"收款时间","string"], + "receiveAmount":[false,"收款金额","number"] }; $(function () { diff --git a/src/main/resources/templates/admin/project_approve.ftl b/src/main/resources/templates/admin/project_approve.ftl index d403254..036a100 100644 --- a/src/main/resources/templates/admin/project_approve.ftl +++ b/src/main/resources/templates/admin/project_approve.ftl @@ -770,9 +770,9 @@ <#list incomePlanDetails as incomePlanDetail> ${(incomePlanDetail_index+1)!} - - - + + + @@ -844,7 +844,7 @@ <#if costDetail.category == procurementType.id>${procurementType.name} - - - - - - + <#-- - - - - + + + + + <#-- @@ -838,7 +838,7 @@ -