| | |
| | | <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)}"/> |
| | |
| | | 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> |
| | | |