| | |
| | | label: '出库日', |
| | | fieldName: 'Outbound_Date__c', |
| | | type: 'date', |
| | | initialWidth: 130, |
| | | hideDefaultActions: true, |
| | | sortable: true |
| | | sortable: true, |
| | | wrapText: true, |
| | | }, |
| | | { |
| | | label: '出库单号', |
| | | fieldName: 'url', |
| | | type: 'url', |
| | | initialWidth: 175, |
| | | typeAttributes: { |
| | | label: { |
| | | fieldName: 'Name' |
| | |
| | | target: '_blank' |
| | | }, |
| | | hideDefaultActions: true, |
| | | initialWidth: 225, |
| | | sortable: true |
| | | sortable: true, |
| | | wrapText: true, |
| | | }, |
| | | { |
| | | label: '客户名', |
| | |
| | | label: '科室', |
| | | fieldName: 'Order_ForCustomerText__c', |
| | | hideDefaultActions: true, |
| | | initialWidth: 120 |
| | | wrapText: true, |
| | | }, |
| | | { |
| | | label: '出库单状态', |
| | | fieldName: 'SummonsStatus_c__c', |
| | | hideDefaultActions: true, |
| | | sortable: true, |
| | | initialWidth: 100 |
| | | wrapText: true, |
| | | }, |
| | | { |
| | | label: '开票状态', |
| | | fieldName: 'Billed_Status__c', |
| | | hideDefaultActions: true, |
| | | sortable: true, |
| | | initialWidth: 100 |
| | | wrapText: true, |
| | | }, |
| | | { |
| | | label: '未发票金额(元)', |
| | |
| | | typeAttributes: { |
| | | minimumFractionDigits: 2, |
| | | }, |
| | | initialWidth: 150 |
| | | wrapText: true, |
| | | }, |
| | | { |
| | | label: '创建日期', |
| | | fieldName: 'CreatedDate', |
| | | hideDefaultActions: true, |
| | | sortable: true, |
| | | wrapText: true, |
| | | type: "date", |
| | | typeAttributes: { |
| | | timeZone: "Asia/Shanghai", |
| | |
| | | hour: "2-digit", |
| | | minute: "2-digit" |
| | | }, |
| | | initialWidth: 200 |
| | | } |
| | | ]; |
| | | export default class LexSaleAndDelivery extends NavigationMixin(LightningElement) { |