This commit is contained in:
2026-05-08 11:06:06 +08:00
11 changed files with 645 additions and 310 deletions

View File

@@ -18,12 +18,11 @@ export function getCurrentRolls(standNo) {
})
}
// 查询指定机架当前轧辊实时工作长度m
export function getWorkLength(standNo) {
// 查询各机架各辊位实时工作绩效workLength/coilCount/totalWeight
export function getRollPerformance() {
return request({
url: '/mes/rollChange/workLength',
method: 'get',
params: { standNo }
url: '/mes/rollChange/performance',
method: 'get'
})
}