易用性修改

master
hanbo 2022-05-06 11:23:26 +08:00
parent e58032f100
commit c90e28dc9e
1 changed files with 12 additions and 12 deletions

View File

@ -1236,7 +1236,7 @@
<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">
<tr class="am-text-lg">
<td>类别</td>
<td>费用</td>
<td>概算总额(元)</td>
@ -1286,7 +1286,7 @@
<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">
<tr class="am-text-lg">
<td>类别</td>
<td>费用</td>
<td>费用项目</td>
@ -1349,7 +1349,7 @@
<tr>
<td>成本</td>
<td>其他</td>
<td style="width: 300px" class="huanhang">${project.otherName!}</td>
<td style="width: 200px" class="huanhang">${project.otherName!}</td>
<td><input name="costOtherEstimateTotal" type="text" class="number" value="${Utils.format(monthBean.estimateCostOther,'0.00')}" readonly required title="其他成本概算总额"></td>
<td><input name="costOtherBudgetTotal" type="text" class="number" value="${Utils.format(monthBean.budgetCostOther,'0.00')}" readonly required title="其他成本预算总额"></td>
<td><input name="costOtherFormerSettleTotal" type="text" class="number" value="${Utils.format(formerBean.costOtherOtherTaxExclude,'0.00')}" required readonly title="其他成本上月结算总额"></td>
@ -1371,7 +1371,7 @@
<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">
<tr class="am-text-lg">
<td>类别</td>
<td>费用项目</td>
<td>概算总额(元)</td>
@ -1422,7 +1422,7 @@
<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">
<tr class="am-text-lg">
<td>类别</td>
<td>概算总额(元)</td>
<td>预算总额(元)</td>
@ -1464,7 +1464,7 @@
<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">
<tr class="am-text-lg">
<td>类别</td>
<td>预算总额(元)</td>
<td>上月结算总额(元)</td>
@ -1599,7 +1599,7 @@
<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">
<tr class="am-text-lg">
<td>类别</td>
<td>费用</td>
<td>概算总额(元)</td>
@ -1644,7 +1644,7 @@
<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">
<tr class="am-text-lg">
<td>类别</td>
<td>费用</td>
<td>费用项目</td>
@ -1701,7 +1701,7 @@
<tr>
<td>成本</td>
<td>其他</td>
<td style="width: 300px" class="huanhang">${project.otherName!}</td>
<td style="width: 200px" class="huanhang">${project.otherName!}</td>
<td><input name="costOtherOtherTaxExclude" type="text" class="number" value="${Utils.format(estimateBean.costOtherOtherTaxExclude,'0.00')}" readonly required title="其他成本概算总额"></td>
<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>
@ -1721,7 +1721,7 @@
<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">
<tr class="am-text-lg">
<td>类别</td>
<td>费用项目</td>
<td>概算总额(元)</td>
@ -1767,7 +1767,7 @@
<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">
<tr class="am-text-lg">
<td>类别</td>
<td>概算总额(元)</td>
<td>预算总额(元)</td>
@ -1805,7 +1805,7 @@
<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">
<tr class="am-text-lg">
<td>类别</td>
<td>预算总额(元)</td>
<td>结算总额(元)</td>