易用性修改
parent
5e7282bc2c
commit
05cd03e829
|
@ -285,7 +285,7 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="am-tabs-bd">
|
<div class="am-tabs-bd">
|
||||||
<div class="am-tab-panel am-fade am-in" id="tab2">
|
<div class="am-tab-panel am-fade am-in am-scrollable-horizontal" id="tab2">
|
||||||
<#if (project.status==1 || project.status==5 || project.status==10 || project.status==15) && project.approveStatusEstimate == 1>
|
<#if (project.status==1 || project.status==5 || project.status==10 || project.status==15) && project.approveStatusEstimate == 1>
|
||||||
<div class="approve-topass"></div>
|
<div class="approve-topass"></div>
|
||||||
</#if>
|
</#if>
|
||||||
|
@ -296,7 +296,7 @@
|
||||||
<div class="approve-nopass"></div>
|
<div class="approve-nopass"></div>
|
||||||
</#if>
|
</#if>
|
||||||
<span class="am-text-lg">收入</span>
|
<span class="am-text-lg">收入</span>
|
||||||
<table class="am-table am-table-bordered am-table-radius table-main" style="padding:0;">
|
<table class="am-table am-table-bordered am-table-radius table-main am-text-nowrap" style="padding:0;">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr class="am-text-lg">
|
<tr class="am-text-lg">
|
||||||
<td>类别</td>
|
<td>类别</td>
|
||||||
|
@ -331,7 +331,7 @@
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<span class="am-text-lg">成本</span>
|
<span class="am-text-lg">成本</span>
|
||||||
<table class="am-table am-table-bordered am-table-radius table-main" style="padding:0;">
|
<table class="am-table am-table-bordered am-table-radius table-main am-text-nowrap" style="padding:0;">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr class="am-text-lg">
|
<tr class="am-text-lg">
|
||||||
<td>类别</td>
|
<td>类别</td>
|
||||||
|
@ -392,7 +392,7 @@
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<span class="am-text-lg">管理</span>
|
<span class="am-text-lg">管理</span>
|
||||||
<table class="am-table am-table-bordered am-table-radius table-main" style="padding:0;">
|
<table class="am-table am-table-bordered am-table-radius table-main am-text-nowrap" style="padding:0;">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr class="am-text-lg">
|
<tr class="am-text-lg">
|
||||||
<td>类别</td>
|
<td>类别</td>
|
||||||
|
@ -413,7 +413,7 @@
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<span class="am-text-lg">利润率计算</span>
|
<span class="am-text-lg">利润率计算</span>
|
||||||
<table class="am-table am-table-bordered am-table-radius table-main" style="padding:0;">
|
<table class="am-table am-table-bordered am-table-radius table-main am-text-nowrap" style="padding:0;">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr class="am-text-lg">
|
<tr class="am-text-lg">
|
||||||
<td>类别</td>
|
<td>类别</td>
|
||||||
|
@ -454,9 +454,9 @@
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="am-tabs-bd">
|
<div class="am-tabs-bd">
|
||||||
<div class="am-tab-panel am-fade am-in" id="tab31">
|
<div class="am-tab-panel am-fade am-in am-scrollable-horizontal" id="tab31">
|
||||||
<#--<span class="am-text-lg">收入明细表</span>-->
|
<#--<span class="am-text-lg">收入明细表</span>-->
|
||||||
<table class="am-table am-table-bordered am-table-radius table-main"
|
<table class="am-table am-table-bordered am-table-radius table-main am-text-nowrap"
|
||||||
style="padding:0;"
|
style="padding:0;"
|
||||||
id="incomeTable">
|
id="incomeTable">
|
||||||
<tbody>
|
<tbody>
|
||||||
|
@ -893,7 +893,7 @@
|
||||||
<span class="am-text-primary"><a style="cursor: pointer" id="cost-detail">采购成本明细表</a></span>
|
<span class="am-text-primary"><a style="cursor: pointer" id="cost-detail">采购成本明细表</a></span>
|
||||||
<span class="am-text-primary"><a style="cursor: pointer" id="cost-project-manage-detail">项目管理成本表</a></span>
|
<span class="am-text-primary"><a style="cursor: pointer" id="cost-project-manage-detail">项目管理成本表</a></span>
|
||||||
<span class="am-text-primary budget-plan-detail"><a style="cursor: pointer">资金计划表</a></span>-->
|
<span class="am-text-primary budget-plan-detail"><a style="cursor: pointer">资金计划表</a></span>-->
|
||||||
<div class="am-tab-panel am-fade am-in am-active" id="tab35">
|
<div class="am-tab-panel am-fade am-in am-active am-scrollable-horizontal" id="tab35">
|
||||||
<#if (project.status==5 || project.status==10 || project.status==15) && project.approveStatusBudget == 1>
|
<#if (project.status==5 || project.status==10 || project.status==15) && project.approveStatusBudget == 1>
|
||||||
<div class="approve-topass"></div>
|
<div class="approve-topass"></div>
|
||||||
</#if>
|
</#if>
|
||||||
|
@ -904,7 +904,7 @@
|
||||||
<div class="approve-nopass"></div>
|
<div class="approve-nopass"></div>
|
||||||
</#if>
|
</#if>
|
||||||
<span class="am-text-lg">收入</span>
|
<span class="am-text-lg">收入</span>
|
||||||
<table class="am-table am-table-bordered am-table-radius table-main"
|
<table class="am-table am-table-bordered am-table-radius table-main am-text-nowrap"
|
||||||
style="padding:0;">
|
style="padding:0;">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr class="am-text-lg">
|
<tr class="am-text-lg">
|
||||||
|
@ -958,7 +958,7 @@
|
||||||
<span class="am-text-lg">成本</span>
|
<span class="am-text-lg">成本</span>
|
||||||
<#-- <span class="am-text-primary"><a style="cursor: pointer" id="cost-detail">采购成本明细表</a></span>
|
<#-- <span class="am-text-primary"><a style="cursor: pointer" id="cost-detail">采购成本明细表</a></span>
|
||||||
<span class="am-text-primary"><a style="cursor: pointer" id="cost-project-manage-detail">项目管理成本表</a></span>-->
|
<span class="am-text-primary"><a style="cursor: pointer" id="cost-project-manage-detail">项目管理成本表</a></span>-->
|
||||||
<table class="am-table am-table-bordered am-table-radius table-main"
|
<table class="am-table am-table-bordered am-table-radius table-main am-text-nowrap"
|
||||||
style="padding:0;">
|
style="padding:0;">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr class="am-text-lg">
|
<tr class="am-text-lg">
|
||||||
|
@ -1049,7 +1049,7 @@
|
||||||
</table>
|
</table>
|
||||||
<span class="am-text-lg">管理</span>
|
<span class="am-text-lg">管理</span>
|
||||||
<#--<span class="am-text-primary budget-plan-detail"><a style="cursor: pointer">资金计划表</a></span>-->
|
<#--<span class="am-text-primary budget-plan-detail"><a style="cursor: pointer">资金计划表</a></span>-->
|
||||||
<table class="am-table am-table-bordered am-table-radius table-main"
|
<table class="am-table am-table-bordered am-table-radius table-main am-text-nowrap"
|
||||||
style="padding:0;">
|
style="padding:0;">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr class="am-text-lg">
|
<tr class="am-text-lg">
|
||||||
|
@ -1077,7 +1077,7 @@
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<span class="am-text-lg">利润率计算</span>
|
<span class="am-text-lg">利润率计算</span>
|
||||||
<table class="am-table am-table-bordered am-table-radius table-main"
|
<table class="am-table am-table-bordered am-table-radius table-main am-text-nowrap"
|
||||||
style="padding:0;">
|
style="padding:0;">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr class="am-text-lg">
|
<tr class="am-text-lg">
|
||||||
|
@ -1113,7 +1113,7 @@
|
||||||
|
|
||||||
<span class="am-text-lg">现金流量表</span>
|
<span class="am-text-lg">现金流量表</span>
|
||||||
<#--<span class="am-text-primary budget-plan-detail"><a style="cursor: pointer">资金计划表</a></span>-->
|
<#--<span class="am-text-primary budget-plan-detail"><a style="cursor: pointer">资金计划表</a></span>-->
|
||||||
<table class="am-table am-table-bordered am-table-radius table-main"
|
<table class="am-table am-table-bordered am-table-radius table-main am-text-nowrap"
|
||||||
style="padding:0;">
|
style="padding:0;">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr class="am-text-lg">
|
<tr class="am-text-lg">
|
||||||
|
@ -1213,7 +1213,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="am-tabs-bd">
|
<div class="am-tabs-bd">
|
||||||
<div <#if check==0>class="am-tab-panel am-fade am-in am-active" <#else> class="am-tab-panel am-fade am-in"</#if> id="tab4">
|
<div <#if check==0>class="am-tab-panel am-fade am-in am-active am-scrollable-horizontal" <#else> class="am-tab-panel am-fade am-in am-scrollable-horizontal"</#if> id="tab4">
|
||||||
<#if (project.status==10 || project.status==15) && project.approveStatusSettle == 1>
|
<#if (project.status==10 || project.status==15) && project.approveStatusSettle == 1>
|
||||||
<div class="approve-topass"></div>
|
<div class="approve-topass"></div>
|
||||||
</#if>
|
</#if>
|
||||||
|
@ -1234,7 +1234,7 @@
|
||||||
<br/>
|
<br/>
|
||||||
<br/>
|
<br/>
|
||||||
<span class="am-text-lg">收入</span>
|
<span class="am-text-lg">收入</span>
|
||||||
<table class="am-table am-table-bordered am-table-radius table-main" style="padding:0;">
|
<table class="am-table am-table-bordered am-table-radius table-main am-text-nowrap" style="padding:0;">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr class="am-text-lg">
|
<tr class="am-text-lg">
|
||||||
<td>类别</td>
|
<td>类别</td>
|
||||||
|
@ -1284,7 +1284,7 @@
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<span class="am-text-lg">成本</span>
|
<span class="am-text-lg">成本</span>
|
||||||
<table class="am-table am-table-bordered am-table-radius table-main" style="padding:0;">
|
<table class="am-table am-table-bordered am-table-radius table-main am-text-nowrap" style="padding:0;">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr class="am-text-lg">
|
<tr class="am-text-lg">
|
||||||
<td>类别</td>
|
<td>类别</td>
|
||||||
|
@ -1369,7 +1369,7 @@
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<span class="am-text-lg">管理</span>
|
<span class="am-text-lg">管理</span>
|
||||||
<table class="am-table am-table-bordered am-table-radius table-main" style="padding:0;">
|
<table class="am-table am-table-bordered am-table-radius table-main am-text-nowrap" style="padding:0;">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr class="am-text-lg">
|
<tr class="am-text-lg">
|
||||||
<td>类别</td>
|
<td>类别</td>
|
||||||
|
@ -1420,7 +1420,7 @@
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<span class="am-text-lg">利润率计算</span>
|
<span class="am-text-lg">利润率计算</span>
|
||||||
<table class="am-table am-table-bordered am-table-radius table-main" style="padding:0;">
|
<table class="am-table am-table-bordered am-table-radius table-main am-text-nowrap" style="padding:0;">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr class="am-text-lg">
|
<tr class="am-text-lg">
|
||||||
<td>类别</td>
|
<td>类别</td>
|
||||||
|
@ -1462,7 +1462,7 @@
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<span class="am-text-lg">结算现金流量表</span>
|
<span class="am-text-lg">结算现金流量表</span>
|
||||||
<table class="am-table am-table-bordered am-table-radius table-main" style="padding:0;">
|
<table class="am-table am-table-bordered am-table-radius table-main am-text-nowrap" style="padding:0;">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr class="am-text-lg">
|
<tr class="am-text-lg">
|
||||||
<td>类别</td>
|
<td>类别</td>
|
||||||
|
@ -1585,7 +1585,7 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="am-tabs-bd">
|
<div class="am-tabs-bd">
|
||||||
<div class="am-tab-panel am-fade am-in" id="tab5">
|
<div class="am-tab-panel am-fade am-in am-scrollable-horizontal" id="tab5">
|
||||||
<#if project.status ==15 && project.approveStatusFinal == 1>
|
<#if project.status ==15 && project.approveStatusFinal == 1>
|
||||||
<div class="approve-topass"></div>
|
<div class="approve-topass"></div>
|
||||||
</#if>
|
</#if>
|
||||||
|
@ -1597,7 +1597,7 @@
|
||||||
</#if>
|
</#if>
|
||||||
<input name="id" id="id" type="hidden" value="${project.id}" />
|
<input name="id" id="id" type="hidden" value="${project.id}" />
|
||||||
<span class="am-text-lg">收入</span>
|
<span class="am-text-lg">收入</span>
|
||||||
<table class="am-table am-table-bordered am-table-radius table-main" style="padding:0;">
|
<table class="am-table am-table-bordered am-table-radius table-main am-text-nowrap" style="padding:0;">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr class="am-text-lg">
|
<tr class="am-text-lg">
|
||||||
<td>类别</td>
|
<td>类别</td>
|
||||||
|
@ -1642,7 +1642,7 @@
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<span class="am-text-lg">成本</span>
|
<span class="am-text-lg">成本</span>
|
||||||
<table class="am-table am-table-bordered am-table-radius table-main" style="padding:0;">
|
<table class="am-table am-table-bordered am-table-radius table-main am-text-nowrap" style="padding:0;">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr class="am-text-lg">
|
<tr class="am-text-lg">
|
||||||
<td>类别</td>
|
<td>类别</td>
|
||||||
|
@ -1719,7 +1719,7 @@
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<span class="am-text-lg">管理</span>
|
<span class="am-text-lg">管理</span>
|
||||||
<table class="am-table am-table-bordered am-table-radius table-main" style="padding:0;">
|
<table class="am-table am-table-bordered am-table-radius table-main am-text-nowrap" style="padding:0;">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr class="am-text-lg">
|
<tr class="am-text-lg">
|
||||||
<td>类别</td>
|
<td>类别</td>
|
||||||
|
@ -1765,7 +1765,7 @@
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<span class="am-text-lg">利润率计算</span>
|
<span class="am-text-lg">利润率计算</span>
|
||||||
<table class="am-table am-table-bordered am-table-radius table-main" style="padding:0;">
|
<table class="am-table am-table-bordered am-table-radius table-main am-text-nowrap" style="padding:0;">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr class="am-text-lg">
|
<tr class="am-text-lg">
|
||||||
<td>类别</td>
|
<td>类别</td>
|
||||||
|
@ -1803,7 +1803,7 @@
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<span class="am-text-lg">决算现金流量表</span>
|
<span class="am-text-lg">决算现金流量表</span>
|
||||||
<table class="am-table am-table-bordered am-table-radius table-main" style="padding:0;">
|
<table class="am-table am-table-bordered am-table-radius table-main am-text-nowrap" style="padding:0;">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr class="am-text-lg">
|
<tr class="am-text-lg">
|
||||||
<td>类别</td>
|
<td>类别</td>
|
||||||
|
|
Loading…
Reference in New Issue