-
} } , } ]; const Proddetailcolumns = [ { title: 'Sl.No', key: 'sno', align: 'center', render: (text, object, index) => ( {(page - 1) * 10 + index + 1} ), }, { title: 'Product Name', dataIndex: 'ProdName', key: 'ProdName', }, { title: 'UOM', dataIndex: 'UOMName', key: 'UOMName', align: 'center', render: (text, row) => ( {row.Size} {row.UOMName} ), }, { title: 'MRP', dataIndex: 'MRP', key: 'MRP', align: 'right', render: (text) => {safeRound(text)}, }, { title: 'Retail Price', dataIndex: 'SellPrice', key: 'SellPrice', align: 'right', render: (text) => {safeRound(text)}, }, { title: 'Accepted Quantity', dataIndex: 'AcceptedQty', key: 'AcceptedQty', align: 'right', render: (text) => {text}, }, { title: 'IMEI/SERIAL-NO', dataIndex: 'AcceptedQty', key: 'AcceptedQty', align: 'right', render: (text, record, index) => { return ( <> {' '}