Files
HF-MES-manual/en/production_configuration/Organization.md
2026-05-12 01:46:34 +08:00

159 lines
5.8 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Production Team Model
## 1. Function Overview
The Production Team Model belongs to the basic module of the MES system. It is used to build the production team, production shift, and production member data of the enterprise, providing organizational basic data support for production scheduling.
**Core Functions:**
- Team Management: Maintain the addition, deletion, modification, and query of production teams
- Schedule Plan Management: Maintain the addition, deletion, modification, and query of production schedules
- Schedule Calendar: View the time planning and scheduling information of production schedules
**Function Screenshot**:
![Production Team Model Function Screenshot](/public/image_en/Organization/图片:班组模型功能截图.png)
## 2. Term Explanation
| Term | Definition | Description |
|------|------------|-------------|
| Production Team | Production Team, production operation organization unit | Used to organize and manage production personnel |
| Team Members | Production Members, members of the team | Operators belonging to a specific team |
| Schedule Plan | Production Schedule, team's schedule plan | Defines working hours and task allocation for the team |
| Rotation Method | Rotation Schedule, team's scheduling method | Such as rotation shifts, fixed scheduling, etc. |
| Rest Day Selection | Rest Day Schedule, team's rest day selection | Defines which days are rest days |
**Relationship Description:**
| Relationship Type | Description |
|------------------|-------------|
| Team → Shift | **1 to N**: A team can contain multiple shifts |
| Team → Production Members | **1 to N**: A team can contain multiple production members |
## 3. Production Team Model Interaction Flow
### 3.1 Team Management
#### 3.1.1 Team Description
A team is the basic organizational unit for production operations, used to assign production personnel.
**Function Screenshot**:
![Team List Screenshot](/public/image_en/Organization/图片:班组列表截图.png)
#### 3.1.2 Add Team
**Operation Steps:**
1. Go to [Production Configuration] → [Team Model] → [Team Management]
2. Click [Add] button
3. Fill in basic team information
4. Add team members
5. Click [OK] to complete team creation
**Field Description:**
| Field | Description | Required |
|-------|-------------|----------|
| Team Name | Name of the team, e.g., "Packaging Team" | Yes |
| Belonging Factory Area | Production factory area where the team belongs, e.g., "Factory A" | Yes |
| Belonging Production Line | Production line where the team belongs, e.g., "Packaging Line" | Yes |
**[Important]** The team code cannot be modified after creation. Please confirm carefully when creating.
**Function Screenshot**:
![Add Team Screenshot](/public/image_en/Organization/图片:新增班组截图.png)
#### 3.1.3 Team Query
**Query Conditions:**
| Query Condition | Description |
|----------------|-------------|
| Team Name | Fuzzy query by team name |
| Belonging Factory Area | Filter by team's factory area |
| Belonging Production Line | Filter by team's production line |
| Creation Time | Filter by team creation time |
### 3.2 Schedule Plan
#### 3.2.1 Schedule Plan Description
A schedule plan is the basic division of team working hours, used to manage the time arrangement of production operations.
**Function Screenshot**:
![Shift List Screenshot](/public/image_en/Organization/图片:班次列表截图.png)
#### 3.2.2 Add Schedule Plan
**Operation Steps:**
1. Go to [Production Configuration] → [Team Model] → [Schedule Plan]
2. Click [Add] button
3. Fill in basic schedule plan information
4. Click [OK] to complete schedule plan creation
**Field Description:**
| Field | Description | Required |
|-------|-------------|----------|
| Schedule Name | Name of the schedule plan, e.g., "Morning Shift", "Afternoon Shift", "Evening Shift" | Yes |
| Schedule Code | Unique identification code of the schedule plan | Yes |
| Schedule Time Range | Time range of the schedule plan, e.g., "9:00-17:00" | Yes |
| Status | Status of the schedule plan, e.g., "Enabled", "Disabled" | No |
| Team | Teams included in the schedule plan | No |
| Remarks | Other supplementary information | No |
**[Important]** The schedule plan code cannot be modified after creation.
**[Important]** The schedule plan cannot be deleted once referenced by schedule records.
**Function Screenshot**:
![Add Schedule Plan Screenshot](/public/image_en/Organization/图片:新增排班计划截图.png)
#### 3.2.3 Schedule Plan Query
**Query Conditions:**
| Query Condition | Description |
|----------------|-------------|
| Schedule Code | Exact query by schedule code |
| Schedule Name | Fuzzy query by schedule name |
| Creation Time | Filter by schedule plan creation time |
**Function Screenshot**:
![Schedule Plan Query Screenshot](/public/image_en/Organization/图片:排班计划查询截图.png)
#### 3.2.4 Import Schedule Plan
**Operation Steps:**
1. Go to [Production Configuration] → [Team Model] → [Schedule Plan]
2. Click [Import] button
3. Upload schedule plan file
4. Click [OK] to complete schedule plan import
**Function Screenshot**:
![Import Schedule Plan Screenshot](/public/image_en/Organization/图片:排班计划导入截图.png)
![Import Schedule Plan Excel](/public/image_en/Organization/图片排班计划导入excel.png)
#### 3.2.4 Export Schedule Plan
**Operation Steps:**
1. Go to [Production Configuration] → [Team Model] → [Schedule Plan]
2. Click [Export] button
3. Select export format (e.g., Excel)
4. Click [OK] to complete schedule plan export
#### 3.2.5 Schedule Calendar
The schedule calendar is a visual display of the team's schedule plan, used to view and manage schedule plans.
**Function Screenshot**:
![Schedule Calendar Screenshot](/public/image_en/Organization/图片:排班日历截图.png)