From 5d62f0a16c8475aff2103f476fe827ec3e16046c Mon Sep 17 00:00:00 2001
From: zhangc <zc@123>
Date: 星期一, 24 三月 2025 19:49:17 +0800
Subject: [PATCH] 1

---
 pages/phyz/bcp/bcpDbList.vue |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/pages/phyz/bcp/bcpDbList.vue b/pages/phyz/bcp/bcpDbList.vue
index 3248138..fdfda8c 100644
--- a/pages/phyz/bcp/bcpDbList.vue
+++ b/pages/phyz/bcp/bcpDbList.vue
@@ -94,7 +94,8 @@
 				floorList: ['2妤�','3妤�'],
 				floor: '',
 				moveType: '',
-				isAutoDis: false
+				isAutoDis: false,
+				orderNo: ''
 			}
 		},
 		onShow() {
@@ -109,6 +110,7 @@
 				data.item['count'] = 0
 				_this.station = data.item
 				_this.orderId = data.item.id
+				_this.orderNo = data.item.orderNo
 				_this.getLocDetl(data.item.orderNo,data.item.threeCode,data.item.matnr,data.item.id)
 			})
 		},
@@ -276,14 +278,13 @@
 				this.$refs.filter.open('bottom')
 			},
 			filterConfirm() {
-				console.log(this.dbList);
-				_this.isAutoDis = true
+				this.isAutoDis = true
 				if (this.floor == '') {
 					uni.showToast({ title: '璇烽�夋嫨璋冩嫧妤煎眰', icon: "error", position: 'top' })
 					return
 				}
 				let _this = this
-				let param = {floor: this.floor,dbList: this.dbList,moveType: this.moveType}
+				let param = {floor: this.floor,orderNo:this.orderNo,dbList: this.dbList,moveType: this.moveType}
 				uni.request({
 					url: `${_this.baseUrl}/agvMobile/agv/v2/locMove`,
 					header: {'token': uni.getStorageSync('token'),},

--
Gitblit v1.9.1