带我审核;空间管理的表格字段
parent
a71054e7eb
commit
22da75bf1c
|
@ -562,23 +562,20 @@
|
|||
<td>${Utils.format(list.contractAmount, "0.00")}</td>
|
||||
<#--项目阶段-->
|
||||
<td>
|
||||
<#-- ${list.stage!}
|
||||
项目阶段
|
||||
0:S0-概算立项;
|
||||
1:S1-项目调研;
|
||||
2:S2-方案设计;
|
||||
3:S3-预算评估;
|
||||
4:S4-招标期;
|
||||
5:S5-合同期;
|
||||
6:S6-交付期;
|
||||
7:S7-结算期;
|
||||
8:S8-决算期;
|
||||
9:L-项目丢失
|
||||
-->
|
||||
<#-- <#if list.tage==0>-->
|
||||
<#-- ${}-->
|
||||
<#-- </#if>-->
|
||||
${handlerStage(list.stage)}
|
||||
<#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>
|
||||
</td>
|
||||
<#--项目毛利-->
|
||||
<#--<td>${Utils.format(list.grossProfit, "0.00")}</td>-->
|
||||
|
@ -799,9 +796,9 @@
|
|||
console.log("keywords: " + keywords);
|
||||
location.href = '${base}/project/approve?listFrom=list&type=2&id=' + id + '&pageNumber=' + pageNumber + '&keywords=' + keywords;
|
||||
};
|
||||
function handlerStage(stage){
|
||||
console.log('handlerStage:');
|
||||
console.log('handlerStage:',stage);
|
||||
}
|
||||
// function handlerStage(stage){
|
||||
// console.log('handlerStage:');
|
||||
// console.log('handlerStage:',stage);
|
||||
// }
|
||||
|
||||
</script>
|
||||
|
|
|
@ -297,36 +297,40 @@
|
|||
}
|
||||
</style>
|
||||
<table class="am-table am-table-striped am-table-hover table-main">
|
||||
<thead style="display:block;width: 4200px;">
|
||||
<thead style="display:block;">
|
||||
<tr class="am-text-nowrap">
|
||||
<th class="table-title" width="60px">序号</th>
|
||||
<th class="table-title" width="120px">项目编号</th>
|
||||
<th class="table-title" width="480px">项目名称</th>
|
||||
<th class="table-title">项目类型</th>
|
||||
<th class="table-title">合作类型</th>
|
||||
<th class="table-title">项目阶段</th>
|
||||
<th class="table-title">垫资模式</th>
|
||||
<th class="table-title">华智产品金额</th>
|
||||
<th class="table-title">华三产品金额</th>
|
||||
<th class="table-title">汇智产品金额</th>
|
||||
<th class="table-title">其他产品金额</th>
|
||||
<th class="table-title">项目把握度</th>
|
||||
<th class="table-title">项目计划招标时间</th>
|
||||
<th class="table-title">预计合同签订时间</th>
|
||||
<th class="table-title">计收计划</th>
|
||||
<th class="table-title">项目毛利</th>
|
||||
<th class="table-title">合同金额</th>
|
||||
<th class="table-title">项目解决方案</th>
|
||||
<th class="table-title">具体解决方案</th>
|
||||
<th class="table-title">是否二次签单</th>
|
||||
<th class="table-title">最终用户名称</th>
|
||||
<th class="table-title">客户名称</th>
|
||||
<th class="table-title">紫光汇智直接投标/集成商转签</th>
|
||||
<th class="table-title">负责人</th>
|
||||
<th class="table-title">备注</th>
|
||||
<th class="table-title">项目合同金额</th>
|
||||
<th class="table-title">项目创建者</th>
|
||||
<th class="table-title">审核人</th>
|
||||
|
||||
<#--<th class="table-title">合作类型</th>-->
|
||||
<#--<th class="table-title">垫资模式</th>-->
|
||||
<#-- <th class="table-title">华智产品金额</th>-->
|
||||
<#-- <th class="table-title">华三产品金额</th>-->
|
||||
<#--<th class="table-title">汇智产品金额</th>-->
|
||||
<#-- <th class="table-title">其他产品金额</th>-->
|
||||
<#--<th class="table-title">项目把握度</th>-->
|
||||
<#--<th class="table-title">项目计划招标时间</th>-->
|
||||
<#--<th class="table-title">预计合同签订时间</th>-->
|
||||
<#--<th class="table-title">计收计划</th>-->
|
||||
<#--<th class="table-title">项目毛利</th>-->
|
||||
<#--<th class="table-title">合同金额</th>-->
|
||||
<#--<th class="table-title">项目解决方案</th>-->
|
||||
<#--<th class="table-title">具体解决方案</th>-->
|
||||
<#--<th class="table-title">是否二次签单</th>-->
|
||||
<#--<th class="table-title">最终用户名称</th>-->
|
||||
<#--<th class="table-title">客户名称</th>-->
|
||||
<#--<th class="table-title">紫光汇智直接投标/集成商转签</th>-->
|
||||
<#--<th class="table-title">负责人</th>-->
|
||||
<#--<th class="table-title">备注</th>-->
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody style="display:block;width: 4200px;">
|
||||
<tbody style="display:block;">
|
||||
<#list pager.list as list>
|
||||
<tr>
|
||||
<#--序号-->
|
||||
|
@ -337,54 +341,78 @@
|
|||
<td class="huanhang" width="480px"><a style="cursor: pointer;text-decoration:none" onclick="approve(${list.id})">${list.name!}</a></td>
|
||||
<#--项目类型-->
|
||||
<td>${list.typeDesc!}</td>
|
||||
<#--合作类型-->
|
||||
<td>${'找后端要字段'!}</td>
|
||||
<#--项目阶段-->
|
||||
<td>${'找后端要字段'!}</td>
|
||||
<td>
|
||||
<#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>
|
||||
</td>
|
||||
<#--项目合同金额-->
|
||||
<td>${Utils.format(list.contractAmount, "0.00")}</td>
|
||||
<#--项目创建者-->
|
||||
<td>${list.creatorName!}</td>
|
||||
<#--审核人-->
|
||||
<td>${list.approveName!}</td>
|
||||
|
||||
<#-- 合作类型-->
|
||||
<#-- <td>
|
||||
${'找后端要字段'!}
|
||||
</td>-->
|
||||
<#--垫资模式-->
|
||||
<td>${list.underwrittenModeStr!}</td>
|
||||
<#--<td>${list.underwrittenModeStr!}</td>-->
|
||||
<#--华智产品金额-->
|
||||
<td>${list.huazhiRound!}</td>
|
||||
<#--<td>${list.huazhiRound!}</td>-->
|
||||
<#--华三产品金额-->
|
||||
<td>${list.huasanRound!}</td>
|
||||
<#--<td>${list.huasanRound!}</td>-->
|
||||
<#--汇智产品金额-->
|
||||
<td>${list.huizhiRound!}</td>
|
||||
<#--<td>${list.huizhiRound!}</td>-->
|
||||
<#--其他产品金额-->
|
||||
<td>${list.ziguangRound!}</td>
|
||||
<#--<td>${list.ziguangRound!}</td>-->
|
||||
<#-- <td>${Utils.format(list.huazhiProductAmount, "0.00")}</td>-->
|
||||
<#-- <td>${Utils.format(list.huasanProductAmount, "0.00")}</td>-->
|
||||
<#-- <td>${Utils.format(list.huizhiProductAmount, "0.00")}</td>-->
|
||||
<#-- <td>${Utils.format(list.ziguangOtherAmount, "0.00")}</td>-->
|
||||
<#--项目把握度-->
|
||||
<td>${list.certaintyStr!}</td>
|
||||
<#--<td>${list.certaintyStr!}</td>-->
|
||||
<#--项目计划招标时间-->
|
||||
<td>${(list.bidsTime?string("yyyy-MM-dd"))!}</td>
|
||||
<#--<td>${(list.bidsTime?string("yyyy-MM-dd"))!}</td>-->
|
||||
<#--预计合同签订时间-->
|
||||
<td>${(list.contractTime?string("yyyy-MM-dd"))!}</td>
|
||||
<#--<td>${(list.contractTime?string("yyyy-MM-dd"))!}</td>-->
|
||||
<#--计收计划-->
|
||||
<td>${list.calculationCollection!}</td>
|
||||
<#--<td>${list.calculationCollection!}</td>-->
|
||||
<#--项目毛利-->
|
||||
<td>${list.grossProfitRound!}</td>
|
||||
<#--<td>${list.grossProfitRound!}</td>-->
|
||||
<#--合同金额-->
|
||||
<td>${list.contractRound!}</td>
|
||||
<#--<td>${list.contractRound!}</td>-->
|
||||
<#-- <td>${Utils.format(list.grossProfit, "0.00")}</td>-->
|
||||
<#-- <td>${Utils.format(list.contractAmount, "0.00")}</td>-->
|
||||
<#--项目解决方案-->
|
||||
<td>${list.resolvePlanStr!}</td>
|
||||
<#--<td>${list.resolvePlanStr!}</td>-->
|
||||
<#--具体解决方案-->
|
||||
<td>${list.mainContractResolvePlan!}</td>
|
||||
<#-- <td>${list.mainContractResolvePlan!}</td>-->
|
||||
<#--是否二次签单-->
|
||||
<td>${list.isSecondStr!}</td>
|
||||
<#--<td>${list.isSecondStr!}</td>-->
|
||||
<#--最终用户名称-->
|
||||
<td>${list.terminalCustomer!}</td>
|
||||
<#--<td>${list.terminalCustomer!}</td>-->
|
||||
<#--客户名称-->
|
||||
<td>${list.customer!}</td>
|
||||
<#--<td>${list.customer!}</td>-->
|
||||
<#--紫光汇智直接投标/集成商转签-->
|
||||
<td>${list.signTypeStr!}</td>
|
||||
<#--<td>${list.signTypeStr!}</td>-->
|
||||
<#--负责人-->
|
||||
<td>${list.principal!}</td>
|
||||
<#-- <td>${list.principal!}</td>-->
|
||||
<#--备注-->
|
||||
<td>${list.remark!}</td>
|
||||
<#--<td>${list.remark!}</td>-->
|
||||
</tr>
|
||||
</#list>
|
||||
</tbody>
|
||||
|
|
Loading…
Reference in New Issue