|
@ -1044,7 +1044,7 @@ export const SupplierinvoiceRequestMain = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
])) |
|
|
])) |
|
|
|
|
|
|
|
|
const singlePriceFormart = (row, column, cellValue) => { |
|
|
const singlePriceFormart = (row, column, cellValue) => { |
|
|
cellValue= Number(cellValue).toFixed(5) |
|
|
cellValue= Number(cellValue).toFixed(2) |
|
|
cellValue = cellValue + '' || '' |
|
|
cellValue = cellValue + '' || '' |
|
|
|
|
|
|
|
|
let x = cellValue.split('.') |
|
|
let x = cellValue.split('.') |
|
|