buli
2023-04-20 f0bccccbb88d93ac05010c17d4b2e0cb22a2ce9a
force-app/main/default/lwc/lexConsumable/lexConsumable.html
@@ -225,9 +225,9 @@
                        <p style="font-size: 16px;"><strong>消耗品明细</strong></p>
                    </div>
                    <div style="padding:10px;">
                        <table style="width: 100%;">
                        <table style="width: 100%;" class="conTable">
                            <thead>
                                <tr>
                                <tr style="border-bottom: 1px solid #D4D4D4;">
                                    <template if:true={editAble}>
                                        <th><lightning-input type="checkbox" onchange={checkAll} name="checkAll"></lightning-input></th>
                                    </template>
@@ -289,7 +289,7 @@
                                        </template>
                                        <td>
                                            <template if:true={editAble}>
                                                <lightning-input data-index={index} value={record.esd.Consumable_count__c} onchange={consumableCountChange}></lightning-input>
                                                <lightning-input style="margin-bottom: 10px;" data-index={index} value={record.esd.Consumable_count__c} onchange={consumableCountChange}></lightning-input>
                                            </template>
                                            <template if:false={editAble}>
                                                <div class="slds-truncate" title="Value Proposition">{record.esd.Consumable_count__c}</div>