易用性修改

master
hanbo 2022-05-17 11:34:13 +08:00
parent 9449a757cb
commit e515af01f0
1 changed files with 9 additions and 9 deletions

View File

@ -592,7 +592,7 @@
<#if costDetail.category == procurementType.id>${procurementType.name}</#if>
</#list>
</td>
<td width="260px"><input type="text" readonly
<td width="220px"><input type="text" readonly
class="am-modal-prompt-input am-modal-prompt-input-cost"
value="${costDetail.name!}"></td>
<td width="80px"><input type="text" readonly
@ -601,10 +601,10 @@
<td width="80px"><input type="text" readonly
class="am-modal-prompt-input am-modal-prompt-input-cost input-changeable-amount"
value="${costDetail.amount!0}"></td>
<td><input type="text" readonly
<td width="200px"><input type="text" readonly
class="am-modal-prompt-input am-modal-prompt-input-cost input-changeable-price"
value="${Utils.format2(costDetail.price,'0.00')}"></td>
<td><input type="text" min="0.00" max="99.99" step="0.01" readonly
<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"
@ -693,7 +693,7 @@
value="${costProjectManageDetail.name!}" readonly
<#--<#if costProjectManageDetail.deletable==0>readonly</#if>-->>
</td>
<td width="280px"><input type="text" readonly
<td width="220px"><input type="text" readonly
class="am-modal-prompt-input am-modal-prompt-input-cost-project-manage"
value="${costProjectManageDetail.detail!}"></td>
<td width="80px"><input type="text" readonly
@ -702,21 +702,21 @@
<td width="80px"><input type="text" 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="text" readonly
<td width="180px"><input type="text" readonly
class="am-modal-prompt-input am-modal-prompt-input-cost-project-manage input-changeable-price-project-manage"
value="${Utils.format2(costProjectManageDetail.price,'0.00')}">
</td>
<td><input type="text"
<td width="180px"><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.00')}"
readonly></td>
<td><input type="text" readonly
<td width="100px"><input type="text" readonly
class="am-modal-prompt-input am-modal-prompt-input-cost-project-manage"
value="${costProjectManageDetail.predictMethod!}"></td>
<td><input type="text" readonly
<td width="70px"><input type="text" readonly
class="am-modal-prompt-input am-modal-prompt-input-cost-project-manage"
value="${costProjectManageDetail.predictWhy!}"></td>
<td><input type="text" readonly
<td width="60px"><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>