Commit 0abe899b authored by 何远江's avatar 何远江

装箱修改

parent 15a55cfb
......@@ -124,7 +124,7 @@ export default {
},
computed:{
weight(){
return (this.form.BRGEW-0) - (this.form.ZXNTGEW-0)
return ((this.form.BRGEW-0) - (this.form.ZXNTGEW-0)).toFixed(2)
}
},
methods: {
......
This diff is collapsed.
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