📃 docs(计划与生产模块): 追加计划与生产模块也页面截图

This commit is contained in:
2026-05-06 20:49:42 +08:00
parent b6d6ad8ef4
commit 6b7b04bac5
55 changed files with 294 additions and 37 deletions

View File

@@ -12,7 +12,11 @@
- 托盘电池查询:查询托盘绑定的电池信息
**功能对应截图**
![图片:托盘管理功能截图](/public/image/process_model/图片:工艺模型功能截图.png)
<div align="center">
<img style="margin-top:18px;" src="/public/image/planning_and_production/tray_management/托盘管理页面截图.png" alt="托盘管理页面截图">
<div style="font-size:12px; font-weight:bold;">图1 托盘管理页面</div>
</div>
## 2. 术语说明
@@ -92,6 +96,13 @@ flowchart TB
| 状态 | 托盘当前状态,激活/停止 |
| 整盘NG | 托盘是否整盘NG |
**功能对应截图**
<div align="center">
<img style="margin-top:18px;" src="/public/image/planning_and_production/tray_management/托盘管理页面截图.png" alt="托盘管理页面截图">
<div style="font-size:12px; font-weight:bold;">图1 托盘管理页面</div>
</div>
### 4.2 托盘工序调整
@@ -109,6 +120,24 @@ flowchart TB
**【重要】** 工序调整可能影响生产流程,请在确认后执行。
**功能对应截图**
<div align="center">
<img style="margin-top:18px;" src="/public/image/planning_and_production/tray_management/托盘管理调整工序截图1.png" alt="托盘管理调整工序截图1">
<div style="font-size:12px; font-weight:bold;">图1 托盘管理调整工序1</div>
</div>
<div align="center">
<img style="margin-top:18px;" src="/public/image/planning_and_production/tray_management/托盘管理调整工序截图2.png" alt="托盘管理调整工序截图2">
<div style="font-size:12px; font-weight:bold;">图2 托盘管理调整工序2</div>
</div>
<div align="center">
<img style="margin-top:18px;" src="/public/image/planning_and_production/tray_management/托盘管理调整工序截图3.png" alt="托盘管理调整工序截图3">
<div style="font-size:12px; font-weight:bold;">图3 托盘管理调整工序3</div>
</div>
### 4.3 托盘停止
@@ -126,6 +155,13 @@ flowchart TB
**【重要】** 停止托盘会将电池和托盘的状态改为停止状态,无法继续流转。
**功能对应截图**
<div align="center">
<img style="margin-top:18px;" src="/public/image/planning_and_production/tray_management/托盘管理托盘停止截图.png" alt="托盘管理托盘停止截图">
<div style="font-size:12px; font-weight:bold;">图1 托盘管理托盘停止</div>
</div>
### 4.4 托盘电池查询
#### 4.4.1 电池查询说明
@@ -162,6 +198,13 @@ flowchart TB
**【重要】** 标记NG盘后托盘的状态会改为NG状态物流线通过接口get_process_route 获取托盘为整盘NG信息。
**功能对应截图**
<div align="center">
<img style="margin-top:18px;" src="/public/image/planning_and_production/tray_management/托盘管理托盘整盘NG截图.png" alt="托盘管理托盘整盘NG截图">
<div style="font-size:12px; font-weight:bold;">图1 托盘管理托盘整盘NG</div>
</div>
## 4.6 清除托盘NG
清除托盘的NG标记将托盘里电池的NG状态恢复为正常状态。
@@ -176,3 +219,10 @@ flowchart TB
**【重要】** 清除NG盘后托盘里的NG电池会恢复为正常状态但是生产日志不会被清除。
**功能对应截图**
<div align="center">
<img style="margin-top:18px;" src="/public/image/planning_and_production/tray_management/托盘管理清除托盘NG截图.png" alt="托盘管理清除托盘NG截图">
<div style="font-size:12px; font-weight:bold;">图1 托盘管理清除托盘NG</div>
</div>