仓库编码接口

This commit is contained in:
2024-08-16 10:55:26 +08:00
parent bc29ddb26f
commit e7f045da19
2 changed files with 33 additions and 4 deletions

View File

@@ -24,6 +24,10 @@ export const handLogin = (user, password) => request({
/**
* 物料组盘入库
*/
export const storList = () => request({
url:'api/pda/common/storList',
data: {}
})
export const groupMaterList = (page, size, search) => request({
url:'api/groupMater/maters',
data: {page: page, size: size, search: search}