From 44f866419cde0ff12a91d9c1d92daf9e36b063e1 Mon Sep 17 00:00:00 2001 From: buli <137736985@qq.com> Date: 星期四, 20 四月 2023 13:22:38 +0800 Subject: [PATCH] backup0420 --- 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