Merge branch 'projects/mesxc-test' into projects/mesxc-dy

This commit is contained in:
helloDy
2024-03-20 08:48:34 +08:00
47 changed files with 1333 additions and 769 deletions

View File

@@ -34,6 +34,15 @@ export function workOrderList(query) {
})
}
// 条件获得工单列表
export function getFreeWOlist(query) {
return request({
url: '/base/core-work-order/getFreeWOlist',
method: 'get',
params: query
})
}
// 获得订单分页
export function getOrderPage(query) {
return request({