| src/views/farmplant/farmproductstock.vue | ●●●●● patch | view | raw | blame | history | |
| src/views/farmplant/process.vue | ●●●●● patch | view | raw | blame | history |
src/views/farmplant/farmproductstock.vue
@@ -1176,7 +1176,9 @@ ).then((res) => { const data = res.data.data this.page.total = data.total this.data = data.records this.data = data.records.filter((e)=>{ return e.weight !=0 }) this.loading = false // this.selectionClear() }) src/views/farmplant/process.vue
@@ -949,7 +949,9 @@ ).then((res) => { const data = res.data.data this.page.total = data.total this.data = data.records this.data = data.records.filter((e)=>{ return e.productInventoryNum != 0 }) this.loading = false this.selectionClear() })