binxie
2024-01-20 0a2fc19461a141fbbb2c303142afdee22c72daac
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<WebLink xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Quotation_request</fullName>
    <availability>online</availability>
    <displayType>button</displayType>
    <linkType>javascript</linkType>
    <masterLabel>报价委托</masterLabel>
    <openType>onClickJavaScript</openType>
    <protected>false</protected>
    <url>{!RequireScript(&quot;/soap/ajax/51.0/connection.js&quot;)}
{!RequireScript(&quot;/resource/CommonUtilJs&quot;)}
 
if(&apos;{!TEXT(Lead.Status)}&apos; == &apos;未跟进&apos;){
window.open(&quot;/apex/NewQuoteIrai?leadid=&quot;+&apos;{!Lead.Id}&apos;+&quot;&amp;tenderid=&quot;+&apos;{!Lead.Tender_informationId__c}&apos;);
}else{
alert(&apos;意向已结束不能做报价委托&apos;);
}</url>
</WebLink>