📃 docs(设备管理篇): 提交设备管理篇的相关文档
文档包含 设备莫模型 设备点检 设备损耗品管理
This commit is contained in:
@@ -11,6 +11,25 @@
|
||||
- 点检日志记录:完整记录点检历史数据,实现可追溯
|
||||
- 异常拦截机制:点检不通过时禁止设备运行/物料投入
|
||||
|
||||
**功能对应截图:**
|
||||
|
||||
<div align="center">
|
||||
<img style="margin-top:18px;" src="/public/image/device_management/equipment_inspection/设备点检功能截图.png" alt="设备点检功能截图">
|
||||
<div style="font-size:12px; font-weight:bold;">图1 设备点检功能页面</div>
|
||||
</div>
|
||||
<div align="center">
|
||||
<img style="margin-top:18px;" src="/public/image/device_management/equipment_inspection/设备点检项目管理功能截图.png" alt="设备点检项目管理功能截图">
|
||||
<div style="font-size:12px; font-weight:bold;">图2 设备点检项目管理功能页面</div>
|
||||
</div>
|
||||
<div align="center">
|
||||
<img style="margin-top:18px;" src="/public/image/device_management/equipment_inspection/设备点检录入功能截图.png" alt="设备点检录入功能截图">
|
||||
<div style="font-size:12px; font-weight:bold;">图3 设备点检录入功能页面</div>
|
||||
</div>
|
||||
<div align="center">
|
||||
<img style="margin-top:18px;" src="/public/image/device_management/equipment_inspection/设备点检日志功能截图.png" alt="设备点检日志功能截图">
|
||||
<div style="font-size:12px; font-weight:bold;">图4 设备点检日志功能页面</div>
|
||||
</div>
|
||||
|
||||
## 2. 术语说明
|
||||
|
||||
### 2.1 点检相关术语
|
||||
@@ -61,7 +80,7 @@ flowchart TD
|
||||
J --> L
|
||||
```
|
||||
|
||||
## 4. 功能模块
|
||||
## 4. 设备点检功能说明
|
||||
|
||||
### 4.1 设备点检项目管理
|
||||
|
||||
@@ -106,6 +125,17 @@ flowchart TD
|
||||
|
||||
**【提示】** 点检项目按“设备类别”统一配置,同一类别下设备共享点检项目;如设备差异较大,建议拆分设备类别。
|
||||
|
||||
**功能对应截图:**
|
||||
|
||||
<div align="center">
|
||||
<img style="margin-top:18px;" src="/public/image/device_management/equipment_inspection/设备点检项目管理新增功能截图01.png" alt="设备点检项目管理新增功能截图01">
|
||||
<div style="font-size:12px; font-weight:bold;">图1 设备点检项目管理新增功能页面</div>
|
||||
</div>
|
||||
<div align="center">
|
||||
<img style="margin-top:18px;" src="/public/image/device_management/equipment_inspection/设备点检项目管理新增功能截图02.png" alt="设备点检项目管理新增功能截图02">
|
||||
<div style="font-size:12px; font-weight:bold;">图2 设备点检项目管理新增功能页面</div>
|
||||
</div>
|
||||
|
||||
### 4.2 设备点检录入管理
|
||||
|
||||
设备点检录入管理用于操作人员对设备点检结果进行录入与提交,支持填写检验数值及判定结果等信息。系统记录完整点检数据,实现点检过程可追溯与结果可核查。
|
||||
@@ -118,6 +148,8 @@ flowchart TD
|
||||
|------|------|------|
|
||||
| 点检值 | 检测数据(如数值类项目填写;判断类可不填) |-|
|
||||
| 点检结果 | 点检判定结果(OK / NG) | ✓ |
|
||||
| 实施人 | 点检人员 | ✓ |
|
||||
| 班别 | 早班/晚班 | ✓ |
|
||||
|
||||
---
|
||||
|
||||
@@ -150,6 +182,21 @@ flowchart TD
|
||||
5. 点击【提交】完成点检
|
||||
6. 系统根据点检结果控制设备是否可生产
|
||||
|
||||
**【提示】** 无论通过PC或PDA进行点检,均与设备开机生产权限强绑定。
|
||||
|
||||
---
|
||||
|
||||
**功能对应截图:**
|
||||
|
||||
<div align="center">
|
||||
<img style="margin-top:18px;" src="/public/image/device_management/equipment_inspection/设备点检录入PC端新增功能截图01.png" alt="设备点检录入PC端新增功能截图01">
|
||||
<div style="font-size:12px; font-weight:bold;">图1 设备点检录入PC端新增功能页面</div>
|
||||
</div>
|
||||
<div align="center">
|
||||
<img style="margin-top:18px;" src="/public/image/device_management/equipment_inspection/设备点检录入PC端新增功能截图02.png" alt="设备点检录入PC端新增功能截图02">
|
||||
<div style="font-size:12px; font-weight:bold;">图2 设备点检录入PC端新增功能功能页面</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
**PDA端操作步骤:**
|
||||
@@ -158,13 +205,20 @@ flowchart TD
|
||||
2. 扫描设备二维码
|
||||
3. 系统加载点检项目列表
|
||||
4. 填写点检数据并选择点检结果
|
||||
5. 输入【点检人】与【确认人】
|
||||
5. 输入【实施人】选择班别【早/晚】
|
||||
6. 点击【上传点检信息】
|
||||
7. 返回生产模块执行生产操作
|
||||
|
||||
---
|
||||
**功能对应截图:**
|
||||
|
||||
**【提示】** 无论通过PC或PDA进行点检,均与设备开机生产权限强绑定。
|
||||
<div align="center">
|
||||
<img style="margin-top:18px;" src="/public/image/device_management/equipment_inspection/设备点检录入PDA端新增功能截图01.png" alt="设备点检录入PDA端新增功能截图01">
|
||||
<div style="font-size:12px; font-weight:bold;">图1 设备点检录入PDA端新增功能页面</div>
|
||||
</div>
|
||||
<div align="center">
|
||||
<img style="margin-top:18px;" src="/public/image/device_management/equipment_inspection/设备点检录入PDA端新增功能截图02.png" alt="设备点检录入PDA端新增功能截图02">
|
||||
<div style="font-size:12px; font-weight:bold;">图2 设备点检录入PDA端新增功能功能页面</div>
|
||||
</div>
|
||||
|
||||
### 4.3 设备点检日志管理
|
||||
|
||||
@@ -219,7 +273,16 @@ flowchart TD
|
||||
|
||||
**【提示】** 建议定期分析点检日志,识别设备潜在风险,提前进行维护。
|
||||
|
||||
**功能对应截图:**
|
||||
|
||||
<div align="center">
|
||||
<img style="margin-top:18px;" src="/public/image/device_management/equipment_inspection/设备点检日查询功能截图01.png" alt="设备点检日查询功能截图01">
|
||||
<div style="font-size:12px; font-weight:bold;">图1 设备点检日查询功能页面</div>
|
||||
</div>
|
||||
<div align="center">
|
||||
<img style="margin-top:18px;" src="/public/image/device_management/equipment_inspection/设备点检日查询功能截图02.png" alt="设备点检日查询功能截图02">
|
||||
<div style="font-size:12px; font-weight:bold;">图2 设备点检日查询功能页面</div>
|
||||
</div>
|
||||
|
||||
## 5. 常见问题与处理
|
||||
|
||||
|
||||
Reference in New Issue
Block a user