| | |
| | | <apex:page standardController="Rental_Apply_Equipment_Set__c" extensions="RentalFixtureSetSelectController" showHeader="false" sidebar="false" id="allPage" action="{!init}"> |
| | | <!-- <apex:page standardController="Rental_Apply_Equipment_Set__c" extensions="RentalFixtureSetSelectController" showHeader="false" sidebar="false" id="allPage" action="{!init}"> --> |
| | | <apex:page standardController="Rental_Apply_Equipment_Set__c" extensions="RentalFixtureSetSelectController" showHeader="false" sidebar="false" id="allPage" action="{!init}" lightningStylesheets="true"> |
| | | <!-- 20230509 ljh lightning 切换 --> |
| | | <head> |
| | | <title>备品配套选择</title> |
| | | <apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/> |
| | | <apex:stylesheet value="{!URLFOR($Resource.RentalFixtureSetSelectCss)}"/> |
| | | <apex:stylesheet value="{!URLFOR($Resource.StyleUtilCss)}"/><!-- 20230624 ljh lightning --> |
| | | <apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/> |
| | | <apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/> |
| | | <apex:includeScript value="{!URLFOR($Resource.RelationListPagingCmpJS)}"/> |
| | | |
| | | <!-- 20230509 ljh lightning start --> |
| | | <style type="text/css"> |
| | | table.list td input[type="text"]{width:55%;} |
| | | </style> |
| | | <!-- 20230509 ljh lightning end --> |
| | | <script type="text/javascript"> |
| | | var heightAjustment = 120; |
| | | var widthAjustment = 30; |
| | |
| | | |
| | | <apex:outputPanel id="pageallPanel"> |
| | | <apex:pageBlock id="searchBlock" tabStyle="Report"> |
| | | <table style="width:700px;"> |
| | | <table style="width:700px;margin-bottom: 10px;"> |
| | | <tr> |
| | | <td width="50px">关键字</td> |
| | | <td width="200px"><apex:inputText value="{!keyword}" style="width:98%;"/></td> |
| | |
| | | $td.find("input[type=text]").attr('disabled',true); |
| | | }); |
| | | } else { |
| | | j$(this).append('<input type="button" style="width: auto;" class="inc btn" value="+" /><input type="button" style="width: auto;" class="dec btn" value="-" />'); |
| | | } |
| | | // 20230614 ljh lightning start |
| | | // j$(this).append('<input type="button" style="width: auto;" class="inc btn" value="+" /><input type="button" style="width: auto;" class="dec btn" value="-" />'); |
| | | j$(this).append('<input type="button" style="width:1.5rem;line-height:1.5rem;" class="inc btn" value="+" /><input type="button" style="width:1.5rem;line-height: 1.5rem;" class="dec btn" value="-" />'); |
| | | // 20230614 ljh lightning end |
| | | } |
| | | }); |
| | | j$(".dataCellBorder1.col_Rental_Num__c input[type=button]").on("click", function(index) { |
| | | var $button = j$(this); |