From 79b5dcab5fc18d7a9aaee2f56dd8c4db9ad776cd Mon Sep 17 00:00:00 2001
From: hanbo <2608504783@qq.com>
Date: Wed, 1 Dec 2021 16:08:24 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E7=9C=8B=E9=A1=B5=E9=9D=A2=E4=BC=98?=
=?UTF-8?q?=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../templates/admin/project_approve.ftl | 64 +++++++++++++++----
1 file changed, 52 insertions(+), 12 deletions(-)
diff --git a/src/main/resources/templates/admin/project_approve.ftl b/src/main/resources/templates/admin/project_approve.ftl
index 795eb95..4adb2d6 100644
--- a/src/main/resources/templates/admin/project_approve.ftl
+++ b/src/main/resources/templates/admin/project_approve.ftl
@@ -1382,7 +1382,7 @@
<#list incomeDetails as incomeDetail>
-
+ -->
+ <#if incomeDetail.type ==1 >
+ 设备类
+ <#elseif incomeDetail.type ==2>
+ 工程类
+ <#elseif incomeDetail.type ==3>
+ 服务类
+ #if>
|
|
-
+ -->
+ <#if costDetail.type ==1 >
+ 设备
+ <#elseif costDetail.type ==2>
+ 施工
+ <#elseif costDetail.type ==3>
+ 服务
+ <#elseif costDetail.type ==4>
+ 其他
+ #if>
|
-
+ -->
+ <#if costDetail.category ==1 >
+ 华智产品
+ <#elseif costDetail.category ==2>
+ 紫光其他产品
+ <#elseif costDetail.category ==3>
+ 外购产品
+ <#elseif costDetail.category ==4>
+ 外购工程
+ <#elseif costDetail.category ==5>
+ 华智服务
+ <#elseif costDetail.category ==6>
+ 紫光其他服务
+ <#elseif costDetail.category ==7>
+ 外购服务
+ <#elseif costDetail.category ==8>
+ 其他
+ #if>
|
|
-
+ -->
+ <#if costProjectManageDetail.type ==1 >
+ 人工成本
+ <#elseif costProjectManageDetail.type ==2>
+ 业务费用
+ <#elseif costProjectManageDetail.type ==3>
+ 其他费用
+ #if>
|
操作 | -->
- |
+ <#---->${projectBudgetPlanDetailTotal.month} |
<#list projectBudgetPlanDetails as projectBudgetPlanDetail>
|
- <#-- |
+ value="${projectBudgetPlanDetail.month!}">-->${projectBudgetPlanDetail.month!}
|