From 6d115888b0b2cf700118fbf6d6bc890827040aed Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期五, 31 十月 2025 18:02:10 +0800
Subject: [PATCH] 优化PDA
---
新建文件夹/PDA/pages/stash/CheckoutorderDetail.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/PDA/pages/stash/CheckoutorderDetail.vue" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/PDA/pages/stash/CheckoutorderDetail.vue"
index 459bec9..08cc6ee 100644
--- "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/PDA/pages/stash/CheckoutorderDetail.vue"
+++ "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/PDA/pages/stash/CheckoutorderDetail.vue"
@@ -86,7 +86,7 @@
isCheck: true,
},
}
- // if (this.pageNo == 1) this.allReceivingOrders = [];
+ if (this.pageNo == 1) this.allReceivingOrders = [];
this.$u.post('/api/DeliveryOrder/GetCheckOutTasks', postData).then((
res) => {
if (res.status) {
--
Gitblit v1.9.3