buli
2023-07-14 e6068da47c1bef5517c9e5fdc8c726766867ad4e
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>