{
"body": {
"records": [
{
"code": "MAT-PREP-202410-001",
"warehouseCode": "WH-CHIP-VACUUM",
"locationCode": "BIN-05-12",
"batchNumber": "BATCH-202410-5NM",
"snNumber": "SN-CHIP-202410-0001~0200",
"quantity": 1,
"assistQuantity": 1,
"comment": "5nm制程芯片 | ESD防护包装 | 湿度敏感等级MSL-2"
},
{
"code": "MAT-PREP-202410-002",
"warehouseCode": "WH-PCB",
"locationCode": "BIN-03-08",
"batchNumber": "PCB-LOT-202410-A",
"quantity": 1500,
"assistQuantity": 45,
"comment": "6层HDI板 | 防潮包装已校验(湿度<10%RH)"
},
{
"code": "MAT-PREP-202410-003",
"warehouseCode": "WH-CHEM",
"locationCode": "BIN-12-05",
"batchNumber": "PASTE-LOT-202410-B",
"snNumber": "SN-PASTE-202410-001",
"quantity": 1,
"assistQuantity": 1,
"comment": "无铅锡膏 | 冷藏运输要求(10-15℃)"
}
],
"comment": "华为P80主板生产备料 | 工单号:WO-202410-1001 | 紧急等级:A1"
}
}
curl --location --request POST '/api/open/v3/inventory/task/prepare/materialTask/confirm' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"records": [
{
"code": "MAT-PREP-202410-001",
"warehouseCode": "WH-CHIP-VACUUM",
"locationCode": "BIN-05-12",
"batchNumber": "BATCH-202410-5NM",
"snNumber": "SN-CHIP-202410-0001~0200",
"quantity": 1,
"assistQuantity": 1,
"comment": "5nm制程芯片 | ESD防护包装 | 湿度敏感等级MSL-2"
},
{
"code": "MAT-PREP-202410-002",
"warehouseCode": "WH-PCB",
"locationCode": "BIN-03-08",
"batchNumber": "PCB-LOT-202410-A",
"quantity": 1500,
"assistQuantity": 45,
"comment": "6层HDI板 | 防潮包装已校验(湿度<10%RH)"
},
{
"code": "MAT-PREP-202410-003",
"warehouseCode": "WH-CHEM",
"locationCode": "BIN-12-05",
"batchNumber": "PASTE-LOT-202410-B",
"snNumber": "SN-PASTE-202410-001",
"quantity": 1,
"assistQuantity": 1,
"comment": "无铅锡膏 | 冷藏运输要求(10-15℃)"
}
],
"comment": "华为P80主板生产备料 | 工单号:WO-202410-1001 | 紧急等级:A1"
}
}'
{
"code": 0,
"message": ""
}