| | |
| | | <text class="text-black">计划跟踪号:</text> |
| | | </view> |
| | | <view class="action"> |
| | | <text class="text-grey">{{ item.platWorkCode }}</text> |
| | | <text class="text-grey"> |
| | | {{ item.platWorkCode }} |
| | | </text> |
| | | </view> |
| | | </view> |
| | | <view class="cu-item"> |
| | |
| | | /> |
| | | </view> |
| | | </view> |
| | | <view class="form-item" v-if="agvStationName"> |
| | | <view |
| | | class="form-item" |
| | | v-if="agvStationName" |
| | | > |
| | | <text class="form-label">站点名称</text> |
| | | <view class="input-wrapper"> |
| | | <view class="agv-input text-grey">{{agvStationName}}</view> |
| | | <view class="agv-input text-grey"> |
| | | {{ agvStationName }} |
| | | </view> |
| | | </view> |
| | | </view> |
| | | <view class="form-item"> |
| | |
| | | transferStationNo: this.agvStationInput |
| | | }) |
| | | if (code === 200) { |
| | | this.agvStationName = data.stationName |
| | | this.agvStationName = data.stationId |
| | | } else { |
| | | uni.showToast({ |
| | | title: msg, |
| | |
| | | this.list = this.list.filter( |
| | | (item, index, self) => |
| | | self.findIndex( |
| | | (i) => |
| | | i.id === item.id // 根据id去重 |
| | | (i) => i.id === item.id // 根据id去重 |
| | | ) === index && item.isptResult === self[0].isptResult |
| | | ) |
| | | let newLength = this.list.length |
| | |
| | | return |
| | | } |
| | | this.showAgvInputModal = false |
| | | this.submitConfirm(this.agvStationName) |
| | | this.submitConfirm(this.agvStationInput) |
| | | }, |
| | | // 提交组托请求 |
| | | async submitConfirm(agvStation) { |