1.0.0
This commit is contained in:
@@ -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
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user