From 6187ac258613e78cf56513c6674bfce82b218501 Mon Sep 17 00:00:00 2001
From: 张宇恒 <bxyun0@163.com>
Date: 星期三, 26 七月 2023 17:07:45 +0800
Subject: [PATCH] 备品页面7_26

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

diff --git a/force-app/main/default/pages/ReceivingNoteListFirst.page b/force-app/main/default/pages/ReceivingNoteListFirst.page
index 4b0c3b1..7b2932a 100644
--- a/force-app/main/default/pages/ReceivingNoteListFirst.page
+++ b/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="" /> -->

--
Gitblit v1.9.1