📃 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

@@ -9,10 +9,6 @@
- 批次管理:维护生产批次的新增、删除、修改、查询
- 批次关联:关联工艺流程、产品型号、产区和产线
**功能对应截图**
![图片:批次管理功能截图](/public/image/process_model/图片:工艺模型功能截图.png)
## 2. 术语说明
| 术语 | 定义 | 说明 |
@@ -67,7 +63,11 @@ flowchart TB
批次列表展示所有生产批次信息,支持按多种条件查询和筛选。
**功能对应截图**
![图片:批次列表截图](/public/image/process_model/图片:工序单元列表截图.png)
<div align="center">
<img style="margin-top:18px;" src="/public/image/planning_and_production/batch_management/批次列表功能截图.png" alt="批次列表功能截图">
<div style="font-size:12px; font-weight:bold;">图1 批次列表功能</div>
</div>
#### 4.1.2 批次查询
@@ -81,6 +81,15 @@ flowchart TB
| 产线 | 按产线筛选 |
| 创建时间 | 按创建时间范围筛选 |
**功能对应截图**
<div align="center">
<img style="margin-top:18px;" src="/public/image/planning_and_production/batch_management/批次列表查询条件截图.png" alt="批次列表查询条件截图">
<div style="font-size:12px; font-weight:bold;">图1 批次列表查询条件</div>
</div>
### 4.2 新增批次
#### 4.2.1 新增批次说明
@@ -117,7 +126,11 @@ flowchart TB
**【重要】** 批次一旦开始生产,不允许删除。
**功能对应截图**
![图片:新增批次截图](/public/image/process_model/图片:新增工序单元截图.png)
<div align="center">
<img style="margin-top:18px;" src="/public/image/planning_and_production/batch_management/新建批次截图.png" alt="新建批次截图">
<div style="font-size:12px; font-weight:bold;">图1 新建批次</div>
</div>
### 4.3 编辑批次
@@ -135,6 +148,14 @@ flowchart TB
**【注意】** 已开始生产的批次不允许编辑基本信息,仅可更新备注信息。
**功能对应截图**
<div align="center">
<img style="margin-top:18px;" src="/public/image/planning_and_production/batch_management/编辑批次截图.png" alt="编辑批次截图">
<div style="font-size:12px; font-weight:bold;">图1 编辑批次</div>
</div>
### 4.4 删除批次
#### 4.4.1 删除批次说明
@@ -150,6 +171,13 @@ flowchart TB
**【注意】** 删除批次会将批次数据永久删除,无法恢复。
**功能对应截图**
<div align="center">
<img style="margin-top:18px;" src="/public/image/planning_and_production/batch_management/删除批次截图.png" alt="删除批次截图">
<div style="font-size:12px; font-weight:bold;">图1 删除批次</div>
</div>
## 4.5.1. 电池批量登录
@@ -165,3 +193,22 @@ flowchart TB
**【注意】** 导入前请确保关联的工艺流程、产品型号、工厂、产线已存在。
**功能对应截图**
<div align="center">
<img style="margin-top:18px;" src="/public/image/planning_and_production/batch_management/电池批量登录截图.png" alt="电池批量登录截图">
<div style="font-size:12px; font-weight:bold;">图1 电池批量登录</div>
</div>
<div align="center">
<img style="margin-top:18px;" src="/public/image/planning_and_production/batch_management/电池批量登录文件格式截图.png" alt="电池批量登录文件格式截图">
<div style="font-size:12px; font-weight:bold;">图2 电池批量登录文件格式</div>
</div>
<div align="center">
<img style="margin-top:18px;" src="/public/image/planning_and_production/batch_management/电池批量登录文件载入截图.png" alt="电池批量登录文件载入截图">
<div style="font-size:12px; font-weight:bold;">图3 电池批量登录文件载入</div>
</div>
<div align="center">
<img style="margin-top:18px;" src="/public/image/planning_and_production/batch_management/电池批量登录文件载入完成截图.png" alt="电池批量登录文件载入完成截图">
<div style="font-size:12px; font-weight:bold;">图4 电池批量登录文件载入完成</div>
</div>