From 84f17f95444392f4f8e7357d1784bab8a0a7e8e9 Mon Sep 17 00:00:00 2001
From: LiJinHuan <lijinhuan@prec-tech.com>
Date: 星期二, 20 六月 2023 17:11:07 +0800
Subject: [PATCH] 备品延期和批量页面

---
 force-app/main/default/pages/RentalApplyMultiPostpone.page |   10 ++++++++--
 force-app/main/default/pages/RentalApplyExtensions.page    |    1 +
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/force-app/main/default/pages/RentalApplyExtensions.page b/force-app/main/default/pages/RentalApplyExtensions.page
index 17690a3..88c24c6 100644
--- a/force-app/main/default/pages/RentalApplyExtensions.page
+++ b/force-app/main/default/pages/RentalApplyExtensions.page
@@ -6,6 +6,7 @@
         <apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/>
         <apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/>
         <apex:includeScript value="{!URLFOR($Resource.RelationListPagingCmpJS)}"/>
+        <apex:stylesheet value="{!URLFOR($Resource.StyleUtilCss)}"/><!-- 20230619 ljh lightning  -->
         <!-- 20230614 ljh lightning start -->
         <style type="text/css">
             table.list .col_Name  {width:150px;}
diff --git a/force-app/main/default/pages/RentalApplyMultiPostpone.page b/force-app/main/default/pages/RentalApplyMultiPostpone.page
index 265f4b5..11a026d 100644
--- a/force-app/main/default/pages/RentalApplyMultiPostpone.page
+++ b/force-app/main/default/pages/RentalApplyMultiPostpone.page
@@ -1,8 +1,11 @@
-<apex:page controller="RentalApplyMultiPostponeController"  action="{!init}"  showHeader="false"   sidebar="true" id="allPage"  title="鎵归噺寤舵湡">
+<!-- 20230619 ljh  -->
+<!-- <apex:page controller="RentalApplyMultiPostponeController"  action="{!init}"  showHeader="false"   sidebar="true" id="allPage"  title="鎵归噺寤舵湡"> -->
+<apex:page controller="RentalApplyMultiPostponeController"  action="{!init}"  showHeader="false"   sidebar="true" id="allPage"  title="鎵归噺寤舵湡" lightningStylesheets="true">
     <apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/>
     <apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/>
     <apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/>
     <apex:includeScript value="{!URLFOR($Resource.CommonUtilJs)}"/>
+    <apex:stylesheet value="{!URLFOR($Resource.StyleUtilCss)}"/><!-- 20230619 ljh lightning  -->
     <script type="text/javascript">
         //onload 鐨勬柟娉�
         window.onload = function(){
@@ -61,7 +64,10 @@
         <!-- 杩斿洖鐖堕〉闈� -->
         <apex:actionFunction name="senBackPage" action="{!senBackPage}" rerender="true" onComplete="unblockUI();"></apex:actionFunction>
     	<apex:pageBlock id="searchBlock" tabStyle="Report">
-    		<table style="border-bottom-width: 0px; font-size:12px;width:100%;margin-left: 40%;">
+            <!-- 20230619 ljh start-->
+    		<!-- <table style="border-bottom-width: 0px; font-size:12px;width:100%;margin-left: 40%;"> -->
+            <table style="border-bottom-width: 0px; font-size:12px;margin-left: 40%;">
+            <!-- 20230619 ljh end-->
                 <tr>
                     <td style="width: 20%">
                         <apex:commandButton onclick="searchBtnJs();return false;"  rendered="true" value="涓嬩竴姝�" style="width:70px;"/>

--
Gitblit v1.9.1