buli
2023-07-14 e6068da47c1bef5517c9e5fdc8c726766867ad4e
force-app/main/default/pages/TransferApplyPDF.page
@@ -7,10 +7,10 @@
                margin: 1mm 2.5mm 0mm 2.5mm;
            }
            .title th{
               box-sizing: border-box;
               text-align:left;
               font-size: 12px;
               padding: 0px;
                box-sizing: border-box;
                text-align:left;
                font-size: 12px;
                padding: 0px;
            }
            /*td{
                height: 23px;
@@ -23,16 +23,16 @@
<apex:variable value="{!1}" var="pcnt" />
<apex:repeat value="{!records}" var="record">    
    <table border="0" width="100%" style="border-collapse: collapse;">
       <colgroup>
        <colgroup>
            <col width="15%" />
            <col width="65%" />
            <col width="20%" />
        </colgroup>
       <tr>
        <tr>
            <th colspan="3" style="box-sizing: border-box;text-align:center;font-size:24px;font-weight:900;" height="40">调拨明细单
            </th>
        </tr>
       <tr>
        <tr>
            <td>调拨单号:</td>
            <td style="box-sizing: border-box;text-align:left;font-size: 13px">
                <apex:outputText value="{!ApplyHeadShow.name}" />
@@ -70,7 +70,7 @@
        </tr>
    </table>
    <table border="1" width="100%" style="border-collapse: collapse;margin-top: 5mm;">
       <colgroup>
        <colgroup>
            <col width="20%" />
            <col width="10%" />
            <col width="7%" />