feat(mes-qc): 迁移 antd 来料检验及检测结果、缺陷记录组件(代码优化)
This commit is contained in:
@@ -16,6 +16,13 @@ export namespace MesQcDefectRecordApi {
|
||||
}
|
||||
}
|
||||
|
||||
/** 查询质检缺陷记录 */
|
||||
export function getDefectRecord(id: number) {
|
||||
return requestClient.get<MesQcDefectRecordApi.DefectRecord>(
|
||||
`/mes/qc/defect-record/get?id=${id}`,
|
||||
);
|
||||
}
|
||||
|
||||
/** 查询质检缺陷记录分页 */
|
||||
export function getDefectRecordPage(
|
||||
params: PageParam & { lineId?: number; qcId?: number; qcType?: number; },
|
||||
|
||||
Reference in New Issue
Block a user