修改库存
This commit is contained in:
parent
eae075174d
commit
23540e9fd5
|
|
@ -103,6 +103,14 @@ export function addMaType(data) {
|
|||
data: data,
|
||||
})
|
||||
}
|
||||
// 物资类型管理--新增
|
||||
export function updateStorageNumApi(data) {
|
||||
return request({
|
||||
url: '/material/ma_type/updateStorageNum',
|
||||
method: 'post',
|
||||
data: data,
|
||||
})
|
||||
}
|
||||
|
||||
// 工程项目-列表
|
||||
export function getProjectList(query) {
|
||||
|
|
@ -253,4 +261,4 @@ export function getUserListApi() {
|
|||
url: '/material/ma_type/getUserList',
|
||||
method: 'get',
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue