From 5ddfce2bc1c37265902b8f61d6e1c298b94a7091 Mon Sep 17 00:00:00 2001
From: D C <chenbangcai@prec-tech.com>
Date: 星期一, 07 八月 2023 14:20:57 +0800
Subject: [PATCH] 修理-批量选择修理 补充测试类,代码pmd
---
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