<#assign base=request.contextPath /> <#import "../common/defaultLayout.ftl" as defaultLayout> <@defaultLayout.layout>
商务应用 / 空间管理明细数据
项目名称
项目类型
客户名称
最终用户名称
项目负责人
审核状态
是否二次合作
项目解决方案
项目周期
预计合同签订时间
<#list pager.list as list>
序号 项目编号 项目名称 项目类型 垫资模式 华智产品金额 华三产品金额 汇智产品金额 其他产品金额 项目把握度 项目计划招标时间 预计合同签订时间 计收计划 项目毛利 合同金额(万元) 项目解决方案 具体解决方案 是否二次签单 最终用户名称 客户名称 紫光汇智直接投标/集成商转签 负责人 备注
${list.tempId!} ${list.projectNo!} ${list.name!} ${list.typeDesc!} ${list.underwrittenModeStr!} ${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.bidsTime?string("yyyy-MM-dd"))!} ${(list.contractTime?string("yyyy-MM-dd"))!} ${list.calculationCollection!} ${Utils.format(list.grossProfit, "0.00")} ${Utils.format(list.contractAmount, "0.00")} ${list.resolvePlanStr!} ${list.mainContractResolvePlan!} ${list.isSecondStr!} ${list.terminalCustomer!} ${list.customer!} ${list.signTypeStr!} ${list.principal!} ${list.remark!}