页面优化

master
hanbo 2021-11-30 16:03:20 +08:00
parent 659c911436
commit e801d08232
3 changed files with 51 additions and 51 deletions

View File

@ -877,7 +877,7 @@
</tbody>
</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;">
<tbody>
<tr class="am-text-xl">
@ -1218,7 +1218,7 @@
</tbody>
</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;">
<tbody>
<tr class="am-text-xl">
@ -1374,14 +1374,14 @@
<td>税率(%</td>
<td>含税总金额(元)</td>
<td>不含税金额(元)</td>
<td>操作</td>
<#--<td>操作</td>-->
</tr>
<#if incomeDetails??>
<#list incomeDetails as incomeDetail>
<tr>
<td>
<select style="width: auto"
<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>
@ -1391,19 +1391,19 @@
</option>
</select>
</td>
<td><input type="text"
<td><input type="text" readonly
class="am-modal-prompt-input am-modal-prompt-input-income"
value="${incomeDetail.name!}"></td>
<td><input type="text"
<td><input type="text" readonly
class="am-modal-prompt-input am-modal-prompt-input-income"
value="${incomeDetail.unit!}"></td>
<td><input type="number" min="0" max="99999999" step="1"
<td><input type="number" min="0" max="99999999" step="1" readonly
class="am-modal-prompt-input am-modal-prompt-input-income input-changeable-amount"
value="${incomeDetail.amount!0}"></td>
<td><input type="number" min="0.00" max="99999999.99" step="0.01"
<td><input type="number" min="0.00" max="99999999.99" step="0.01" readonly
class="am-modal-prompt-input am-modal-prompt-input-income input-changeable-price"
value="${Utils.format(incomeDetail.price,'0')}"></td>
<td><input type="number" min="0.00" max="99.99" step="0.01"
<td><input type="number" min="0.00" max="99.99" step="0.01" 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"
@ -1414,19 +1414,19 @@
class="am-modal-prompt-input am-modal-prompt-input-income input-changeable-total-tax-exclude"
value="${Utils.format(incomeDetail.totalTaxExclude,'0')}"
readonly></td>
<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>
</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>
<#--<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>
@ -1453,14 +1453,14 @@
<td>税率(%</td>
<td>含税总金额(元)</td>
<td>不含税金额(元)</td>
<td>操作</td>
<#--<td>操作</td>-->
</tr>
<#if costDetails??>
<#list costDetails as costDetail>
<tr>
<td>
<select style="width: auto"
<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>
@ -1473,7 +1473,7 @@
</select>
</td>
<td>
<select style="width: auto"
<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>>
华智产品
@ -1500,19 +1500,19 @@
</option>
</select>
</td>
<td><input type="text"
<td><input type="text" readonly
class="am-modal-prompt-input am-modal-prompt-input-cost"
value="${costDetail.name!}"></td>
<td><input type="text"
<td><input type="text" readonly
class="am-modal-prompt-input am-modal-prompt-input-cost"
value="${costDetail.unit!}"></td>
<td><input type="number" min="0" max="99999999" step="1"
<td><input type="number" min="0" max="99999999" step="1" readonly
class="am-modal-prompt-input am-modal-prompt-input-cost input-changeable-amount"
value="${costDetail.amount!0}"></td>
<td><input type="number" min="0.00" max="99999999.99" step="0.01"
<td><input type="number" min="0.00" max="99999999.99" step="0.01" readonly
class="am-modal-prompt-input am-modal-prompt-input-cost input-changeable-price"
value="${Utils.format(costDetail.price,'0')}"></td>
<td><input type="number" min="0.00" max="99.99" step="0.01"
<td><input type="number" 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"
@ -1524,9 +1524,9 @@
value="${Utils.format(costDetail.totalTaxExclude,'0')}" readonly>
</td>
<td>
<button type="button"
<#-- <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>
<span class="am-icon-minus"></span></button>-->
</td>
</tr>
</#list>
@ -1534,8 +1534,8 @@
</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>
<#--<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>
@ -1563,7 +1563,7 @@
<td>预估计算方法</td>
<td>预估依据</td>
<td>备注</td>
<td>操作</td>
<#--<td>操作</td>-->
</tr>
<#if costProjectManageDetails??>
@ -1588,48 +1588,48 @@
class="am-modal-prompt-input am-modal-prompt-input-cost-project-manage"
value="${costProjectManageDetail.name!}"
<#if costProjectManageDetail.deletable==0>readonly</#if>></td>
<td><input type="text"
<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"
<td><input type="text" readonly
class="am-modal-prompt-input am-modal-prompt-input-cost-project-manage"
value="${costProjectManageDetail.unit!}"></td>
<td><input type="number" min="0" max="99999999" step="1"
<td><input type="number" min="0" max="99999999" step="1" 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="number" min="0.00" max="99999999.99" step="0.01"
<td><input type="number" min="0.00" max="99999999.99" step="0.01" readonly
class="am-modal-prompt-input am-modal-prompt-input-cost-project-manage input-changeable-price-project-manage"
value="${Utils.format(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"
<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"
<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"
<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>
<#--<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>
</td>-->
</tr>
</#list>
</#if>
</tbody>
</table>
<button type="button" id="costProjectManageAddBtn"
<#--<button type="button" id="costProjectManageAddBtn"
class="am-btn am-btn-primary am-btn-xs am-round"><span class="am-icon-plus"></span>
</button>
</button>-->
</div>
<div class="am-modal-footer">
<span class="am-modal-btn" data-am-modal-cancel>取消</span>
@ -1660,7 +1660,7 @@
<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"
@ -1719,21 +1719,21 @@
<#if projectBudgetPlanDetails??>
<#list projectBudgetPlanDetails as projectBudgetPlanDetail>
<tr>
<td><input type="text"
<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>
<td><input type="number" min="0.00" max="99999999.99" step="0.01"
<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>
<td><input type="number" min="0.00" max="99999999.99" step="0.01"
<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-engineer-cost-budget-plan"
value="${Utils.format(projectBudgetPlanDetail.engineerCost)}">
</td>
<td><input type="number" min="0.00" max="99999999.99" step="0.01"
<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-project-manage-cost-budget-plan"
value="${Utils.format(projectBudgetPlanDetail.projectManageCost)}">
</td>
<td><input type="number" min="0.00" max="99999999.99" step="0.01"
<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-earnest-money-cost-budget-plan"
value="${Utils.format(projectBudgetPlanDetail.earnestMoneyCost)}">
</td>
@ -1741,10 +1741,10 @@
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="number" min="0.00" max="99999999.99" step="0.01"
<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-sale-income-budget-plan"
value="${Utils.format(projectBudgetPlanDetail.saleIncome)}"></td>
<td><input type="number" min="0.00" max="99999999.99" step="0.01"
<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-earnest-money-income-budget-plan"
value="${Utils.format(projectBudgetPlanDetail.earnestMoneyIncome)}">
</td>
@ -1768,20 +1768,20 @@
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>
<#--<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>
</td>-->
</tr>
</#list>
</#if>
</tbody>
</table>
<button type="button" id="budgetPlanDetailAddBtn"
<#--<button type="button" id="budgetPlanDetailAddBtn"
class="am-btn am-btn-primary am-btn-xs am-round"><span class="am-icon-plus"></span>
</button>
</button>-->
<table class="am-table am-table-bordered am-table-radius table-main" style="padding:0;">
<tbody>

View File

@ -240,7 +240,7 @@
</tbody>
</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;">
<tbody>
<tr class="am-text-xl">

View File

@ -240,7 +240,7 @@
</tbody>
</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;">
<tbody>
<tr class="am-text-xl">