描述

wms代发出库单出库

路径

Http verbURL
POST

/api/supplier-service/v1/jofo/waveList

请求头样例

POST  /api/supplier-service/v1/jofo/waveList HTTP/1.1
Host: http://cfs-qa.etowertech.com/
Content-Type: application/json
Accept: application/json
appId:etotest8xkIIphLnbkjRACNj4P
timestamp:1752496704166

signature:CC211FB0FFC6A1CD5ED373D0CFA2FF5D

字段

字段名称类型备注
status
Short状态:1 待拣货 2拣货中 3已拣货 4拣货异常
isPrintedint拣货单打印:1 已打印  0 未打印
waveItemCatTypesList<Integer>波次品种类型 : 0 一波一品 1 一波多品
createDateList<Date>创建时间
warehouseCodeString仓库code
allQueryListList<String>所有搜索类型
waveNosList<String>搜索波次单号

请求样例

{
  "status": "",
  "isPrinted": "",
  "waveItemCatTypes": [],
  "createDate":["2025-07-17 00:00:00","2025-08-11 23:59:59"],
  "warehouseCode": "",
  "allQueryList": [],
  "waveNos": []
}




返回样例

{
  "code": "0",
  "data": [
    {
      "abnormalReason": "",
      "aggregator": 7317,
      "aggregatorName": "test",
      "createdAccount": "lindsayjiang@walltechsystem.com ",
      "createdBy": 8873,
      "createdName": "lindsayjiang@walltechsystem.com ",
      "dateCreated": "2025-07-08 16:23:32",
      "dateModified": "2025-07-08 16:23:32",
      "id": "2507081623321000001",
      "isPrinted": 0,
      "itemCatType": 1,
      "itemCatTypeMsg": "一波多品",
      "modifiedAccount": "lindsayjiang@walltechsystem.com ",
      "modifiedBy": 8873,
      "modifiedName": "lindsayjiang@walltechsystem.com ",
      "operation": "/order/outbound/manage/createWave",
      "outboundOrderQty": 2,
      "siteId": 1,
      "skuTotalQty": 2,
      "status": 1,
      "statusMsg": "待拣货",
      "warehouseCode": "ETO-WMS",
      "waveNo": "WO2507080006"
    }
  ],
  "errors": "",
  "message": "",
  "messageId": "",
  "success": true,
  "warnList": ""
}