From 6d4cedd5dd879d96c16dd1da0a27fe6064c00633 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=98wangjiuyun?= <‘1595161655@qq.com> Date: Fri, 29 Nov 2024 17:00:03 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=82=E3=80=82=E3=80=82=E8=B5=84=E9=87=91?= =?UTF-8?q?=E8=AE=A1=E5=88=92=E8=A1=A8=E8=AE=A1=E7=AE=97=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/static/assets/js/project_budget_pay.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/static/assets/js/project_budget_pay.js b/src/main/resources/static/assets/js/project_budget_pay.js index 960c556..f37cd7a 100644 --- a/src/main/resources/static/assets/js/project_budget_pay.js +++ b/src/main/resources/static/assets/js/project_budget_pay.js @@ -266,6 +266,8 @@ function updatePayData(data) { var earnestMoneyCost = f2($(element).parent().parent().find(".input-changeable-earnest-money-cost-budget-plan").val()); var engineerCost = f2(engineer1 + engineer2 + engineer3 + engineer4); $(element).parent().parent().find('.input-changeable-total-cost-budget-plan').val(f2Fixed(engineerCost + projectManageCost + earnestMoneyCost)); + var eventChange= new Event('change',{bubbles:true}); + element.dispatchEvent(eventChange); }) updateTotal("input-changeable-total-cost-budget-plan", "input-total-title-total-cost-budget-plan"); layuiAlert("保存成功");