| | |
| | | @input="checkAgvStation" |
| | | /> |
| | | </view> |
| | | |
| | | <view class="cu-form-group"> |
| | | <view class="title">接驳站点名称</view> |
| | | <input |
| | | disabled |
| | | placeholder="这里显示站点名称" |
| | | v-model="agvStationName" |
| | | /> |
| | | </view> |
| | | <view class="cu-form-group margin-bottom"> |
| | | <view class="title">容器类型</view> |
| | | <view style="width: 78%"> |
| | |
| | | const that = this |
| | | if (this.agvStationInput === '' || this.agvStationInput === null) { |
| | | uni.showToast({ |
| | | title: '容器码为空', |
| | | title: '站点码为空', |
| | | icon: 'none', |
| | | position: 'top' |
| | | }) |
| | |
| | | transferStationNo: this.agvStationInput |
| | | }) |
| | | if (code === 200) { |
| | | this.agvStationName = data.stationName |
| | | this.agvStationName = data.stationId |
| | | } else { |
| | | uni.showToast({ |
| | | title: msg, |
| | |
| | | const { code, data, msg } = await request( |
| | | '/callForEmptyContainers', |
| | | { |
| | | staNo: this.agvStationName, |
| | | staNo: this.agvStationInput, |
| | | type: this.palletTypeId |
| | | } |
| | | ) |