| | |
| | | </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" /> |
| | |
| | | <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> |