修复编辑决算报错问题

master
hanbo 2021-12-07 14:29:52 +08:00
parent 51a2385d23
commit de930851ee
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@
<td>合计</td>
<td></td>
<td></td>
<td><input name="incomeTotalTaxExclude" value="${Utils.format(estimateBean.getCostTotalTaxExclude()(),'0')}" type="number" readonly required title="此列累计"></td>
<td><input name="incomeTotalTaxExclude" value="${Utils.format(estimateBean.getCostTotalTaxExclude(),'0')}" type="number" readonly required title="此列累计"></td>
<td><input name="costTotalTaxExclude" value="${Utils.format(budgetBean.getCostTotalTaxExclude(),'0')}" type="number" readonly required title="此列累计"></td>
<td><input name="costSettleTotal" value="${Utils.format(settleBean.getCostTotalTaxExclude(),'0')}" type="number" readonly required title="此列累计"></td>
<td><input name="costFinalTotal" type="number" value="${Utils.format(finalBean.getCostTotal(),'0')}" readonly required title="此列累计"></td>