易用性修改
parent
8d6c1c945c
commit
e58032f100
|
@ -1026,7 +1026,7 @@
|
|||
<tr>
|
||||
<td>成本</td>
|
||||
<td>其他</td>
|
||||
<td>${project.otherName!}</td>
|
||||
<td style="width: 300px" class="huanhang">${project.otherName!}</td>
|
||||
<td><input type="text" class="number" name="costOtherOtherTaxInclude"
|
||||
value="${Utils.format(budgetBean.costOtherOtherTaxInclude,'0.00')}"
|
||||
required readonly title="其他含税总额(填入)"></td>
|
||||
|
@ -1349,7 +1349,7 @@
|
|||
<tr>
|
||||
<td>成本</td>
|
||||
<td>其他</td>
|
||||
<td>${project.otherName!}</td>
|
||||
<td style="width: 300px" 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>
|
||||
|
@ -1701,7 +1701,7 @@
|
|||
<tr>
|
||||
<td>成本</td>
|
||||
<td>其他</td>
|
||||
<td>${project.otherName!}</td>
|
||||
<td style="width: 300px" 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>
|
||||
|
|
Loading…
Reference in New Issue