From 4de6bdb5ce671f6c7ac0edea51182c09e8c6b661 Mon Sep 17 00:00:00 2001 From: hanbo <2608504783@qq.com> Date: Tue, 17 May 2022 14:21:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=98=93=E7=94=A8=E6=80=A7=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/admin/project_approve.ftl | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/main/resources/templates/admin/project_approve.ftl b/src/main/resources/templates/admin/project_approve.ftl index 22d35d9..3b5ce3c 100644 --- a/src/main/resources/templates/admin/project_approve.ftl +++ b/src/main/resources/templates/admin/project_approve.ftl @@ -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