add:添加线边库领料,添加MES查询工单bom

This commit is contained in:
zhangzq
2026-06-10 13:55:39 +08:00
parent 03a3959513
commit d6fa944d8c
40 changed files with 671 additions and 260 deletions

View File

@@ -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 }