buli
2023-07-18 df5aa8087c2c7328dc4188f05d762c8df1f0b07a
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(&apos;{!ISBLANK(Tender_information__c.OpportunityNum__c)}&apos;);
// 关联询价之后不能在招标里申请不应标
if(&apos;{!Tender_information__c.OpportunityNum__c}&apos; &gt; 0) {
@@ -17,6 +16,7 @@
return;
}
window.open (&apos;/apex/Bidding?id={!Tender_information__c.Id}&apos;, &apos;&apos;, &apos;height=350, width=600, top=200, left=350,location=no&apos;);
}