涂煌豪
2022-05-17 c406cfcd9ce37fd43711bb12b3dae2b3bd120c49
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<WebLink xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Print_Inspectup_Report</fullName>
    <availability>online</availability>
    <description>打印点检报告书</description>
    <displayType>massActionButton</displayType>
    <linkType>javascript</linkType>
    <masterLabel>打印点检报告书</masterLabel>
    <openType>onClickJavaScript</openType>
    <protected>false</protected>
    <requireRowSelection>false</requireRowSelection>
    <url>window.open(&quot;/apex/PrintInspectupReport?id={!Maintenance_Contract__c.Id}&quot;,&quot;_blank&quot;,&quot;height=700px,innerHeight=700,width=700px,innerWidth=700px,top=100,left=300&quot;, &quot;scrollbars=auto,resizable=yes,modal=false,alwaysRaised=yes&quot;);</url>
</WebLink>