From 852610540a6c4e8391a51858fcc9ef8e8397cc6b Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期二, 16 四月 2024 21:25:12 +0800
Subject: [PATCH] #

---
 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 3321b55..d8da962 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