1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
| {
| "ProductManagement": {
| "暂无数据": "No data",
| "产品管理": "Product management",
| "添加": "Add",
| "编辑": "Edit",
| "导入": "Import",
| "导出": "Export",
| "SOP管理": "SOP management",
| "SOP配置": "SOP configuration",
| "删除": "Delete",
| "请输入产品名称、产品型号、和产品简码": "Enter product name,model,code",
| "序号": "Serial number",
| "产品名称": "Product name",
| "产品型号": "Product model",
| "产品简号": "Product code",
| "配方名称": "Recipe name",
| "工艺路线": "Process route",
| "备注": "Remark",
| "预览": "Preview",
| "添加本地文件": "Add local file",
| "拖拽至这里上传": "Drag and drop here to upload",
| "工序段": "Process segment",
| "请选择工序段": "Please select a process segment",
| "全部": "All",
| "工序": "Process",
| "请输入工序名称": "Enter process name",
| "工步管理": "Workstep management",
| "新增": "Add",
| "附件": "Attachment",
| "工步和工步描述为必填": "Workstep and description are required",
| "工步名称不可以重复": "Workstep name cannot be repeated",
| "工步": "Workstep",
| "操作描述": "Operation description",
| "请选择工序": "Please select a process",
| "请选择需要删除的工步": "Please select the workstep to be deleted",
| "工序编号": "Process number",
| "工序名称": "Process name",
| "工序段名称": "Process segment name",
| "操作成功": "Operation successful",
| "产品名称不允许为空!": "Product name cannot be empty!",
| "请输入产品名称": "Please enter product name",
| "产品型号不允许为空!": "Product model cannot be empty!",
| "请输入产品型号": "Please enter product model",
| "请输入产品简号": "Please enter product code",
| "创建成功": "Creation successful",
| "修改成功": "Modification successful",
| "删除成功": "Deletion successful",
| "请选择产品进行删除!": "Please select a product to delete!",
| "产品删除后,相关生产数据无法恢复,是否确认删除?": "Product deletion cannot be recovered, are you sure to delete?",
| "新建产品": "New product",
| "请选择一个产品进行编辑": "Please select a product to edit",
| "请选择一个产品进行操作!": "Please select a product to operate!",
| "仅支持编辑单个产品": "Only support editing a single product",
| "该产品型号正在生产中,不可操作!": "The product model is in production, cannot be operated!",
| "仅支持对一个产品型号进行操作!": "Only support operating on a single product model!",
| "产品正在生产中,不允许编辑!": "Product is in production, cannot be edited!",
| "编辑产品": "Edit product",
| "确定": "Confirm",
| "查询": "search",
| "确认": "Confirm",
| "取消": "Cancel",
| "追溯报表": "Traceability report",
| "报表配置": "Report configuration",
| "共": "Total",
| "页": "Pages",
| "当前第": "Current",
| "每页": "Per Page",
| "条记录": "Records",
| "第": "th"
| }
| }
|
|