| | |
| | | <view class="popup"> |
| | | <view>{{text}}</view> |
| | | <view class="button-nk" @click="upTray()">{{btnTitle1}}</view> |
| | | <view class="button-nk" @click="downTray">{{btnTitle2}}</view> |
| | | <view v-show="outType" class="button-nk" @click="downTray1">{{btnTitle3}}</view> |
| | | <view class="button-nk" @click="downTray()">{{btnTitle2}}</view> |
| | | <view v-show="outType" class="button-nk" @click="downTray1()">{{btnTitle3}}</view> |
| | | </view> |
| | | </uni-popup> |
| | | </view> |
| | | |
| | | <!-- <view> |
| | | <view> |
| | | <uni-popup ref="revise2" type="dialog"> |
| | | <view class="popup2"> |
| | | <view>123</view> |
| | | <view class="button-nk" @click="inHouse">托盘-仓库(入库)</view> |
| | | <view class="button-nk" @click="outHouse">仓库-托盘(出库)</view> |
| | | <view class="button-nk" @click="inHouse">2个</view> |
| | | <view class="button-nk" @click="outHouse">4个</view> |
| | | </view> |
| | | </uni-popup> |
| | | </view> --> |
| | | </view> |
| | | </view> |
| | | </template> |
| | | |
| | |
| | | originLocal = 'KW-C' |
| | | targetLocal = this.item.code |
| | | } |
| | | // this.text = originLocal + targetLocal |
| | | uni.request({ |
| | | url: `${_this.baseUrl}/agv/requestTask`, |
| | | data: { |
| | |
| | | /* margin: 1%; */ |
| | | background-color: azure; |
| | | } |
| | | .zcard { |
| | | /* .zcard { |
| | | margin: 10px 100px; |
| | | /* background-color: blanchedalmond; */ |
| | | } |
| | | background-color: #409EFF; |
| | | } */ |
| | | .zcard-flex { |
| | | /* background-color: coral; */ |
| | | margin-top: 20rpx; |
| | | width: 100%; |
| | | height: 100%; |
| | | display: flex; |
| | |
| | | align-items: center; |
| | | } |
| | | .button-nk { |
| | | margin: 10rpx; |
| | | padding: 20rpx 70rpx; |
| | | margin: 10rpx 0rpx; |
| | | /* padding: 20rpx 70rpx; */ |
| | | /* background-color: azure; */ |
| | | min-width: 200rpx; |
| | | min-width: 150rpx; |
| | | /* margin: 0 auto; */ |
| | | height: 50px; |
| | | height: 50rpx; |
| | | text-align: center; |
| | | line-height: 50px; |
| | | font-size: 20px; |
| | | line-height: 50rpx; |
| | | font-size: 20rpx; |
| | | background-color: #409EFF; |
| | | color: #ECF0F1; |
| | | border-radius: 7px; |