From 8c8f51f10bb9e158cb8b89cb8d58e4ce7d467583 Mon Sep 17 00:00:00 2001
From: binxie <137736985@qq.com>
Date: 星期一, 26 六月 2023 11:29:01 +0800
Subject: [PATCH] backup0626
---
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