| | |
| | | #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: 30%; |
| | | /* width: 20%; */ |
| | | /* 2023-04-23 zyh lightning升级 end */ |
| | | float: left; |
| | | margin: 0; |
| | | padding: 0; |
| | |
| | | <tr> |
| | | <td style="text-align: right;" class="deliveryslip">发货-运输单号 : </td> |
| | | <td align="left"> |
| | | <apex:inputField value="{!slip.Name}" style="width:120px;float:left" id="SlipNo"/> |
| | | <apex:inputField value="{!slip.Name}" style="width:100px;float:left" id="SlipNo"/> |
| | | <!-- <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="检索" rerender="dummy"/> |
| | | <apex:commandButton styleClass="commandbutton" onclick="qrsacn(1)" value="扫运输单号" rerender="dummy"/> |
| | | <!-- <apex:commandButton styleClass="commandbutton" onclick="qrsacn(1)" value="扫运输单号" rerender="dummy"/> --> |
| | | <apex:commandButton styleClass="commandbutton" onclick="qrsacn(1)" value="扫运输单号" rerender="dummy" style="margin-left:0; "/> |
| | | </td> |
| | | </tr> |
| | | <tr> |