From 4e81beaf39a525c1ecb86d50dd05438959af6e12 Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期五, 17 十月 2025 23:16:03 +0800
Subject: [PATCH] 优化PDA出库流程、盘点流程

---
 新建文件夹/PDA/pages/stash/Checkoutorder.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/PDA/pages/stash/Pdoutboundorder.vue" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/PDA/pages/stash/Checkoutorder.vue"
similarity index 97%
rename from "\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/PDA/pages/stash/Pdoutboundorder.vue"
rename to "\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/PDA/pages/stash/Checkoutorder.vue"
index f283fc7..bc6fa3a 100644
--- "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/PDA/pages/stash/Pdoutboundorder.vue"
+++ "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/PDA/pages/stash/Checkoutorder.vue"
@@ -47,7 +47,7 @@
 	export default {
 		data() {
 			return {
-				page: "/pages/stash/PdoutboundorderDetail?",
+				page: "/pages/stash/CheckoutorderDetail?",
 				loadVisible: false,
 				searchValue: "",
 				status: "more",
@@ -92,7 +92,7 @@
 						pageNo: this.pageNo
 					},
 				}
-				this.$u.post('/api/DeliveryOrder/GetPdDeliveryOrders', postData).then((res) => {
+				this.$u.post('/api/DeliveryOrder/GetCheckOrders', postData).then((res) => {
 					if (res.status) {
 						if (res.data.length > 0) {
 							if (this.searchValue == '') {

--
Gitblit v1.9.3