| | |
| | | <apex:page controller="ReceivingNoteStockInRequestController" showHeader="false" action="{!init}" id="allPage"> |
| | | <apex:page controller="ReceivingNoteStockInRequestController" showHeader="false" action="{!init}" id="allPage" lightningStylesheets="true"> |
| | | <apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/> |
| | | <apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/> |
| | | <apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/> |
| | |
| | | } |
| | | }); |
| | | //20210803 ljh WLIG-C5J9ZP start |
| | | // j$('table#tableData').css('width', (tableWidth + 2) + 'px'); |
| | | // j$('table#tableHeader').css('width', (tableWidth + 2) + 'px'); |
| | | //j$('table#tableData').css('width', (tableWidth + 2) + 'px'); |
| | | //j$('table#tableHeader').css('width', (tableWidth + 2) + 'px'); |
| | | j$('table#tableData').css('width', (2188 + 2) + 'px'); |
| | | j$('table#tableHeader').css('width', (2188 + 2) + 'px'); |
| | | //20210803 ljh WLIG-C5J9ZP end |