| | |
| | | * @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"> |
| | | <!-- <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> |