出库AGV接口任务回调,删除库存,添加库存日志,更新Task,更新PickDetail

main
bbl\baobl 2024-03-12 18:23:04 +08:00
parent 0d329f3e3c
commit 278eb63740
2 changed files with 1 additions and 2 deletions

View File

@ -434,7 +434,7 @@ export default {
ids.push(datas[i].id) ids.push(datas[i].id)
} }
crudPickDetail.cancelAllocate(ids).then(res => { crudPickDetail.cancelAllocate(ids).then(res => {
this.crud.notify('取消分配成功!', CRUD.NOTIFICATION_TYPE.SUCCESS) this.crud.notify(res.message, res.status)
this.crud.toQuery() this.crud.toQuery()
}).catch(() => { }).catch(() => {

View File

@ -72,7 +72,6 @@
<el-table-column prop="beSkip" label="是否AGV任务" /> <el-table-column prop="beSkip" label="是否AGV任务" />
<el-table-column prop="planQty" label="计划数量" /> <el-table-column prop="planQty" label="计划数量" />
<el-table-column prop="moveQty" label="移位数量" /> <el-table-column prop="moveQty" label="移位数量" />
<el-table-column prop="moveQty" label="移位数量" />
<el-table-column prop="createBy" label="创建人" /> <el-table-column prop="createBy" label="创建人" />
<el-table-column prop="createTime" label="创建时间" /> <el-table-column prop="createTime" label="创建时间" />
</el-table> </el-table>