Browse Source

不良接口增加工单、产品返回字段

master
宁玉琪 1 month ago
parent
commit
d619c898e1
  1. 14
      mes/质量/列出车间生产不良明细.md

14
mes/质量/列出车间生产不良明细.md

@ -57,6 +57,8 @@ DefectList字段
| DefectTypeDesc | string | 不良小类名称 | | DefectTypeDesc | string | 不良小类名称 |
| DefectPosition | string | 不良位置 | | DefectPosition | string | 不良位置 |
| Operator | string | 不良提交人 | | Operator | string | 不良提交人 |
| Workorder | string | 工单号 |
| ProductCode | string | 产品编码 |
查询成功时,响应如下: 查询成功时,响应如下:
@ -76,7 +78,9 @@ DefectList字段
"DefectGroupDesc": "EL不良", "DefectGroupDesc": "EL不良",
"DefectTypeDesc": "破片", "DefectTypeDesc": "破片",
"DefectPosition": "A-8", "DefectPosition": "A-8",
"Operator": "admin" "Operator": "admin",
"Workorder": "20241018001",
"ProductCode": "1001"
} }
] ]
}, },
@ -90,7 +94,9 @@ DefectList字段
"DefectGroupDesc": "EL不良", "DefectGroupDesc": "EL不良",
"DefectTypeDesc": "隐裂", "DefectTypeDesc": "隐裂",
"DefectPosition": "C-6", "DefectPosition": "C-6",
"Operator": "admin" "Operator": "admin",
"Workorder": "20241018001",
"ProductCode": "1001"
} }
] ]
}, },
@ -104,7 +110,9 @@ DefectList字段
"DefectGroupDesc": "外观不良", "DefectGroupDesc": "外观不良",
"DefectTypeDesc": "玻璃脏污", "DefectTypeDesc": "玻璃脏污",
"DefectPosition": "", "DefectPosition": "",
"Operator": "admin" "Operator": "admin",
"Workorder": "20241018001",
"ProductCode": "1001"
} }
] ]
}, },

Loading…
Cancel
Save