From 1c97b1b0d720d5d4f203d74039e4fc1bb84ef9fb Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期四, 06 六月 2024 08:24:04 +0800 Subject: [PATCH] 3 --- pages/phyz/stationManage/stationDetl.vue | 22 ++++++++++++++++++++++ 1 files changed, 22 insertions(+), 0 deletions(-) diff --git a/pages/phyz/stationManage/stationDetl.vue b/pages/phyz/stationManage/stationDetl.vue index 5a195fa..332ecef 100644 --- a/pages/phyz/stationManage/stationDetl.vue +++ b/pages/phyz/stationManage/stationDetl.vue @@ -28,6 +28,7 @@ <view>宸ヤ綔鐘舵��: {{wrkMast.wrkSts$}}</view> <view>婧愬簱浣�: {{wrkMast.sourceLocNo}}</view> <view>璐ф灦鐮�: {{wrkMast.barcode}}</view> + <view v-if="wrkMast.ioType == 111">鐩爣妤煎眰: {{wrkMast.crnNo}}</view> </view> <!-- 鏄庣粏 --> @@ -185,6 +186,24 @@ <view class="btn"> <view class="btn-left" @click="allocationInClose">鍙栨秷</view> <view class="btn-right" @click="allocationInConfirm()">纭杩涘満</view> + </view> + </view> + </uni-popup> + </view> + + <!-- 寮圭獥 --> + <view> + <uni-popup ref="allocationOut" type="dialog"> + <view class="popup"> + <!-- 鏍囬 --> + <view class="title">璇疯緭鍏ヨ揣鏋剁爜</view> + <view class="popup-item"> + <view class="popup-item-left">璐ф灦鐮�:</view> + <view class="popup-item-right"><input type="text" v-model="barcode"></view> + </view> + <view class="btn"> + <view class="btn-left" @click="allocationOutClose">鍙栨秷</view> + <view class="btn-right" @click="allocationOutConfirm()">纭杩涘満</view> </view> </view> </uni-popup> @@ -722,6 +741,9 @@ } }); }, + allocationOut() { + + }, // 璋冩嫧绂诲満 allocationOut() { let that = this -- Gitblit v1.9.1