From 35a6571ff25e5da94784d228d6bb73df768013d7 Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期四, 11 四月 2024 19:51:31 +0800
Subject: [PATCH] #

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

diff --git a/pages/phyz/stationManage/stationDetl.vue b/pages/phyz/stationManage/stationDetl.vue
index 0cf6167..9fa6b9d 100644
--- a/pages/phyz/stationManage/stationDetl.vue
+++ b/pages/phyz/stationManage/stationDetl.vue
@@ -193,7 +193,6 @@
 					success(res) {
 						res = res.data
 						if (res.code === 200) {
-							
 							if (res.data.records[0].locSts == 'O') {
 								_this.btnType = 'emptyPakin' 
 							} else if (res.data.records[0].locSts == 'F') {
@@ -215,8 +214,8 @@
 								_this.reload.loadingText = '鏇存柊鐘舵��'
 								_this.getContainerType()
 							},500)
-							
 							_this.getWrkMast(res.data.records[0].barcode)
+							uni.showToast({ title: '鏇存柊鎴愬姛锛�', icon: "none", position: 'top' })
 						} else if (res.code == 403) {
 							uni.showToast({ title: res.msg, icon: "error", position: 'top' })
 							setTimeout(() => { uni.reLaunch({ url: '../login/login' }); }, 1000);

--
Gitblit v1.9.1