curl --location '/pda/wm/issueDetail' \
--header 'Authorization: Bearer {{password}}' \
--header 'Content-Type: application/json' \
--data '{
"createDept": 0,
"createBy": 0,
"createTime": "string",
"updateBy": 0,
"updateTime": "string",
"params": {
"key": {}
},
"id": 0,
"issueId": 0,
"lineId": 0,
"materialStockId": 0,
"itemId": 0,
"itemCode": "string",
"itemName": "string",
"specification": "string",
"unitCode": "string",
"unitName": "string",
"quantity": 0,
"batchId": 0,
"batchCode": "string",
"warehouseId": 0,
"warehouseCode": "string",
"warehouseName": "string",
"areaId": 0,
"areaCode": "string",
"areaName": "string",
"locationId": 0,
"locationCode": "string",
"locationName": "string",
"remark": "string"
}'{
"code": 0,
"msg": "",
"data": {
"id": 0,
"materialRecordLineId": 0,
"issueId": 0,
"itemId": 0,
"itemCode": "",
"itemName": "",
"specification": "",
"unitCode": "",
"unitName": "",
"quantityIssued": 0.0,
"quantityPicked": 0.0,
"batchId": 0,
"batchCode": "",
"remark": "",
"warehouseId": 0,
"warehouseCode": "",
"warehouseName": "",
"areaId": 0,
"areaCode": "",
"areaName": "",
"locationId": 0,
"locationCode": "",
"locationName": "",
"children": [
{
"id": 0,
"issueId": 0,
"lineId": 0,
"materialStockId": 0,
"itemId": 0,
"itemCode": "",
"itemName": "",
"specification": "",
"unitCode": "",
"unitName": "",
"quantity": 0.0,
"batchId": 0,
"batchCode": "",
"warehouseId": 0,
"warehouseCode": "",
"warehouseName": "",
"areaId": 0,
"areaCode": "",
"areaName": "",
"locationId": 0,
"locationCode": "",
"locationName": "",
"remark": ""
}
]
}
}