|
@@ -554,7 +554,7 @@ export default {
|
|
|
allYu = 0//面料sheet-余下数量成本总计
|
|
|
this.$refs.unitTabs.fabData.map(item=>{
|
|
|
if(item.remainingQuantitycost!=='' && item.remainingQuantitycost){
|
|
|
- item.remainingQuantitycost = item.remainingQuantitycost.toFixed(2)
|
|
|
+ item.remainingQuantitycost = Number(item.remainingQuantitycost).toFixed(2)
|
|
|
allYu +=Number(item.remainingQuantitycost)
|
|
|
}
|
|
|
if(item.transferCost&&item.transferCost!==''){
|