diff --git a/production_configuration/Organization.md b/production_configuration/Organization.md index 490816e..0b4a164 100644 --- a/production_configuration/Organization.md +++ b/production_configuration/Organization.md @@ -11,7 +11,7 @@ - 排班日历:查看生产排班的时间规划和排班信息 **功能对应截图** : -![图片:班组模型功能截图](/public/image/process_model/图片:工艺模型功能截图.png) +![图片:班组模型功能截图](/public/image/Organization/图片:班组模型功能截图.png) ## 2. 术语说明 @@ -40,7 +40,7 @@ 班组是生产作业的基本组织单元,用于编入生产人员。 **功能对应截图** : -![图片:班组列表截图](/public/image/process_model/图片:工序单元列表截图.png) +![图片:班组列表截图](/public/image/Organization/图片:班组列表截图.png) #### 3.1.2 新增班组 @@ -62,10 +62,10 @@ **【重要】** 班组编码创建后不允许修改,请在创建时仔细确认。 -**【重要】** 班组被工单引用后,不允许删除。 + **功能对应截图** : -![图片:新增班组截图](/public/image/process_model/图片:新增工序单元截图.png) +![图片:新增班组截图](/public/image/Organization/图片:新增班组截图.png) #### 3.1.3 班组查询 @@ -85,7 +85,7 @@ 排班计划是班组工作时间的基本划分,用于管理生产作业的时间安排。 **功能对应截图** : -![图片:班次列表截图](/public/image/process_model/图片:工序单元列表截图.png) +![图片:班次列表截图](/public/image/Organization/图片:班次列表截图.png) #### 3.2.2 新增排班计划 @@ -111,7 +111,7 @@ **【重要】** 排班计划被排班记录引用后,不允许删除。 **功能对应截图** : -![图片:新增排班计划截图](/public/image/process_model/图片:新增工序单元截图.png) +![图片:新增排班计划截图](/public/image/Organization/图片:新增排班计划截图.png) #### 3.2.3 排班计划查询 @@ -125,7 +125,8 @@ | 创建时间 | 按排班计划创建时间筛选 | **功能对应截图** : -![图片:排班计划查询截图](/public/image/process_model/图片:工序单元查询列表截图.png) +![图片:排班计划查询截图](/public/image/Organization/图片:排班计划查询截图.png) + #### 3.2.4 排班计划导入 @@ -136,6 +137,9 @@ 3. 上传排班计划文件 4. 点击【确定】完成排班计划导入 +**功能对应截图** : +![图片:排班计划导入截图](/public/image/Organization/图片:排班计划导入截图.png) +![图片:排班计划导入excel](/public/image/Organization/图片:排班计划导入excel.png) #### 3.2.4 排班计划导出 **操作步骤:** @@ -143,4 +147,12 @@ 1. 进入【生产配置】→【班组模型】→【排班计划】 2. 点击【导出】按钮 3. 选择导出格式(如Excel) -4. 点击【确定】完成排班计划导出 \ No newline at end of file +4. 点击【确定】完成排班计划导出 + + +#### 3.2.5 排班日历 + +排班日历是班组排班计划的可视化展示,用于查看和管理排班计划。 + +**功能对应截图** : +![图片:排班日历截图](/public/image/Organization/图片:排班日历截图.png) diff --git a/public/image/Organization/图片:排班日历截图.png b/public/image/Organization/图片:排班日历截图.png new file mode 100644 index 0000000..fedebde Binary files /dev/null and b/public/image/Organization/图片:排班日历截图.png differ diff --git a/public/image/Organization/图片:排班计划导入excel.png b/public/image/Organization/图片:排班计划导入excel.png new file mode 100644 index 0000000..863a5d3 Binary files /dev/null and b/public/image/Organization/图片:排班计划导入excel.png differ diff --git a/public/image/Organization/图片:排班计划导入截图.png b/public/image/Organization/图片:排班计划导入截图.png new file mode 100644 index 0000000..434eb0e Binary files /dev/null and b/public/image/Organization/图片:排班计划导入截图.png differ diff --git a/public/image/Organization/图片:排班计划查询截图.png b/public/image/Organization/图片:排班计划查询截图.png new file mode 100644 index 0000000..34e5b2f Binary files /dev/null and b/public/image/Organization/图片:排班计划查询截图.png differ diff --git a/public/image/Organization/图片:新增排班计划截图.png b/public/image/Organization/图片:新增排班计划截图.png new file mode 100644 index 0000000..b4e4a0f Binary files /dev/null and b/public/image/Organization/图片:新增排班计划截图.png differ diff --git a/public/image/Organization/图片:新增班组截图.png b/public/image/Organization/图片:新增班组截图.png new file mode 100644 index 0000000..d90e877 Binary files /dev/null and b/public/image/Organization/图片:新增班组截图.png differ diff --git a/public/image/Organization/图片:班次列表截图.png b/public/image/Organization/图片:班次列表截图.png new file mode 100644 index 0000000..cb80240 Binary files /dev/null and b/public/image/Organization/图片:班次列表截图.png differ diff --git a/public/image/Organization/图片:班组列表截图.png b/public/image/Organization/图片:班组列表截图.png new file mode 100644 index 0000000..02e4e16 Binary files /dev/null and b/public/image/Organization/图片:班组列表截图.png differ diff --git a/public/image/Organization/图片:班组模型功能截图.png b/public/image/Organization/图片:班组模型功能截图.png new file mode 100644 index 0000000..ace8f3b Binary files /dev/null and b/public/image/Organization/图片:班组模型功能截图.png differ diff --git a/后台Webman界面截图对照表.md b/后台Webman界面截图对照表.md index b1cc46b..9857297 100644 --- a/后台Webman界面截图对照表.md +++ b/后台Webman界面截图对照表.md @@ -20,9 +20,9 @@ | **生产配置 (Production Master Data)** | 物料模型 (Material Model) | BOM物料清单 (Bill of Materials) | 产品BOM管理 | | √ | √ | | | **生产配置 (Production Master Data)** | 物料模型 (Material Model) | 计量单位 (Unit of Measure) | 计量单位配置与管理 | | √ | √ | | | **生产配置 (Production Master Data)** | SPC采集模型 (SPC Configuration) | SPC采集配置 (Data Collection Configuration) | 配置SPC采集参数 | | √| | | -| **生产配置 (Production Master Data)** | 班组模型 (Team Model) | 班组管理 (Team Management) | 管理生产班组 | | √ | | | -| **生产配置 (Production Master Data)** | 班组模型 (Team Model) | 班次管理 (Shift Management) | 管理生产班次 | | √ | | | -| **生产配置 (Production Master Data)** | 班组模型 (Team Model) | 排班日历 (Scheduling Calendar) | 查看排班日历 | | √ | | | +| **生产配置 (Production Master Data)** | 班组模型 (Team Model) | 班组管理 (Team Management) | 管理生产班组 | | √ | √| | +| **生产配置 (Production Master Data)** | 班组模型 (Team Model) | 班次管理 (Shift Management) | 管理生产班次 | | √ | √ | | +| **生产配置 (Production Master Data)** | 班组模型 (Team Model) | 排班日历 (Scheduling Calendar) | 查看排班日历 | | √ | √ | | | **设备模型 (Equipment Management)** | 设备类别 (Equipment Category) | 设备类别 (Equipment Category) | 管理设备类别 | | √ | √ | | | **设备模型 (Equipment Management)** | 设备信息 (Equipment Management) | 设备信息 (Equipment Registry) | 管理设备信息 | | √ | √ | | | **设备模型 (Equipment Management)** | 设备点检 (Inspection Management) | 设备点检项目 (Inspection Items) | 点检项目管理 | | √ | √ | |