From eea08904d36b4ede047f7f08709da5e9046fbde5 Mon Sep 17 00:00:00 2001
From: zhou zhou <3272660260@qq.com>
Date: 星期四, 19 三月 2026 10:27:12 +0800
Subject: [PATCH] #站点

---
 pages/emptyTray/outBound.vue |   15 +++++++++++----
 1 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/pages/emptyTray/outBound.vue b/pages/emptyTray/outBound.vue
index 474a79e..767f1cc 100644
--- a/pages/emptyTray/outBound.vue
+++ b/pages/emptyTray/outBound.vue
@@ -9,7 +9,14 @@
 					@input="checkAgvStation"
 				/>
 			</view>
-
+			<view class="cu-form-group">
+				<view class="title">鎺ラ┏绔欑偣鍚嶇О</view>
+				<input
+					disabled
+					placeholder="杩欓噷鏄剧ず绔欑偣鍚嶇О"
+					v-model="agvStationName"
+				/>
+			</view>
 			<view class="cu-form-group margin-bottom">
 				<view class="title">瀹瑰櫒绫诲瀷</view>
 				<view style="width: 78%">
@@ -73,7 +80,7 @@
 			const that = this
 			if (this.agvStationInput === '' || this.agvStationInput === null) {
 				uni.showToast({
-					title: '瀹瑰櫒鐮佷负绌�',
+					title: '绔欑偣鐮佷负绌�',
 					icon: 'none',
 					position: 'top'
 				})
@@ -83,7 +90,7 @@
 				transferStationNo: this.agvStationInput
 			})
 			if (code === 200) {
-				this.agvStationName = data.stationName
+				this.agvStationName = data.stationId
 			} else {
 				uni.showToast({
 					title: msg,
@@ -182,7 +189,7 @@
 					const { code, data, msg } = await request(
 						'/callForEmptyContainers',
 						{
-							staNo: this.agvStationName,
+							staNo: this.agvStationInput,
 							type: this.palletTypeId
 						}
 					)

--
Gitblit v1.9.1