| | |
| | | <view class="cu-form-group margin-top"> |
| | | <view class="title">容器号</view> |
| | | <input placeholder="请扫容器条码" v-model="container"></input> |
| | | <text class='cuIcon-search text-blue' @click="search"></text> |
| | | <!-- <text class='cuIcon-search text-blue' @click="search"></text> --> |
| | | </view> |
| | | <view class="cu-form-group "> |
| | | <view class="title">接驳站点</view> |
| | |
| | | code, |
| | | data, |
| | | msg |
| | | } = await request('/AGV/staBind',{ |
| | | barcode: this.container, |
| | | sta: this.barcode |
| | | } = await request('/in/emptyContainer/warehousing',{ |
| | | containerNo: this.container, |
| | | transferStationNo: this.barcode |
| | | } |
| | | ) |
| | | if (code === 200) { |
| | | uni.showToast({ |
| | | title: '绑定成功' |
| | | title: '呼叫入库成功' |
| | | }) |
| | | this.clear() |
| | | } else { |