From 5e186bb00d635525699a4c1dc5a4b84dd25568ec Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期二, 28 十月 2025 15:54:23 +0800
Subject: [PATCH] 优化PDA
---
新建文件夹/PDA/pages/stash/inboundorderDetail.vue | 4 ++--
新建文件夹/PDA/pages/stash/inboundorder.vue | 3 ++-
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/PDA/pages/stash/inboundorder.vue" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/PDA/pages/stash/inboundorder.vue"
index aec9b1a..e9ea9ba 100644
--- "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/PDA/pages/stash/inboundorder.vue"
+++ "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/PDA/pages/stash/inboundorder.vue"
@@ -80,6 +80,7 @@
if (this.isLoaded) {
uni.removeStorageSync('isLoaded');
this.pageNo = 1;
+ this.allReceivingOrders = [];
// 浠庡叾浠栭〉闈㈣繑鍥炴椂鍒锋柊
this.getData();
}
@@ -102,7 +103,7 @@
pageNo: this.pageNo
},
}
- if (this.pageNo == 1) this.allReceivingOrders = [];
+ // if (this.pageNo == 1) this.allReceivingOrders = [];
this.$u.post('/api/CabinOrder/GetCabinOrders', postData).then((res) => {
if (res.status) {
if (res.data.length > 0) {
diff --git "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/PDA/pages/stash/inboundorderDetail.vue" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/PDA/pages/stash/inboundorderDetail.vue"
index a653244..2e47c3e 100644
--- "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/PDA/pages/stash/inboundorderDetail.vue"
+++ "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/PDA/pages/stash/inboundorderDetail.vue"
@@ -110,14 +110,14 @@
if (this.allReceivingOrders.length < 1) {
uni.showModal({
title: '鎻愮ず',
- content: '鍏ュ簱宸插畬鎴愶紝鏄惁杩斿洖棣栭〉锛�',
+ content: '鍏ュ簱宸插畬鎴愶紝鏄惁杩斿洖鍏ュ簱鍗曪紵',
success: (res) => {
if (res.confirm) {
uni.setStorageSync('isLoaded', true);
// 鐢ㄦ埛鐐瑰嚮纭畾
setTimeout(() => {
uni.navigateBack({
- delta: 2
+ delta: 1
});
}, 500);
} else {
--
Gitblit v1.9.3