| | |
| | | onLoad(res) { |
| | | this.warehouseId = res.warehouseId; |
| | | this.page = this.page + "warehouseId=" + this.warehouseId + "&orderNo="; |
| | | this.getData(); |
| | | // this.getData(); |
| | | }, |
| | | onReachBottom() { |
| | | this.pageNo += 1; |
| | |
| | | this.isout=true; |
| | | }, |
| | | onShow() { |
| | | this.isout = uni.getStorageSync('isout'); |
| | | if (this.isout) { |
| | | uni.removeStorageSync('isout'); |
| | | // this.isout = uni.getStorageSync('isout'); |
| | | // if (this.isout) { |
| | | // uni.removeStorageSync('isout'); |
| | | this.pageNo = 1; |
| | | this.allReceivingOrders = []; |
| | | // 浠庡叾浠栭〉闈㈣繑鍥炴椂鍒锋柊 |
| | | this.getData(); |
| | | } |
| | | // } |
| | | }, |
| | | onPageScroll(e) { |
| | | this.scrollTop = e.scrollTop; |