curl --location '/pda/wm/productSalesDetail' \
--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,
"materialStockId": 0,
"itemId": 0,
"itemCode": "string",
"itemName": "string",
"specification": "string",
"unitOfMeasure": "string",
"unitName": "string",
"quantity": 0,
"batchId": 0,
"batchCode": "string",
"warehouseId": 0,
"warehouseCode": "string",
"warehouseName": "string",
"locationId": 0,
"locationCode": "string",
"locationName": "string",
"areaId": 0,
"areaCode": "string",
"areaName": "string",
"remark": "string"
}'{
"code": 0,
"msg": "",
"data": {
"id": 0,
"recptId": 0,
"soId": 0,
"soDetailId": 0,
"materialStockId": 0,
"itemId": 0,
"itemCode": "",
"itemName": "",
"specification": "",
"unitCode": "",
"unitName": "",
"quantitySales": 0.0,
"quantityPicked": 0.0,
"batchId": 0,
"batchCode": "",
"oqcCheck": "",
"oqcId": 0,
"oqcCode": "",
"qualityStatus": "",
"warehouseId": 0,
"warehouseCode": "",
"warehouseName": "",
"areaId": 0,
"areaCode": "",
"areaName": "",
"locationId": 0,
"locationCode": "",
"locationName": "",
"remark": "",
"children": [
{
"id": 0,
"lineId": 0,
"recptId": 0,
"materialStockId": 0,
"itemId": 0,
"itemCode": "",
"itemName": "",
"specification": "",
"unitOfMeasure": "",
"unitName": "",
"quantity": 0.0,
"batchId": 0,
"batchCode": "",
"warehouseId": 0,
"warehouseCode": "",
"warehouseName": "",
"locationId": 0,
"locationCode": "",
"locationName": "",
"areaId": 0,
"areaCode": "",
"areaName": "",
"remark": ""
}
]
}
}