只提示不阻塞
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user