From f30f84fe7b1d09ee63a1f2a1d5c8cb303e31669a Mon Sep 17 00:00:00 2001
From: 19626 <1962676589@qq.com>
Date: 星期二, 25 四月 2023 17:47:26 +0800
Subject: [PATCH] 修改失单页面

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

diff --git a/force-app/main/default/lwc/lexPCLLostReportPage/lexPCLLostReportPage.html b/force-app/main/default/lwc/lexPCLLostReportPage/lexPCLLostReportPage.html
index dc39ff7..1d122cd 100644
--- a/force-app/main/default/lwc/lexPCLLostReportPage/lexPCLLostReportPage.html
+++ b/force-app/main/default/lwc/lexPCLLostReportPage/lexPCLLostReportPage.html
@@ -4,48 +4,67 @@
  * @Author: chen jing wu
  * @Date: 2023-04-20 17:16:48
  * @LastEditors: chen jing wu
- * @LastEditTime: 2023-04-24 16:34:14
+ * @LastEditTime: 2023-04-25 17:45:31
 -->
 <template>
     <lightning-card  variant="Narrow">
+        <!-- <lightning-input onchange={initAll}></lightning-input> -->
         <div style="padding: 0 20px">
             <lightning-layout>
-                <div style="padding: 10px 3px;border-bottom: 1px solid;font: 16px;font-size: blod;">澶卞崟鎶ュ憡缂栬緫椤甸潰</div>
-                <lightning-layout-item flexibility="auto" padding="around-small">
-                    <lightning-button label="杩藉姞鍝佺墝" onclick={addBrandJs}></lightning-button>
+                <lightning-layout-item>
+                    <div class="mainTitle" style="padding: 10px 3px;font-weight: bold;">澶卞崟鎶ュ憡缂栬緫椤甸潰</div>
                 </lightning-layout-item>
-                <lightning-layout-item flexibility="auto" padding="around-small">
+                <div class="slds-align_absolute-center">
+                    <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-item> -->
             </lightning-layout>
             <div style="margin-top: 5px">
                 <lightning-layout>
                     <lightning-layout-item flexibility="auto" padding="around-small">
-                        <lightning-combobox name="progress" label="澶卞崟绫诲瀷" value={lostReportObj.RecordType} options={RecordTypeOptions} 
-                            onchange={handleStatus1Change} class="searchField">
-                        </lightning-combobox>
+                        <!-- <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={lostReportObj.RecordType} options={RecordTypeOptions} 
+                                onchange={handleStatus1Change} class="searchField" style="width: 71.33px; height: 32px;">
+                            </lightning-combobox>
+                        </div>   
                     </lightning-layout-item>
                     <lightning-layout-item flexibility="auto" padding="around-small">
-                        <div style="padding: 10px 3px;border-bottom: 1px solid;font: 14px;font-size: blod;">澶卞崟鎬婚噾棰濓紙鍏冿級:</div>
-                        <lightning-output-field>{LostReport.lostReport.LostTotalAmount__c}</lightning-output-field>
+                        <div style="padding: 10px 3px;font: 16px;">澶卞崟鎬婚噾棰濓紙鍏冿級:</div>
+                        <!-- <lightning-output-field>{LostReport.lostReport.LostTotalAmount__c}</lightning-output-field> -->
+                        <lightning-output-field>0</lightning-output-field>
                     </lightning-layout-item>
                     <lightning-layout-item>
-                        <div style="padding: 10px 3px;border-bottom: 1px solid;font: 14px;font-size: blod;">鐘舵��:</div>
-                        <lightning-output-field>{LostReport.lostReport.Report_Status__c}</lightning-output-field>
+                        <div style="padding: 10px 3px;font: 16px;">鐘舵��:</div>
+                        <!-- <lightning-output-field>{LostReport.lostReport.Report_Status__c}</lightning-output-field> -->
+                        <div style="padding: 10px 3px;font: 16px;">鑽夋涓�</div>
                     </lightning-layout-item>
+                    <lightning-record-view-form>
+
+                    </lightning-record-view-form>
                 </lightning-layout>
-                <!-- <lightning-layout>
-                    <lightning-accordion allow-multiple-sections-open
-                         onsectiontoggle={handleSectionToggle}
-                         active-section-name={activeSections}>
+                <lightning-layout>
+                    <lightning-accordion>
                         <lightning-accordion-section name="澶卞崟鍝佺墝" label="澶卞崟鍝佺墝">
                             
                         </lightning-accordion-section>
                     </lightning-accordion>
-                </lightning-layout> -->
+                </lightning-layout>
             </div>
         </div>
     </lightning-card>

--
Gitblit v1.9.1