LiJinHuan
2023-06-20 84f17f95444392f4f8e7357d1784bab8a0a7e8e9
备品延期和批量页面
2个文件已修改
11 ■■■■ 已修改文件
force-app/main/default/pages/RentalApplyExtensions.page 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
force-app/main/default/pages/RentalApplyMultiPostpone.page 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
force-app/main/default/pages/RentalApplyExtensions.page
@@ -6,6 +6,7 @@
        <apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/>
        <apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/>
        <apex:includeScript value="{!URLFOR($Resource.RelationListPagingCmpJS)}"/>
        <apex:stylesheet value="{!URLFOR($Resource.StyleUtilCss)}"/><!-- 20230619 ljh lightning  -->
        <!-- 20230614 ljh lightning start -->
        <style type="text/css">
            table.list .col_Name  {width:150px;}
force-app/main/default/pages/RentalApplyMultiPostpone.page
@@ -1,8 +1,11 @@
<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(){
@@ -61,7 +64,10 @@
        <!-- 返回父页面 -->
        <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;"/>