From e6068da47c1bef5517c9e5fdc8c726766867ad4e Mon Sep 17 00:00:00 2001 From: buli <137736985@qq.com> Date: 星期五, 14 七月 2023 15:10:02 +0800 Subject: [PATCH] Merge branch 'master' into LEXUpgrade2023-Deloitte --- 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