add:添加线边库领料,添加MES查询工单bom
This commit is contained in:
@@ -47,5 +47,12 @@ export function changeLock(data) {
|
||||
data: data
|
||||
})
|
||||
}
|
||||
export function getRegionPoints(param) {
|
||||
return request({
|
||||
url: 'api/schBasePoint/getRegionPoints',
|
||||
method: 'get',
|
||||
params: param
|
||||
})
|
||||
}
|
||||
|
||||
export default { add, edit, del, changeUsed, getPointList, changeLock }
|
||||
export default { add, edit, del, changeUsed, getPointList, changeLock, getRegionPoints }
|
||||
|
||||
Reference in New Issue
Block a user