feat(production-master-data): 新增产线、工艺流程类别、产品管理模块
1. 新增工厂区域全量查询API 2. 新增产线管理API、页面、路由与多语言配置 3. 新增工艺流程类别管理API、页面、路由与多语言配置 4. 新增产品管理API、页面、路由与多语言配置 5. 修复MenuTree组件slot-scope语法兼容问题 6. 追加对应功能的测试文档与版本记录
This commit is contained in:
@@ -45,6 +45,90 @@
|
||||
"confirm_delete": "Are you sure to delete?",
|
||||
"validation_fail": "Validation failed",
|
||||
"please_enter": "Please enter {name}"
|
||||
},
|
||||
"production_line": {
|
||||
"search": "Search",
|
||||
"reset": "Reset",
|
||||
"enter_code": "Please enter production line code",
|
||||
"enter_name": "Please enter production line name",
|
||||
"enter_remark": "Please enter remark",
|
||||
"operation_success": "Operation succeeded",
|
||||
"sort": "No.",
|
||||
"code": "Production Line Code",
|
||||
"name": "Production Line Name",
|
||||
"area": "Plant Area",
|
||||
"area_name": "Plant Area",
|
||||
"select_area": "Please select plant area",
|
||||
"remark": "Remark",
|
||||
"operation": "Actions",
|
||||
"add": "Add",
|
||||
"edit": "Edit",
|
||||
"delete": "Delete",
|
||||
"remark_length": "Length should be 1 to 100 characters",
|
||||
"add_title": "Add Production Line",
|
||||
"edit_title": "Edit Production Line",
|
||||
"cancel": "Cancel",
|
||||
"confirm": "Confirm",
|
||||
"tip": "Tip",
|
||||
"confirm_delete": "Are you sure to delete?",
|
||||
"validation_fail": "Validation failed"
|
||||
}
|
||||
},
|
||||
"process_model": {
|
||||
"process_category": {
|
||||
"search": "Search",
|
||||
"reset": "Reset",
|
||||
"enter_code": "Please enter category code",
|
||||
"enter_name": "Please enter category name",
|
||||
"operation_success": "Operation succeeded",
|
||||
"sort": "No.",
|
||||
"code": "Category Code",
|
||||
"name": "Category Name",
|
||||
"remark": "Remark",
|
||||
"operation": "Actions",
|
||||
"add": "Add",
|
||||
"edit": "Edit",
|
||||
"delete": "Delete",
|
||||
"remark_required": "Please enter remark",
|
||||
"remark_length": "Length should be 1 to 100 characters",
|
||||
"add_title": "Add Process Category",
|
||||
"edit_title": "Edit Process Category",
|
||||
"cancel": "Cancel",
|
||||
"confirm": "Confirm",
|
||||
"tip": "Tip",
|
||||
"confirm_delete": "Are you sure to delete?",
|
||||
"validation_fail": "Validation failed",
|
||||
"please_enter": "Please enter {name}"
|
||||
}
|
||||
},
|
||||
"product_management": {
|
||||
"product_list": {
|
||||
"search": "Search",
|
||||
"reset": "Reset",
|
||||
"enter_code": "Please enter product code",
|
||||
"enter_name": "Please enter product name",
|
||||
"operation_success": "Operation succeeded",
|
||||
"create_success": "Created successfully",
|
||||
"edit_success": "Updated successfully",
|
||||
"delete_success": "Deleted successfully",
|
||||
"sort": "No.",
|
||||
"code": "Product Code",
|
||||
"name": "Product Name",
|
||||
"remark": "Remark",
|
||||
"operation": "Actions",
|
||||
"add": "Add",
|
||||
"edit": "Edit",
|
||||
"delete": "Delete",
|
||||
"enter_remark": "Please enter remark",
|
||||
"remark_length": "Length should be 1 to 100 characters",
|
||||
"add_title": "Add Product",
|
||||
"edit_title": "Edit Product",
|
||||
"cancel": "Cancel",
|
||||
"confirm": "Confirm",
|
||||
"tip": "Tip",
|
||||
"confirm_delete": "Are you sure to delete?",
|
||||
"validation_fail": "Validation failed",
|
||||
"please_enter": "Please enter {name}"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user