高章伟
2023-03-03 d8dc84a3d56df839895f1c417a4d9cbee763d262
force-app/main/default/objects/Agency_Opportunity__c/webLinks/Business_confirmation.webLink-meta.xml
@@ -9,7 +9,6 @@
    <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
var foo = function() {
var agoppId =&apos;{!Agency_Opportunity__c.Id}&apos;; 
   if (&apos;{!$Profile.Id}&apos; != &apos;00e10000000xnp2&apos;) {
@@ -20,13 +19,6 @@
      alert(&quot;询价已经确认,不需要重复确认。&quot;);
      return;
   }
   //wangweipeng     SWAG-C8CCFP      2021/11/02     start
   //未转换原因  字段不能为空,如果为空,此按钮不能把营业担当确认字段设置未true
   /*if(&apos;{!Agency_Opportunity__c.No_Convert_Reason__c}&apos; == null || &apos;{!Agency_Opportunity__c.No_Convert_Reason__c}&apos; == &apos;&apos;){
        alert(&apos;必须填写【未转换原因】,才能进行担当确认!&apos;);
        return;
   }*/
   //wangweipeng     SWAG-C8CCFP      2021/11/02     end
   if (!confirm(&quot;请确认是否进行担当确认?&quot;)) { 
     return;
   }