| src/views/stock/stockout.vue | ●●●●● patch | view | raw | blame | history |
src/views/stock/stockout.vue
@@ -435,11 +435,12 @@ page.pageSize, Object.assign(params, this.query) ).then((res) => { console.log(res) const data = res.data.data; this.page.total = data.total; this.data = data.records; this.data.forEach((e)=>{ e.amount1 = fixed.fixedNum(e.cnum) e.amount1 = fixed.fixedNum(e.amount1) e.cnum = fixed.fixedNum(e.cnum) }) this.loading = false;