From 5ac8e5d92ca3b8e70744bfc9316817bd182e6c7e Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期一, 20 五月 2024 14:09:56 +0800
Subject: [PATCH] #

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

diff --git a/pages/phyz/stationManage/stationDetl.vue b/pages/phyz/stationManage/stationDetl.vue
index b8fafe7..53fd999 100644
--- a/pages/phyz/stationManage/stationDetl.vue
+++ b/pages/phyz/stationManage/stationDetl.vue
@@ -164,7 +164,7 @@
 						<view class="popup-item-right"><input type="text" v-model="barcode"></view>
 					</view>
 					<view class="btn">
-						<view class="btn-left" @click="pickInClose">鍙栨秷</view>
+						<view class="btn-left" @click="allocationInClose">鍙栨秷</view>
 						<view class="btn-right" @click="allocationInConfirm()">纭杩涘満</view>
 					</view>
 				</view>
@@ -432,6 +432,9 @@
 								} else if (wrkMast.ioType == 111) {
 									wrkMast['ioTitle'] = '璋冩嫧鍑哄簱'
 									_this.btnType = 'allocationOut'
+								} else if (wrkMast.ioType == 112) {
+									wrkMast['ioTitle'] = '璋冩嫧鍏ュ簱'
+									_this.btnType = 'null'
 								}
 								if (wrkMast.barcode == barcode) {
 									mast = wrkMast

--
Gitblit v1.9.1