From 50ce6a5e5ae7ac6ce3e6281acca9a0db568306e6 Mon Sep 17 00:00:00 2001
From: unknown <sunxia@prec-tech.com>
Date: 星期三, 23 八月 2023 14:54:59 +0800
Subject: [PATCH] Merge branch 'LEX_dev' of http://47.92.229.245:8089/r/lightningupdate into LEX_dev

---
 force-app/main/default/pages/RentalApplyCancel.page |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/force-app/main/default/pages/RentalApplyCancel.page b/force-app/main/default/pages/RentalApplyCancel.page
index 89c18f9..c54e2f4 100644
--- a/force-app/main/default/pages/RentalApplyCancel.page
+++ b/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>

--
Gitblit v1.9.1