From dadb0c0eb3e8c0e494816c2c4d8a04e0d258eb12 Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期一, 08 四月 2024 22:19:29 +0800 Subject: [PATCH] # --- pages/phyz/stationManage/stationManage.vue | 21 ++++++++++----------- 1 files changed, 10 insertions(+), 11 deletions(-) diff --git a/pages/phyz/stationManage/stationManage.vue b/pages/phyz/stationManage/stationManage.vue index 4bc7cd2..ad329dc 100644 --- a/pages/phyz/stationManage/stationManage.vue +++ b/pages/phyz/stationManage/stationManage.vue @@ -9,7 +9,7 @@ <view class="list-left"> <view>宸ヤ綅缂栧彿锛歿{item.devNo}}</view> <view>绔欑偣鐘舵�侊細{{item.locSts$}}</view> - <view>鏉″舰鐮侊細{{item.barcode}}</view> + <view>璐ф灦鐮侊細{{item.barcode}}</view> <view>绔欑偣绫诲瀷锛歿{item.locType1$}}</view> <!-- <view class="card-id">{{i + 1}}</view> --> </view> @@ -17,17 +17,16 @@ <uni-icons type="right" color="#fff"></uni-icons> </view> </view> - <view class="list" style="background-color: #3eb689;color: #fff;" v-if="station"> + <!-- <view class="list" style="background-color: #3eb689;color: #fff;" v-if="station"> <view class="list-left"> <view>宸ヤ綅缂栧彿锛歿{station.devNo}}</view> <view>绔欑偣鐘舵�侊細{{station.locSts$}}</view> <view>鏉″舰鐮侊細{{station.barcode}}</view> - <!-- <view class="card-id">{{i + 1}}</view> --> </view> <view class="list-right" @click="getOrderDetl(item)"> <uni-icons type="right" color="#fff"></uni-icons> </view> - </view> + </view> --> <view class="list" style="background-color: #019fe8;color: #fff;" v-if="wrkMast"> <view class="list-left"> <view>宸ヤ綔鍙凤細{{wrkMast.wrkNo}}</view> @@ -122,11 +121,13 @@ this.baseUrl = uni.getStorageSync('baseUrl'); this.token = uni.getStorageSync('token'); this.getBasDevp('all') + this.searchValueFocus = true }, methods: { searchValueInput() { if (this.searchValue == '') { this.station = '' + this.stations = [] this.wrkMast = '' this.wrkDetls = [] } else { @@ -162,16 +163,15 @@ } _this.stations = res.data.records } else { - console.log(123213); + res.data.records for (let item of res.data.records) { if (item.locSts != 'O') { item['style'] = 'station-wrk' } else { item['style'] = 'station-nowrk' } - _this.station = item - _this.getOrderDetl(_this.station) } + _this.getOrderDetl(res.data.records[0]) } } @@ -370,22 +370,21 @@ this.$refs.revise.close() }, // 鍓嶅線绔欑偣鏄庣粏椤甸潰 - getOrderDetl(item) { + getOrderDetl(e) { let _this = this uni.navigateTo({ url: "./stationDetl", success: function(res) { // 閫氳繃eventChannel鍚戣鎵撳紑椤甸潰浼犻�佹暟鎹� 鍚戝彟澶栦竴涓〉闈紶閫掑�肩殑 res.eventChannel.emit('item', { - item: item + item: e }), _this.searchValue = '' }, events: { // 涓烘寚瀹氫簨浠舵坊鍔犱竴涓洃鍚櫒锛岃幏鍙栬鎵撳紑椤甸潰浼犻�佸埌褰撳墠椤甸潰鐨勬暟鎹� 鍙﹀涓�涓〉闈紶杩囨潵鐨� acceptDataFromOpenedPage: function(data) { - // _this.matnr = data.data - _this.input(_this.matnr) + _this.searchValueFocus = true }, }, }); -- Gitblit v1.9.1