From 16b692b3ea44779cd15f730b5376ef12b39a9e13 Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期三, 17 四月 2024 15:06:44 +0800
Subject: [PATCH] Merge branch 'phyzasrs' of http://47.97.1.152:5880/r/wms_app into phyzasrs

---
 pages/phyz/stationManage/stationDetl.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pages/phyz/stationManage/stationDetl.vue b/pages/phyz/stationManage/stationDetl.vue
index da07cba..7cf1817 100644
--- a/pages/phyz/stationManage/stationDetl.vue
+++ b/pages/phyz/stationManage/stationDetl.vue
@@ -87,7 +87,7 @@
 					</view>
 					<view class="btn">
 						<view class="btn-left" @click="containerMoveOutClose">鍙栨秷</view>
-						<view class="btn-right" @click="containerMoveOut()">鍏ュ簱</view>
+						<view class="btn-right" @click="containerMoveOut()">纭鍑哄簱</view>
 					</view>
 				</view>
 			</uni-popup>
@@ -105,7 +105,7 @@
 					</view>
 					<view class="btn">
 						<view class="btn-left" @click="containerMoveOutClose">鍙栨秷</view>
-						<view class="btn-right" @click="containerMoveOut()">鍏ュ簱</view>
+						<view class="btn-right" @click="containerMoveOut2()">纭绂诲満</view>
 					</view>
 				</view>
 			</uni-popup>
@@ -527,7 +527,7 @@
 			containerMoveOutClose() {
 				this.$refs.doContainerMoveOut2.close()
 			},
-			containerMoveOut() {
+			containerMoveOut2() {
 				let _this = this
 				let devNo = {devNo:[this.station.devNo],barcode: _this.barcode}
 				uni.request({
@@ -537,7 +537,7 @@
 					success(res) {
 						res = res.data
 						if (res.code === 200) {
-							_this.$refs.doContainerMoveOut.close()
+							_this.$refs.doContainerMoveOut2.close()
 							setTimeout(()=> {
 								_this.barcode = ''
 								_this.reloadStation()

--
Gitblit v1.9.1