摘要: 导出方法 <el-button type="primary" style="margin-top:20px" @click="exWord"> 打印 </el-button> exWord() { test(this.goods.id).then(res => { console.log(res) 阅读全文
posted @ 2022-03-17 17:04 你猜我为啥秃头 阅读(477) 评论(0) 推荐(0)
摘要: this.allVolume = (((this.shipVolume - this.goods.declareWoodVolume) / this.goods.declareWoodVolume) * 100).toFixed(2) + '%' 结果 阅读全文
posted @ 2022-03-17 10:16 你猜我为啥秃头 阅读(393) 评论(0) 推荐(0)