From 196df4d4bf1941546d349cadbf343655578ec280 Mon Sep 17 00:00:00 2001
From: 19626 <1962676589@qq.com>
Date: 星期三, 13 九月 2023 15:05:56 +0800
Subject: [PATCH] sit期间修改

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

diff --git a/force-app/main/default/lwc/lexPCLLostReportPage/lexPCLLostReportPage.html b/force-app/main/default/lwc/lexPCLLostReportPage/lexPCLLostReportPage.html
index 0240b7b..0f2ffaa 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-09-06 15:43:06
+ * @LastEditTime: 2023-09-13 13:42:39
 -->
 <template>
     <div class="holder" if:true={IsLoading}>
@@ -130,7 +130,10 @@
                                                             <lightning-layout-item size="4" padding="horizontal-small">
                                                                 <lightning-input name={i} value={brand.lostBrand.AgencyMannual__c} type="text" label="涓爣缁忛攢鍟嗭紙鎵嬪姩锛�:" class="searchField" onchange={handleAgencyMannualOutChange}></lightning-input>                                                         
                                                             </lightning-layout-item>
-                                                
+                                                            <lightning-layout-item size="4" padding="horizontal-small">
+                                                                <lightning-combobox name={i} label="娓犻亾鍏蜂綋鍘熷洜:" value={brand.lostBrand.ChannelSpecificReasons__c} options={reasonOptions} 
+                                                                onchange={handleChannelSpecificReasonChange} placeholder="--鏃�--"></lightning-combobox>               
+                                                            </lightning-layout-item>
                                                         </lightning-layout>
                                                         <lightning-layout>
                                                             <lightning-layout-item flexibility="auto" padding="around-small">

--
Gitblit v1.9.1