From 928399eceec50e3d37ea08669a12789a9410a9d2 Mon Sep 17 00:00:00 2001
From: 沙世明 <shashiming@prec-tech.com>
Date: 星期二, 22 十一月 2022 16:51:16 +0800
Subject: [PATCH] 111
---
force-app/main/default/objects/Tender_information__c/webLinks/RelationCheck.webLink-meta.xml | 14 ++++++++------
1 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/force-app/main/default/objects/Tender_information__c/webLinks/RelationCheck.webLink-meta.xml b/force-app/main/default/objects/Tender_information__c/webLinks/RelationCheck.webLink-meta.xml
index cb5ad14..510b79a 100644
--- a/force-app/main/default/objects/Tender_information__c/webLinks/RelationCheck.webLink-meta.xml
+++ b/force-app/main/default/objects/Tender_information__c/webLinks/RelationCheck.webLink-meta.xml
@@ -26,6 +26,8 @@
// 2s9
&& ProfileId!= '00e10000000a7NY'
+// OBA1
+&& ProfileId!= '00e10000000s2fZ'
)
{
alert("鍙湁鍔╃悊鎵嶈兘杩涜鐩稿叧鎬х‘璁わ紒");
@@ -33,16 +35,16 @@
}
-if('{!Tender_information__c.status__c}' == '01.寰呯‘璁�' ||
-'{!Tender_information__c.status__c}' == '02.涓嶇浉鍏�' ||
-'{!Tender_information__c.status__c}' == '03.涓嶅簲鏍�' ||
+if('{!Tender_information__c.status__c}' == '01.寰呯‘璁�' ||
+'{!Tender_information__c.status__c}' == '02.涓嶇浉鍏�' ||
+'{!Tender_information__c.status__c}' == '03.涓嶅簲鏍�' ||
'{!Tender_information__c.status__c}' == '04.寰呭叧鑱旇浠�' )
{
- window.open ('/apex/Relevance?id={!Tender_information__c.Id}', '', 'height=500, width=800, top=200, left=250,location=no');
+window.open ('/apex/Relevance?id={!Tender_information__c.Id}', '', 'height=500, width=800, top=200, left=250,location=no');
}
else{
- // alert('鍙湁01.寰呯‘璁ゆ椂闇�瑕佽繘琛岀浉鍏虫�х‘璁わ紒');
- alert('鍏宠仈璇环鍚庝笉鑳借繘琛岀浉鍏虫�х‘璁わ紒');
+// alert('鍙湁01.寰呯‘璁ゆ椂闇�瑕佽繘琛岀浉鍏虫�х‘璁わ紒');
+alert('鍏宠仈璇环鍚庝笉鑳借繘琛岀浉鍏虫�х‘璁わ紒');
}
}
init();</url>
--
Gitblit v1.9.1