From ddb0231ef7c5cf2bad9d3f1afc2f733674ad38a5 Mon Sep 17 00:00:00 2001
From: unknown <sunxia@prec-tech.com>
Date: 星期四, 24 八月 2023 14:50:51 +0800
Subject: [PATCH] 再修理按钮

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

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