| | |
| | | }, |
| | | "planOrderFinishRate": { |
| | | "description": "计划达成率", |
| | | "type": "string" |
| | | "type": "integer" |
| | | }, |
| | | "planProductionAmount": { |
| | | "description": "计划加工数", |
| | |
| | | "description": "总设备数", |
| | | "type": "integer" |
| | | }, |
| | | "totalProductionAmount": { |
| | | "description": "总产量", |
| | | "type": "integer" |
| | | }, |
| | | "updatedAt": { |
| | | "type": "string" |
| | | }, |
| | |
| | | }, |
| | | "workOrderStatsData": { |
| | | "description": "工单进度统计", |
| | | "type": "string" |
| | | }, |
| | | "workerTypeStats": { |
| | | "description": "人员工种分析", |
| | | "type": "array", |
| | | "items": { |
| | | "$ref": "#/definitions/model.CommonStats" |
| | | } |
| | | }, |
| | | "workerTypeStatsData": { |
| | | "description": "人员工种分析", |
| | | "type": "string" |
| | | }, |
| | | "workshopStats": { |
| | |
| | | "endTime": { |
| | | "type": "integer" |
| | | }, |
| | | "finishedQuantity": { |
| | | "type": "integer" |
| | | }, |
| | | "id": { |
| | | "type": "integer" |
| | | }, |
| | |
| | | "model.WorkOrderStats": { |
| | | "type": "object", |
| | | "properties": { |
| | | "amount": { |
| | | "description": "生产数量", |
| | | "type": "integer" |
| | | }, |
| | | "delayDays": { |
| | | "description": "延期天数", |
| | | "type": "integer" |
| | | }, |
| | | "finishProcedureNum": { |
| | | "description": "已完成工序数量", |
| | | "type": "integer" |
| | | }, |
| | | "number": { |
| | | "description": "编号", |
| | | "type": "string" |
| | | }, |
| | | "percent": { |
| | | "description": "完成进度", |
| | | "type": "integer" |
| | | }, |
| | | "planTime": { |
| | | "description": "计划时间", |
| | | "type": "string" |
| | | }, |
| | | "procedureNum": { |
| | | "description": "工序数量", |
| | | "type": "integer" |
| | | }, |
| | | "processingProcedureNum": { |
| | | "description": "进行中工序数量", |
| | | "type": "integer" |
| | | }, |
| | | "product": { |
| | | "description": "产品", |
| | |
| | | "type": "object", |
| | | "properties": { |
| | | "defective": { |
| | | "description": "次品数量", |
| | | "type": "integer" |
| | | }, |
| | | "name": { |
| | | "description": "车间名称", |
| | | "type": "string" |
| | | }, |
| | | "percent": { |
| | | "description": "正品率", |
| | | "type": "integer" |
| | | }, |
| | | "qualified": { |
| | | "description": "正品数量", |
| | | "type": "integer" |
| | | }, |
| | | "total": { |
| | | "description": "生产总数", |
| | | "type": "integer" |
| | | } |
| | | } |