From e15f4679a2b71a186aa9e87cd49b4ab9c249cc63 Mon Sep 17 00:00:00 2001
From: 张宇恒 <bxyun0@163.com>
Date: 星期二, 08 八月 2023 18:20:47 +0800
Subject: [PATCH] 新品收货样式、颜色、显示margin

---
 force-app/main/default/pages/ReceivingNoteAcceptance.page |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/force-app/main/default/pages/ReceivingNoteAcceptance.page b/force-app/main/default/pages/ReceivingNoteAcceptance.page
index 9d486d2..edfddbf 100644
--- a/force-app/main/default/pages/ReceivingNoteAcceptance.page
+++ b/force-app/main/default/pages/ReceivingNoteAcceptance.page
@@ -151,9 +151,9 @@
         position:absolute;
         right:10px;   
     }
-    .disableInput {
+    input.disableInput[type="text"] {
         pointer-events: none;
-        background-color: #ccc;
+        background-color: #8c8c8c5b;
     }
     .dateFormat {
         display: none;
@@ -264,6 +264,11 @@
         /* width:500px; */
         /* lightning鏀归��   zyh   end */
     }
+    .titleCheckbox[type="checkbox"]{
+        margin-bottom: 4px;
+        margin-right: 0;
+        margin-left: 10px;
+    }
 </style>
 
 <div id="myModal" class="modal">
@@ -356,9 +361,10 @@
                     </apex:outputPanel>
                     <label style="font-size: 14px;font-weight: bold;" >
                         <apex:outputPanel rendered="{!esdInfo.rnd.ReceivingNoteSummary__r.Package_Status__c=='OK'}">
-                            <apex:inputCheckbox id="checkedRN" value="{!esdInfo.isChecked}" html-data-rnId="{!esdInfo.rnd.ReceivingNoteSummary__c}" html-data-fsId="{!esdInfo.rnd.Fixture_Set_Detail__r.Fixture_Set__c}"/>
+                            <apex:inputCheckbox id="checkedRN" styleClass="titleCheckbox" value="{!esdInfo.isChecked}" html-data-rnId="{!esdInfo.rnd.ReceivingNoteSummary__c}" html-data-fsId="{!esdInfo.rnd.Fixture_Set_Detail__r.Fixture_Set__c}"/>
                         </apex:outputPanel>
-                        &nbsp;{!esdInfo.rnd.ReceivingNoteSummary__r.ReceivingNoteSummaryNo__c}
+                        {!esdInfo.rnd.ReceivingNoteSummary__r.ReceivingNoteSummaryNo__c}
+                        <!-- &nbsp;{!esdInfo.rnd.ReceivingNoteSummary__r.ReceivingNoteSummaryNo__c} -->
                     </label>
                     <apex:variable var="SetName" value="{!esdInfo.rnd.ReceivingNoteSummary__r.Id}" />
                     <apex:variable var="indexloop" value="{!indexloop+1}"/>

--
Gitblit v1.9.1