buli
2023-07-11 cd05a7b0ab8dd5838f8998fb36fc0435fd9c5b84
force-app/main/default/lwc/lexSaleAndDelivery/lexSaleAndDelivery.js
@@ -17,13 +17,13 @@
    type: "date",
    hideDefaultActions: true,
    sortable: true,
    initialWidth: 180,
    wrapText: true
  },
  {
    label: "出库单号",
    fieldName: "url",
    type: "url",
    initialWidth: 250,
    typeAttributes: {
      label: {
        fieldName: "Name"
@@ -38,7 +38,6 @@
    label: "客户名",
    fieldName: "ShipmentAccount__c",
    hideDefaultActions: true,
    initialWidth: 250,
    wrapText: true,
    sortable: true
  },
@@ -46,13 +45,14 @@
    label: "科室",
    fieldName: "Order_ForCustomerText__c",
    hideDefaultActions: true,
    initialWidth: 130,
    initialWidth: 100,
    wrapText: true
  },
  {
    label: "出库单状态",
    fieldName: "SummonsStatus_c__c",
    hideDefaultActions: true,
    initialWidth: 100,
    sortable: true,
    wrapText: true
  },
@@ -60,7 +60,7 @@
    label: "开票状态",
    fieldName: "Billed_Status__c",
    hideDefaultActions: true,
    initialWidth: 130,
    initialWidth: 100,
    sortable: true,
    wrapText: true
  },
@@ -68,6 +68,7 @@
    label: "未发票金额(元)",
    fieldName: "InvoiceNotPro_money__c",
    hideDefaultActions: true,
    initialWidth: 125,
    type: "number",
    typeAttributes: {
      minimumFractionDigits: 2
@@ -80,6 +81,7 @@
    hideDefaultActions: true,
    sortable: true,
    wrapText: true,
    initialWidth: 180,
    type: "date",
    typeAttributes: {
      timeZone: "Asia/Shanghai",