|
|
|
@ -172,6 +172,7 @@ export const queryController = data => createAPI(`/pms/qc/queryController`,'post |
|
|
|
export const queryTemplateList = data => createAPI(`/pms/qc/queryTemplateList`,'post',data) |
|
|
|
export const getPartInformation = data => createAPI(`/pms/qc/getPartInformation`,'post',data) |
|
|
|
export const getSpecialOperationList = data => createAPI(`/pms/qc/getSpecialOperationList`,'post',data) |
|
|
|
export const getSpecialOperationList2 = data => createAPI(`/pms/qc/getSpecialOperationList2`,'post',data) |
|
|
|
export const getRollNo = data => createAPI(`/pms/qc/getRollNo`,'post',data) |
|
|
|
export const rollNoEnter = data => createAPI(`/pms/qc/rollNoEnter`,'post',data) |
|
|
|
export const queryPartList = data => createAPI(`/pms/qc/queryPartList`,'post',data) |
|
|
|
|