From b34c18c7622d6fa1163c6fe66404946be6daffce Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期六, 01 十一月 2025 01:45:07 +0800
Subject: [PATCH] 优化PDA
---
新建文件夹/PDA/pages/stash/outboundorder.vue | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/PDA/pages/stash/outboundorder.vue" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/PDA/pages/stash/outboundorder.vue"
index 01bc1ca..b5b05e4 100644
--- "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/PDA/pages/stash/outboundorder.vue"
+++ "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/PDA/pages/stash/outboundorder.vue"
@@ -61,7 +61,7 @@
onLoad(res) {
this.warehouseId = res.warehouseId;
this.page = this.page + "warehouseId=" + this.warehouseId + "&orderNo=";
- this.getData();
+ // this.getData();
},
onReachBottom() {
this.pageNo += 1;
@@ -69,14 +69,14 @@
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;
--
Gitblit v1.9.3