From 50ce6a5e5ae7ac6ce3e6281acca9a0db568306e6 Mon Sep 17 00:00:00 2001
From: unknown <sunxia@prec-tech.com>
Date: 星期三, 23 八月 2023 14:54:59 +0800
Subject: [PATCH] Merge branch 'LEX_dev' of http://47.92.229.245:8089/r/lightningupdate into LEX_dev

---
 force-app/main/default/pages/ReceivingNoteListFirst.page |   23 +++++++++++++++++++++--
 1 files changed, 21 insertions(+), 2 deletions(-)

diff --git a/force-app/main/default/pages/ReceivingNoteListFirst.page b/force-app/main/default/pages/ReceivingNoteListFirst.page
index 4b0c3b1..4fff3b8 100644
--- a/force-app/main/default/pages/ReceivingNoteListFirst.page
+++ b/force-app/main/default/pages/ReceivingNoteListFirst.page
@@ -1,16 +1,35 @@
-<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;}
+    body .bPageBlock .detailList .labelCol label{line-height: 24px;}
+    body .bPageBlock .detailList .dataCol{
+        width: 8%;
+    }
+</style>
 <apex:form id="allForm">
         <!-- <apex:actionFunction name="saveAndSearch" action="{!save}" rerender="allForm,checEventFrame" oncomplete="unblockUI();"> -->
             <!-- <apex:param name="firstParam" assignTo="{!saveType}" value="" /> -->

--
Gitblit v1.9.1