。。。

dev_1.0.0
‘wangjiuyun 2024-10-29 14:59:46 +08:00
parent 5c76ef7b93
commit d34ae39d8d
2 changed files with 6 additions and 2 deletions

View File

@ -1054,6 +1054,6 @@ function updateCashFlow() {
//校验付款明细表
function verifyBudgetPay(){
var timeValue = classVal("input-changeable-pay-time");
}

View File

@ -1339,7 +1339,11 @@
<tr>
<td>成本</td>
<td>项目管理费用</td>
<td><input type="text" class="number" name="costProjectManageTaxExclude" value="${Utils.format(budgetBean.costProjectManageTaxExclude,'0')}" readonly title="项目管理成本总额不含税"></td>
<td>
<input type="text" class="number" name="costProjectManageTaxExclude" value="${Utils.format(budgetBean.costProjectManageTaxExclude,'0')}" readonly title="项目管理成本总额不含税">
<input style="display: none" type="text" class="number" name="costProjectManageTaxInclude" value="${Utils.format(budgetBean.costProjectManageTaxInclude,'0')}" readonly title="项目管理成本总额不含税">
</td>
</tr>
<tr>
<td>财务费用</td>