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/lexPCLLostReportPage/lexPCLLostReportPage.html |  357 +++++++++++++++++++++++++++++++++++++++++-----------------
 1 files changed, 250 insertions(+), 107 deletions(-)

diff --git a/force-app/main/default/lwc/lexPCLLostReportPage/lexPCLLostReportPage.html b/force-app/main/default/lwc/lexPCLLostReportPage/lexPCLLostReportPage.html
index 61c7b6e..54f6077 100644
--- a/force-app/main/default/lwc/lexPCLLostReportPage/lexPCLLostReportPage.html
+++ b/force-app/main/default/lwc/lexPCLLostReportPage/lexPCLLostReportPage.html
@@ -4,119 +4,262 @@
  * @Author: chen jing wu
  * @Date: 2023-04-20 17:16:48
  * @LastEditors: chen jing wu
- * @LastEditTime: 2023-05-05 10:57:29
+ * @LastEditTime: 2023-05-23 11:06:36
 -->
 <template>
-    <lightning-card id="my-element" class="card"  variant="Narrow" data-id="my-card">
-               <!-- <lightning-input onchange={initAll}></lightning-input> -->
-        <div style="padding: 0 20px">
-            <lightning-layout>
-                <lightning-layout-item>
-                    <div class="mainTitle" style="padding: 10px 3px;font-weight: bold;">澶卞崟鎶ュ憡缂栬緫椤甸潰</div>
-                </lightning-layout-item>
-                <div style="margin-left: 550px;">
-                    <lightning-layout-item  size="12">
-                        <lightning-button label="杩藉姞鍝佺墝" onclick={addBrandJs}></lightning-button>
-                        <lightning-button label="淇濆瓨" onclick={saveJs}></lightning-button>
-                        <lightning-button label="杩斿洖璇环" onclick={cancel}></lightning-button>
-                    </lightning-layout-item>
-                </div>
-                <!-- <lightning-layout-item flexibility="auto" padding="around-small">
-                    <lightning-button label="淇濆瓨" onclick={saveJs}></lightning-button>
-                </lightning-layout-item>
-                <lightning-layout-item flexibility="auto" padding="around-small">
-                    <lightning-button label="杩斿洖璇环" onclick={cancel}></lightning-button>
-                </lightning-layout-item> -->
-            </lightning-layout>
-            <div style="margin-top: 5px">
-                <lightning-layout>
-                    <lightning-layout-item size="2" padding="around-small">
-                        <!-- <div class="combobox-container">
-                            <label for="losttype">澶卞崟绫诲瀷:</label>
-                            <lightning-combobox id="losttype" name="progress" value={lostReportObj.RecordType} options={RecordTypeOptions} 
-                                onchange={handleStatus1Change} class="searchField" style="width: 71.33px; height: 32px;">
-                            </lightning-combobox>
-                        </div> -->
-                        <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} 
-                                onchange={handleLostTypeChange} class="searchField">
-                            </lightning-combobox>
-                        </div>   
-                    </lightning-layout-item>
-                    <lightning-layout-item size="3" padding="around-small">
-                        <div style="padding: 10px 3px;font: 16px;">澶卞崟鎬婚噾棰濓紙鍏冿級:   {LostReport.lostReport.LostTotalAmount__c}</div>
-                        <!-- <lightning-output-field>{LostReport.lostReport.LostTotalAmount__c}</lightning-output-field> -->
-                    </lightning-layout-item>
-                    <lightning-layout-item size="3" padding="around-small">
-                        <div style="padding: 10px 3px;font: 16px;">鐘舵��:  {LostReport.lostReport.Report_Status__c}</div>
-                        <!-- <lightning-output-field>{LostReport.lostReport.Report_Status__c}</lightning-output-field> -->
-                    </lightning-layout-item>
-                </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}>
-                                <lightning-accordion-section name="澶卞崟鍝佺墝" label="澶卞崟鍝佺墝">
-                                    <lightning-button name={i} label="鍒犻櫎" onclick={deleteBrandJs} disabled={isBrandCount2}></lightning-button>
-                                    <lightning-layout>
-                                        <lightning-layout-item size="4" padding="around-small">
-                                            <c-multi-select-combobox name={i} onselect={setBrandMannualName} data-id="Lost_By_Company" class="mycombobox" options={brandOptions} selected-value={reasonValue} label="澶卞崟鍝佺墝: "></c-multi-select-combobox>
-                                            <!-- <c-lexmulti-select-combobox label="澶卞崟鍝佺墝: " options={brandOptions} placeholder="璇烽�夋嫨涓�涓搧鐗�"></c-lexmulti-select-combobox> -->
-                                        </lightning-layout-item>
-                                        <lightning-layout-item flexibility="auto" padding="around-small">
-                                            <lightning-combobox name={i} label="澶卞崟鍘熷洜锛堜富锛�:" value="" options={columns2} 
-                                            onchange={handleLostReasonMainChange} class="searchField"></lightning-combobox>
-                                        </lightning-layout-item>
-                                        <lightning-layout-item flexibility="auto" padding="around-small">
-                                            <lightning-combobox name={i} label="澶卞崟鍘熷洜锛堟锛�:" value="" options={columns2} 
-                                            onchange={handleLostReasonSubChange} class="searchField"></lightning-combobox>
-                                        </lightning-layout-item>
-                                    </lightning-layout>
-                                    <lightning-layout>
-                                        <lightning-layout-item size="4" padding="horizontal-small">
-                                            <lightning-input name={i} data-id="Lost_By_Company_Mannual" value="" type="text" label="澶卞崟鍝佺墝锛堟墜鍔級: " class="searchField" onchange={handleLostByCompanyMannualChange}></lightning-input>
-                                        </lightning-layout-item>
-                                        <lightning-layout-item size="4" padding="horizontal-small">
-                                            <lightning-input name={i} value="" type="text" label="澶卞崟閲戦锛堝厓锛�: " class="searchField" onchange={handleLostPriceOutChange}></lightning-input>
-                                        </lightning-layout-item>
-                                        <lightning-layout-item size="4" padding="horizontal-small">
-                                            <lightning-record-edit-form
-                                                object-api-name='PCLLostBrand__c'
-                                                record-id=''
-                                            >
-                                                <lightning-input-field name={i} field-name='Agency__c' onclick={handleAgencyOutChange}> </lightning-input-field>
-                                            </lightning-record-edit-form>
-                                        </lightning-layout-item>
-                                    </lightning-layout>
-                                    <lightning-layout>
-                                        <lightning-layout-item size="4" padding="horizontal-small">
-                                            <lightning-input name={i} value="" type="text" label="涓爣缁忛攢鍟嗭紙鎵嬪姩锛�:" class="searchField" onchange={handleAgencyMannualOutChange}></lightning-input>
-                                        </lightning-layout-item>
-                                    </lightning-layout>
-                                    <lightning-layout>
-                                        <lightning-layout-item flexibility="auto" padding="around-small">
-                                            <c-lex-dynamic-table name={i} column-list={brand.columns}>
-                                            </c-lex-dynamic-table>
-                                        </lightning-layout-item>
-                                    </lightning-layout>
-                                </lightning-accordion-section>
-                            </li>
-                        </template>
-                        
-                    </lightning-accordion>
-                    <lightning-layout style="margin-top: 20px;">
-                        <div class="slds-align_absolute-center">
-                            <lightning-layout-item size="12">
+    <lightning-card data-id="test">
+        <template if:true={isEdit}>
+            <lightning-card id="my-element1" class="card"  variant="Narrow" data-id="my-card">
+                <div style="padding: 0 20px">
+                    <lightning-layout>
+                        <lightning-layout-item>
+                            <div class="mainTitle" style="padding: 10px 3px;font-weight: bold;">澶卞崟鎶ュ憡缂栬緫椤甸潰</div>
+                        </lightning-layout-item>
+                        <div style="margin-left: 550px;">
+                            <lightning-layout-item  size="12">
                                 <lightning-button label="杩藉姞鍝佺墝" onclick={addBrandJs}></lightning-button>
