D C
2023-08-07 5ddfce2bc1c37265902b8f61d6e1c298b94a7091
force-app/main/default/pages/ReceivingNoteListFirst.page
@@ -1,16 +1,32 @@
<apex:page controller="ReceivingNoteListFirstController" action="{!init}" showHeader="false" sidebar="false" id="allPage">
<apex:page controller="ReceivingNoteListFirstController" action="{!init}" showHeader="false" sidebar="false" id="allPage" lightningStylesheets="true">
<apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/>
<apex:stylesheet value="{!URLFOR($Resource.MainFixtureSelectCss)}"/>
<apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/>
<apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/>
<apex:includeScript value="{!URLFOR($Resource.RelationListPagingCmpJS)}"/>
<apex:stylesheet value="{!URLFOR($Resource.StyleUtilCss)}"/>
<script type="text/javascript">
var heightAjustment = 120;
var widthAjustment = 30;
</script>
<style type="text/css">
    table.list .col_Internal_asset_location__c {width:85px;}
    table.list .col_Sales_order_number__c {width:100px;}
    table.list .col_OrderCode__c {width:100px;}
    table.list .col_ApprovalNumber__c {width:100px;}
    table.list .col_Asset_loaner_category__c {width:70px;}
    table.list .col_DateOfDelivery__c {width:100px;}
    table.list .col_ReceivingNoteSummary_Cnt__c {width:80px;}
    table.list .col_ReceivingNoteNo_New__c {width:100px;}
    table.list .col_Data_Confirmation_Link__c {width:100px;}
    table.list .col_Data_Confirmation_Again_Link__c {width:100px;}
    table.list .col_ReceivingNotePDF_LINK__c {width:100px;}
    table.list .col_RN_Status__c {width: 100px;}
    table.list .col_ContactPerson__c {width: 100px;}
</style>
<apex:form id="allForm">
        <!-- <apex:actionFunction name="saveAndSearch" action="{!save}" rerender="allForm,checEventFrame" oncomplete="unblockUI();"> -->
            <!-- <apex:param name="firstParam" assignTo="{!saveType}" value="" /> -->