fix:首页生产工单样式优化,增加工序

This commit is contained in:
zhangxuanming
2025-01-20 18:21:20 +08:00
parent e47de51f09
commit a4bf5189fb
2 changed files with 73 additions and 41 deletions

View File

@@ -66,4 +66,13 @@ export function dofinish(workorderId){
url: '/mes/pro/workorder/'+workorderId,
method: 'put'
})
}
}
// 首页查询生产工单列表
export function getHomeList(query) {
return request({
url: '/mes/pro/workorder/getHomeList',
method: 'get',
params: query
})
}