-                                <lightning-button label="淇濆瓨" onclick={saveJs}></lightning-button>
+                                <lightning-button name="save" label="淇濆瓨" onclick={saveBrandJs}></lightning-button>
                                 <lightning-button label="杩斿洖璇环" onclick={cancel}></lightning-button>
-                                <lightning-button label="娴嬭瘯" onclick={handleButtonClick}></lightning-button>
                             </lightning-layout-item>
                         </div>
                     </lightning-layout>
-            </div>
-        </div>
-
-         
+                    <div style="margin-top: 5px">
+                        <lightning-layout>
+                            <lightning-layout-item size="2" 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} 
+                                        onchange={handleLostTypeChange} class="searchField" required>
+                                    </lightning-combobox>
+                                </div>   
+                            </lightning-layout-item>
+                            <lightning-layout-item size="3" 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">
+                                <div style="padding: 10px 3px;font: 16px;">鐘舵��:{LostReport.lostReport.Report_Status__c}</div>
+                            </lightning-layout-item>
+                        </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}>
+                                            <lightning-accordion-section class="text-container" data-id={i} name="澶卞崟鍝佺墝" label="澶卞崟鍝佺墝">
+                                                <lightning-button name={i} label="淇濆瓨" onclick={saveBrandJs}></lightning-button>
+                                                <lightning-button name={i} label="鍒犻櫎" onclick={deleteBrandJs} disabled={isBrandCount2}></lightning-button>
+                                                <lightning-layout>
+                                                    <lightning-layout-item size="4" padding="around-small">
+                                                        <c-multi-select-combobox name={i} onselect={setBrandMannualName} data-id="Lost_By_Company" class="mycombobox" options={brandOptions} selected-value={reasonValue} label="澶卞崟鍝佺墝: " required></c-multi-select-combobox>
+                                                    </lightning-layout-item>
+                                                    <lightning-layout-item flexibility="auto" padding="around-small">
+                                                        <lightning-combobox name={i} label="澶卞崟鍘熷洜锛堜富锛�:" value={brand.lostBrand.Lost_reason_main__c} options={columns2} 
+                                                        onchange={handleLostReasonMainChange} class="searchField" required></lightning-combobox>
+                                                    </lightning-layout-item>
+                                                    <lightning-layout-item flexibility="auto" padding="around-small">
+                                                        <lightning-combobox name={i} label="澶卞崟鍘熷洜锛堟锛�:" value={brand.lostBrand.Lost_Reason_Sub__c} options={columns2} 
+                                                        onchange={handleLostReasonSubChange} class="searchField"></lightning-combobox>
+                                                    </lightning-layout-item>
+                                                </lightning-layout>
+                                                <lightning-layout> 
+                                                    <lightning-layout-item size="4" padding="horizontal-small">
+                                                        <lightning-input name={i} data-id="Lost_By_Company_Mannual" value={brand.lostBrand.Lost_By_Company_Mannual__c} type="text" label="澶卞崟鍝佺墝锛堟墜鍔級: " class="searchField" onchange={handleLostByCompanyMannualChange}></lightning-input>
+                                                    </lightning-layout-item>
+                                                    <lightning-layout-item size="4" padding="horizontal-small">
+                                                        <lightning-input data-id="TotalAmount" name={i} value={brand.lostBrand.LostPrice__c} type="number" label="澶卞崟閲戦锛堝厓锛�: " class="searchField" onchange={handleLostPriceOutChange} required></lightning-input>
+                                                    </lightning-layout-item>
+                                                    <lightning-layout-item size="4" padding="horizontal-small">
+                                                        <lightning-record-edit-form
+                                                            object-api-name='PCLLostBrand__c'
+                                                            record-id=''
+                                                        >
+                                                            <lightning-input-field value={brand.lostBrand.Agency__c} name={i} field-name='Agency__c' onchange={handleAgencyOutChange} required> </lightning-input-field>
+                                                        </lightning-record-edit-form>
+                                                    </lightning-layout-item>
+                                                </lightning-layout>
+                                                <lightning-layout>
+                                                    <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-record-edit-form
+                                                            object-api-name='PCLLostProduct__c'
+                                                            record-id=''
+                                                        >
+                                                            <lightning-input-field name={i} field-name='LostProduct__c' onchange={handleChange} required> </lightning-input-field>
+                                                        </lightning-record-edit-form>
+                                                    </lightning-layout-item> -->
+                                                </lightning-layout>
+                                                <lightning-layout>
+                                                    <lightning-layout-item flexibility="auto" padding="around-small">
+                                                        <template if:true={isInit}>
+                                                            <!-- <c-lex-dynamic-table name={i} column-list={brand.columns}>
+                                                            </c-lex-dynamic-table> -->
+                                                            <div class="slds-card__body slds-card__body_inner">
+                                                                <table class="slds-table slds-table_bordered slds-table_cell-buffer slds-var-m-bottom_large"> 
+                                                                    <thead>
+                                                                        <tr class="slds-text-title_caps">
+                                                                                <th><div class="slds-truncate">澶卞崟鍝佺墝</div></th>
+                                                                                <th><div class="slds-truncate">澶卞崟瀵规墜鍨嬪彿</div></th>
+                                                                                <th><div class="slds-truncate">澶卞崟鏁伴噺</div></th>
+                                                                                <th><div class="slds-truncate">澶卞崟瀵规墜鍨嬪彿(鎵嬪姩)</div></th>
+                                                                                <th><div class="slds-truncate">澶卞崟浜у搧绫诲埆</div></th>
+                                                                                <th><div class="slds-truncate">澶卞崟浜у搧鍖哄垎</div></th>
+                                                                                <th></th>
+                                                                        </tr>
+                                                                    </thead>
+                                                                    <tbody>
+                                                                        <template for:each={brand.LostProducts} for:item="product" for:index="j">
+                                                                            <tr class="inputRows" key={product}>
+                                                                                <td>
+                                                                                   <lightning-combobox class="BrandName" name={j} title={i} options={brandOptions} value={product.LostProductss.LostBrandName__c} onchange={handleLostBrandNameChange} read-only="true"></lightning-combobox> 
+                                                                                </td>
+                                                                                <td>
+                                                                                    <lightning-record-edit-form
+                                                                                    object-api-name='PCLLostProduct__c'
+                                                                                    record-id=''
+                                                                                    >
+                                                                                        <lightning-input-field class="LostProduct" title={i} value={product.LostProductss.LostProduct__c} name={j} field-name='LostProduct__c' onchange={handleLostProductChange}> </lightning-input-field>
+                                                                                    </lightning-record-edit-form> 
+                                                                                </td>
+                                                                                <td>
+                                                                                   <lightning-input class="Quantity" title={i} name={j} value={product.LostProductss.Quantity__c} onchange={handleQuantityChange}></lightning-input>
+                                                                                </td>
+                                                                                <td>
+                                                                                    <lightning-input class="LostProductMannual" title={i} name={j} value={product.LostProductss.LostProductMannual__c} onchange={handleLostProductMannualChange}></lightning-input>
+                                                                                </td>
+                                                                                <td>
+                                                                                    <lightning-combobox class="ProductClass" title={i} name={j} options={productClassOptions} value={product.LostProductss.ProductClass__c} onchange={handleProductClassChange}></lightning-combobox> 
+                                                                                </td>
+                                                                                <td>
+                                                                                    <lightning-combobox class="ProductCategory" data-id={i} placeholder="--鏃�--" title={i} name={j} options={product.productOptions} value={product.LostProductss.ProductCategory__c} onchange={handleProductCategoryChange} read-only="true"></lightning-combobox> 
+                                                                                </td>
+                                
+                                                                                <td>
+                                                                                    <lightning-button-icon name={i} icon-name="utility:add" value={j} variant="bare" onclick={addRow}></lightning-button-icon>
+                                                                                </td>
+                                                                                <td>
+                                                                                    <lightning-button-icon class="deleteButton" data-id={i} name={i} icon-name="utility:delete" value={j} variant="bare" onclick={removeRow}></lightning-button-icon>
+                                                                                </td>
+                                                                            </tr>
+                                                                        </template>
+                                                                    </tbody>
+                                                                </table>
+                                                            </div>
+                                                        </template>
+                                                    </lightning-layout-item>
+                                                </lightning-layout>
+                                            </lightning-accordion-section>
+                                        </li>
+                                    </template>
+                            </lightning-accordion>
+                            <lightning-layout style="margin-top: 20px;">
+                                <div class="slds-align_absolute-center">
+                                    <lightning-layout-item size="12">
+                                        <lightning-button label="杩藉姞鍝佺墝" onclick={addBrandJs}></lightning-button>
+                                        <lightning-button name="save" label="淇濆瓨" onclick={saveBrandJs}></lightning-button>
+                                        <lightning-button label="杩斿洖璇环" onclick={cancel}></lightning-button>
+                                    </lightning-layout-item>
+                                </div>
+                            </lightning-layout>
+                    </div>
+                </div>   
+            </lightning-card>
+        </template>
+        <template if:true={isView}>
+            <lightning-card>
+                <lightning-card id="my-element2" class="card"  variant="Narrow" data-id="my-card">
+                    <div style="padding: 0 20px">
+                        <lightning-layout>
+                            <lightning-layout-item>
+                                <div class="mainTitle" style="padding: 10px 3px;font-weight: bold;">澶卞崟鎶ュ憡鏌ョ湅椤甸潰</div>
+                            </lightning-layout-item>
+                            <div style="margin-left: 550px;">
+                                <lightning-layout-item  size="12">
+                                    <lightning-button label="鎻愪氦" onclick={submitJs}></lightning-button>
+                                    <lightning-button name="缂栬緫" label="缂栬緫" onclick={editJs}></lightning-button>
+                                    <lightning-button label="杩斿洖璇环" onclick={cancel}></lightning-button>
+                                </lightning-layout-item>
+                            </div>
+                        </lightning-layout>
+                        <div style="margin-top: 5px">
+                            <lightning-layout>
+                                <lightning-layout-item size="2" padding="around-small">
+                                    <div class="slds-form_horizontal my-combobox">
+                                        <label>澶卞崟绫诲瀷:</label>
+                                        <lightning-formatted-text value={LostReport.lostReport.LostType__c}></lightning-formatted-text>
+                                    </div>   
+                                </lightning-layout-item>
+                                <lightning-layout-item size="3" padding="around-small">
+                                    <label>澶卞崟鎬婚噾棰濓紙鍏冿級:</label>   
+                                    <lightning-formatted-number value={LostReport.lostReport.LostTotalAmount__c}></lightning-formatted-number>
+                                </lightning-layout-item>
+                                <lightning-layout-item size="3" padding="around-small">
+                                    <label>鐘舵��:</label>
+                                    <lightning-formatted-text value={LostReport.lostReport.Report_Status__c}></lightning-formatted-text>
+                                </lightning-layout-item>
+                            </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}>
+                                                <lightning-accordion-section class="text-container" data-id={i} name="澶卞崟鍝佺墝" label="澶卞崟鍝佺墝">
+                                                    <lightning-layout>
+                                                        <lightning-layout-item size="4" padding="around-small">
+                                                            <label>澶卞崟鍝佺墝:</label>
+                                                            <lightning-formatted-text name={i} value={brand.lostBrand.Lost_By_Company__c}></lightning-formatted-text>
+                                                        </lightning-layout-item>
+                                                        <lightning-layout-item flexibility="auto" padding="around-small"> 
+                                                            <label>澶卞崟鍘熷洜锛堜富锛�:</label>
+                                                            <lightning-formatted-text name={i} value={brand.lostBrand.Lost_reason_main__c}></lightning-formatted-text>
+                                                        </lightning-layout-item>
+                                                        <lightning-layout-item flexibility="auto" padding="around-small">
+                                                            <label>澶卞崟鍘熷洜锛堟锛�:</label>
+                                                            <lightning-formatted-text name={i} value={brand.lostBrand.Lost_Reason_Sub__c}></lightning-formatted-text>
+                                                        </lightning-layout-item>
+                                                    </lightning-layout>
+                                                    <lightning-layout> 
+                                                        <lightning-layout-item size="4" padding="horizontal-small">
+                                                            <label>澶卞崟鍝佺墝锛堟墜鍔級:</label>
+                                                            <lightning-formatted-text name={i} value={brand.lostBrand.Lost_By_Company_Mannual__c}></lightning-formatted-text>
+                                                        </lightning-layout-item>
+                                                        <lightning-layout-item size="4" padding="horizontal-small">
+                                                            <label>澶卞崟閲戦锛堝厓锛�:</label>
+                                                            <lightning-formatted-text name={i} value={brand.lostBrand.LostPrice__c}></lightning-formatted-text>
+                                                        </lightning-layout-item>
+                                                        <lightning-layout-item size="4" padding="horizontal-small">
+                                                                <label>涓爣缁忛攢鍟�:</label>
+                                                                <lightning-formatted-text name={i} value={brand.lostBrand.Agency__c}></lightning-formatted-text>
+                                                        </lightning-layout-item>
+                                                    </lightning-layout>
+                                                    <lightning-layout>
+                                                        <lightning-layout-item size="4" padding="horizontal-small">
+                                                            <label>涓爣缁忛攢鍟嗭紙鎵嬪姩锛�:</label>
+                                                            <lightning-formatted-text name={i} value={brand.lostBrand.AgencyMannual__c}></lightning-formatted-text>
+                                                        </lightning-layout-item>
+                                                    </lightning-layout>
+                                                    <lightning-layout>
+                                                        <lightning-layout-item flexibility="auto" padding="around-small">
+                                                            <template if:true={isInit}>
+                                                                <lightning-datatable hide-checkbox-column="true" key-field="is" columns={columns3} data={getData}></lightning-datatable>
+                                                            </template>
+                                                        </lightning-layout-item>
+                                                    </lightning-layout>
+                                                </lightning-accordion-section>
+                                            </li>
+                                        </template>
+                                </lightning-accordion>
+                                <lightning-layout style="margin-top: 20px;">
+                                    <div class="slds-align_absolute-center">
+                                        <lightning-layout-item size="12">
+                                            <lightning-button label="鎻愪氦" onclick={submitJs}></lightning-button>
+                                            <lightning-button name="缂栬緫" label="缂栬緫" onclick={editJs}></lightning-button>
+                                            <lightning-button label="杩斿洖璇环" onclick={cancel}></lightning-button>
+                                        </lightning-layout-item>
+                                    </div>
+                                </lightning-layout>
+                        </div>
+                    </div>   
+                </lightning-card>
+            </lightning-card>
+        </template>
     </lightning-card>
+    
 </template>
\ No newline at end of file

--
Gitblit v1.9.1