Commit a01fb0c5 authored by 张锡奇's avatar 张锡奇

upload

parent 23293631
This diff is collapsed.
......@@ -61,6 +61,9 @@ export default {
sCustomerType:this.$route.params.sCustomerType,
}
},"加载中",{})
this.list.map(x=>{
x['应收'] = (Math.round(x['应收']*100)/100).toLocaleString()
})
}
},
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment