md
This commit is contained in:
parent
2e6886e897
commit
30396e6e74
@ -902,9 +902,16 @@ export default {
|
||||
handleAccept(){
|
||||
// 跳转到开单界面
|
||||
if(this.selectionList&&this.selectionList.length>0){
|
||||
let billCode=this.selectionList[0].billCode;
|
||||
let item0=this.selectionList[0];
|
||||
|
||||
if(item0.orderStatus==1){
|
||||
this.$modal.msgError("已接单,不允许操作");
|
||||
return;
|
||||
}
|
||||
|
||||
let billCode=item0.billCode;
|
||||
this.$router.push({ path: '/d24/waybillManagement/WaybillRecord', query: {name:"接单", action: "add",billCode: billCode,addFrom:"userOrder"}})
|
||||
|
||||
}
|
||||
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user