|
@@ -689,7 +689,7 @@ export default {
|
|
|
this.$refs.fabInQuaModal.fabInQuaModVis = true
|
|
|
record.syTransfers.map(item=>{
|
|
|
if(item.unitCost){
|
|
|
- item.unitCost = (item.unitCost).toFixed(3)
|
|
|
+ item.unitCost = Number(item.unitCost).toFixed(3)
|
|
|
}
|
|
|
})
|
|
|
this.$refs.fabInQuaModal.data = record.syTransfers
|