From 41a627eaaf29658a401ac43e4da838a5b622f44e Mon Sep 17 00:00:00 2001
From: 李彤 <litong@prec-tech.com>
Date: 星期一, 29 五月 2023 16:54:34 +0800
Subject: [PATCH] DB202303088261
---
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