只提示不阻塞

This commit is contained in:
锦麟 王
2026-07-16 17:17:21 +08:00
parent 5a6d928b89
commit d5b43e3769
2 changed files with 2 additions and 7 deletions
@@ -669,7 +669,7 @@ var app = new Vue({
return;
}
if (thisObj.tradeItems != null && thisObj.tradeItems.length > 0) {
main.confirm("确认修改交易审批流程?", function () {
main.confirm("审批页面存在未审批完的交易,修改审批流程后这些交易需要重新审批,确认修改?", function () {
main.post("/AccountOpeningProcess/AddProcess",
{ type: thisObj.tradeItems[0].Type, data: thisObj.tradeItems },
{ async: false }).done(
@@ -1391,7 +1391,7 @@ var app = new Vue({
}
thisObj.stringifyAllTrigger(thisObj.closeItems); // 需求①:序列化触发条件
if (thisObj.closeItems != null && thisObj.closeItems.length > 0) {
main.confirm("确认修改交易了结审批流程?", function () {
main.confirm("审批页面存在未审批完的交易,修改审批流程后这些交易需要重新审批,确认修改?", function () {
main.post("/AccountOpeningProcess/AddProcess",
{ type: "CloseProcess", data: thisObj.closeItems },
{ async: false }).done(