<?xml version="1.0" encoding="UTF-8"?>
|
<WebLink xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>all_received_fse</fullName>
|
<availability>online</availability>
|
<displayType>button</displayType>
|
<linkType>javascript</linkType>
|
<masterLabel>现场统一收货</masterLabel>
|
<openType>onClickJavaScript</openType>
|
<protected>false</protected>
|
<url>{!RequireScript("/soap/ajax/51.0/connection.js")}
|
{!RequireScript("/soap/ajax/51.0/apex.js")}
|
//2021-10-22 gwy 版本更改为51.0
|
var raid = "{!Consum_Apply__c.Id}";
|
var rs1 = sforce.apex.execute("ConsumApplyWebService", "all_received_fse", {caId: raid});
|
alert(rs1);
|
if (rs1 == '现场已全部收货') {
|
location.href = "/{!Consum_Apply__c.Id}";
|
}</url>
|
</WebLink>
|