From 6a471bc62a8567abd74dcef733fcddf9911b6a16 Mon Sep 17 00:00:00 2001 From: denny chen <chenbangcai@prec-tech.com> Date: 星期三, 29 三月 2023 15:47:48 +0800 Subject: [PATCH] Merge branch 'master' of http://47.92.229.245:8089/r/OlyMEBG --- 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