From bdb92bd967fcbfc2b6874287c98c583e185aaf4f Mon Sep 17 00:00:00 2001
From: LiJinHuan <lijinhuan@prec-tech.com>
Date: 星期三, 19 七月 2023 09:19:55 +0800
Subject: [PATCH] 备品选择调拨明细页面

---
 force-app/main/default/pages/RentalFixtureSetAssignAgency.page |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/force-app/main/default/pages/RentalFixtureSetAssignAgency.page b/force-app/main/default/pages/RentalFixtureSetAssignAgency.page
index 2ddadc1..f5262f5 100644
--- a/force-app/main/default/pages/RentalFixtureSetAssignAgency.page
+++ b/force-app/main/default/pages/RentalFixtureSetAssignAgency.page
@@ -1,10 +1,13 @@
-<apex:page controller="RentalFixtureSetAssignAgencyController" showHeader="false" sidebar="false" id="allPage" action="{!init}" title="鍔炰簨澶勫垎閰�/鍙戣揣">
+<!-- 20230524 ljh lightning  -->
+<!-- <apex:page controller="RentalFixtureSetAssignAgencyController" showHeader="false" sidebar="false" id="allPage" action="{!init}" title="鍔炰簨澶勫垎閰�/鍙戣揣"> -->
+<apex:page controller="RentalFixtureSetAssignAgencyController" showHeader="false" sidebar="false" id="allPage" action="{!init}" title="鍔炰簨澶勫垎閰�/鍙戣揣" lightningStylesheets="true">
 <!-- 20210624 ljh update SFDC-C448GR --><!-- title="鍔炰簨澶勫垎閰�/涓嬫灦/鍙戣揣" -->
     <apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/>
     <apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/>
     <apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/>
     <apex:includeScript value="{!URLFOR($Resource.instascan)}"/>
     <apex:includeScript value="{!URLFOR($Resource.CommonUtilJs)}"/>
+    <apex:stylesheet value="{!URLFOR($Resource.StyleUtilCss)}"/><!-- 20230525 ljh lightning  -->
 <style type="text/css">
     .hideDropdown select{
         display: none
@@ -53,9 +56,11 @@
     table.list td.col_chk {
         width:30px;
     }
-    body .pbBody table.list tr.headerRow td, body .pbBody table.list tr.headerRow th {
+    /* 20230524 ljh lightning start  */
+    /* body .pbBody table.list tr.headerRow td, body .pbBody table.list tr.headerRow th {
         border-width: 1px;
-    }
+    } */
+    /* 20230524 ljh lightning end  */
 </style>
 <script type="text/javascript">
 function checkMessage() {

--
Gitblit v1.9.1