fix: rebuild MES as compilable go-zero+ent backend (renamed bj_power_mes), restore 3 workstation projects from pristine original, align naming; all Go projects go build clean
This commit is contained in:
@@ -889,7 +889,22 @@ interface ManualActionReply {
|
||||
}
|
||||
```
|
||||
|
||||
### 9.2 检测结果人工判定
|
||||
### 9.2 确认扫码失败处理
|
||||
|
||||
```http
|
||||
POST /api/v1/manual-actions/:id/resolve-scan-failed
|
||||
```
|
||||
|
||||
请求:
|
||||
|
||||
```ts
|
||||
interface ResolveScanFailedReq {
|
||||
action: 'RETRY_SCAN' | 'RETURN_BAY' | 'SCRAP'
|
||||
remark?: string
|
||||
}
|
||||
```
|
||||
|
||||
### 9.3 检测结果人工判定
|
||||
|
||||
```http
|
||||
POST /api/v1/jobs/:id/inspection-decision
|
||||
|
||||
Reference in New Issue
Block a user