双机架轧辊管理工作绩效粒度分割到每一个辊
This commit is contained in:
@@ -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'
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user