diff --git a/src/main/resources/templates/admin/project_list_approve.ftl b/src/main/resources/templates/admin/project_list_approve.ftl index 264dcde..6fa588b 100644 --- a/src/main/resources/templates/admin/project_list_approve.ftl +++ b/src/main/resources/templates/admin/project_list_approve.ftl @@ -562,23 +562,20 @@
序号 | 项目编号 | 项目名称 | 项目类型 | -合作类型 | 项目阶段 | -垫资模式 | -华智产品金额 | -华三产品金额 | -汇智产品金额 | -其他产品金额 | -项目把握度 | -项目计划招标时间 | -预计合同签订时间 | -计收计划 | -项目毛利 | -合同金额 | -项目解决方案 | -具体解决方案 | -是否二次签单 | -最终用户名称 | -客户名称 | -紫光汇智直接投标/集成商转签 | -负责人 | -备注 | +项目合同金额 | +项目创建者 | +审核人 | + + <#--合作类型 | --> + <#--垫资模式 | --> + <#--华智产品金额 | --> + <#--华三产品金额 | --> + <#--汇智产品金额 | --> + <#--其他产品金额 | --> + <#--项目把握度 | --> + <#--项目计划招标时间 | --> + <#--预计合同签订时间 | --> + <#--计收计划 | --> + <#--项目毛利 | --> + <#--合同金额 | --> + <#--项目解决方案 | --> + <#--具体解决方案 | --> + <#--是否二次签单 | --> + <#--最终用户名称 | --> + <#--客户名称 | --> + <#--紫光汇智直接投标/集成商转签 | --> + <#--负责人 | --> + <#--备注 | -->|||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
${list.name!} | <#--项目类型-->${list.typeDesc!} | - <#--合作类型--> -${'找后端要字段'!} | <#--项目阶段--> -${'找后端要字段'!} | ++ <#if list.stage??> + <#if list.stage==0>S0-概算立项 + <#elseif list.stage==1>S1-项目调研 + <#elseif list.stage==2>S2-方案设计 + <#elseif list.stage==3>S3-预算评估 + <#elseif list.stage==4>S4-招标期 + <#elseif list.stage==5>S5-合同期 + <#elseif list.stage==6>S6-交付期 + <#elseif list.stage==7>S7-结算期 + <#elseif list.stage==8>S8-决算期 + <#elseif list.stage==9>L-项目丢失 + #if> + <#else> + #if> + | + <#--项目合同金额--> +${Utils.format(list.contractAmount, "0.00")} | + <#--项目创建者--> +${list.creatorName!} | + <#--审核人--> +${list.approveName!} | + + <#-- 合作类型--> + <#--+ ${'找后端要字段'!} + | --> <#--垫资模式--> -${list.underwrittenModeStr!} | + <#--${list.underwrittenModeStr!} | --> <#--华智产品金额--> -${list.huazhiRound!} | + <#--${list.huazhiRound!} | --> <#--华三产品金额--> -${list.huasanRound!} | + <#--${list.huasanRound!} | --> <#--汇智产品金额--> -${list.huizhiRound!} | + <#--${list.huizhiRound!} | --> <#--其他产品金额--> -${list.ziguangRound!} | + <#--${list.ziguangRound!} | --> <#--${Utils.format(list.huazhiProductAmount, "0.00")} | --> <#--${Utils.format(list.huasanProductAmount, "0.00")} | --> <#--${Utils.format(list.huizhiProductAmount, "0.00")} | --> <#--${Utils.format(list.ziguangOtherAmount, "0.00")} | --> <#--项目把握度--> -${list.certaintyStr!} | + <#--${list.certaintyStr!} | --> <#--项目计划招标时间--> -${(list.bidsTime?string("yyyy-MM-dd"))!} | + <#--${(list.bidsTime?string("yyyy-MM-dd"))!} | --> <#--预计合同签订时间--> -${(list.contractTime?string("yyyy-MM-dd"))!} | + <#--${(list.contractTime?string("yyyy-MM-dd"))!} | --> <#--计收计划--> -${list.calculationCollection!} | + <#--${list.calculationCollection!} | --> <#--项目毛利--> -${list.grossProfitRound!} | + <#--${list.grossProfitRound!} | --> <#--合同金额--> -${list.contractRound!} | + <#--${list.contractRound!} | --> <#--${Utils.format(list.grossProfit, "0.00")} | --> <#--${Utils.format(list.contractAmount, "0.00")} | --> <#--项目解决方案--> -${list.resolvePlanStr!} | + <#--${list.resolvePlanStr!} | --> <#--具体解决方案--> -${list.mainContractResolvePlan!} | + <#--${list.mainContractResolvePlan!} | --> <#--是否二次签单--> -${list.isSecondStr!} | + <#--${list.isSecondStr!} | --> <#--最终用户名称--> -${list.terminalCustomer!} | + <#--${list.terminalCustomer!} | --> <#--客户名称--> -${list.customer!} | + <#--${list.customer!} | --> <#--紫光汇智直接投标/集成商转签--> -${list.signTypeStr!} | + <#--${list.signTypeStr!} | --> <#--负责人--> -${list.principal!} | + <#--${list.principal!} | --> <#--备注--> -${list.remark!} | + <#--${list.remark!} | -->