|
@ -64,11 +64,6 @@ export function getQaFormPage(params) { |
|
|
return http.get('/mes/work-scheduling-qaform/page', {params}) |
|
|
return http.get('/mes/work-scheduling-qaform/page', {params}) |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
export interface getConfigProcessWorkerVO { |
|
|
|
|
|
planDayCode: string |
|
|
|
|
|
processCode: string |
|
|
|
|
|
teamCode: string |
|
|
|
|
|
} |
|
|
|
|
|
// 查询已经配置工序人员
|
|
|
// 查询已经配置工序人员
|
|
|
export const getConfigProcessWorker = async (params: any) => { |
|
|
export const getConfigProcessWorker = async (params: any) => { |
|
|
return http.get('/mes/work-scheduling-detail/getPeopleReportList', {params}) |
|
|
return http.get('/mes/work-scheduling-detail/getPeopleReportList', {params}) |
|
|