{
"body": {
"code": "IQC-20241015-001",
"products": [
{
"receiptCode": "RCV-20241015-PCB001",
"itemCode": "PCB-5G-001",
"qty": 10000,
"batchCode": "PCB-202410",
"inspectionMethod": "NORMAL",
"inspectionScheme": "SCHEME-PCB-001",
"inspectionStandard": "IPC-6012B Class3",
"staffCodes": ["QC-001","QC-002"],
"departmentCodes": ["DEPT-QC-01"],
"comment": "抽样200pcs | 阻抗测试50.2Ω±3% | 孔铜厚度21μm"
},
{
"receiptCode": "RCV-20241015-IC001",
"itemCode": "IC-CHIP-5NM",
"qty": 10000,
"batchCode": "IC-202410-001",
"inspectionMethod": "AQL",
"inspectionScheme": "SCHEME-CHIP-005",
"inspectionStandard": "JEDEC-STD-020D",
"staffCodes": ["QC-003"],
"departmentCodes": ["DEPT-QC-02"],
"comment": "MSL3认证通过 | 可焊性测试润湿面积≥95%"
}
]
}
}
curl --location --request POST '/api/open/v3/purchase/qc/create' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"code": "IQC-20241015-001",
"products": [
{
"receiptCode": "RCV-20241015-PCB001",
"itemCode": "PCB-5G-001",
"qty": 10000,
"batchCode": "PCB-202410",
"inspectionMethod": "NORMAL",
"inspectionScheme": "SCHEME-PCB-001",
"inspectionStandard": "IPC-6012B Class3",
"staffCodes": ["QC-001","QC-002"],
"departmentCodes": ["DEPT-QC-01"],
"comment": "抽样200pcs | 阻抗测试50.2Ω±3% | 孔铜厚度21μm"
},
{
"receiptCode": "RCV-20241015-IC001",
"itemCode": "IC-CHIP-5NM",
"qty": 10000,
"batchCode": "IC-202410-001",
"inspectionMethod": "AQL",
"inspectionScheme": "SCHEME-CHIP-005",
"inspectionStandard": "JEDEC-STD-020D",
"staffCodes": ["QC-003"],
"departmentCodes": ["DEPT-QC-02"],
"comment": "MSL3认证通过 | 可焊性测试润湿面积≥95%"
}
]
}
}'
{
"code": 0,
"message": ""
}