This commit is contained in:
2024-12-04 17:07:19 +08:00
parent 8ea28a0af6
commit e533e19435
12 changed files with 500 additions and 76 deletions

View File

@@ -24,4 +24,13 @@ export function ProcessReportWork(params) {
method: 'get',
params
})
}
// 获取工单下的报工列表
export function GetWorkOrderReportWorkList(params) {
return request({
url: '/mobile/reportflow/get_workorder_reportwork_list',
method: 'get',
params
})
}