{
"body": {
"conditions": {
"workOrderCode": {
"conditionType": "KEYWORD",
"value": "WO-202410-8801"
}
},
"paging": {
"start": 0,
"length": 1
}
}
}
curl --location --request POST '/api/open/v3/inventory/task/productionIn/query' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"conditions": {
"workOrderCode": {
"conditionType": "KEYWORD",
"value": "WO-202410-8801"
}
},
"paging": {
"start": 0,
"length": 1
}
}
}'
{
"code": 0,
"message": "",
"data": {
"list": [
{
"code": "",
"staffCode": "",
"staffName": "",
"createTime": 0,
"workOrderCode": "",
"workOrderProcedureCode": "",
"workOrderProcedureName": "",
"records": [
{
"recordId": 0,
"itemCode": "",
"itemName": "",
"itemUnit": "",
"itemAssistUnit": "",
"lotCode": "",
"defaultWarehouseCode": "",
"batchNumber": "",
"defaultLocationCode": "",
"prodInSnCode": "",
"quantity": 0.0,
"confirmedQuantity": 0.0,
"createTime": 0,
"frameCode": "",
"extendFields": [
{
"name": "",
"value": ""
}
]
}
]
}
],
"start": 0,
"length": 0,
"recordsTotal": 0
}
}