wms代发出库单出库
| Http verb | URL |
|---|---|
| POST | /api/supplier-service/v1/jofo/waveList |
|
| 字段名称 | 类型 | 备注 |
status | Short | 状态:1 待拣货 2拣货中 3已拣货 4拣货异常 |
| isPrinted | int | 拣货单打印:1 已打印 0 未打印 |
| waveItemCatTypes | List<Integer> | 波次品种类型 : 0 一波一品 1 一波多品 |
| createDate | List<Date> | 创建时间 |
| warehouseCode | String | 仓库code |
| allQueryList | List<String> | 所有搜索类型 |
| waveNos | List<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": ""
}