dengjunjie
6 天以前 b34c18c7622d6fa1163c6fe66404946be6daffce
新建文件夹/PDA/pages/stash/outboundorder.vue
@@ -55,24 +55,28 @@
            pageNo: 1,
            scrollTop: 0,
            warehouseId: "",
            isLoaded:false
            isout:false
         }
      },
      onLoad(res) {
         this.warehouseId = res.warehouseId;
         this.page = this.page + "warehouseId=" + this.warehouseId + "&orderNo=";
         this.getData();
         // this.getData();
      },
      onReachBottom() {
         this.pageNo += 1;
         this.getData();
         this.isLoaded=true;
         this.isout=true;
      },
      onShow() {
         if (this.isLoaded) {
         // this.isout = uni.getStorageSync('isout');
         // if (this.isout) {
         //    uni.removeStorageSync('isout');
            this.pageNo = 1;
            this.allReceivingOrders = [];
            // 浠庡叾浠栭〉闈㈣繑鍥炴椂鍒锋柊
            this.getData();
         }
         // }
      },
      onPageScroll(e) {
         this.scrollTop = e.scrollTop;