22
schangxiang@126.com
2025-05-21 40c6e31e722088fb5577552271eb0af7f695131e
1
2
3
4
5
6
7
8
9
10
11
12
import request from '@/api/api.js'
import qs from 'qs'
 
 
// 点到点搬运 /api/wcsToWms/pointHandlingTask
export function pointHandlingTask (data) {
  return request({
    url: `/api/wcsToWms/pointHandlingTask`,
    method: 'post',
    data
  })
}