gaoluyang
2025-12-09 b44f83b43776e69429e48d4f1fe597e4708fe3d4
src/views/procurementManagement/procurementInvoiceLedger/index.vue
@@ -184,7 +184,7 @@
      prop: "taxInclusiveTotalPrice",
      width: 200,
      formatData: (cell) => {
        return cell ? parseFloat(cell).toFixed(2) : 0;
        return cell ? parseFloat(cell).toFixed(5) : 0;
      },
    },
    {
@@ -197,7 +197,7 @@
      prop: "ticketsAmount",
      width: 200,
      formatData: (cell) => {
        return cell ? parseFloat(cell).toFixed(2) : 0;
        return cell ? parseFloat(cell).toFixed(5) : 0;
      },
    },
    {
@@ -205,7 +205,7 @@
      prop: "unTicketsPrice",
      width: 200,
      formatData: (cell) => {
        return cell ? parseFloat(cell).toFixed(2) : 0;
        return cell ? parseFloat(cell).toFixed(5) : 0;
      },
    },
    {