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; }, }, {