1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user