箱子搬运

This commit is contained in:
qianhao.xu
2024-05-17 10:37:05 +08:00
parent 1bc5e2e83f
commit 70e9dfa6f7
6 changed files with 259 additions and 10 deletions

View File

@@ -79,4 +79,14 @@ export function getAllOptions(params) {
method: 'get',
params
})
}
// 所有点位下拉_包装箱
export function getAllOptions_package(params) {
return request({
url: '/mes/mm/MmFinishedwarehouse/finish_point_pack',
method: 'get',
params
})
}