公告板
版本库
filestore
活动
搜索
登录
main
/
wms_app
立库WMS手持移动端APP
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
#
zhou zhou
7 天以前
bccdb8f81c07c8a9cdcd6838173dfd1c73c98d90
[wms_app.git]
/
pages
/
InManagement
/
ContainerBinding
/
api.js
1
2
3
4
5
6
7
const http = uni.$u.http
// 获取物料信息
export const findMatAuth = (params, config = {}) => http.get('/mat/auth', { params, ...config })
// 组托
export const combAuth = (data, config = {}) => http.post('/mobile/comb/auth', data, config)