From 593aed8ac205690efbb6c9212881425095f483f7 Mon Sep 17 00:00:00 2001 From: ndbs Date: Fri, 8 Sep 2023 15:28:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=81=E7=A8=8B=E5=AE=A1=E6=89=B9=E6=84=8F?= =?UTF-8?q?=E8=A7=81=E9=9D=9E=E5=BF=85=E5=A1=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../LR_NewWorkFlow/Views/NWFProcess/NWFContainerForm.cshtml | 4 ++-- .../Areas/LR_NewWorkFlow/Views/NWFProcess/NWFContainerForm.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_NewWorkFlow/Views/NWFProcess/NWFContainerForm.cshtml b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_NewWorkFlow/Views/NWFProcess/NWFContainerForm.cshtml index beddb3d8f..fba3e170c 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_NewWorkFlow/Views/NWFProcess/NWFContainerForm.cshtml +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_NewWorkFlow/Views/NWFProcess/NWFContainerForm.cshtml @@ -74,8 +74,8 @@
-
审批意见*
- +
审批意见
+
创建流程 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 e961cc2ba..6bffc8a18 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 @@ -86,11 +86,11 @@ var bootstrap = function ($, learun) { nwflow.initAgainCreate(); break; case 'audit':// 审批 - $("#des").attr('isvalid', 'yes'); + //$("#des").attr('isvalid', 'yes'); nwflow.initAudit(); break; case 'signAudit':// 加签审批 - $("#des").attr('isvalid', 'yes'); + //$("#des").attr('isvalid', 'yes'); nwflow.initSignAudit(); break; case 'refer': // 查阅