buli
2023-07-14 e6068da47c1bef5517c9e5fdc8c726766867ad4e
force-app/main/default/lwc/lexConInvoiceView/lexConInvoiceView.js
@@ -161,19 +161,20 @@
        label: '产品型号',
        fieldName: 'esdAssetModelNo',
        hideDefaultActions: true,
        initialWidth: 200,
        initialWidth: 150,
        wrapText: true
    },
    {
        label: '规格',
        fieldName: 'packingListManual',
        hideDefaultActions: true,
        initialWidth: 30
        initialWidth: 50
    },
    {
        label: '出货单价(元)',
        fieldName: 'esdDeliveryListRMB',
        hideDefaultActions: true,
        initialWidth: 100,
        type: 'number',
        typeAttributes: {
            minimumFractionDigits: 2
@@ -207,6 +208,7 @@
        label: '还没发票数量',
        fieldName: 'esdInvoiceProNotCount',
        hideDefaultActions: true,
        initialWidth: 100,
        type: 'number',
        typeAttributes: {
            minimumFractionDigits: 2
@@ -2172,4 +2174,4 @@
                this.showMyToast('错误', error.message, 'Error');
            });
    }
}
}