车辆对接
This commit is contained in:
@ -417,7 +417,7 @@ export class OrderManagementRiskComponent implements OnInit {
|
|||||||
this.isVisibleRE = false;
|
this.isVisibleRE = false;
|
||||||
this.st.reload()
|
this.st.reload()
|
||||||
} else {
|
} else {
|
||||||
// this.service.msgSrv.error(res.msg);
|
this.service.msgSrv.error(res?.msg);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
@ -446,7 +446,7 @@ export class OrderManagementRiskComponent implements OnInit {
|
|||||||
this.isVisibleRE = false;
|
this.isVisibleRE = false;
|
||||||
this.st.reload()
|
this.st.reload()
|
||||||
} else {
|
} else {
|
||||||
this.service.msgSrv.error(res.msg);
|
this.service.msgSrv.error(res?.msg);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
@ -427,10 +427,12 @@ tabs = {
|
|||||||
{
|
{
|
||||||
text: '确认发车',
|
text: '确认发车',
|
||||||
click: (_record) => this.sureDepart(_record),
|
click: (_record) => this.sureDepart(_record),
|
||||||
|
iif: item => item.wayBillStatus == '2' ,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: '确认到车',
|
text: '确认到车',
|
||||||
click: (_record) => this.sureArrive(_record),
|
click: (_record) => this.sureArrive(_record),
|
||||||
|
iif: item => item.wayBillStatus == '3' ,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
@ -338,10 +338,12 @@ tabs = {
|
|||||||
{
|
{
|
||||||
text: '确认发车',
|
text: '确认发车',
|
||||||
click: (_record) => this.sureDepart(_record),
|
click: (_record) => this.sureDepart(_record),
|
||||||
|
iif: item => item.wayBillStatus == '2' ,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: '确认到车',
|
text: '确认到车',
|
||||||
click: (_record) => this.sureArrive(_record),
|
click: (_record) => this.sureArrive(_record),
|
||||||
|
iif: item => item.wayBillStatus == '3' ,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user