unknown
2023-08-23 50ce6a5e5ae7ac6ce3e6281acca9a0db568306e6
force-app/main/default/pages/RentalApplyCancel.page
@@ -5,6 +5,16 @@
        <apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/>
        <apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/>
        <apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/>
        <style>
            body .detailList .dataCol select{
                width: 150px;
                min-width: 150px;
            }
            body .detailList .dataCol input{
                width: 150px;
                min-width: 150px !important;
            }
        </style>
        <script type="text/javascript">
            function back() {
                window.opener.parent.location.href = "/{!ra.Id}";
@@ -66,6 +76,7 @@
                </apex:pageBlockSectionItem>
                <!-- 20210207 ljh  SWAG-BXVDPJ update  end-->
            </apex:pageBlockSection>
            <input type="hidden" name="hide"/>
            <apex:commandButton value="取消" action="{!saveCancel}" oncomplete="checkSaveStatus();changeReasonJs();unblockUI();" onclick="blockme();" rerender="allForm" />
            <apex:commandButton value="返回" onclick="back();" rerender="allForm" oncomplete="unblockUI();" />
        </apex:pageBlock>