公告板
版本库
filestore
活动
搜索
登录
main
/
wms_app
立库WMS手持移动端APP
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
#
zhou zhou
3 天以前
eb9838ebbf1017bbe2fbe981dfc4be2bf26528e7
[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)