curl --location '/pda/wm/itemRecptDetail' \
--header 'Authorization: Bearer {{password}}' \
--header 'Content-Type: application/json' \
--data '{
"createDept": 0,
"createBy": 0,
"createTime": "string",
"updateBy": 0,
"updateTime": "string",
"params": {
"key": {}
},
"id": 0,
"lineId": 0,
"recptId": 0,
"itemId": 0,
"itemCode": "string",
"itemName": "string",
"specification": "string",
"unitCode": "string",
"unitName": "string",
"quantity": 1,
"batchId": 0,
"batchCode": "string",
"warehouseId": 0,
"warehouseCode": "string",
"warehouseName": "string",
"locationId": 0,
"locationCode": "string",
"locationName": "string",
"areaId": 0,
"areaCode": "string",
"areaName": "string",
"remark": "string",
"attr1": "string",
"attr2": "string",
"attr3": 0,
"attr4": 0
}'{
"code": 0,
"msg": "",
"data": {
"id": 0,
"recptId": 0,
"noticeLineId": 0,
"poLineId": 0,
"itemId": 0,
"itemCode": "",
"itemName": "",
"specification": "",
"unitCode": "",
"unitName": "",
"quantityRecived": 0.0,
"quantityPicked": 0.0,
"batchId": 0,
"batchCode": "",
"warehouseId": 0,
"warehouseCode": "",
"warehouseName": "",
"locationId": 0,
"locationCode": "",
"locationName": "",
"areaId": 0,
"areaCode": "",
"areaName": "",
"produceDate": "",
"expireDate": "",
"lotNumber": "",
"iqcCheck": "",
"iqcId": 0,
"iqcCode": "",
"remark": "",
"children": [
{
"id": 0,
"lineId": 0,
"recptId": 0,
"itemId": 0,
"itemCode": "",
"itemName": "",
"specification": "",
"unitCode": "",
"unitName": "",
"quantity": 0.0,
"batchId": 0,
"batchCode": "",
"warehouseId": 0,
"warehouseCode": "",
"warehouseName": "",
"locationId": 0,
"locationCode": "",
"locationName": "",
"areaId": 0,
"areaCode": "",
"areaName": "",
"remark": "",
"attr1": "",
"attr2": "",
"attr3": 0,
"attr4": 0
}
]
}
}