From de443ac0b8b34e3d4fe13cfac7df65ad5bea41b6 Mon Sep 17 00:00:00 2001
From: 黄千龙 <huangqianlong@prec-tech.com>
Date: 星期二, 25 四月 2023 17:25:20 +0800
Subject: [PATCH] On-Call
---
force-app/main/default/lwc/lexPCLLostReportPage/lexPCLLostReportPage.html | 51 ++++++++++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 50 insertions(+), 1 deletions(-)
diff --git a/force-app/main/default/lwc/lexPCLLostReportPage/lexPCLLostReportPage.html b/force-app/main/default/lwc/lexPCLLostReportPage/lexPCLLostReportPage.html
index af9fa97..dc39ff7 100644
--- a/force-app/main/default/lwc/lexPCLLostReportPage/lexPCLLostReportPage.html
+++ b/force-app/main/default/lwc/lexPCLLostReportPage/lexPCLLostReportPage.html
@@ -1,3 +1,52 @@
+<!--
+ * @Description:
+ * @version:
+ * @Author: chen jing wu
+ * @Date: 2023-04-20 17:16:48
+ * @LastEditors: chen jing wu
+ * @LastEditTime: 2023-04-24 16:34:14
+-->
<template>
-
+ <lightning-card variant="Narrow">
+ <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>
+ <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 flexibility="auto" padding="around-small">
+ <lightning-combobox name="progress" label="澶卞崟绫诲瀷" value={lostReportObj.RecordType} options={RecordTypeOptions}
+ onchange={handleStatus1Change} class="searchField">
+ </lightning-combobox>
+ </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>
+ </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>
+ </lightning-layout-item>
+ </lightning-layout>
+ <!-- <lightning-layout>
+ <lightning-accordion allow-multiple-sections-open
+ onsectiontoggle={handleSectionToggle}
+ active-section-name={activeSections}>
+ <lightning-accordion-section name="澶卞崟鍝佺墝" label="澶卞崟鍝佺墝">
+
+ </lightning-accordion-section>
+ </lightning-accordion>
+ </lightning-layout> -->
+ </div>
+ </div>
+ </lightning-card>
</template>
\ No newline at end of file
--
Gitblit v1.9.1