@@ -377,7 +377,7 @@
}).then(res => {
if (res.status == 200) {
this.toashMsg(res.message)
- uni.navigateBack()
+ uni.redirectTo({ url: "/pages/replenishmentManage/outWarehousing?sn="+res.data.replenishBillSn })
}
uni.hideLoading()
})
@@ -189,6 +189,7 @@
return
this.pageNo++
+ this.status = 'loading'
const s = (this.pageNo-1)*this.pageSize
const e = s + this.pageSize
this.shelfList = this.shelfList.concat(this.allList.slice(s,e))