易用性修改
parent
e515af01f0
commit
4de6bdb5ce
|
@ -607,21 +607,21 @@
|
|||
<td width="100px"><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.00')}"></td>
|
||||
<td><input type="text"
|
||||
<td width="200px"><input type="text"
|
||||
class="am-modal-prompt-input am-modal-prompt-input-cost input-changeable-total-tax-include"
|
||||
value="${Utils.format(costDetail.totalTaxInclude,'0.00')}"
|
||||
readonly>
|
||||
</td>
|
||||
<td><input type="text"
|
||||
<td width="200px"><input type="text"
|
||||
class="am-modal-prompt-input am-modal-prompt-input-cost input-changeable-total-tax-exclude"
|
||||
value="${Utils.format(costDetail.totalTaxExclude,'0.00')}"
|
||||
readonly>
|
||||
</td>
|
||||
<td>
|
||||
<#-- <button type="button"
|
||||
<#--<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>
|
||||
<span class="am-icon-minus"></span></button>
|
||||
</td>-->
|
||||
</tr>
|
||||
</#list>
|
||||
</#if>
|
||||
|
@ -649,7 +649,7 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td width="60px">序号</td>
|
||||
<td width="100px">财务费用类别</td>
|
||||
<td width="120px">财务费用类别</td>
|
||||
<td>业务项目</td>
|
||||
<td>项目明细</td>
|
||||
<td>单位</td>
|
||||
|
@ -710,10 +710,10 @@
|
|||
class="am-modal-prompt-input am-modal-prompt-input-cost-project-manage input-changeable-total-project-manage"
|
||||
value="${Utils.format(costProjectManageDetail.total,'0.00')}"
|
||||
readonly></td>
|
||||
<td width="100px"><input type="text" readonly
|
||||
<td width="120px"><input type="text" readonly
|
||||
class="am-modal-prompt-input am-modal-prompt-input-cost-project-manage"
|
||||
value="${costProjectManageDetail.predictMethod!}"></td>
|
||||
<td width="70px"><input type="text" readonly
|
||||
<td width="80px"><input type="text" readonly
|
||||
class="am-modal-prompt-input am-modal-prompt-input-cost-project-manage"
|
||||
value="${costProjectManageDetail.predictWhy!}"></td>
|
||||
<td width="60px"><input type="text" readonly
|
||||
|
|
Loading…
Reference in New Issue