保存成功的提示

master
xxssyyyyssxx 2021-12-01 17:08:52 +08:00
parent 43bdeaa086
commit a0f198977b
4 changed files with 8 additions and 0 deletions

View File

@ -206,6 +206,8 @@ function updateCostData(data, returnData) {
calCostInclude();
updateProjectContributionProfitRate();
alert("保存成功");
}
function bindOtherOtherChangeable() {

View File

@ -125,4 +125,6 @@ function updateCostProjectManageData(data,returnData) {
calCostInclude();
updateProjectContributionProfitRate();
alert("保存成功");
}

View File

@ -66,6 +66,8 @@ function updateIncomeData(data,returnData) {
updateProjectContributionProfitRate();
alert("保存成功");
}

View File

@ -574,6 +574,8 @@ function updateBudgetPlanDetailData(data,returnData) {
updateProjectContributionProfitRate();
//更新现金流量
updateCashFlow();
alert("保存成功");
}