|
|
@ -885,6 +885,10 @@ export default { |
|
|
|
// getDetail(row.id).then(res => { |
|
|
|
// getDetail(row.id).then(res => { |
|
|
|
// this.form = res.data.data; |
|
|
|
// this.form = res.data.data; |
|
|
|
// }); |
|
|
|
// }); |
|
|
|
|
|
|
|
if(row.row.assignStatus == "10"){ |
|
|
|
|
|
|
|
this.$message.warning("当前任务未指派!请指派后在修改!!!"); |
|
|
|
|
|
|
|
return ; |
|
|
|
|
|
|
|
} |
|
|
|
console.log("row<<<<<",row); |
|
|
|
console.log("row<<<<<",row); |
|
|
|
this.form.forkliftId = !!row.row.forkliftId && row.row.forkliftId != "-1" ? row.row.forkliftId : null ; |
|
|
|
this.form.forkliftId = !!row.row.forkliftId && row.row.forkliftId != "-1" ? row.row.forkliftId : null ; |
|
|
|
this.form.loaderId = !!row.row.loaderId && row.row.loaderId != "-1" ? row.row.loaderId : null; |
|
|
|
this.form.loaderId = !!row.row.loaderId && row.row.loaderId != "-1" ? row.row.loaderId : null; |
|
|
|