|
|
|
@ -164,6 +164,7 @@ 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) |
|
|
|
export const umSearch = data => createAPI(`/pms/qc/umSearch`,'post',data) |
|
|
|
export const queryResourceList3 = data => createAPI(`/pms/qc/queryResourceList3`,'post',data) |
|
|
|
|
|
|
|
// ===================================== IQC检验 =====================================
|
|
|
|
export const qcIQCInspectionSearch = data => createAPI(`/pms/qc/qcIQCInspectionSearch`,'post',data) |
|
|
|
|