显示数据问题

master
xxssyyyyssxx 2021-12-09 16:23:25 +08:00
parent fcb5c9ca0b
commit e8f5d0e665
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ function updateCostData(data, returnData) {
//资金计划表中的
$(".input-total-title-device-cost-budget-plan").val(f2(deviceTaxInclude));
$(".input-total-title-engineer-cost-budget-plan").val(f2(f2(deviceTaxInclude)+f2(serviceTaxInclude)+f2(otherTaxInclude)));
$(".input-total-title-engineer-cost-budget-plan").val(f2(f2(buildTaxInclude)+f2(serviceTaxInclude)+f2(otherTaxInclude)));
$(".input-total-title-total-cost-budget-plan").val(f2(f2(deviceTaxInclude)+f2(buildTaxInclude)+f2(serviceTaxInclude)+f2(otherTaxInclude)
+f2($(".input-total-title-project-manage-cost-budget-plan").val())
+f2($(".input-total-title-earnest-money-cost-budget-plan").val())));