处理冲突
parent
a0a576597a
commit
3e5eaa103a
|
@ -916,184 +916,6 @@
|
|||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<#--<span class="am-text-primary"><a style="cursor: pointer" id="income-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 budget-plan-detail"><a style="cursor: pointer">资金计划表</a></span>-->
|
||||
<div class="am-tab-panel am-fade am-in" id="tab35">
|
||||
<span class="am-text-lg">收入</span>
|
||||
<table class="am-table am-table-bordered am-table-radius table-main"
|
||||
style="padding:0;">
|
||||
<tbody>
|
||||
<tr class="am-text-lg">
|
||||
<td>类别</td>
|
||||
<td>费用</td>
|
||||
<td>含税金额(元)</td>
|
||||
<td>不含税金额(元)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>收入</td>
|
||||
<td>设备类</td>
|
||||
<td><input type="text" class="number" name="incomeDeviceTaxInclude"
|
||||
value="${Utils.format(budgetBean.incomeDeviceTaxInclude,'0')}"
|
||||
required readonly title="设备类含税总额"></td>
|
||||
<td><input type="text" class="number" name="incomeDeviceTaxExclude"
|
||||
value="${Utils.format(budgetBean.incomeDeviceTaxExclude,'0')}"
|
||||
required readonly title="设备类不含税总额"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>收入</td>
|
||||
<td>工程类</td>
|
||||
<td><input type="text" class="number" name="incomeEngineerTaxInclude"
|
||||
value="${Utils.format(budgetBean.incomeEngineerTaxInclude,'0')}"
|
||||
required readonly title="工程类含税总额"></td>
|
||||
<td><input type="text" class="number" name="incomeEngineerTaxExclude"
|
||||
value="${Utils.format(budgetBean.incomeEngineerTaxExclude,'0')}"
|
||||
required readonly title="工程类不含税总额"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>收入</td>
|
||||
<td>服务类</td>
|
||||
<td><input type="text" class="number" name="incomeServiceTaxInclude"
|
||||
value="${Utils.format(budgetBean.incomeServiceTaxInclude,'0')}"
|
||||
required readonly title="服务类含税总额"></td>
|
||||
<td><input type="text" class="number" name="incomeServiceTaxExclude"
|
||||
value="${Utils.format(budgetBean.incomeServiceTaxExclude,'0')}"
|
||||
required readonly title="服务类不含税总额"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>合计</td>
|
||||
<td></td>
|
||||
<td><input type="text" class="number" name="incomeTotalTaxInclude"
|
||||
value="${Utils.format(budgetBean.incomeTotalTaxInclude,'0')}"
|
||||
readonly required title="此列累计"></td>
|
||||
<td><input type="text" class="number" name="incomeTotalTaxExclude"
|
||||
value="${Utils.format(budgetBean.incomeTotalTaxExclude,'0')}"
|
||||
readonly required title="此列累计"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<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-project-manage-detail">项目管理成本表</a></span>-->
|
||||
<table class="am-table am-table-bordered am-table-radius table-main"
|
||||
style="padding:0;">
|
||||
<tbody>
|
||||
<tr class="am-text-lg">
|
||||
<td>类别</td>
|
||||
<td>费用</td>
|
||||
<td>费用项目</td>
|
||||
<td>含税金额(元)</td>
|
||||
<td>不含税金额(元)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>成本</td>
|
||||
<td>采购成本</td>
|
||||
<td>设备</td>
|
||||
<td><input type="text" class="number" name="costPurchaseDeviceTaxInclude"
|
||||
value="${Utils.format(budgetBean.costPurchaseDeviceTaxInclude,'0')}"
|
||||
readonly required title="购买设备含税总额"></td>
|
||||
<td><input type="text" class="number" name="costPurchaseDeviceTaxExclude"
|
||||
value="${Utils.format(budgetBean.costPurchaseDeviceTaxExclude,'0')}"
|
||||
readonly required title="购买设备不含税总额"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>成本</td>
|
||||
<td>采购成本</td>
|
||||
<td>施工</td>
|
||||
<td><input type="text" class="number" name="costPurchaseBuildTaxInclude"
|
||||
value="${Utils.format(budgetBean.costPurchaseBuildTaxInclude,'0')}"
|
||||
readonly required title="购买施工含税总额"></td>
|
||||
<td><input type="text" class="number" name="costPurchaseBuildTaxExclude"
|
||||
value="${Utils.format(budgetBean.costPurchaseBuildTaxExclude,'0')}"
|
||||
readonly required title="购买施工不含税总额"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>成本</td>
|
||||
<td>采购成本</td>
|
||||
<td>服务</td>
|
||||
<td><input type="text" class="number" name="costPurchaseServiceTaxInclude"
|
||||
value="${Utils.format(budgetBean.costPurchaseServiceTaxInclude,'0')}"
|
||||
readonly required title="购买服务含税总额"></td>
|
||||
<td><input type="text" class="number" name="costPurchaseServiceTaxExclude"
|
||||
value="${Utils.format(budgetBean.costPurchaseServiceTaxExclude,'0')}"
|
||||
readonly required title="购买服务不含税总额"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>成本</td>
|
||||
<td>采购成本</td>
|
||||
<td>其他</td>
|
||||
<td><input type="text" class="number" name="costPurchaseOtherTaxInclude"
|
||||
value="${Utils.format(budgetBean.costPurchaseOtherTaxInclude,'0')}"
|
||||
readonly required title="购买其他含税总额"></td>
|
||||
<td><input type="text" class="number" name="costPurchaseOtherTaxExclude"
|
||||
value="${Utils.format(budgetBean.costPurchaseOtherTaxExclude,'0')}"
|
||||
readonly required title="购买其他不含税总额"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>成本</td>
|
||||
<td>项目管理成本</td>
|
||||
<td>项目管理成本</td>
|
||||
<td><input type="text" class="number" name="costProjectManageTaxInclude"
|
||||
value="${Utils.format(budgetBean.costProjectManageTaxExclude,'0')}"
|
||||
readonly required title="项目管理成本总额"></td>
|
||||
<td><input type="text" class="number" name="costProjectManageTaxExclude"
|
||||
value="${Utils.format(budgetBean.costProjectManageTaxExclude,'0')}"
|
||||
readonly required title="项目管理成本总额"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>成本</td>
|
||||
<td>其他</td>
|
||||
<td>${project.otherName!}</td>
|
||||
<td><input type="text" class="number" name="costOtherOtherTaxInclude"
|
||||
value="${Utils.format(budgetBean.costOtherOtherTaxInclude,'0')}"
|
||||
required readonly title="其他含税总额(填入)"></td>
|
||||
<td><input type="text" class="number" name="costOtherOtherTaxExclude"
|
||||
value="${Utils.format(budgetBean.costOtherOtherTaxExclude,'0')}"
|
||||
required readonly title="其他不含税总额(填入)"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>合计</td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td><input type="text" class="number" name="costTotalTaxInclude"
|
||||
value="${Utils.format(budgetBean.costTotalTaxInclude,'0')}"
|
||||
readonly required title="此列累计"></td>
|
||||
<td><input type="text" class="number" name="costTotalTaxExclude"
|
||||
value="${Utils.format(budgetBean.costTotalTaxExclude,'0')}"
|
||||
readonly required title="此列累计"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="am-text-lg">管理</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"
|
||||
style="padding:0;">
|
||||
<tbody>
|
||||
<tr class="am-text-lg">
|
||||
<td>类别</td>
|
||||
<td>费用项目</td>
|
||||
<td>不含税金额(元)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>财务费用</td>
|
||||
<td>资金占用成本</td>
|
||||
<td><input type="text" class="number" name="costExpropriationTaxExclude"
|
||||
value="${Utils.format(budgetBean.costExpropriationTaxExclude,'0')}"
|
||||
required readonly title="资金占用成本不含税总额"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>公司管理费用</td>
|
||||
<td></td>
|
||||
<td><input type="text" class="number" name="costCompanyManageTaxExclude"
|
||||
value="${Utils.format(budgetBean.costCompanyManageTaxExclude,'0')}"
|
||||
required readonly title="公司管理费用不含税总额"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<#--<span class="am-text-primary"><a style="cursor: pointer" id="income-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>
|
||||
|
@ -1589,21 +1411,6 @@
|
|||
<td><input name="costOtherFormerSettleTotal" type="text" class="number" value="${Utils.format(formerBean.costOtherOtherTaxExclude,'0.00')}" required readonly title="其他成本上月结算总额"></td>
|
||||
<td><input type="text" class="number" name="costOther" value="${Utils.format(monthBean.costOther,'0.00')}" required readonly title="其他成本本月结算金额"></td>
|
||||
<td><input type="text" class="number" name="costOtherSettleTotal" value="${Utils.format(currentBean.costOtherOtherTaxExclude,'0.00')}" readonly title="其他成本结算总额"></td>
|
||||
<td><input name="costOtherEstimateTotal" type="text" class="number"
|
||||
value="${Utils.format(monthBean.estimateCostOther,'0')}" readonly
|
||||
required title="其他成本概算总额"></td>
|
||||
<td><input name="costOtherBudgetTotal" type="text" class="number"
|
||||
value="${Utils.format(monthBean.budgetCostOther,'0')}" readonly required
|
||||
title="其他成本预算总额"></td>
|
||||
<td><input name="costOtherFormerSettleTotal" type="text" class="number"
|
||||
value="${Utils.format(formerBean.costOtherOtherTaxExclude,'0')}" required
|
||||
readonly title="其他成本上月结算总额"></td>
|
||||
<td><input type="text" class="number" name="costOther"
|
||||
value="${Utils.format(monthBean.costOther,'0')}" required readonly
|
||||
title="其他成本本月结算金额"></td>
|
||||
<td><input type="text" class="number" name="costOtherSettleTotal"
|
||||
value="${Utils.format(currentBean.costOtherOtherTaxExclude,'0')}"
|
||||
readonly title="其他成本结算总额"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>合计</td>
|
||||
|
@ -2211,19 +2018,6 @@
|
|||
<td><input name="costOtherOtherTaxExclude" type="text" class="number" value="${Utils.format(budgetBean.costOtherOtherTaxExclude,'0.00')}" readonly required title="其他成本预算总额"></td>
|
||||
<td><input name="costOtherSettleTotal" value="${Utils.format(currentBean.costOtherOtherTaxExclude,'0.00')}" type="text" class="number" readonly required title="其他成本结算总额"></td>
|
||||
<td><input name="costOtherFinalTotal" type="text" class="number" value="${Utils.format(finalBean.costOtherFinalTotal,'0.00')}" required readonly title="其他成本决算总额"></td>
|
||||
<td><input name="costOtherOtherTaxExclude" type="text" class="number"
|
||||
value="${Utils.format(estimateBean.costOtherOtherTaxExclude,'0')}"
|
||||
readonly required title="其他成本概算总额"></td>
|
||||
<td><input name="costOtherOtherTaxExclude" type="text" class="number"
|
||||
value="${Utils.format(budgetBean.costOtherOtherTaxExclude,'0')}" readonly
|
||||
required title="其他成本预算总额"></td>
|
||||
<td><input name="costOtherSettleTotal"
|
||||
value="${Utils.format(currentBean.costOtherOtherTaxExclude,'0')}"
|
||||
type="text" class="number" type="text" class="number" readonly required
|
||||
title="其他成本结算总额"></td>
|
||||
<td><input name="costOtherFinalTotal" type="text" class="number"
|
||||
value="${Utils.format(finalBean.costOtherFinalTotal,'0')}" required
|
||||
readonly title="其他成本决算总额"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>合计</td>
|
||||
|
@ -2596,471 +2390,6 @@
|
|||
|
||||
</div>
|
||||
|
||||
|
||||
<#--收入明细表弹窗-->
|
||||
<div class="am-modal am-modal-prompt" style="width: 1200px;max-height:600px;overflow-y:auto;"
|
||||
tabindex="-1" id="my-prompt-income-detail">
|
||||
<div class="am-modal-dialog">
|
||||
<div class="am-modal-hd">销售收入明细表——${project.name}</div>
|
||||
<div class="am-modal-bd">
|
||||
<table class="am-table am-table-bordered am-table-radius table-main" style="padding:0;"
|
||||
id="incomeTable">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>类别</td>
|
||||
<td>名称</td>
|
||||
<td>单位</td>
|
||||
<td>数量</td>
|
||||
<td>单价</td>
|
||||
<td>税率(%)</td>
|
||||
<td>含税总金额(元)</td>
|
||||
<td>不含税金额(元)</td>
|
||||
<#--<td>操作</td>-->
|
||||
</tr>
|
||||
|
||||
<#if incomeDetails??>
|
||||
<#list incomeDetails as incomeDetail>
|
||||
<tr>
|
||||
<td>
|
||||
<#--<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>
|
||||
<option value="2" <#if incomeDetail.type == 2>selected</#if>>工程类
|
||||
</option>
|
||||
<option value="3" <#if incomeDetail.type == 3>selected</#if>>服务类
|
||||
</option>
|
||||
</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"
|
||||
value="${incomeDetail.name!}"></td>
|
||||
<td><input type="text" readonly
|
||||
class="am-modal-prompt-input am-modal-prompt-input-income"
|
||||
value="${incomeDetail.unit!}"></td>
|
||||
<td><input type="text" readonly
|
||||
class="am-modal-prompt-input am-modal-prompt-input-income input-changeable-amount"
|
||||
value="${incomeDetail.amount!0}"></td>
|
||||
<td><input type="text" readonly
|
||||
class="am-modal-prompt-input am-modal-prompt-input-income input-changeable-price"
|
||||
value="${Utils.format2(incomeDetail.price,'0')}"></td>
|
||||
<td><input type="text" readonly
|
||||
class="am-modal-prompt-input am-modal-prompt-input-income input-changeable-tax-rate"
|
||||
value="${Utils.format(incomeDetail.taxRate,'0')}"></td>
|
||||
<td><input type="text"
|
||||
class="am-modal-prompt-input am-modal-prompt-input-income input-changeable-total-tax-include"
|
||||
value="${Utils.format(incomeDetail.totalTaxInclude,'0')}"
|
||||
readonly></td>
|
||||
<td><input type="text"
|
||||
class="am-modal-prompt-input am-modal-prompt-input-income input-changeable-total-tax-exclude"
|
||||
value="${Utils.format(incomeDetail.totalTaxExclude,'0')}"
|
||||
readonly></td>
|
||||
<#--<td>
|
||||
<button type="button"
|
||||
class="am-btn am-btn-warning am-btn-xs am-round am-modal-line-delete">
|
||||
<span class="am-icon-minus"></span></button>
|
||||
</td>-->
|
||||
</tr>
|
||||
</#list>
|
||||
</#if>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
<#--<button type="button" id="incomeAddBtn" class="am-btn am-btn-primary am-btn-xs am-round">
|
||||
<span class="am-icon-plus"></span></button>-->
|
||||
</div>
|
||||
<div class="am-modal-footer">
|
||||
<span class="am-modal-btn" data-am-modal-cancel>取消</span>
|
||||
<#--<span class="am-modal-btn" data-am-modal-confirm>保存</span>-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<#--采购成本明细弹窗-->
|
||||
<div class="am-modal am-modal-prompt" style="width: 1200px;max-height:600px;overflow-y:auto;"
|
||||
tabindex="-1" id="my-prompt-cost-detail">
|
||||
<div class="am-modal-dialog">
|
||||
<div class="am-modal-hd">采购成本明细表——${project.name}</div>
|
||||
<div class="am-modal-bd">
|
||||
<table class="am-table am-table-bordered am-table-radius table-main" style="padding:0;"
|
||||
id="costTable">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>大类</td>
|
||||
<td>类别</td>
|
||||
<td>名称</td>
|
||||
<td>单位</td>
|
||||
<td>数量</td>
|
||||
<td>单价</td>
|
||||
<td>税率(%)</td>
|
||||
<td>含税总金额(元)</td>
|
||||
<td>不含税金额(元)</td>
|
||||
<#--<td>操作</td>-->
|
||||
</tr>
|
||||
|
||||
<#if costDetails??>
|
||||
<#list costDetails as costDetail>
|
||||
<tr>
|
||||
<td>
|
||||
<#--<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>
|
||||
<option value="2" <#if costDetail.type == 2>selected</#if>>施工
|
||||
</option>
|
||||
<option value="3" <#if costDetail.type == 3>selected</#if>>服务
|
||||
</option>
|
||||
<option value="4" <#if costDetail.type == 4>selected</#if>>其他
|
||||
</option>
|
||||
</select>-->
|
||||
<#if costDetail.type ==1 >
|
||||
设备
|
||||
<#elseif costDetail.type ==2>
|
||||
施工
|
||||
<#elseif costDetail.type ==3>
|
||||
服务
|
||||
<#elseif costDetail.type ==4>
|
||||
其他
|
||||
</#if>
|
||||
</td>
|
||||
<td>
|
||||
<#list procurementTypes as procurementType>
|
||||
<#if costDetail.category == procurementType.id>${procurementType.name}</#if>
|
||||
</#list>
|
||||
</td>
|
||||
<td><input type="text" readonly
|
||||
class="am-modal-prompt-input am-modal-prompt-input-cost"
|
||||
value="${costDetail.name!}"></td>
|
||||
<td><input type="text" readonly
|
||||
class="am-modal-prompt-input am-modal-prompt-input-cost"
|
||||
value="${costDetail.unit!}"></td>
|
||||
<td><input type="text" readonly
|
||||
class="am-modal-prompt-input am-modal-prompt-input-cost input-changeable-amount"
|
||||
value="${costDetail.amount!0}"></td>
|
||||
<td><input type="text" readonly
|
||||
class="am-modal-prompt-input am-modal-prompt-input-cost input-changeable-price"
|
||||
value="${Utils.format2(costDetail.price,'0')}"></td>
|
||||
<td><input type="text" min="0.00" max="99.99" step="0.01" readonly
|
||||
class="am-modal-prompt-input am-modal-prompt-input-cost input-changeable-tax-rate"
|
||||
value="${Utils.format(costDetail.taxRate,'0')}"></td>
|
||||
<td><input type="text"
|
||||
class="am-modal-prompt-input am-modal-prompt-input-cost input-changeable-total-tax-include"
|
||||
value="${Utils.format(costDetail.totalTaxInclude,'0')}" readonly>
|
||||
</td>
|
||||
<td><input type="text"
|
||||
class="am-modal-prompt-input am-modal-prompt-input-cost input-changeable-total-tax-exclude"
|
||||
value="${Utils.format(costDetail.totalTaxExclude,'0')}" readonly>
|
||||
</td>
|
||||
<td>
|
||||
<#-- <button type="button"
|
||||
class="am-btn am-btn-warning am-btn-xs am-round am-modal-line-delete">
|
||||
<span class="am-icon-minus"></span></button>-->
|
||||
</td>
|
||||
</tr>
|
||||
</#list>
|
||||
</#if>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
<#--<button type="button" id="costAddBtn" class="am-btn am-btn-primary am-btn-xs am-round"><span
|
||||
class="am-icon-plus"></span></button>-->
|
||||
</div>
|
||||
<div class="am-modal-footer">
|
||||
<span class="am-modal-btn" data-am-modal-cancel>取消</span>
|
||||
<#--<span class="am-modal-btn" data-am-modal-confirm>保存</span>-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<#--项目管理明细表弹窗-->
|
||||
<div class="am-modal am-modal-prompt" style="width: 1200px;max-height:600px;overflow-y:auto;"
|
||||
tabindex="-1" id="my-prompt-cost-project-manage-detail">
|
||||
<div class="am-modal-dialog">
|
||||
<div class="am-modal-hd">项目管理成本明细表——${project.name}</div>
|
||||
<div class="am-modal-bd">
|
||||
<table class="am-table am-table-bordered am-table-radius table-main" style="padding:0;"
|
||||
id="costProjectManageTable">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>财务费用类别</td>
|
||||
<td>业务项目</td>
|
||||
<td>项目明细</td>
|
||||
<td>单位</td>
|
||||
<td>数量</td>
|
||||
<td>单价</td>
|
||||
<td>总金额(元)</td>
|
||||
<td>预估计算方法</td>
|
||||
<td>预估依据</td>
|
||||
<td>备注</td>
|
||||
<#--<td>操作</td>-->
|
||||
</tr>
|
||||
|
||||
<#if costProjectManageDetails??>
|
||||
<#list costProjectManageDetails as costProjectManageDetail>
|
||||
<tr>
|
||||
<td>
|
||||
<#--<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"
|
||||
<#if costProjectManageDetail.type == 1>selected</#if>>人工成本
|
||||
</option>
|
||||
<option value="2"
|
||||
<#if costProjectManageDetail.type == 2>selected</#if>>业务费用
|
||||
</option>
|
||||
<option value="3"
|
||||
<#if costProjectManageDetail.type == 3>selected</#if>>其他费用
|
||||
</option>
|
||||
</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"
|
||||
value="${costProjectManageDetail.name!}" readonly
|
||||
<#--<#if costProjectManageDetail.deletable==0>readonly</#if>-->>
|
||||
</td>
|
||||
<td><input type="text" readonly
|
||||
class="am-modal-prompt-input am-modal-prompt-input-cost-project-manage"
|
||||
value="${costProjectManageDetail.detail!}"></td>
|
||||
<td><input type="text" readonly
|
||||
class="am-modal-prompt-input am-modal-prompt-input-cost-project-manage"
|
||||
value="${costProjectManageDetail.unit!}"></td>
|
||||
<td><input type="text" readonly
|
||||
class="am-modal-prompt-input am-modal-prompt-input-cost-project-manage input-changeable-amount-project-manage"
|
||||
value="${costProjectManageDetail.amount!0}"></td>
|
||||
<td><input type="text" readonly
|
||||
class="am-modal-prompt-input am-modal-prompt-input-cost-project-manage input-changeable-price-project-manage"
|
||||
value="${Utils.format2(costProjectManageDetail.price,'0')}"></td>
|
||||
<td><input type="text"
|
||||
class="am-modal-prompt-input am-modal-prompt-input-cost-project-manage input-changeable-total-project-manage"
|
||||
value="${Utils.format(costProjectManageDetail.total,'0')}"
|
||||
readonly></td>
|
||||
<td><input type="text" readonly
|
||||
class="am-modal-prompt-input am-modal-prompt-input-cost-project-manage"
|
||||
value="${costProjectManageDetail.predictMethod!}"></td>
|
||||
<td><input type="text" readonly
|
||||
class="am-modal-prompt-input am-modal-prompt-input-cost-project-manage"
|
||||
value="${costProjectManageDetail.predictWhy!}"></td>
|
||||
<td><input type="text" readonly
|
||||
class="am-modal-prompt-input am-modal-prompt-input-cost-project-manage"
|
||||
value="${costProjectManageDetail.remark!}"></td>
|
||||
<#--<td><#if costProjectManageDetail.deletable==1>
|
||||
<button type="button"
|
||||
class="am-btn am-btn-warning am-btn-xs am-round am-modal-line-delete">
|
||||
<span class="am-icon-minus"></span></button></#if>
|
||||
<input type="hidden"
|
||||
class="am-modal-prompt-input am-modal-prompt-input-cost-project-manage"
|
||||
value="${costProjectManageDetail.deletable!}">
|
||||
</td>-->
|
||||
</tr>
|
||||
</#list>
|
||||
</#if>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
<#--<button type="button" id="costProjectManageAddBtn"
|
||||
class="am-btn am-btn-primary am-btn-xs am-round"><span class="am-icon-plus"></span>
|
||||
</button>-->
|
||||
</div>
|
||||
<div class="am-modal-footer">
|
||||
<span class="am-modal-btn" data-am-modal-cancel>取消</span>
|
||||
<#--<span class="am-modal-btn" data-am-modal-confirm>保存</span>-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<#--资金计划明细表弹窗-->
|
||||
<div class="am-modal am-modal-prompt" style="width: 1200px;max-height:600px;overflow-y:auto;"
|
||||
tabindex="-1" id="my-prompt-budget-plan-detail">
|
||||
<div class="am-modal-dialog">
|
||||
<div class="am-modal-hd">资金计划明细表——${project.name}</div>
|
||||
<div class="am-modal-bd">
|
||||
<table class="am-table am-table-bordered am-table-radius table-main" style="padding:0;"
|
||||
id="budgetPlanDetailTable">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>月份</td>
|
||||
<td>设备支出</td>
|
||||
<td>工程支出(含服务+施工+其他)</td>
|
||||
<td>经营性开支</td>
|
||||
<td>保证金支出</td>
|
||||
<td>支出合计</td>
|
||||
<td>销售收款</td>
|
||||
<td>保证金收款</td>
|
||||
<td>收款合计</td>
|
||||
<td>资金余额</td>
|
||||
<td>资金利息</td>
|
||||
<td>垫资计划</td>
|
||||
<td>还款计划</td>
|
||||
<#-- <td>操作</td>-->
|
||||
</tr>
|
||||
<tr>
|
||||
<td><#--<input type="text" class="am-modal-prompt-input input-total-month-budget-plan"
|
||||
value="${projectBudgetPlanDetailTotal.month}" readonly/>-->${projectBudgetPlanDetailTotal.month}</td>
|
||||
<td><input type="text"
|
||||
class="am-modal-prompt-input input-total-device-cost-budget-plan"
|
||||
value="${Utils.format(projectBudgetPlanDetailTotal.deviceCost)}"
|
||||
readonly/></td>
|
||||
<td><input type="text"
|
||||
class="am-modal-prompt-input input-total-engineer-cost-budget-plan"
|
||||
value="${Utils.format(projectBudgetPlanDetailTotal.engineerCost)}"
|
||||
readonly/></td>
|
||||
<td><input type="text"
|
||||
class="am-modal-prompt-input input-total-project-manage-cost-budget-plan"
|
||||
value="${Utils.format(projectBudgetPlanDetailTotal.projectManageCost)}"
|
||||
readonly/></td>
|
||||
<td><input type="text"
|
||||
class="am-modal-prompt-input input-total-earnest-money-cost-budget-plan"
|
||||
value="${Utils.format(projectBudgetPlanDetailTotal.earnestMoneyCost)}"
|
||||
readonly/></td>
|
||||
<td><input type="text"
|
||||
class="am-modal-prompt-input input-total-total-cost-budget-plan"
|
||||
value="${Utils.format(projectBudgetPlanDetailTotal.totalCost)}"
|
||||
readonly/></td>
|
||||
<td><input type="text"
|
||||
class="am-modal-prompt-input input-total-sale-income-budget-plan"
|
||||
value="${Utils.format(projectBudgetPlanDetailTotal.saleIncome)}"
|
||||
readonly/></td>
|
||||
<td><input type="text"
|
||||
class="am-modal-prompt-input input-total-earnest-money-income-budget-plan"
|
||||
value="${Utils.format(projectBudgetPlanDetailTotal.earnestMoneyIncome)}"
|
||||
readonly/></td>
|
||||
<td><input type="text"
|
||||
class="am-modal-prompt-input input-total-total-income-budget-plan"
|
||||
value="${Utils.format(projectBudgetPlanDetailTotal.totalIncome)}"
|
||||
readonly/></td>
|
||||
<td><input type="text"
|
||||
class="am-modal-prompt-input input-total-fund-balance-budget-plan"
|
||||
value="${Utils.format(projectBudgetPlanDetailTotal.fundBalance)}"
|
||||
readonly/></td>
|
||||
<td><input type="text"
|
||||
class="am-modal-prompt-input input-total-capital-interest-budget-plan"
|
||||
value="${Utils.format(projectBudgetPlanDetailTotal.capitalInterest)}"
|
||||
readonly/></td>
|
||||
<td><input type="text"
|
||||
class="am-modal-prompt-input input-total-underwritten-plan-budget-plan"
|
||||
value="${Utils.format(projectBudgetPlanDetailTotal.underwrittenPlan)}"
|
||||
readonly/></td>
|
||||
<td><input type="text"
|
||||
class="am-modal-prompt-input input-total-repayment-plan-budget-plan"
|
||||
value="${Utils.format(projectBudgetPlanDetailTotal.repaymentPlan)}"
|
||||
readonly/></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<#if projectBudgetPlanDetails??>
|
||||
<#list projectBudgetPlanDetails as projectBudgetPlanDetail>
|
||||
<tr>
|
||||
<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!}">-->${projectBudgetPlanDetail.month!}</td>
|
||||
<td><input type="text" 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>
|
||||
<td><input type="text" readonly
|
||||
class="am-modal-prompt-input am-modal-prompt-input-budget-plan-detail input-changeable-engineer-cost-budget-plan"
|
||||
value="${Utils.format(projectBudgetPlanDetail.engineerCost)}">
|
||||
</td>
|
||||
<td><input type="text" readonly
|
||||
class="am-modal-prompt-input am-modal-prompt-input-budget-plan-detail input-changeable-project-manage-cost-budget-plan"
|
||||
value="${Utils.format(projectBudgetPlanDetail.projectManageCost)}">
|
||||
</td>
|
||||
<td><input type="text" readonly
|
||||
class="am-modal-prompt-input am-modal-prompt-input-budget-plan-detail input-changeable-earnest-money-cost-budget-plan"
|
||||
value="${Utils.format(projectBudgetPlanDetail.earnestMoneyCost)}">
|
||||
</td>
|
||||
<td><input type="text"
|
||||
class="am-modal-prompt-input am-modal-prompt-input-budget-plan-detail input-changeable-total-cost-budget-plan"
|
||||
value="${Utils.format(projectBudgetPlanDetail.totalCost)}"
|
||||
readonly></td>
|
||||
<td><input type="text" readonly
|
||||
class="am-modal-prompt-input am-modal-prompt-input-budget-plan-detail input-changeable-sale-income-budget-plan"
|
||||
value="${Utils.format(projectBudgetPlanDetail.saleIncome)}"></td>
|
||||
<td><input type="text" readonly
|
||||
class="am-modal-prompt-input am-modal-prompt-input-budget-plan-detail input-changeable-earnest-money-income-budget-plan"
|
||||
value="${Utils.format(projectBudgetPlanDetail.earnestMoneyIncome)}">
|
||||
</td>
|
||||
<td><input type="text"
|
||||
class="am-modal-prompt-input am-modal-prompt-input-budget-plan-detail input-changeable-total-income-budget-plan"
|
||||
value="${Utils.format(projectBudgetPlanDetail.totalIncome)}"
|
||||
readonly></td>
|
||||
<td><input type="text"
|
||||
class="am-modal-prompt-input am-modal-prompt-input-budget-plan-detail input-changeable-fund-balance-budget-plan"
|
||||
value="${Utils.format(projectBudgetPlanDetail.fundBalance)}"
|
||||
readonly></td>
|
||||
<td><input type="text"
|
||||
class="am-modal-prompt-input am-modal-prompt-input-budget-plan-detail input-changeable-capital-interest-budget-plan"
|
||||
value="${Utils.format(projectBudgetPlanDetail.capitalInterest)}"
|
||||
readonly></td>
|
||||
<td><input type="text"
|
||||
class="am-modal-prompt-input am-modal-prompt-input-budget-plan-detail input-changeable-underwritten-plan-budget-plan"
|
||||
value="${Utils.format(projectBudgetPlanDetail.underwrittenPlan)}"
|
||||
readonly></td>
|
||||
<td><input type="text"
|
||||
class="am-modal-prompt-input am-modal-prompt-input-budget-plan-detail input-changeable-repayment-plan-budget-plan"
|
||||
value="${Utils.format(projectBudgetPlanDetail.repaymentPlan)}"
|
||||
readonly></td>
|
||||
<#--<td>
|
||||
<button type="button"
|
||||
class="am-btn am-btn-warning am-btn-xs am-round am-modal-line-delete-budget-plan">
|
||||
<span class="am-icon-minus"></span></button>
|
||||
</td>-->
|
||||
</tr>
|
||||
</#list>
|
||||
</#if>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
<#--<button type="button" id="budgetPlanDetailAddBtn"
|
||||
class="am-btn am-btn-primary am-btn-xs am-round"><span class="am-icon-plus"></span>
|
||||
</button>-->
|
||||
|
||||
<table class="am-table am-table-bordered am-table-radius table-main" style="padding:0;">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>垫资峰值时间</td>
|
||||
<td>垫资峰值金额</td>
|
||||
<td>利率</td>
|
||||
<td>资金利息</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="text"
|
||||
class="am-modal-prompt-input input-underwritten-plan-statistic-max-month-budget-plan"
|
||||
value="${underwrittenPlanStatistic.maxMonth!}" readonly/></td>
|
||||
<td><input type="text"
|
||||
class="am-modal-prompt-input input-underwritten-plan-statistic-amount-budget-plan"
|
||||
value="${Utils.format(underwrittenPlanStatistic.amount,'')}" readonly/>
|
||||
</td>
|
||||
<td><input type="text"
|
||||
class="am-modal-prompt-input input-underwritten-plan-statistic-tax-rate-budget-plan"
|
||||
value="${Utils.format(project.underwrittenTaxRate,'')}" readonly/></td>
|
||||
<td><input type="text"
|
||||
class="am-modal-prompt-input input-underwritten-plan-statistic-capital-interest-budget-plan"
|
||||
value="${Utils.format(underwrittenPlanStatistic.capitalInterest,'')}"
|
||||
readonly/></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
</div>
|
||||
<div class="am-modal-footer">
|
||||
<span class="am-modal-btn" data-am-modal-cancel>取消</span>
|
||||
<#-- <span class="am-modal-btn" data-am-modal-confirm>保存</span>-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<#--审核弹窗-->
|
||||
<div class="am-modal am-modal-prompt" style="width: 1000px;max-height:600px;overflow-y:auto;"
|
||||
tabindex="-1" id="my-approve">
|
||||
|
|
Loading…
Reference in New Issue