From 07390e2fcb4adf27c928335bf27ae7939c5a80ad Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期二, 23 五月 2023 11:28:12 +0800
Subject: [PATCH] bakcup20230523

---
 force-app/main/default/lwc/topPageLwc/topPageLwc.html |   29 ++---------------------------
 1 files changed, 2 insertions(+), 27 deletions(-)

diff --git a/force-app/main/default/lwc/topPageLwc/topPageLwc.html b/force-app/main/default/lwc/topPageLwc/topPageLwc.html
index 0c219ae..44097fd 100644
--- a/force-app/main/default/lwc/topPageLwc/topPageLwc.html
+++ b/force-app/main/default/lwc/topPageLwc/topPageLwc.html
@@ -1,5 +1,5 @@
 <template>
-    <div style="border: 1px solid #D4D4D4;border-radius:5px;">
+    <!-- <div style="border: 1px solid #D4D4D4;border-radius:5px;">
         <div style="border-top: 3px solid #51606E;;border-bottom: 1px solid #D4D4D4;padding:3px;">
             <p style="font-size: 19px;"><strong>棣栭〉</strong></p>
         </div>
@@ -34,10 +34,6 @@
                                         <td>{raes.First_Delivery__c}</td>
                                     </tr>
                                 </template>
-                                <!-- <tr>
-                                    <td style="text-align: center;" class="dataCell">寰呮搷浣滃叆搴撹鍗曟眹鎬�</td>
-                                    <td style="text-align: center;" class="dataCell"></td>
-                                </tr> -->
                             </tbody>
                         </table>
                     </div>
@@ -153,15 +149,9 @@
                     <div lwc:dom="manual" id="resultDiv" class="resultDiv"></div>
                     <div draggable="false" >
                         <lightning-button label="缁忛攢鍟嗕骇鍝佷笂涓嬮檺缂栬緫" style="width: 200px;" onclick={editProductLimit}></lightning-button>
-                        <!-- <lightning-button label="鏌ヨ閲嶅鐨勪骇鍝�" style="width: 200px;"></lightning-button> -->
-                        <!-- <apex:commandButton value="缁忛攢鍟嗕骇鍝佷笂涓嬮檺缂栬緫" style="width: 200px;" onclick="EditProductLimitJs(); return false;" />
-                        <apex:commandButton value="鏌ヨ閲嶅鐨勪骇鍝�" style="width: 200px;" onclick="ProfilterJs(); return false;" rendered="false" /> -->
                     </div>
                 </div>
             </div>
-            <!-- <apex:outputPanel id="message">
-                <apex:pageMessages />
-             </apex:outputPanel> -->
             <div style="border: 1px solid #D4D4D4;border-radius:5px;margin-bottom:7px;">
                 <div style="border-top: 3px solid #51606E;border-bottom: 1px solid #D4D4D4;padding:3px;">
                     <p style="font-size: 16px;"><strong>鍦ㄥ簱鍟嗗搧搴撳瓨涓�瑙�</strong></p>
@@ -215,23 +205,8 @@
                             </template>
                         </tbody>
                     </table>
-                    <!-- <table style="width: 100%">
-                        <tbody>
-                           <tr>  
-                               <td width="20%">
-                                  1-0 鍏� 0 
-                               </td>
-                               <td align="center" width="60%">
-                                   <lightning-button-icon style="margin: 3px;" icon-name="utility:jump_to_left"></lightning-button-icon>
-                                   <lightning-button-icon style="margin: 3px;" icon-name="utility:chevronleft"></lightning-button-icon>
-                                   <lightning-button-icon style="margin: 3px;" icon-name="utility:chevronright"></lightning-button-icon>
-                                   <lightning-button-icon style="margin: 3px;" icon-name="utility:jump_to_right"></lightning-button-icon>
-                               </td>
-                          </tr>
-                       </tbody>
-                   </table> -->
                 </div>
             </div>
         </div>
-    </div>
+    </div> -->
 </template>
\ No newline at end of file

--
Gitblit v1.9.1