From 28c702018c4accb6b15c02cc16a44f777bad72d4 Mon Sep 17 00:00:00 2001
From: lsh <lsh@123>
Date: 星期一, 16 三月 2026 16:28:38 +0800
Subject: [PATCH] #

---
 pages/inbound/buffStore.vue |   25 +++++++++++++------------
 1 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/pages/inbound/buffStore.vue b/pages/inbound/buffStore.vue
index d76d627..a8ae94c 100644
--- a/pages/inbound/buffStore.vue
+++ b/pages/inbound/buffStore.vue
@@ -439,6 +439,7 @@
 				const { code, data, msg } = await request('/AGV/bindAndIn/start/T', {
 					matNr: this.matNr,
 					palletSta: this.palletStaBarcode,
+					area: "20",
 					palletBarcode: this.palletBarcode
 				})
 				if (code === 200) {
@@ -447,20 +448,20 @@
 						icon: 'success'
 					})
 					// 鏇存柊鐗╂枡缂栫爜銆佺墿鏂欏悕绉�
-					this.matNr = item.matnrCode || ''
-					this.makTx = '&nbsp;寰呭叆搴撶墿鏂欏悕绉帮細' + (item.makTx || '')
+					// this.matNr = item.matnrCode || ''
+					// this.makTx = '&nbsp;寰呭叆搴撶墿鏂欏悕绉帮細' + (item.makTx || '')
 
 					// 浠庡垪琛ㄤ腑绉婚櫎璇ラ」
-					const index = this.bagList.findIndex(
-						(i) => i.palletId === item.palletId
-					)
-					if (index > -1) {
-						this.bagList.splice(index, 1)
-					}
-					// 濡傛灉鍒楄〃涓虹┖锛屽叧闂脊绐�
-					if (this.bagList.length === 0) {
-						this.closeModal()
-					}
+					// const index = this.bagList.findIndex(
+					// 	(i) => i.palletId === item.palletId
+					// )
+					// if (index > -1) {
+					// 	this.bagList.splice(index, 1)
+					// }
+					// // 濡傛灉鍒楄〃涓虹┖锛屽叧闂脊绐�
+					// if (this.bagList.length === 0) {
+					// 	this.closeModal()
+					// }
 				} else {
 					uni.showToast({
 						title: msg,

--
Gitblit v1.9.1