force-app/main/default/objects/Tender_information__c/webLinks/IfResponse.webLink-meta.xml
@@ -9,7 +9,6 @@ <openType>onClickJavaScript</openType> <protected>false</protected> <url>function IfResponse(){ console.log('{!ISBLANK(Tender_information__c.OpportunityNum__c)}'); // 关联询价之后不能在招标里申请不应标 if('{!Tender_information__c.OpportunityNum__c}' > 0) { @@ -17,6 +16,7 @@ return; } window.open ('/apex/Bidding?id={!Tender_information__c.Id}', '', 'height=350, width=600, top=200, left=350,location=no'); }