|
@@ -184,7 +184,7 @@
|
|
|
},
|
|
|
})
|
|
|
})
|
|
|
- fileFlow.priceCount = count
|
|
|
+ fileFlow.priceCount = count.toFixed(2)
|
|
|
priceSchema.map(item =>{
|
|
|
console.log('priceSchema',item)
|
|
|
appendSchemaByField(item,'')
|
|
@@ -294,7 +294,7 @@
|
|
|
count = count +fromPrice
|
|
|
}
|
|
|
}
|
|
|
- fileFlow.priceCount = count
|
|
|
+ fileFlow.priceCount = count.toFixed(2)
|
|
|
}
|
|
|
|
|
|
function clearInfo(val){
|