buli
2023-05-30 41ad0c0840a6135b7acf2280f0eebdc29bf6479b
force-app/main/default/lwc/lexProductLimitEdit/lexProductLimitEdit.html
@@ -1,10 +1,18 @@
<template>
    <template if:true={showSpinner}>
        <lightning-spinner size="medium" variant="brand"></lightning-spinner>
    </template>
    </template>
    <c-common-toast></c-common-toast>
    <div style="border: 1px solid #D4D4D4;border-radius:5px;margin-bottom:7px;">
        <div style="border-top: 3px solid #51606E;border-bottom: 1px solid #D4D4D4;padding:3px;">
            <p style="font-size: 16px;"><strong>经销商库存上下限编辑</strong></p>
            <!-- <p style="font-size: 18px;"><strong>经销商库存上下限编辑</strong></p> -->
            <lightning-layout>
                <lightning-layout-item padding="around-small">
                    <p style="font-size: 18px">
                        <strong>经销商库存上下限编辑</strong>
                    </p>
                </lightning-layout-item>
            </lightning-layout>
            <table class="slds-table slds-table_cell-buffer slds-table_bordered">
                <thead>
@@ -13,18 +21,18 @@
                            <div class="slds-truncate" title="Name">S.No</div>
                        </th> -->
                        <th scope="col" align="center">
                            <div class="slds-truncate" title="Name">产品型号</div>
                            <div class="slds-truncate" style="font-size:16px;" title="Name">产品型号</div>
                        </th>
                        <th scope="col">
                            <div class="slds-truncate" title="First Name">
                            <div class="slds-truncate" style="font-size:16px;" title="First Name">
                                库存下限 
                            </div>
                        </th>
                        <th scope="col">
                            <div class="slds-truncate" title="Last Name">库存上限</div>
                            <div class="slds-truncate" style="font-size:16px;" title="Last Name">库存上限</div>
                        </th>
                        <th scope="col">
                            <div class="slds-truncate" title="Last Name">操作</div>
                            <div class="slds-truncate" style="font-size:16px;" title="Last Name">操作</div>
                        </th>
                    </tr>
                </thead>
@@ -56,10 +64,12 @@
                    <tr> 
                        <td></td>
                        <td>
                            <lightning-button label="行增加"  onclick={addRow} class="slds-m-left_x-small"></lightning-button>
                            <!-- <lightning-button label="行增加"  onclick={addRow} class="slds-m-left_x-small lexBorder"></lightning-button>             -->
                            <button class="slds-m-left_x-small slds-button slds-button_neutral slds-button_stretch lexBorder" label="行增加" onclick={addRow}>行增加</button>
                        </td>
                        <td> 
                            <lightning-button label="保存"  onclick={handleClick} class="slds-m-left_x-small"></lightning-button>
                            <!-- <lightning-button label="保存"  onclick={handleClick} class="slds-m-left_x-small lexBorder"></lightning-button>        -->
                            <button class="slds-m-left_x-small slds-button slds-button_neutral slds-button_stretch lexBorder" label="保存" onclick={handleClick}>保存</button>
                        </td>
                        <td></td>