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 costDetail.type ==1 > + 设备 + <#elseif costDetail.type ==2> + 施工 + <#elseif costDetail.type ==3> + 服务 + <#elseif costDetail.type ==4> + 其他 + - + --> + <#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 costProjectManageDetail.type ==1 > + 人工成本 + <#elseif costProjectManageDetail.type ==2> + 业务费用 + <#elseif costProjectManageDetail.type ==3> + 其他费用 + 操作--> - + <#---->${projectBudgetPlanDetailTotal.month} <#list projectBudgetPlanDetails as projectBudgetPlanDetail> - <#-- + value="${projectBudgetPlanDetail.month!}">-->${projectBudgetPlanDetail.month!}