<#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.advanceInterestAmount, "0.00")} ${Utils.format(list.advancePeakAmount, "0.00")} ${Utils.format(list.contractAmount, "0.00")} ${Utils.format(list.grossProfit, "0.00")} ${Utils.format(list.grossProfitMargin, "0.00")} ${list.certaintyStr!} ${Utils.format(list.huizhiProductAmount, "0.00")} ${Utils.format(list.huazhiProductAmount, "0.00")} ${Utils.format(list.huasanProductAmount, "0.00")} ${Utils.format(list.ziguangOtherAmount, "0.00")} ${list.statusDesc!} ${list.industryScenario!} ${list.resolvePlanStr!} ${list.customer!} ${list.terminalCustomer!} ${(list.contractTime?string("yyyy-MM-dd"))!} ${(list.bidsTime?string("yyyy-MM-dd"))!} ${list.isSecondStr!} ${list.signTypeStr!} ${list.collaborator!} ${list.principal!} ${list.approveStatusDesc!} ${list.approveName!} ${list.creatorName!} ${list.deptName!} ${(list.startDate?string("yyyy-MM"))!} ~ ${(list.endDate?string("yyyy-MM"))!} ${(list.lastUpdateTime?string("yyyy-MM-dd HH:mm:ss"))!}