picking.js 319 B

123
  1. // 拣货任务
  2. export const saleOrder = (params, config = {custom: { auth: true }}) => uni.$u.http.post(`/pda/saleOrder?currentPage=${params.currentPage}&pageSize=${params.pageSize}`, params, config)
  3. // export const bannerList = (params, config = {}) => uni.$u.http.get(`/1`, {params, config, custom: { auth: false }})