| | |
| | | |
| | | <view> |
| | | <uni-popup ref="upPalletPopup" type="dialog"> |
| | | <view class="popup2"> |
| | | <scroll-view scroll-y="true" style="height: 100%;background: #eee;border-radius: 10rpx;padding: 0 1vw;"> |
| | | <view class="popup3-input-title">盘头上架</view> |
| | | <view class="popup3-input-box"> |
| | | <uni-data-select v-model="chooseCacheSite" :localdata="chooseCacheSiteList" placeholder="请选择站点"></uni-data-select> |
| | | <uni-data-select v-model="chooseCacheSite" :localdata="chooseCacheSiteList" |
| | | placeholder="请选择站点"></uni-data-select> |
| | | </view> |
| | | <view class="popup3-input-box"> |
| | | <uni-data-select v-model="chooseMat" :localdata="emptyMatList" placeholder="请选择物料"></uni-data-select> |
| | | <uni-data-select v-model="chooseMat" :localdata="emptyMatList" |
| | | placeholder="请选择物料"></uni-data-select> |
| | | </view> |
| | | <view class="popup3-input-box"> |
| | | <text>订单号:</text> |
| | |
| | | </view> |
| | | <view class="button-nk" @click="goUp(2)">2个</view> |
| | | <view class="button-nk" @click="goUp(4)">4个</view> |
| | | </view> |
| | | </scroll-view> |
| | | </uni-popup> |
| | | </view> |
| | | |
| | |
| | | let that = this |
| | | uni.request({ |
| | | url: `${that.baseUrl}/agv/getEmptyMat`, |
| | | header: { 'token': uni.getStorageSync('token') }, |
| | | header: { |
| | | 'token': uni.getStorageSync('token') |
| | | }, |
| | | method: 'GET', |
| | | success(res) { |
| | | res = res.data |