高章伟
2023-03-03 d8dc84a3d56df839895f1c417a4d9cbee763d262
force-app/main/default/objects/Maintenance_Contract__c/webLinks/SubmitForApproval.webLink-meta.xml
@@ -10,7 +10,6 @@
    <url>{!REQUIRESCRIPT(&quot;/soap/ajax/51.0/connection.js&quot;)}; 
{!REQUIRESCRIPT(&quot;/soap/ajax/51.0/apex.js&quot;)}; 
{!RequireScript(&quot;/resource/CommonUtilJs&quot;)}
//2021-10-22 gwy 版本更改为51.0
function SubmitForApprovalPage(){
   var mcId= &quot;{! Maintenance_Contract__c.Id}&quot;;
var sql= &quot;SELECT id,Status__c,Other_Reasons__c,Other__c,Third_Party_Company__c,Third_Party_Contract_Price__c,To_Where__c,Specific_Reasons__c,Maintenance_Contract__c from Lost_Report__c where Maintenance_Contract__c = &apos;&quot; + mcId+ &quot;&apos;&quot;;