仓库质检数据看板

This commit is contained in:
2024-08-14 14:58:07 +08:00
parent abdb4bc3fb
commit 78b2e0a335
3 changed files with 339 additions and 7 deletions

View File

@@ -46,4 +46,13 @@ export function GetWorkOrderFqcTableData(query) {
method: 'post',
data: query,
})
}
// 获取产线,抛光,一次合格品质量报表看板数据
export function GetProductAndPolishAndOneTimeFqcBoardData(query) {
return request({
url: '/mes/qc/FQC/common/getProductAndPolishAndOneTimeFqcBoardData',
method: 'post',
data: query,
})
}