设备监控
This commit is contained in:
@@ -28,7 +28,31 @@ export function searchtooltip(num) {
|
||||
method: 'post',
|
||||
data: {
|
||||
type: '1',
|
||||
name: 'MES_机加工MES_工位零件图号查询',
|
||||
name: 'MES_机加工MES_工位零件图号查询_设备监控',
|
||||
param: '工位号=' + num
|
||||
}
|
||||
})
|
||||
}
|
||||
// 查询工位状态
|
||||
export function getOP_state2(num) {
|
||||
return request({
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
type: '1',
|
||||
name: 'MES_机加工MES_设备数据采集_工位状态_查询_按工位号',
|
||||
param: '工位号=' + num
|
||||
}
|
||||
})
|
||||
}
|
||||
// 查询待加工零件
|
||||
export function getDaijiagong(num) {
|
||||
return request({
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
type: '1',
|
||||
name: 'MES_机加工MES_待加工零件_查询_设备监控',
|
||||
param: '工位号=' + num
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user