张宇恒
2022-04-28 ddf52e1dd6e4041756854ee3ea914d568e98922e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<WebLink xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>ConsumTrialPDF</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;/soap/ajax/51.0/apex.js&quot;)} 
//2021-10-22 gwy 版本更改为51.0
var foo = function() { 
if (&apos;{!Consum_Apply__c.Shipment_requested_cnt__c}&apos; &gt; 0) {
    window.open(&apos;/apex/ConsumTrialPDF?id={!Consum_Apply__c.Id}&apos;);
} else {
    alert(&apos;当前的申请单中没有已出库指示的配套。&apos;);
}
}
foo();</url>
</WebLink>