feat:样品库管理

This commit is contained in:
houjunxiang
2025-11-27 18:04:49 +08:00
parent 6c86dc0760
commit 1bcfde72ee
6 changed files with 75 additions and 21 deletions

View File

@@ -77,5 +77,11 @@ export default {
url: 'qms/business-sub-sample/execTakeOff',
method: 'POST',
data
}),
// 根据权限查询样品库
querySampleLocation: () =>
request({
url: '/qms/config-warehouse-location/selectListWithPermission',
method: 'GET'
})
}