| | |
| | | "name" : "中扬WMS", |
| | | "appid" : "__UNI__DA5854D", |
| | | "description" : "", |
| | | "versionName" : "20240722A", |
| | | "versionCode" : 122, |
| | | "versionName" : "20240723A", |
| | | "versionCode" : 124, |
| | | "transformPx" : false, |
| | | /* 5+App特有相关 */ |
| | | "app-plus" : { |
| | |
| | | - 已经到底了 - |
| | | </view> |
| | | |
| | | <!-- <view class="buttom"> |
| | | <view style="width: 150rpx;text-align: center;padding-left: 12rpx;"> |
| | | 名称 |
| | | </view> |
| | | <uni-search-bar v-model="searchValue2" style="width: 100%;" |
| | | maxlength="500" ancel="cancel" @confirm="searchValueInput2()" @clear="clear2" placeholder="输入 / 扫描 订单号"> |
| | | </uni-search-bar> |
| | | </view> --> |
| | | <!-- 筛选弹窗 --> |
| | | <view> |
| | | <uni-popup ref="filter" type="dialog"> |
| | |
| | | } |
| | | let _this = this |
| | | uni.navigateTo({ |
| | | url: './orderList', |
| | | url: './orderCheck', |
| | | success(res) { |
| | | res.eventChannel.emit('item', { |
| | | item: item |
| | |
| | | |
| | | <view class="detl-threeCode" style="display: flex;padding: 0 0 32rpx 0;font-size: 24px;">出库站: |
| | | <view class="dropdown" @click="toggleDropdown(item)"> |
| | | <view style="height: 100%;width: 100%; position: fixed;background-color: rgba(0,0,0,.4);left:0;top:0" v-if = "item.isOpen"></view> |
| | | <!-- <view style="height: 100%;width: 100%; position: fixed;background-color: rgba(0,0,0,.4);left:0;top:0" v-if = "item.isOpen"></view> --> |
| | | <input type="text" style="width: 270rpx;font-size: 20px;" v-model="item.agvStaNo" placeholder="请选择出库站" placeholder-style="color: #fff"> |
| | | <uni-icons :type="item.isOpen ? 'top' : 'bottom'" color="#fff" style="margin-left: 10rpx;"></uni-icons> |
| | | <scroll-view scroll-y="ture" class="dropdown-content" v-if="item.isOpen"> |
| | |
| | | this.options = [] |
| | | item.isOpen = !item.isOpen; |
| | | for (let k of item.agvStaNos) { |
| | | console.log(k); |
| | | this.options.push(k) |
| | | } |
| | | console.log(this.options); |
| | | }, |
| | | selected(option,item) { |
| | | item.agvStaNo = option |
| | |
| | | _this.dataList.push(k) |
| | | } |
| | | } |
| | | console.log(_this.dataList); |
| | | } else if (res.code == 403) { |
| | | uni.showToast({ title: res.msg, icon: "error", position: 'top' }) |
| | | setTimeout(() => { uni.reLaunch({ url: '../../login/login' }); }, 1000); |
| | |
| | | } |
| | | let _this = this |
| | | uni.navigateTo({ |
| | | // url: './orderList', |
| | | url: './orderCheck', |
| | | success(res) { |
| | | res.eventChannel.emit('item', { |