|
@@ -318,6 +318,8 @@ const getDetailsData = async () => {
|
|
|
let newDetails1 = {}
|
|
|
Object.keys(detailsObj1).forEach(key => {
|
|
|
newDetails1[key] = item[key]
|
|
|
+ newDetails1['purPrice'] = Number(item['purPrice'])
|
|
|
+ //purPrice
|
|
|
})
|
|
|
newDetails1.id = item?.id
|
|
|
newDetailsArr.push(newDetails1)
|