曹睿
昨天 344551aecaab6762c7dc7b4b4f85bbff18898ab9
src/views/procurementManagement/invoiceEntry/index.vue
@@ -42,6 +42,7 @@
        :expand-row-keys="expandRowKeys"
        @expand-change="expandChange"
        @selection-change="handleSelectionChange"
        @pagination="onCurrentChange"
      >
        <template #expand="{ row }">
          <ExpandTable ref="expandTableRef" />
@@ -87,6 +88,7 @@
  pagination,
  getTableData,
  resetFilters,
  onCurrentChange,
} = usePaginationApi(
  gePurchaseListPage,
  {
@@ -99,6 +101,10 @@
      slot: "expand",
    },
    {
      label: "采购订单号",
      prop: "purchaseContractNumber",
    },
    {
      label: "销售合同号",
      prop: "salesContractNo",
    },
@@ -111,6 +117,14 @@
      prop: "projectName",
    },
    {
      label: "录入人",
      prop: "recorderName",
    },
    {
      label: "录入日期",
      prop: "entryDate",
    },
    {
      label: "合同金额(元)",
      prop: "contractAmount",
      formatData: (val) => {