force-app/main/default/pages/EquipmentRentalResponsePopUp.page
@@ -3,6 +3,12 @@
<apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/>
<apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/>
<apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/>
<!-- 20230718 zq add -->
<style type="text/css">
    table.mytable tr{
        height:35px;
    }
</style>
<script>
function savejs() {
    blockme();
@@ -41,7 +47,8 @@
        <apex:outputPanel id="allPanel">
            <apex:pageBlock title="{!$ObjectType.Rental_Apply__c.fields.Response__c.label}" id="allBlock">
                <apex:pageBlockButtons location="top">
                    <apex:commandButton onclick="j$(this).prop('disabled', true).addClass('btnDisabled'); savejs(); return false;" value="发送" rerender="dummy"/>
                    <!-- 20230718 zq add style="margin-right:10px" -->
                    <apex:commandButton onclick="j$(this).prop('disabled', true).addClass('btnDisabled'); savejs(); return false;" value="发送" rerender="dummy" style="margin-right:10px"/>
                    <apex:commandButton onclick="canceljs(); return false;" value="取消" rerender="dummy"/>
                </apex:pageBlockButtons>
                <!-- 20210927 ljh 应答沟通 update start  -->