19626
2023-06-06 b28b7983fd65d7e3da0e6a57ba1754899f036971
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-06-06 10:33:07
 * @LastEditTime: 2023-06-06 14:00:41
-->
<template>
    
@@ -25,7 +25,7 @@
                </lightning-layout>
                <div style="margin-top: 5px">
                    <lightning-layout>
                        <lightning-layout-item size="2" padding="around-small">
                        <lightning-layout-item size="3" 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} 
@@ -33,7 +33,7 @@
                                </lightning-combobox>
                            </div>   
                        </lightning-layout-item>
                        <lightning-layout-item size="3" padding="around-small">
                        <lightning-layout-item size="4" 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">