From 79c83ddd843acdad536159368fd91c039fb03109 Mon Sep 17 00:00:00 2001 From: ndbs Date: Thu, 1 Dec 2022 18:30:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=81=E7=A8=8B=E5=AE=A1=E6=89=B9=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=20=E8=AF=B7=E5=A1=AB=E5=86=99=E5=AE=A1=E6=89=B9?= =?UTF-8?q?=E6=84=8F=E8=A7=81=20=E6=9B=B4=E6=94=B9=E4=B8=BA=20=E8=AF=B7?= =?UTF-8?q?=E7=AD=BE=E7=BD=B2=E5=AE=A1=E6=89=B9=E6=84=8F=E8=A7=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Areas/LR_NewWorkFlow/Views/NWFProcess/NWFContainerForm.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_NewWorkFlow/Views/NWFProcess/NWFContainerForm.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_NewWorkFlow/Views/NWFProcess/NWFContainerForm.js index 89007f238..f7290b3e3 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_NewWorkFlow/Views/NWFProcess/NWFContainerForm.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_NewWorkFlow/Views/NWFProcess/NWFContainerForm.js @@ -704,7 +704,7 @@ var bootstrap = function ($, learun) { custmerForm.save(nwflow.processId, nwflow.currentNode.wfForms, function () { var des = $('#des').val(); if (btnData.isOpinion == '1' && !des) { - return learun.alert.warning('请填写审批意见!'); + return learun.alert.warning('请签署审批意见!'); } // 审批流程 learun.loading(true, '审批流程...'); @@ -736,7 +736,7 @@ var bootstrap = function ($, learun) { // 审批流程 var des = $('#des').val(); if (btnData.isOpinion == '1' && !des) { - return learun.alert.warning('请填写审批意见!'); + return learun.alert.warning('请签署审批意见!'); } learun.loading(true, '审批流程...');