生产检验报工记录创建
前提条件
事件明细
事件名称 | inspectionReporting_created |
---|---|
事件分类 | 生产检验报工记录 |
事件类型 | 后端事件 |
推送方式 | Webhook |
事件头示例
{
"headers":{
"TENANT_ID":[
"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee"
]
"STAFF_ID":[
"123123"
]
"x-nct-time":[
"1750351569887"
]
"business-type":[
"1101"
]
}
事件体示例
{
"requestId": "dac755f1-aa6c-432c-8863-ca5b65228d04",
"businessType": 1101,
"data": {
"id": 43693577,
"code": "43693577",
"jbkRecordIds": [
54618723
],
"workOrderCode": "B-250619-004",
"workOrderProcedureCode": "压注",
"workOrderProcedureName": "压注",
"workCenterCode": "工作中心",
"isLast": false,
"inspectType": 1,
"isSelfInspect": true,
"isSpecialInspect": false,
"allInspect": true,
"headInspect": false,
"lastInspect": false,
"samplingInspect": false,
"headInspectQuantity": 0,
"lastInspectQuantity": 0,
"samplingInspectType": 0,
"samplingInspectPercent": 0,
"samplingInspectPercentType": 0,
"samplingInspectQuantity": 0,
"jobBookingTime": 1750405685000,
"itemCode": "收料检验物料",
"itemName": "收料检验物料",
"itemUnit": "瓶",
"productItemCode": "收料检验物料-002",
"productItemName": "收料检验物料-压注-排片",
"productItemUnit": "瓶",
"lotCode": "B-250619-004011",
"workOrderProductType": 1,
"qualifiedQuantity": 0,
"unQualifiedQuantity": 3,
"comment": "",
"operatorCode": "01",
"inspectAssigneeStaffs": [
{
"id": null,
"code": "01",
"name": "zhang1",
"tenantId": null,
"account": null,
"mobilePhone": null,
"active": null,
"shortName": null,
"gender": null,
"phone": null,
"employeeId": null,
"employedDate": null,
"dateOfBirth": null,
"homeAddress": null,
"headPortrait": null,
"position": null,
"staffRank": null,
"email": null,
"directSuperiorId": null,
"directSuperiorAccount": null,
"quitDate": null,
"department": null,
"workingCondition": null,
"emergencyContactPerson": null,
"emergencyContactNumber": null,
"comment": null,
"invitationCode": null,
"permissionIds": null,
"updateTime": null,
"deleted": null,
"inCharge": null,
"identityNumber": null,
"serviceStatus": null,
"bindStatus": null,
"staffDepartments": null
}
],
"images": [],
"snInfos": []
}
}
修改于 2025-06-25 02:43:05