From df38533f41f52ff80b586b2fe3d4f763525e2f37 Mon Sep 17 00:00:00 2001
From: zhangsiqi <2825463979@qq.com>
Date: Fri, 12 Apr 2024 18:46:55 +0800
Subject: [PATCH] =?UTF-8?q?[fix]=E9=94=80=E5=94=AE=E6=A8=A1=E5=9D=97,?=
=?UTF-8?q?=E5=AE=A2=E6=88=B7=E5=9F=BA=E7=A1=80=E8=B5=84=E6=96=99=E5=AE=A1?=
=?UTF-8?q?=E6=A0=B8=E6=B5=81=E7=A8=8B=E8=BD=BD=E5=85=A5=E5=AE=A1=E6=A0=B8?=
=?UTF-8?q?=E6=B5=81=E7=A8=8Bavtiviti.js=E3=80=82?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../main/resources/templates/erp/material/material.html | 2 +-
.../resources/templates/system/customer/customer.html | 7 ++++++-
.../main/resources/templates/system/customer/detail.html | 3 +++
.../main/resources/templates/system/customer/edit.html | 8 +++-----
.../templates/system/customer/taskModifyApply.html | 2 +-
.../templates/system/customer/taskYwjlVerify.html | 2 +-
.../templates/system/customer/taskYwzgVerify.html | 2 +-
.../templates/system/customer/taskZozjVerify.html | 3 ++-
8 files changed, 18 insertions(+), 11 deletions(-)
diff --git a/ruoyi-admin/src/main/resources/templates/erp/material/material.html b/ruoyi-admin/src/main/resources/templates/erp/material/material.html
index 92fbc386..574d76a8 100644
--- a/ruoyi-admin/src/main/resources/templates/erp/material/material.html
+++ b/ruoyi-admin/src/main/resources/templates/erp/material/material.html
@@ -711,7 +711,7 @@
// 有待办人展示审批按钮,
if (row.todoUserId) {
var todoUserIdList = row.todoUserId.split(",");
- if(todoUserIdList.includes(loginName) || loginName == 'admin'){
+ if(todoUserIdList.includes(loginName)){
var nodeName = row.taskName=='驳回调整'?' 调整申请':' 审批';
actions.push(' '+nodeName+' ');
}
diff --git a/ruoyi-admin/src/main/resources/templates/system/customer/customer.html b/ruoyi-admin/src/main/resources/templates/system/customer/customer.html
index 3eb30076..e9cd86e8 100644
--- a/ruoyi-admin/src/main/resources/templates/system/customer/customer.html
+++ b/ruoyi-admin/src/main/resources/templates/system/customer/customer.html
@@ -339,7 +339,9 @@
-
+
+
+
+
+
+
+
-
-
-
-