no message
parent
1cd39451ae
commit
2773182117
|
|
@ -304,9 +304,12 @@ export default {
|
|||
},
|
||||
//完成
|
||||
toAgvTaskFinish(data) {
|
||||
if (data.status != 'UP_CONTAINER') {
|
||||
return this.crud.notify('容器未顶升,需顶升之后在做操作!', CRUD.NOTIFICATION_TYPE.ERROR)
|
||||
if (data.type != 'Fx_Off_Line') {
|
||||
if (data.status != 'UP_CONTAINER') {
|
||||
return this.crud.notify('容器未顶升,需顶升之后在做操作!', CRUD.NOTIFICATION_TYPE.ERROR)
|
||||
}
|
||||
}
|
||||
|
||||
this.missionStatus = (data.type === 'ASN' || data.type === 'FB_RETURN') ? 'FORK_DOWN' : 'COMPLETED'
|
||||
crudKmres.missionStateCallback({
|
||||
missionCode: data.id,
|
||||
|
|
|
|||
Loading…
Reference in New Issue