This commit is contained in:
‘937886381’
2025-12-17 16:26:21 +08:00
parent 484ba6ca53
commit c86d94ac92
16 changed files with 9326 additions and 8961 deletions

View File

@@ -102,3 +102,17 @@ export function getProcessAutoReportNew(data) {
data: data,
});
}
export function getPLlistByFactory(data) {
return request({
url: 'base/production-line/listByFactory',
method: 'post',
data: data,
});
}
export function getProcessAutoReportLastGroup(data) {
return request({
url: '/monitoring/production-monitor/getProcessAutoReportLastGroup',
method: 'post',
data: data,
});
}