修改库存

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, data: data,
}) })
} }
// 物资类型管理--新增
export function updateStorageNumApi(data) {
return request({
url: '/material/ma_type/updateStorageNum',
method: 'post',
data: data,
})
}
// 工程项目-列表 // 工程项目-列表
export function getProjectList(query) { export function getProjectList(query) {