From d3e4451e36fbe25da4427bccd4e6b41aefd473c8 Mon Sep 17 00:00:00 2001
From: binxie <137736985@qq.com>
Date: 星期一, 26 六月 2023 14:53:16 +0800
Subject: [PATCH] newclass0626formate
---
 force-app/main/default/objects/eSignForm__c/webLinks/agencyConfirmation.webLink-meta.xml |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/force-app/main/default/objects/eSignForm__c/webLinks/agencyConfirmation.webLink-meta.xml b/force-app/main/default/objects/eSignForm__c/webLinks/agencyConfirmation.webLink-meta.xml
index ecfb923..a87deb4 100644
--- a/force-app/main/default/objects/eSignForm__c/webLinks/agencyConfirmation.webLink-meta.xml
+++ b/force-app/main/default/objects/eSignForm__c/webLinks/agencyConfirmation.webLink-meta.xml
@@ -9,7 +9,6 @@
     <protected>false</protected>
     <url>{!REQUIRESCRIPT('/soap/ajax/51.0/connection.js')}
 {!REQUIRESCRIPT('/soap/ajax/51.0/apex.js')} 
-//2021-10-22 gwy 鐗堟湰鏇存敼涓�51.0
 var foo = function() {
     //褰撳墠鐢ㄦ埛鐧诲綍id
     var userId = "{!CASESAFEID($User.Id)}";
@@ -40,7 +39,7 @@
     var status = "{!eSignForm__c.agencyAutoSignUpStatus__c}";
 
     if (salesManage || ProfileId == '00e10000000Y3o5') {
-        if (salesManage != userId && ProfileId != '00e10000000Y3o5') {
+        if (salesManage != userId && ProfileId != '00e10000000Y3o5' && ProfileId != '00e10000000s2cp') {
             alert('鎮ㄥ彧鑳藉鎵硅惀涓氱鐞嗛儴鎷呭綋鏄嚜宸辩殑绛炬敹鍗曪紒');
             return;
         } else if (status != '鐢宠涓�') {
--
Gitblit v1.9.1