yumenghui
2023-08-11 d533f39b6fa798e238810d17e928dee75d5b1af7
force-app/main/default/pages/EquipmentSetShippmentReceived4.page
@@ -582,7 +582,10 @@
                </div>
                <apex:outputText id="saveBtnDisabled" value="{!saveBtnDisabled}" style="display: none;"/>
            </apex:outputPanel>
            <table style="border-collapse: collapse; font-size:13px;">
            <!-- 2023-04-26   zyh   lightning升级   start -->
            <!-- <table style="border-collapse: collapse; font-size:13px;"> -->
            <table style="border-collapse: collapse; font-size:13px; width:340px;">
            <!-- 2023-04-26   zyh   lightning升级   end -->
                <colgroup>
                    <col width="150" />
                    <col width="170" />
@@ -611,7 +614,7 @@
                    <apex:actionRegion >
                    <tr>
                        <td style="text-align: right">回寄-运输单号 : </td>
                        <td align="left"><apex:inputField value="{!slip.Name}" style="width:120px;float:left" id="SlipNo"/><apex:commandButton styleClass="commandbutton" onclick="blockme();searchSlip();return false;" style="float:left" value="检索"/></td>
                        <td align="left"><apex:inputField value="{!slip.Name}" style="width:120px;float:left" id="SlipNo"/><apex:commandButton styleClass="commandbutton" onclick="blockme();searchSlip();return false;" style="float:left;" value="检索"/></td>
                        <apex:actionFunction name="searchSlip" action="{!searchSlip}" reRender="allForm" onComplete="unblockUI();fixDeliveryType();resetDetailDivMargintop();" />
                    </tr>