This commit is contained in:
liushuai
2019-10-31 08:11:24 +08:00
parent d3ce0baf0b
commit ca02868500
15 changed files with 563 additions and 435 deletions

View File

@@ -45,14 +45,13 @@ export function getinventory() {
})
}
// 货位查询
export function getlocate(housenumber) {
export function getlocate() {
return request({
url: '',
method: 'post',
data: {
type: '1',
name: '库存管理_货位主文件_查询数据',
param: '仓库流水号=' + housenumber + '=int'
name: '库存管理_货位主文件_查询数据_查询全部'
}
})
}