force-app/main/default/pages/Lost_Return_DeliverySlip.page
@@ -97,7 +97,6 @@ <apex:pageBlockSectionItem > <apex:outputLabel value="发货-{!$ObjectType.FixtureDeliverySlip__c.fields.Name.Label}"/> <apex:outputPanel > <!-- 修改款到 290 改为181 --> <apex:inputField style="min-width: 181px;" value="{!slip.Name}" id="SlipNo"/> <apex:commandButton value="扫运输单" onclick="qrscan(1);return false;" disabled="{!readOnly}"/> <apex:commandButton value="检索" onclick="blockme();searchSlip(); return false;" disabled="{!readOnly}" oncomplete="checEventFrame();"/>