领料优化

This commit is contained in:
bb_pan 2025-11-11 10:49:25 +08:00
parent 3ce49c1eef
commit 1a9c5c67c4
1 changed files with 9 additions and 0 deletions

View File

@ -54,6 +54,15 @@ export function getListUnite(data) {
}) })
} }
// 单位-下拉
export function getMaterialUnitListApi(data) {
return request({
url: '/material/select/getMaterialUnitList',
method: 'post',
data: data,
})
}
// 领料申请租赁单位下拉框 // 领料申请租赁单位下拉框
export function getUnitProDepList(data) { export function getUnitProDepList(data) {
return request({ return request({