fix:工单管理

This commit is contained in:
zhangzhiqiang
2023-03-24 17:16:22 +08:00
parent 7faf39babb
commit 4a94968944
13 changed files with 44 additions and 32 deletions

View File

@@ -752,10 +752,8 @@ export default {
var orders = []
console.log(rows)
rows.forEach((item) => {
debugger
orders.push(item.workprocedure_id)
})
debugger
crudProduceshiftorder.submits(orders).then(res => {
this.crud.notify('下发成功', CRUD.NOTIFICATION_TYPE.SUCCESS)
this.crud.toQuery()