opt:出库分配,出库点改成出库区
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user