From f10e765753be358cb3012cf09b75fc65a7a4b1ef Mon Sep 17 00:00:00 2001
From: zhou zhou <3272660260@qq.com>
Date: 星期二, 06 一月 2026 16:03:24 +0800
Subject: [PATCH] #

---
 pages/emptyTray/inBound.vue |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/pages/emptyTray/inBound.vue b/pages/emptyTray/inBound.vue
index f7dd07f..b5f06f6 100644
--- a/pages/emptyTray/inBound.vue
+++ b/pages/emptyTray/inBound.vue
@@ -4,7 +4,7 @@
 			<view class="cu-form-group margin-top">
 				<view class="title">瀹瑰櫒鍙�</view>
 				<input placeholder="璇锋壂瀹瑰櫒鏉$爜" v-model="container"></input>
-				<text class='cuIcon-search text-blue' @click="search"></text>
+				<!-- <text class='cuIcon-search text-blue' @click="search"></text> -->
 			</view>
 			<view class="cu-form-group ">
 				<view class="title">鎺ラ┏绔欑偣</view>
@@ -186,14 +186,14 @@
 					code,
 					data,
 					msg
-				} = await request('/AGV/staBind',{
-						barcode: this.container,
-						sta: this.barcode
+				} = await request('/in/emptyContainer/warehousing',{
+						containerNo: this.container,
+						transferStationNo: this.barcode
 					}
 				)
 				if (code === 200) {
 					uni.showToast({
-						title: '缁戝畾鎴愬姛'
+						title: '鍛煎彨鍏ュ簱鎴愬姛'
 					})
 					this.clear()
 				} else {

--
Gitblit v1.9.1