feat(transfer): add warehouse type support and lab specimen tables

This commit is contained in:
2026-03-12 16:31:31 +08:00
parent d083a3123a
commit e8850e85fc
7 changed files with 526 additions and 1 deletions

View File

@@ -123,6 +123,14 @@ export function getDispensaryList() {
method: 'get',
})
}
// 获取耗材库列表
export function getWarehouseList() {
return request({
url: '/app-common/warehouse-list',
method: 'get',
})
}
// 获取仓库药房列表
export function getpharmacyCabinetList() {
return request({