出库AGV接口任务回调,删除库存,添加库存日志,更新Task,更新PickDetail
parent
0d329f3e3c
commit
278eb63740
|
|
@ -434,7 +434,7 @@ export default {
|
|||
ids.push(datas[i].id)
|
||||
}
|
||||
crudPickDetail.cancelAllocate(ids).then(res => {
|
||||
this.crud.notify('取消分配成功!', CRUD.NOTIFICATION_TYPE.SUCCESS)
|
||||
this.crud.notify(res.message, res.status)
|
||||
this.crud.toQuery()
|
||||
}).catch(() => {
|
||||
|
||||
|
|
|
|||
|
|
@ -72,7 +72,6 @@
|
|||
<el-table-column prop="beSkip" label="是否AGV任务" />
|
||||
<el-table-column prop="planQty" label="计划数量" />
|
||||
<el-table-column prop="moveQty" label="移位数量" />
|
||||
<el-table-column prop="moveQty" label="移位数量" />
|
||||
<el-table-column prop="createBy" label="创建人" />
|
||||
<el-table-column prop="createTime" label="创建时间" />
|
||||
</el-table>
|
||||
|
|
|
|||
Loading…
Reference in New Issue