查看页面优化
parent
2e9c77586d
commit
79b5dcab5f
|
@ -1382,7 +1382,7 @@
|
|||
<#list incomeDetails as incomeDetail>
|
||||
<tr>
|
||||
<td>
|
||||
<select style="width: auto" readonly
|
||||
<#--<select style="width: auto" readonly
|
||||
class="am-modal-prompt-input am-modal-prompt-input-income">
|
||||
<option value="1" <#if incomeDetail.type == 1>selected</#if>>设备类
|
||||
</option>
|
||||
|
@ -1390,7 +1390,14 @@
|
|||
</option>
|
||||
<option value="3" <#if incomeDetail.type == 3>selected</#if>>服务类
|
||||
</option>
|
||||
</select>
|
||||
</select>-->
|
||||
<#if incomeDetail.type ==1 >
|
||||
设备类
|
||||
<#elseif incomeDetail.type ==2>
|
||||
工程类
|
||||
<#elseif incomeDetail.type ==3>
|
||||
服务类
|
||||
</#if>
|
||||
</td>
|
||||
<td><input type="text" readonly
|
||||
class="am-modal-prompt-input am-modal-prompt-input-income"
|
||||
|
@ -1461,7 +1468,7 @@
|
|||
<#list costDetails as costDetail>
|
||||
<tr>
|
||||
<td>
|
||||
<select style="width: auto" readonly
|
||||
<#--<select style="width: auto" readonly
|
||||
class="am-modal-prompt-input am-modal-prompt-input-cost am-modal-prompt-input-cost-type">
|
||||
<option value="1" <#if costDetail.type == 1>selected</#if>>设备
|
||||
</option>
|
||||
|
@ -1471,10 +1478,19 @@
|
|||
</option>
|
||||
<option value="4" <#if costDetail.type == 4>selected</#if>>其他
|
||||
</option>
|
||||
</select>
|
||||
</select>-->
|
||||
<#if costDetail.type ==1 >
|
||||
设备
|
||||
<#elseif costDetail.type ==2>
|
||||
施工
|
||||
<#elseif costDetail.type ==3>
|
||||
服务
|
||||
<#elseif costDetail.type ==4>
|
||||
其他
|
||||
</#if>
|
||||
</td>
|
||||
<td>
|
||||
<select style="width: auto" readonly
|
||||
<#--<select style="width: auto" readonly
|
||||
class="am-modal-prompt-input am-modal-prompt-input-cost am-modal-prompt-input-cost-category">
|
||||
<option value="1" <#if costDetail.category == 1>selected</#if>>
|
||||
华智产品
|
||||
|
@ -1499,7 +1515,24 @@
|
|||
</option>
|
||||
<option value="8" <#if costDetail.category == 8>selected</#if>>其他
|
||||
</option>
|
||||
</select>
|
||||
</select>-->
|
||||
<#if costDetail.category ==1 >
|
||||
华智产品
|
||||
<#elseif costDetail.category ==2>
|
||||
紫光其他产品
|
||||
<#elseif costDetail.category ==3>
|
||||
外购产品
|
||||
<#elseif costDetail.category ==4>
|
||||
外购工程
|
||||
<#elseif costDetail.category ==5>
|
||||
华智服务
|
||||
<#elseif costDetail.category ==6>
|
||||
紫光其他服务
|
||||
<#elseif costDetail.category ==7>
|
||||
外购服务
|
||||
<#elseif costDetail.category ==8>
|
||||
其他
|
||||
</#if>
|
||||
</td>
|
||||
<td><input type="text" readonly
|
||||
class="am-modal-prompt-input am-modal-prompt-input-cost"
|
||||
|
@ -1571,7 +1604,7 @@
|
|||
<#list costProjectManageDetails as costProjectManageDetail>
|
||||
<tr>
|
||||
<td>
|
||||
<select style="width: auto"
|
||||
<#--<select style="width: auto"
|
||||
class="am-modal-prompt-input am-modal-prompt-input-cost-project-manage"
|
||||
<#if costProjectManageDetail.deletable==0>readonly</#if>>
|
||||
<option value="1"
|
||||
|
@ -1583,7 +1616,14 @@
|
|||
<option value="3"
|
||||
<#if costProjectManageDetail.type == 3>selected</#if>>其他费用
|
||||
</option>
|
||||
</select>
|
||||
</select>-->
|
||||
<#if costProjectManageDetail.type ==1 >
|
||||
人工成本
|
||||
<#elseif costProjectManageDetail.type ==2>
|
||||
业务费用
|
||||
<#elseif costProjectManageDetail.type ==3>
|
||||
其他费用
|
||||
</#if>
|
||||
</td>
|
||||
<td><input type="text"
|
||||
class="am-modal-prompt-input am-modal-prompt-input-cost-project-manage"
|
||||
|
@ -1664,8 +1704,8 @@
|
|||
<#-- <td>操作</td>-->
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="text" class="am-modal-prompt-input input-total-month-budget-plan"
|
||||
value="${projectBudgetPlanDetailTotal.month}" readonly/></td>
|
||||
<td><#--<input type="text" class="am-modal-prompt-input input-total-month-budget-plan"
|
||||
value="${projectBudgetPlanDetailTotal.month}" readonly/>-->${projectBudgetPlanDetailTotal.month}</td>
|
||||
<td><input type="number"
|
||||
class="am-modal-prompt-input input-total-device-cost-budget-plan"
|
||||
value="${Utils.format(projectBudgetPlanDetailTotal.deviceCost)}"
|
||||
|
@ -1720,9 +1760,9 @@
|
|||
<#if projectBudgetPlanDetails??>
|
||||
<#list projectBudgetPlanDetails as projectBudgetPlanDetail>
|
||||
<tr>
|
||||
<td><input type="text" readonly
|
||||
<td><#--<input type="text" readonly
|
||||
class="am-modal-prompt-input am-modal-prompt-input-budget-plan-detail input-changeable-month-budget-plan"
|
||||
value="${projectBudgetPlanDetail.month!}"></td>
|
||||
value="${projectBudgetPlanDetail.month!}">-->${projectBudgetPlanDetail.month!}</td>
|
||||
<td><input type="number" min="0.00" max="99999999.99" step="0.01" readonly
|
||||
class="am-modal-prompt-input am-modal-prompt-input-budget-plan-detail input-changeable-device-cost-budget-plan"
|
||||
value="${Utils.format(projectBudgetPlanDetail.deviceCost)}"></td>
|
||||
|
|
Loading…
Reference in New Issue