From 6f6a5c7c8f3acc6ce0cc1ee83ed8ac63af9372af Mon Sep 17 00:00:00 2001
From: LiJinHuan <lijinhuan@prec-tech.com>
Date: 星期日, 30 七月 2023 21:45:49 +0800
Subject: [PATCH] 调拨备品中心操作页面优化

---
 force-app/main/default/pages/TransferShippmentReceived3.page |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/force-app/main/default/pages/TransferShippmentReceived3.page b/force-app/main/default/pages/TransferShippmentReceived3.page
index be79f41..f837b5e 100644
--- a/force-app/main/default/pages/TransferShippmentReceived3.page
+++ b/force-app/main/default/pages/TransferShippmentReceived3.page
@@ -209,6 +209,9 @@
     .errorMsg{
         width: 140px;
     }
+    .mytable tr{
+        height: 35px;
+    }
     /*20230625 ljh */
 </style>
 <div id="myModal" class="modal">
@@ -281,7 +284,7 @@
                         </th>
                     </tr>
                 </table>
-                <table style="border-collapse: collapse; font-size:13px;" width="80%">
+                <table style="border-collapse: collapse; font-size:13px;" width="80%"  class="mytable">
                     <apex:outputPanel layout="none" rendered="{!IF(Step_status='鏄庣粏', true, false)}" id="slipPanel">
                         <tr>
                             <td colspan="2"><apex:outputPanel layout="none" rendered="{!IF(slip.Id=null, true, false)}"><span style="margin-left:30px;font-weight: bold;font-size: 15px;">鏂板缓</span></apex:outputPanel><apex:outputPanel layout="none" rendered="{!IF(slip.Id=null, false, true)}"><span style="margin-left:30px;font-weight: bold;">缂栬緫锛歔{!slip.DeliveryCompany_SlipNo__c}]</span></apex:outputPanel></td>
@@ -374,7 +377,8 @@
                         <!-- 20230423 ljh lightning 鍗囩骇 end -->
                         <input type="hidden" value="{!esdInfo.rec.TransferApply__r.Pre_inspection_ng_num__c}" data-ngnum="{!esdInfo.rec.TransferApply__c}"/>
                         <apex:outputPanel layout="none" rendered="{!esdInfo.inspectionFinished}">
-                        <apex:inputCheckbox value="{!esdInfo.isChecked}"/><input type="hidden" value="{!esdInfo.rec.TransferApplySummary__c}"/><input type="hidden" value="{!esdInfo.rec.TransferApply__c}"/>
+                        <!-- 20230721 ljh -->
+                        <apex:inputCheckbox value="{!esdInfo.isChecked}" style="margin:0 0 0 0.75rem;"/><input type="hidden" value="{!esdInfo.rec.TransferApplySummary__c}"/><input type="hidden" value="{!esdInfo.rec.TransferApply__c}"/>
                         </apex:outputPanel>
                         <!-- 20230423 ljh lightning 鍗囩骇 start -->
                         <!-- <h3 style="padding: 5px;" class="detailtab">{!esdInfo.fsName}</h3> -->

--
Gitblit v1.9.1