This commit is contained in:
2025-02-19 14:13:47 +08:00
parent f143c5e2d9
commit b43876fe67
11 changed files with 2904 additions and 187 deletions

View File

@@ -58,3 +58,12 @@ export function exportFactoryExcel(query) {
responseType: 'blob'
})
}
// 获取产线设备状态
export function getLineEqStatus(data) {
return request({
url: '/base/production-line/getLineEqStatus',
method: 'post',
data: data
})
}