| | |
| | | #Step_tab { |
| | | list-style-type: none; |
| | | padding: 0; |
| | | height: 25px; |
| | | /* 2023-04-23 zyh lightning升级 start */ |
| | | /* height: 25px; */ |
| | | height: 30px; |
| | | /* 2023-04-23 zyh lightning升级 end */ |
| | | border-bottom: 5px solid #3b5998; |
| | | } |
| | | #Step_tab li { |
| | | position: relative; |
| | | width: 20%; |
| | | /* 2023-04-23 zyh lightning升级 start */ |
| | | /* width: 20%; */ |
| | | width: 30%; |
| | | /* 2023-04-23 zyh lightning升级 end */ |
| | | float: left; |
| | | margin: 0; |
| | | padding: 0; |
| | |
| | | </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> |