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/lexRemoveBox/lexRemoveBox.html |   51 ++++++++++++++++++++++++++++++++++++++++-----------
 1 files changed, 40 insertions(+), 11 deletions(-)

diff --git a/force-app/main/default/lwc/lexRemoveBox/lexRemoveBox.html b/force-app/main/default/lwc/lexRemoveBox/lexRemoveBox.html
index 6db76f5..9e190eb 100644
--- a/force-app/main/default/lwc/lexRemoveBox/lexRemoveBox.html
+++ b/force-app/main/default/lwc/lexRemoveBox/lexRemoveBox.html
@@ -2,22 +2,37 @@
     <template if:true={showSpinner}>
         <lightning-spinner size="medium" variant="brand"></lightning-spinner>
     </template>
+    <c-common-toast></c-common-toast>
     <div style="border: 1px solid #D4D4D4;border-radius:5px;"> 
 
         <div style="border-top: 3px solid #51606E;;border-bottom: 1px solid #D4D4D4;padding:3px;">
             <div>
-                <p style="font-size: 19px;"><strong>鎷嗙洅</strong></p>
+                <!-- <p style="font-size: 18px;"><strong>鎷嗙洅</strong></p> -->
+                <lightning-layout>
+                    <lightning-layout-item padding="around-small">
+                        <p style="font-size: 18px">
+                            <strong>鎷嗙洅</strong>
+                        </p>
+                    </lightning-layout-item>
+                </lightning-layout>
             </div>
         </div>
         <div style="padding:10px;">
             <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;">
-                <lightning-button label="鎷嗙洅纭" title="鎷嗙洅纭" onclick={saveConfirm}></lightning-button></td>
+                <!-- <lightning-button variant="brand" class='lexstyle' style="margin-left:10px;" label="鎷嗙洅纭" title="鎷嗙洅纭" onclick={saveConfirm}></lightning-button>-->
+                <button class="slds-button slds-button_neutral slds-button_stretch lexBorder" style="margin-left:10px;margin-top:12px;margin-bottom:12px;"  label="鎷嗙洅纭" onclick={saveConfirm}>鎷嗙洅纭</button>
             </div>
             </div>
             <div style="border: 1px solid #D4D4D4;border-radius:5px;margin-bottom:7px;margin-top:5px;">
                 <div style="border-top: 3px solid #51606E;border-bottom: 1px solid #D4D4D4;padding:3px;">
-                    <p style="font-size: 19px;"><strong>BarCode褰曞叆</strong></p>
+                    <lightning-layout>
+                        <lightning-layout-item padding="around-small">
+                            <p style="font-size: 16px">
+                                <strong>BarCode褰曞叆</strong>
+                            </p>
+                        </lightning-layout-item>
+                    </lightning-layout>
                 </div>
                
                 <!-- <div style="border-top: 3px solid #51606E;border-bottom: 1px solid #D4D4D4;padding:3px;"> -->
@@ -41,13 +56,15 @@
                         <tbody>
                             <tr>
                                 <td></td>
-                                <td align="right">BarCode</td>
-                                <td style="width:600px"><lightning-textarea name="BarCode" label=""
+                                <td align="right" class="searchName">BarCode</td>
+                                <td style="width:600px"><lightning-textarea class="inputFont"  name="BarCode" label=""
                                         onchange={handleChange}></lightning-textarea></td>
                                 <td align="right"></td>
                                 <td></td>
-                                <td  style="width: 200px;"><lightning-button label="鑾峰彇鏄庣粏" title="鑾峰彇鏄庣粏" onclick={getDetails}
-                                       ></lightning-button>
+                                <td  style="width: 200px;">
+                                    <button style="margin-top:14px;" class="slds-button slds-button_neutral slds-button_stretch lexBorder" label="鑾峰彇鏄庣粏" onclick={getDetails}>鑾峰彇鏄庣粏</button>
+                                    <!-- <lightning-button variant="brand" class='lexstyle' label="鑾峰彇鏄庣粏" title="鑾峰彇鏄庣粏" onclick={getDetails}
+                                       ></lightning-button> -->
                                 </td>
                             </tr>
                         </tbody>
@@ -57,7 +74,13 @@
 
             <div style="border: 1px solid #D4D4D4;border-radius:5px;margin-bottom:7px;margin-top:10px">
                 <div style="border-top: 3px solid #51606E;border-bottom: 1px solid #D4D4D4;padding:3px;">
-                    <p style="font-size: 16px;"><strong>鎷嗙洅鏄庣粏</strong></p>
+                    <lightning-layout>
+                        <lightning-layout-item padding="around-small">
+                            <p style="font-size: 18px">
+                                <strong>鎷嗙洅鏄庣粏</strong>
+                            </p>
+                        </lightning-layout-item>
+                    </lightning-layout>
                 </div>
                 <div style="padding:10px;">
 
@@ -70,7 +93,7 @@
                                 <lightning-datatable
                                 key-field="prodid" data={data} columns={columns}
                                 onrowselection={getSelectedRows} hide-checkbox-column="true"
-                                selected-rows={selectedRows}>
+                                selected-rows={selectedRows} class="wrapped-header-datatable">
                         </lightning-datatable>
                         <!-- </template> -->
                     <!-- </div> -->
@@ -82,7 +105,13 @@
                     <table>
                         <tr>
                             <td>
-                                <p style="font-size: 16px;"><strong>閿欒鏄庣粏</strong></p>
+                                <lightning-layout>
+                                    <lightning-layout-item padding="around-small">
+                                        <p style="font-size: 18px">
+                                            <strong>閿欒鏄庣粏</strong>
+                                        </p>
+                                    </lightning-layout-item>
+                                </lightning-layout>
                             </td>
                         </tr>
                     </table>
@@ -98,7 +127,7 @@
                <lightning-datatable
                key-field="id" data={errorDetail} columns={column}
                onrowselection={getSelectedRows}   hide-checkbox-column="true"
-              selected-rows={selectedRows}>
+              selected-rows={selectedRows} class="wrapped-header-datatable">
        </lightning-datatable>
                 <!-- </template> -->
 

--
Gitblit v1.9.1