buli
2023-07-14 744f42c5496e656a1f9927740a3b37c0b97a6cba
force-app/main/default/lwc/lexSaleAndDelivery/lexSaleAndDelivery.js
@@ -17,6 +17,7 @@
        type: 'date',
        hideDefaultActions: true,
        sortable: true,
        initialWidth: 180,
        wrapText: true
    },
    {
@@ -44,12 +45,14 @@
        label: '科室',
        fieldName: 'Order_ForCustomerText__c',
        hideDefaultActions: true,
        initialWidth: 100,
        wrapText: true
    },
    {
        label: '出库单状态',
        fieldName: 'SummonsStatus_c__c',
        hideDefaultActions: true,
        initialWidth: 100,
        sortable: true,
        wrapText: true
    },
@@ -57,6 +60,7 @@
        label: '开票状态',
        fieldName: 'Billed_Status__c',
        hideDefaultActions: true,
        initialWidth: 100,
        sortable: true,
        wrapText: true
    },
@@ -64,6 +68,7 @@
        label: '未发票金额(元)',
        fieldName: 'InvoiceNotPro_money__c',
        hideDefaultActions: true,
        initialWidth: 125,
        type: 'number',
        typeAttributes: {
            minimumFractionDigits: 2
@@ -76,6 +81,7 @@
        hideDefaultActions: true,
        sortable: true,
        wrapText: true,
        initialWidth: 180,
        type: 'date',
        typeAttributes: {
            timeZone: 'Asia/Shanghai',