From c51e03fbf2f6633d8e88aeec9dcb8df13524df8f Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期四, 13 七月 2023 12:00:06 +0800
Subject: [PATCH] backup0713
---
force-app/main/default/pages/RentalFixtureSetAssign.page | 14 +++-----------
1 files changed, 3 insertions(+), 11 deletions(-)
diff --git a/force-app/main/default/pages/RentalFixtureSetAssign.page b/force-app/main/default/pages/RentalFixtureSetAssign.page
index de68a27..e35f7a9 100644
--- a/force-app/main/default/pages/RentalFixtureSetAssign.page
+++ b/force-app/main/default/pages/RentalFixtureSetAssign.page
@@ -1,4 +1,4 @@
-<apex:page controller="RentalFixtureSetAssignController" showHeader="false" sidebar="false" id="allPage" action="{!init}">
+<apex:page controller="RentalFixtureSetAssignController" showHeader="false" sidebar="false" id="allPage" action="{!init}" lightningStylesheets="true">
<head>
<apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/>
<apex:stylesheet value="{!URLFOR($Resource.RentalFixtureSetAssignCss)}"/>
@@ -699,16 +699,8 @@
var rasdId = viewList[index].sobj.Id;
window.location.href = '/apex/DirectAssign?oldquenId='+ rasdId;
}
- // 20220211 ljh 澶囧搧FY23璇鹃01 add start
- j$("table#tableData tr.dataRow").each(function(index){
- if(index < j$("tr.dataRow td.dataCellBorder1.col_Rental_Start_Date__c input").length) {
- j$("tr.dataRow td.dataCellBorder1.col_Rental_Start_Date__c input")[index].disabled = true;
- }
- if(index < j$("tr.dataRow td.dataCellBorder1.col_Rental_End_Date__c input").length) {
- j$("tr.dataRow td.dataCellBorder1.col_Rental_End_Date__c input")[index].disabled = true;
- }
- });
- // 20220211 ljh 澶囧搧FY23璇鹃01 add start
+
+
</script>
</apex:outputPanel>
--
Gitblit v1.9.1