From ca1c0956ec5d16a44bd0a2c10e0e49db37c0fb32 Mon Sep 17 00:00:00 2001
From: 黄千龙 <huangqianlong@prec-tech.com>
Date: 星期三, 08 三月 2023 09:35:52 +0800
Subject: [PATCH] 20230307询价2期Batch增加入Schedule

---
 force-app/main/default/objects/Agency_Opportunity__c/webLinks/newOpp.webLink-meta.xml |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/force-app/main/default/objects/Agency_Opportunity__c/webLinks/newOpp.webLink-meta.xml b/force-app/main/default/objects/Agency_Opportunity__c/webLinks/newOpp.webLink-meta.xml
index 7ea43a7..a4f448f 100644
--- a/force-app/main/default/objects/Agency_Opportunity__c/webLinks/newOpp.webLink-meta.xml
+++ b/force-app/main/default/objects/Agency_Opportunity__c/webLinks/newOpp.webLink-meta.xml
@@ -9,7 +9,7 @@
     <protected>false</protected>
     <url>{!REQUIRESCRIPT(&quot;/soap/ajax/51.0/connection.js&quot;)};
 {!REQUIRESCRIPT(&quot;/soap/ajax/51.0/apex.js&quot;)};
-//2021-10-22 gwy 鐗堟湰鏇存敼涓�51.0
+
 // 鑾峰彇SI浜у搧鍖哄垎鐨勫悕瀛�
 var ProductTypes_query = &quot;Select id, Name From ProductTypes__c WHERE id = &apos;a2b10000001Hvre&apos;&quot;;
 var ProductTypes_records = sforce.connection.query(ProductTypes_query).getArray(&apos;records&apos;);
@@ -80,11 +80,11 @@
 fId_Department_Class__c = record.DurableId.toString().split(&apos;.&apos;)[1];
 }
 var accountName = &quot;{!Agency_Opportunity__c.Department_Class_Opp_Name__c}&quot; + &apos; &apos; + &quot;{!Agency_Opportunity__c.Department_Name_Text__c}&quot;;
-console.log(accountName );
+//alert(accountName );
 var AccountQuery = &quot;Select id, name From Account WHERE Name = \&apos;&quot; + accountName +&quot;\&apos;&quot;;
-console.log(AccountQuery );
+//alert(AccountQuery );
 var accountrecords = sforce.connection.query(AccountQuery).getArray(&apos;records&apos;);
-console.log(accountrecords );
+//alert(accountrecords );
 var accountID = &apos;&apos;;
 if(accountrecords.length &gt; 0){
 accountID = accountrecords[0].Id;

--
Gitblit v1.9.1