| | |
| | | <apex:page controller="RentalApplyMultiPostponeController" action="{!init}" showHeader="false" sidebar="true" id="allPage" title="批量延期"> |
| | | <!-- 20230619 ljh --> |
| | | <!-- <apex:page controller="RentalApplyMultiPostponeController" action="{!init}" showHeader="false" sidebar="true" id="allPage" title="批量延期"> --> |
| | | <apex:page controller="RentalApplyMultiPostponeController" action="{!init}" showHeader="false" sidebar="true" id="allPage" title="批量延期" lightningStylesheets="true"> |
| | | <apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/> |
| | | <apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/> |
| | | <apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/> |
| | | <apex:includeScript value="{!URLFOR($Resource.CommonUtilJs)}"/> |
| | | <apex:stylesheet value="{!URLFOR($Resource.StyleUtilCss)}"/><!-- 20230619 ljh lightning --> |
| | | <script type="text/javascript"> |
| | | //onload 的方法 |
| | | window.onload = function(){ |
| | |
| | | <!-- 返回父页面 --> |
| | | <apex:actionFunction name="senBackPage" action="{!senBackPage}" rerender="true" onComplete="unblockUI();"></apex:actionFunction> |
| | | <apex:pageBlock id="searchBlock" tabStyle="Report"> |
| | | <table style="border-bottom-width: 0px; font-size:12px;width:100%;margin-left: 40%;"> |
| | | <!-- 20230619 ljh start--> |
| | | <!-- <table style="border-bottom-width: 0px; font-size:12px;width:100%;margin-left: 40%;"> --> |
| | | <table style="border-bottom-width: 0px; font-size:12px;margin-left: 40%;"> |
| | | <!-- 20230619 ljh end--> |
| | | <tr> |
| | | <td style="width: 20%"> |
| | | <apex:commandButton onclick="searchBtnJs();return false;" rendered="true" value="下一步" style="width:70px;"/> |