质量报表时间

This commit is contained in:
qianhao.xu
2024-02-24 15:34:16 +08:00
parent 62b80fda72
commit 8fa5c44fa3
5 changed files with 33 additions and 5 deletions

View File

@@ -49,3 +49,11 @@ export function accumulator_query(query) {
})
}
//写入工序流转时间记录表
export function writeProcessFlow_first(query) {
return request({
url: '/mes/qc/FQC/writeProcessFlow_first',
method: 'get',
params: query,
})
}