修改库存

This commit is contained in:
liang.chao 2025-08-27 12:17:12 +08:00
parent eae075174d
commit 23540e9fd5
1 changed files with 9 additions and 1 deletions

View File

@ -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',
})
}
}