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