This commit is contained in:
2025-01-14 09:41:40 +08:00
parent c8d9b12e54
commit 3326dcfc79
6 changed files with 855 additions and 448 deletions

View File

@@ -12,6 +12,18 @@ export function listQcGp12ServiceStatistics(query) {
})
}
/**
* 质量GP12统计报表业务模块改造查询
* @param {查询条件} data
*/
export function GetReviseList(query) {
return request({
url: '/mes/qc/gp12/QcGp12ServiceStatistics/GetReviseList',
method: 'post',
data: query,
})
}
/**
* 新增质量GP12统计报表业务模块
* @param data