diff --git a/data_middleground/battery_curve.md b/data_middleground/battery_curve.md index 7d244df..3eef7a6 100644 --- a/data_middleground/battery_curve.md +++ b/data_middleground/battery_curve.md @@ -13,7 +13,11 @@ - 数据导出:支持将当前工序的全部曲线数据文件导出为 ZIP 压缩包 **功能对应截图** : -![图片:电池曲线功能截图](/public/image/battery_curve/图片:电池曲线功能截图.png) + +
+ 电池曲线页面截图 +
图1 电池曲线页面
+
## 2. 术语说明 @@ -47,7 +51,11 @@ 5. 点击左侧某条工序记录,右侧展示对应的充放电曲线图表 **功能对应截图** : -![图片:电池曲线查询条件截图](/public/image/battery_curve/图片:电池曲线查询条件截图.png) + +
+ 电池曲线页面查询展示截图 +
图1 电池曲线页面查询展示
+
### 3.3 工序记录列表 @@ -62,7 +70,12 @@ | 上传时间 | 该工序数据的上传时间 | **功能对应截图** : -![图片:电池曲线工序列表截图](/public/image/battery_curve/图片:电池曲线工序列表截图.png) + +
+ 电池曲线页面工序列表截图 +
图1 电池曲线页面工序列表
+
+ ## 4. 曲线图表展示 @@ -88,7 +101,12 @@ | 容量曲线 | 柱状图,橙色 | mAH(毫安时) | 右侧纵轴,反映容量累积过程 | **功能对应截图** : -![图片:电池曲线图表截图](/public/image/battery_curve/图片:电池曲线图表截图.png) + +
+ 电池曲线页面曲线数据截图 +
图1 电池曲线页面曲线数据
+
+ ### 4.3 图表交互操作 @@ -114,7 +132,17 @@ **【注意】** 此功能需要本地安装曲线查看器程序。 **功能对应截图** : -![图片:电池曲线整盘查看截图](/public/image/battery_curve/图片:电池曲线整盘查看截图.png) + +
+ 电池曲线界面查看组曲线截图1 +
图1 电池曲线界面查看组曲线1
+
+ +
+ 电池曲线界面查看组曲线截图2 +
图2 电池曲线界面查看组曲线2
+
+ ## 6. 数据导出 @@ -131,6 +159,10 @@ **【注意】** 导出前必须先在左侧列表中选中一条工序记录,否则会提示"请先查询电池信息"。 **功能对应截图** : -![图片:电池曲线数据导出截图](/public/image/battery_curve/图片:电池曲线数据导出截图.png) + +
+ 电池曲线界面导出组曲线数据截图 +
图1 电池曲线界面导出组曲线数据
+
diff --git a/data_middleground/battery_detail_report.md b/data_middleground/battery_detail_report.md index 7dff78e..e8cf980 100644 --- a/data_middleground/battery_detail_report.md +++ b/data_middleground/battery_detail_report.md @@ -13,7 +13,12 @@ - 数据导出:支持将查询条件下的全量数据通过异步任务导出为 CSV 文件,适用于大批量数据分析 **功能对应截图** : -![图片:电池详情报表功能截图](/public/image/battery_detail_report/图片:电池详情报表功能截图.png) + +
+ 电池详情报表页面截图 +
图1 电池详情报表页面
+
+ ## 2. 术语说明 @@ -99,8 +104,12 @@ flowchart LR 左侧面板提供层级联动的筛选条件,用户需按"流程 → 批次 → 工序"的顺序逐级选择,系统会根据上一级选择动态加载下一级的选项。 -**筛选面板截图** : -![图片:筛选条件面板截图](/public/image/battery_detail_report/图片:筛选条件面板截图.png) +**功能对应截图** : + +
+ 筛选条件面板截图 +
图1 筛选条件面板
+
#### 3.1.2 工艺流程选择 @@ -155,7 +164,16 @@ flowchart LR 工序参数是各工序在作业过程中记录的实际结果数据。系统根据用户在筛选条件中选择的工序,动态加载对应工序的结果参数,以树形结构展示。用户可以自由勾选需要在报表中展示的参数列。 **功能对应截图** : -![图片:工序参数树截图](/public/image/battery_detail_report/图片:工序参数树截图.png) + +
+ 工序选择筛选面板截图 +
图1 工序选择筛选面板
+
+ +
+ 工序数据筛选面板截图 +
图2 工序数据筛选面板
+
#### 3.2.2 工序参数树操作 @@ -198,7 +216,11 @@ flowchart LR > - 如果未选择工序(使用全部工序),则以工艺流程中**最后一个工序**的完成时间作为过滤条件 **功能对应截图** : -![图片:查询条件与结果截图](/public/image/battery_detail_report/图片:查询条件与结果截图.png) + +
+ 查询条件与结果截图 +
图1 查询条件与结果
+
#### 3.3.2 表格表头结构 @@ -259,9 +281,6 @@ flowchart LR 系统采用**异步任务导出**机制,先将导出请求创建为后台任务,用户可在系统顶部的"系统下载任务"中查看任务进度并下载生成的文件。导出格式为 CSV。 -**功能对应截图** : -![图片:导出确认截图](/public/image/battery_detail_report/图片:导出确认截图.png) - #### 3.4.2 导出操作步骤 1. 设置好筛选条件(流程、批次、工序、时间范围和工序参数) @@ -285,6 +304,18 @@ flowchart LR **【重要】** 数据量较大的批次,系统会自动将数据拆分为多个 CSV 文件分别生成,最后合并为一个完整的 CSV 文件供下载。 +**功能对应截图** : + +
+ 导出数据截图 +
图1 导出数据
+
+ +
+ 获取导出文件截图 +
图2 获取导出文件
+
+ ### 3.5 分页浏览 查询结果支持分页浏览,系统默认每页显示 10 条记录。用户可以在表格底部切换页码和每页条数。 diff --git a/data_middleground/battery_traceability.md b/data_middleground/battery_traceability.md index 1f5aea2..df715bd 100644 --- a/data_middleground/battery_traceability.md +++ b/data_middleground/battery_traceability.md @@ -14,7 +14,11 @@ - 复投激活:将 NG 电池重新激活,使其可从下一工序继续生产 **功能对应截图** : -![图片:电池追溯功能截图](/public/image/battery_traceability/图片:电池追溯功能截图.png) + +
+ 电池追溯功能页面截图 +
图1 电池追溯功能页面
+
## 2. 术语说明 @@ -51,7 +55,12 @@ 3. 点击【查询】按钮,系统展示电池信息列表 **功能对应截图** : -![图片:电池追溯查询条件截图](/public/image/battery_traceability/图片:电池追溯查询条件截图.png) + +
+ 电池追溯查询条件截图 +
图1 电池追溯查询条件
+
+ ### 3.3 查询结果字段说明 @@ -68,30 +77,11 @@ | 当前工序编码 | 电池当前所在工序的编码 | **功能对应截图** : -![图片:电池追溯结果列表截图](/public/image/battery_traceability/图片:电池追溯结果列表截图.png) -### 3.4 工艺树形展示 - -查询结果表格的每行支持展开,展开后以组织树形图的形式展示该电池的 BOM 物料组成结构。 - -**操作步骤:** - -1. 在查询结果列表中,点击行首的展开按钮(>) -2. 展开区域展示该电池的 BOM 物料树形结构 -3. 点击树中的某个节点,弹出该物料的详细信息 - -**树节点信息:** - -| 信息项 | 说明 | -|-------|------| -| BOM结构名称 | 该物料节点在 BOM 中的名称 | -| BOM结构编码 | 该物料节点在 BOM 中的编码 | -| BOM结构类型 | 物料类型(以绿色标签展示) | -| 物料批次 | 该物料的批次号(如有) | -| 物料投料设备 | 该物料的投料设备编码(如有) | - -**功能对应截图** : -![图片:电池追溯工艺树形截图](/public/image/battery_traceability/图片:电池追溯工艺树形截图.png) +
+ 电池追溯查询结果列表截图 +
图1 电池追溯查询结果列表
+
## 4. 电池详情 @@ -111,7 +101,11 @@ 5. 点击页面左上角返回箭头,退出详情页面 **功能对应截图** : -![图片:电池追溯详情页面截图](/public/image/battery_traceability/图片:电池追溯详情页面截图.png) + +
+ 电池追溯详情页面截图 +
图1 电池追溯详情页面
+
### 4.3 工序数据字段说明 @@ -190,7 +184,11 @@ **【注意】** 如果取消激活后该托盘下没有其他激活的电池,托盘也会同步停止激活。 **功能对应截图** : -![图片:电池追溯取消激活截图](/public/image/battery_traceability/图片:电池追溯取消激活截图.png) + +
+ 取消电池激活截图 +
图1 取消电池激活
+
## 6. 复投激活 @@ -209,7 +207,11 @@ **【注意】** 只有激活状态为"停止"且判定为"NG"的电池才显示【复投激活】按钮。 **功能对应截图** : -![图片:电池追溯复投激活截图](/public/image/battery_traceability/图片:电池追溯复投激活截图.png) + +
+ 电池复投激活截图 +
图1 电池复投激活
+
## 7. 相关功能 diff --git a/public/image/data_middleground/battery_curve/电池曲线界面导出组曲线数据截图.png b/public/image/data_middleground/battery_curve/电池曲线界面导出组曲线数据截图.png new file mode 100644 index 0000000..a6aaa0d Binary files /dev/null and b/public/image/data_middleground/battery_curve/电池曲线界面导出组曲线数据截图.png differ diff --git a/public/image/data_middleground/battery_curve/电池曲线界面查看组曲线截图1.png b/public/image/data_middleground/battery_curve/电池曲线界面查看组曲线截图1.png new file mode 100644 index 0000000..83a42c9 Binary files /dev/null and b/public/image/data_middleground/battery_curve/电池曲线界面查看组曲线截图1.png differ diff --git a/public/image/data_middleground/battery_curve/电池曲线界面查看组曲线截图2.png b/public/image/data_middleground/battery_curve/电池曲线界面查看组曲线截图2.png new file mode 100644 index 0000000..59a6371 Binary files /dev/null and b/public/image/data_middleground/battery_curve/电池曲线界面查看组曲线截图2.png differ diff --git a/public/image/data_middleground/battery_curve/电池曲线页面工序列表截图.png b/public/image/data_middleground/battery_curve/电池曲线页面工序列表截图.png new file mode 100644 index 0000000..248200d Binary files /dev/null and b/public/image/data_middleground/battery_curve/电池曲线页面工序列表截图.png differ diff --git a/public/image/data_middleground/battery_curve/电池曲线页面截图.png b/public/image/data_middleground/battery_curve/电池曲线页面截图.png new file mode 100644 index 0000000..8b05ff4 Binary files /dev/null and b/public/image/data_middleground/battery_curve/电池曲线页面截图.png differ diff --git a/public/image/data_middleground/battery_curve/电池曲线页面曲线数据截图.png b/public/image/data_middleground/battery_curve/电池曲线页面曲线数据截图.png new file mode 100644 index 0000000..1a56ac4 Binary files /dev/null and b/public/image/data_middleground/battery_curve/电池曲线页面曲线数据截图.png differ diff --git a/public/image/data_middleground/battery_curve/电池曲线页面查询展示截图.png b/public/image/data_middleground/battery_curve/电池曲线页面查询展示截图.png new file mode 100644 index 0000000..72efa2d Binary files /dev/null and b/public/image/data_middleground/battery_curve/电池曲线页面查询展示截图.png differ diff --git a/public/image/data_middleground/battery_detail_report/导出数据截图.png b/public/image/data_middleground/battery_detail_report/导出数据截图.png new file mode 100644 index 0000000..222087f Binary files /dev/null and b/public/image/data_middleground/battery_detail_report/导出数据截图.png differ diff --git a/public/image/data_middleground/battery_detail_report/工序数据筛选面板截图.png b/public/image/data_middleground/battery_detail_report/工序数据筛选面板截图.png new file mode 100644 index 0000000..e3d276d Binary files /dev/null and b/public/image/data_middleground/battery_detail_report/工序数据筛选面板截图.png differ diff --git a/public/image/data_middleground/battery_detail_report/工序选择筛选面板截图.png b/public/image/data_middleground/battery_detail_report/工序选择筛选面板截图.png new file mode 100644 index 0000000..ce34751 Binary files /dev/null and b/public/image/data_middleground/battery_detail_report/工序选择筛选面板截图.png differ diff --git a/public/image/data_middleground/battery_detail_report/查询条件与结果截图.png b/public/image/data_middleground/battery_detail_report/查询条件与结果截图.png new file mode 100644 index 0000000..67026f5 Binary files /dev/null and b/public/image/data_middleground/battery_detail_report/查询条件与结果截图.png differ diff --git a/public/image/data_middleground/battery_detail_report/电池详情报表页面截图.png b/public/image/data_middleground/battery_detail_report/电池详情报表页面截图.png new file mode 100644 index 0000000..dff4786 Binary files /dev/null and b/public/image/data_middleground/battery_detail_report/电池详情报表页面截图.png differ diff --git a/public/image/data_middleground/battery_detail_report/筛选条件面板截图.png b/public/image/data_middleground/battery_detail_report/筛选条件面板截图.png new file mode 100644 index 0000000..03023e1 Binary files /dev/null and b/public/image/data_middleground/battery_detail_report/筛选条件面板截图.png differ diff --git a/public/image/data_middleground/battery_detail_report/获取导出文件截图.png b/public/image/data_middleground/battery_detail_report/获取导出文件截图.png new file mode 100644 index 0000000..daff213 Binary files /dev/null and b/public/image/data_middleground/battery_detail_report/获取导出文件截图.png differ diff --git a/public/image/data_middleground/battery_traceability/取消电池激活截图.png b/public/image/data_middleground/battery_traceability/取消电池激活截图.png new file mode 100644 index 0000000..ac06b98 Binary files /dev/null and b/public/image/data_middleground/battery_traceability/取消电池激活截图.png differ diff --git a/public/image/data_middleground/battery_traceability/电池复投激活截图.png b/public/image/data_middleground/battery_traceability/电池复投激活截图.png new file mode 100644 index 0000000..e19bf26 Binary files /dev/null and b/public/image/data_middleground/battery_traceability/电池复投激活截图.png differ diff --git a/public/image/data_middleground/battery_traceability/电池追溯功能页面截图.png b/public/image/data_middleground/battery_traceability/电池追溯功能页面截图.png new file mode 100644 index 0000000..13b4cbe Binary files /dev/null and b/public/image/data_middleground/battery_traceability/电池追溯功能页面截图.png differ diff --git a/public/image/data_middleground/battery_traceability/电池追溯查询条件截图.png b/public/image/data_middleground/battery_traceability/电池追溯查询条件截图.png new file mode 100644 index 0000000..96cf29c Binary files /dev/null and b/public/image/data_middleground/battery_traceability/电池追溯查询条件截图.png differ diff --git a/public/image/data_middleground/battery_traceability/电池追溯查询结果列表截图.png b/public/image/data_middleground/battery_traceability/电池追溯查询结果列表截图.png new file mode 100644 index 0000000..d5efa8b Binary files /dev/null and b/public/image/data_middleground/battery_traceability/电池追溯查询结果列表截图.png differ diff --git a/public/image/data_middleground/battery_traceability/电池追溯详情页面截图.png b/public/image/data_middleground/battery_traceability/电池追溯详情页面截图.png new file mode 100644 index 0000000..64060cb Binary files /dev/null and b/public/image/data_middleground/battery_traceability/电池追溯详情页面截图.png differ diff --git a/后台Webman界面截图对照表.md b/后台Webman界面截图对照表.md index c35e062..2de83a5 100644 --- a/后台Webman界面截图对照表.md +++ b/后台Webman界面截图对照表.md @@ -75,9 +75,9 @@ | 质量管理 (Quality Management) | SPC计数型报表 (SPC Attribute Charts) | UChart (U Chart) | | | | | | 数据中台 (Data Platform) | 基础追溯 (Traceability) | 反向追溯 (Backward Traceability) | | |√ | | | 数据中台 (Data Platform) | 基础追溯 (Traceability) | 正向追溯 (Forward Traceability) | | |√ | | -| 数据中台 (Data Platform) | 基础追溯 (Traceability) | 电池曲线 (Battery Curve) | | | √| | | +| 数据中台 (Data Platform) | 基础追溯 (Traceability) | 电池曲线 (Battery Curve) | | | √| √ | | | 数据中台 (Data Platform) | 基础追溯 (Traceability) | 托盘追溯 (Tray Traceability) | | | √ | | | -| 数据中台 (Data Platform) | 基础追溯 (Traceability) | 电池追溯 (Battery Traceability) | | | √ | | | +| 数据中台 (Data Platform) | 基础追溯 (Traceability) | 电池追溯 (Battery Traceability) | | | √ | √ | | | 数据中台 (Data Platform) | 生产报表 (Production Reports) | 设备履历报表 (Equipment History Report) | | | √ | | | -| 数据中台 (Data Platform) | 生产报表 (Production Reports) | 电池详情报表 (Battery Detail Report) | | | √ | | | +| 数据中台 (Data Platform) | 生产报表 (Production Reports) | 电池详情报表 (Battery Detail Report) | | | √ | √ | | | 数据中台 (Data Platform) | 相关性分析 (Correlation Analysis) | 鹰眼 (Hawkeye) | | | √| | |