From adbebf3a7d4e0d916d35ef0998cf949c7e63acf1 Mon Sep 17 00:00:00 2001
From: 19626 <1962676589@qq.com>
Date: 星期一, 26 六月 2023 17:24:28 +0800
Subject: [PATCH] Merge branch 'LEX_chenjingwu_dev' of http://47.92.229.245:8089/r/lightningupdate into LEX_chenjingwu_dev

---
 force-app/main/default/lwc/lexPCLLostReportPage/lexPCLLostReportPage.html |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/force-app/main/default/lwc/lexPCLLostReportPage/lexPCLLostReportPage.html b/force-app/main/default/lwc/lexPCLLostReportPage/lexPCLLostReportPage.html
index 10c9509..baa2d12 100644
--- a/force-app/main/default/lwc/lexPCLLostReportPage/lexPCLLostReportPage.html
+++ b/force-app/main/default/lwc/lexPCLLostReportPage/lexPCLLostReportPage.html
@@ -4,7 +4,7 @@
  * @Author: chen jing wu
  * @Date: 2023-04-20 17:16:48
  * @LastEditors: chen jing wu
- * @LastEditTime: 2023-06-06 10:33:07
+ * @LastEditTime: 2023-06-25 17:28:26
 -->
 <template>
     
@@ -25,7 +25,7 @@
                 </lightning-layout>
                 <div style="margin-top: 5px">
                     <lightning-layout>
-                        <lightning-layout-item size="2" padding="around-small">
+                        <lightning-layout-item size="3" padding="around-small">
                             <div class="slds-form_horizontal my-combobox">
                                 <label class="slds-form-element__label">澶卞崟绫诲瀷锛�</label>
                                 <lightning-combobox name="progress" value={LostReport.lostReport.LostType__c} options={RecordTypeOptions} 
@@ -33,7 +33,7 @@
                                 </lightning-combobox>
                             </div>   
                         </lightning-layout-item>
-                        <lightning-layout-item size="3" padding="around-small">
+                        <lightning-layout-item size="4" padding="around-small">
                             <div style="padding: 10px 3px;font: 16px;">澶卞崟鎬婚噾棰濓紙鍏冿級:{LostReport.lostReport.LostTotalAmount__c}</div>
                         </lightning-layout-item>
                         <lightning-layout-item size="3" padding="around-small">
@@ -45,7 +45,7 @@
                     </lightning-layout>
                         <lightning-accordion allow-multiple-sections-open class="myAccordion">
                                 <template for:each={LostReport.LostBrands} for:item="brand" for:index="i">
-                                    <li key={brand.index}>
+                                    <li key={brand}>
                                         <lightning-accordion-section class="" data-id={i} name="澶卞崟鍝佺墝" label="澶卞崟鍝佺墝">
                                             <lightning-button name="save" label="淇濆瓨" onclick={saveBrandJs}></lightning-button>
                                             <lightning-button name={i} label="鍒犻櫎" onclick={deleteBrandJs} disabled={isBrandCount2}></lightning-button>
@@ -223,7 +223,7 @@
                         </lightning-layout>
                             <lightning-accordion allow-multiple-sections-open class="myAccordion">
                                     <template for:each={LostReport.LostBrands} for:item="brand" for:index="i">
-                                        <li key={brand.index}>
+                                        <li key={brand}>
                                             <lightning-accordion-section class="text-container" data-id={i} name="澶卞崟鍝佺墝" label="澶卞崟鍝佺墝">
                                                 <lightning-layout>
                                                     <lightning-layout-item size="2" style="border-style:solid;border-width: 1px;">

--
Gitblit v1.9.1