add:增加退料入库

This commit is contained in:
zhangzq
2026-07-08 14:22:52 +08:00
parent 8dd3726f68
commit acee4f0695
35 changed files with 1109 additions and 163 deletions

View File

@@ -49,7 +49,7 @@ export function changeLock(data) {
}
export function getRegionPoints(param) {
return request({
url: 'api/schBasePoint/getRegionPoints',
url: 'api/schBasePoint/getRegionPointSet',
method: 'get',
params: param
})