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