双机架轧辊管理工作绩效粒度分割到每一个辊

This commit is contained in:
2026-05-08 10:13:01 +08:00
parent 7da3e62ee5
commit 60996881ca
9 changed files with 339 additions and 122 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'
})
}