From 055003cc22ae8ee5b3b16a64966fdf82d1cd42c5 Mon Sep 17 00:00:00 2001 From: dyy <18335927079@163.com> Date: Fri, 22 Apr 2022 16:07:36 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E6=B5=81?= =?UTF-8?q?=E7=A8=8B=E4=BB=BB=E5=8A=A1-=E5=AE=A1=E6=A0=B8=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=EF=BC=9A=E5=AE=A1=E6=A0=B8=E6=93=8D=E4=BD=9C=E6=97=B6?= =?UTF-8?q?=E5=AE=A1=E6=89=B9=E6=84=8F=E8=A7=81=E5=A2=9E=E5=8A=A0=E5=BF=85?= =?UTF-8?q?=E5=A1=AB=E9=AA=8C=E8=AF=81=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Areas/LR_NewWorkFlow/Views/NWFProcess/NWFContainerForm.js | 3 +++ 1 file changed, 3 insertions(+) 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 fb1498fd8..d7de85a9a 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 @@ -71,6 +71,7 @@ var bootstrap = function ($, learun) { // 初始化 init: function () { + $("#des").attr('isvalid', 'no'); switch (type) { case 'look': // 流程信息查看 nwflow.initLook(); @@ -85,9 +86,11 @@ var bootstrap = function ($, learun) { nwflow.initAgainCreate(); break; case 'audit':// 审批 + $("#des").attr('isvalid', 'yes'); nwflow.initAudit(); break; case 'signAudit':// 加签审批 + $("#des").attr('isvalid', 'yes'); nwflow.initSignAudit(); break; case 'refer': // 查阅