From beeb889780b4b23f66f1ac2d1e4787b27de3b22d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=98wangjiuyun?= <‘1595161655@qq.com> Date: Thu, 31 Oct 2024 15:56:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=BA=E6=9C=AC=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/admin/project_approve.ftl | 19 +++++++++++-------- .../templates/admin/project_budget_edit.ftl | 8 ++++---- 2 files changed, 15 insertions(+), 12 deletions(-) diff --git a/src/main/resources/templates/admin/project_approve.ftl b/src/main/resources/templates/admin/project_approve.ftl index 8e9c4d5..780714f 100644 --- a/src/main/resources/templates/admin/project_approve.ftl +++ b/src/main/resources/templates/admin/project_approve.ftl @@ -568,23 +568,27 @@ 项目名称: - + + + <#if projectBudget.contractBudget??> 合同名称: - + + + 项目类型: - + <#if projectBudget.typeBudget??> <#if (projectBudget.typeBudget) =1> @@ -597,6 +601,7 @@ + @@ -1159,9 +1164,7 @@ - <#list procurementTypes as procurementType> - <#if costDetail.category == procurementType.id>${procurementType.name} - + ${costDetail.category} --> 合计 - - +<#-- --> +<#-- --> diff --git a/src/main/resources/templates/admin/project_budget_edit.ftl b/src/main/resources/templates/admin/project_budget_edit.ftl index 2cf6f8a..45b2d82 100644 --- a/src/main/resources/templates/admin/project_budget_edit.ftl +++ b/src/main/resources/templates/admin/project_budget_edit.ftl @@ -1182,10 +1182,10 @@ - type="text" - <#else>type="hidden" - class="am-modal-prompt-input am-modal-prompt-input-cost input-changeable-tax-rate-cost-name" - value="${costDetail.category!}"> + type="text" + <#if costDetail.category=='华智产品'||costDetail.category=='华三产品'||costDetail.category=='汇智产品'>type="hidden" + value="${costDetail.category!}" />