| | |
| | | <apex:page Controller="ConsumEquipmentSetShipmentController" showHeader="false" sidebar="false" id="allPage" action="{!init}" > |
| | | <apex:page Controller="ConsumEquipmentSetShipmentController" lightningStylesheets="true" showHeader="false" sidebar="false" id="allPage" action="{!init}" > |
| | | <head> |
| | | <meta name="format-detection" content="telephone=no"/> |
| | | <meta name="viewport" content="width=device-width,initial-scale=1"/> |
| | |
| | | <apex:includeScript value="{!URLFOR($Resource.apex20)}"/> |
| | | <apex:stylesheet value="{!URLFOR($Resource.jquery_confirm, 'jquery-confirm.min.css')}"/> |
| | | <apex:includeScript value="{!URLFOR($Resource.jquery_confirm, 'jquery-confirm.min.js')}"/> |
| | | <apex:stylesheet value="{!URLFOR($Resource.StyleUtilCss)}"/><!-- 20230619 ljh lightning --> |
| | | <style type="text/css"> |
| | | div#out_Div_L { |
| | | position:relative; |
| | |
| | | color: #000; |
| | | text-decoration: none; |
| | | |
| | | } |
| | | /* add lightning */ |
| | | input.btn { |
| | | padding: 2px 15px !important; |
| | | } |
| | | td.dataCellBorder1 { |
| | | width: 32px; |
| | | height: 38px; |
| | | padding: 1px 8px 1px 3px !important; |
| | | } |
| | | td.col_chk { |
| | | width: 32px; |
| | | padding: 1px 5px 1px 3px !important; |
| | | } |
| | | body select { |
| | | width: 177px; |
| | | } |
| | | tr.headerRow { |
| | | height: 40px; |
| | | } |
| | | span.lookupInput { |
| | | width: inherit; |
| | | padding-right: 5px; |
| | | } |
| | | </style> |
| | | <script type="text/javascript"> |
| | |
| | | <td width="10px"></td> |
| | | <td > |
| | | <apex:outputLabel for="whStaff" value="发货-担当者:" style="float:left;"/> |
| | | <apex:inputField required="false" id="whStaff" value="{!slip.Wh_Staff__c}" style="float:left;"/> |
| | | <apex:inputField required="false" id="whStaff" value="{!slip.Wh_Staff__c}" style="float: left;width: 185px;"/> |
| | | </td> |
| | | <td width="10px"></td> |
| | | <td> |