| | |
| | | <apex:pageBlockSectionItem > |
| | | <apex:outputLabel value="发货-{!$ObjectType.FixtureDeliverySlip__c.fields.Name.Label}"/> |
| | | <apex:outputPanel > |
| | | <apex:inputField style="min-width: 290px;" value="{!slip.Name}" id="SlipNo"/> |
| | | <!-- 修改款到 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();"/> |
| | | </apex:outputPanel> |