From 58732962c46a13faad595b436a07d6be89fc15e0 Mon Sep 17 00:00:00 2001 From: zhangli <1109134334@qq.com> Date: Thu, 9 Sep 2021 15:14:34 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B5=84=E4=BA=A7=E9=AA=8C=E6=94=B6=E6=89=93?= =?UTF-8?q?=E5=8D=B0=E8=A1=A8=E5=8D=95=E4=B8=AD=E6=B7=BB=E5=8A=A0=E8=B4=A2?= =?UTF-8?q?=E5=8A=A1=E5=A4=84=E5=AE=A1=E6=A0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Views/Ass_Acceptance/Print.cshtml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_Acceptance/Print.cshtml b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_Acceptance/Print.cshtml index 7f67e8273..69b446a77 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_Acceptance/Print.cshtml +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_Acceptance/Print.cshtml @@ -53,6 +53,8 @@ 校领导审核(签字): + 财务处审核(签字): + @@ -209,7 +211,7 @@ $('#t_tbody').html(html); if (TaskLogData && TaskLogData.data) { - var bmgl = "", bmuser = '', cwuser = '', sbgl = '', sbgluser = '', xld = ''; + var bmgl = "", bmuser = '', cwuser = '', sbgl = '', sbgluser = '', xld = '', cwc=''; for (var i = 0; i < TaskLogData.data.length; i++) { var item = TaskLogData.data[i]; if (item && item.F_NodeId) { @@ -237,6 +239,10 @@ if (item.F_NodeId == '199c2bd4-46d7-2142-2429-a9bb429181bf') { xld = getUser(item.F_CreateUserId, item.F_CreateUserName); } + //财务处审核 + if (item.F_NodeId == '391378d7-439a-0a63-89d5-8444b717f784') { + cwc = getUser(item.F_CreateUserId, item.F_CreateUserName); + } } } @@ -246,6 +252,7 @@ $('#sbgl').html(sbgl); $('#sbgluser').html(sbgluser); $('#xld').html(xld); + $('#cwc').html(cwc); } }