opt:出库分配,出库点改成出库区

This commit is contained in:
zhangzq
2025-08-29 16:26:51 +08:00
parent 48506ecb4a
commit ff0185ffd4
7 changed files with 101 additions and 34 deletions

View File

@@ -40,6 +40,14 @@ export function getPointList(data) {
})
}
export function getRegionPoints(params) {
return request({
url: 'api/schBasePoint/getRegionPoints',
method: 'get',
params
})
}
export function changeLock(data) {
return request({
url: 'api/schBasePoint/changeLock',
@@ -48,4 +56,4 @@ export function changeLock(data) {
})
}
export default { add, edit, del, changeUsed, getPointList, changeLock }
export default { add, edit, del, changeUsed, getPointList, getRegionPoints, changeLock }