| | |
| | | <apex:page Controller="ConsumEquipmentSetReturnController" showHeader="false" sidebar="false" id="allPage" action="{!init}"> |
| | | <apex:page Controller="ConsumEquipmentSetReturnController" showHeader="false" sidebar="false" id="allPage" action="{!init}" lightningStylesheets="true"> |
| | | <head> |
| | | <meta name="format-detection" content="telephone=no"/> |
| | | <meta name="viewport" content="width=device-width,initial-scale=1"/> |
| | |
| | | <apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/> |
| | | <apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/> |
| | | <apex:includeScript value="{!URLFOR($Resource.RelationListPagingCmpJS)}"/> |
| | | |
| | | <apex:stylesheet value="{!URLFOR($Resource.ConsumEquipmentSetReturnCss)}"/> |
| | | |
| | | <style type="text/css"> |
| | | div#out_Div_L { |
| | | position:relative; |
| | |
| | | font-size: 110%; |
| | | margin-right: 20px; |
| | | } |
| | | /* add by yc 202202-17 **/ |
| | | .col_EquipmentManagementCode_OldData__c {display: none;} |
| | | .col_Scroll{display: none;} |
| | | </style> |
| | | |
| | | <apex:form id="allForm"> |