CD配唱片
2025-05-06 a07f90d6106971923e8f761f253a9b4d30a60752
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
export const zh = {
  title: {
    pipePlanCapacity: "管路产能规划",
    gasPlanCapacity:"气柜规划产能"
  },
  options:{
    monthlyStatic:"按月统计",
    dailyStatic:"按日统计"
  },
  message: {
    update: "数据更新成功",
    dataWorkorderSuccess: "零件工单数据已成功解析",
    dataWorkorderError: "零件工单数据已解析失败",
    metalplanDataSuccess: "钣金计划数据已成功解析",
    metalplanDataError: "钣金计划数据已解析失败",
    idNotBeEmpty: "主键id不能为空",
    errorMonthEmpty:"请选择年月"
  },
  placeholder: {
    startDate: "开始日期",
    endDate: "结束日期",
    startMonth:"开始月份",
    endMonth:"结束月份",
    to:"至",
    documentNumber: "请输入单据号",
    customer: "请输入客户名称",
    planWorkOderNO: "请输入钣金计划工单号",
    selectMonth:"选择月份"
  },
  btns: {
    batchPlanStartDay: "批量修改计划开工日",
    batchPlanEndDay: "批量修改计划完工日",
    confirm: "确定",
    cancel: "取消",
  },
  query: {
    daterangePlanStartDay: "计划开工日",
    daterangePlanEndDay: "计划完工日",
    documentNumber: "单据号",
    customer: "客户名称",
    workOrderNo: "工单号",
    selectMonth: "选择月份",
    statistical:"统计方式",
    selectDateRange: "选择区间"
  },
  upload: {
    prevText: "将文件拖到此处,或",
    uploadPartWorkOrderData: "零件工单数据上传",
    uploadSheetMetalPlanData: "钣金计划数据上传",
    uploadGasPipelineData: "气体管路计划数据上传",
    info: "上传Excel文件,包含零件工单信息。系统将解析数据并保存到本地,用于关联到零件计划中。",
    weldSeamInfo:"上传Excel文件,包含焊缝工单信息。系统将解析数据并保存到本地,用于关联到焊缝计划中。",
    uploadText: "点击上传",
    fileTypeImport: "仅允许导入xls、xlsx格式文件。",
    dataPreview: "数据预览",
    totalUpload: "共上传",
    itemUpload: "条零件工单数据",
    confirmUpload: "确认上传",
    cancel: "取 消",
    errorResult: "导入结果",
    uploadParsePartWorkOrderData: "零件工单数据已成功上传和解析",
    uploadParseGasPipelineData: "气体管路计划数据已成功上传和解析",
  },
  table: {
    mainPartNumber: "主件料号",
    businessType: "业务类型",
    documentNumber: "单据号",
    requirementType: "需求分类",
    documentStatus: "单据状态",
    updateBy: "审核时间",
    workCenter: "当前工序",
    department: "当前工序负责人",
    opStatus: "当前工序状态",
    nextOpName: "下一工序",
    nextProcessDeparment: "下一工序负责人",
    itemNumber: "料号",
    drawingNo: "图号",
    versionNumber: "版本号",
    cheaperCode: "低阶码",
    productionQuantity: "生产数量",
    planworkOrderTime: "工单计划下发时间",
    planEndDay: "系统完工时间",
    seq: "序号",
    masterPlanner: "主计划员",
    weekDay: "周日",
    weekCycle: "周度",
    mainPartDrawingNumber: "主件图号",
    customer: "客户名称",
    goodProductsQuantity: "良品数量",
    processNumber: "工序号",
    factoryCenter: "工作中心",
    dependencyDepartment: "所属部门",
    planStartDay: "计划开工日",
    planEndDayDate: "计划完工日",
    standbyNumber: "备料料号",
    standbyName: "备料名称",
    standbyStock: "备料库存",
    departmentToNextProcessBelongs: "下道工序所属部门",
    isSuspended: "是否挂起",
    isOutsourcing: "外协标识",
    account: "账套",
    workOrderNo: "工单号",
    processName: "工序名称",
    startDateOfProcessPlan: "工序计划开始日期",
    endDateOfProcessPlan: "工序计划结束日期",
    standardTime: "标准工时",
    processOrder: "工序排序",
    integrationDay: "集成日期",
    currentProcessNumber: "当前工序号",
    totalWorkingHoursOfProcess: "工序总工时",
    OrderCompletionDate: "订单完工日",
    dateYearMonth: "日期",
    resourceName: "资源组",
    designWorkingHours: "设计工时",
    requiredWorkingHours: "需求工时",
    capacityLoad: "产能负荷",
    advancedMaterials: "上阶物料",
    advancedDocumentNumber: "上阶单据号",
    advancedRequirementDay: "上阶需求日期",
    isPlanComplete: "计划齐套",
    isStockComplete: "库存齐套",
    hasTurnback: "是否有折返工序",
    hasRisk: "风险标识",
    // 产能规划
    satndardProcessName: "标准工序名称",
    dayProduceType: "日产出类型",
    dayProduceNum: "日产出数量",
    dayProduceUnit: "日产出单位",
    personnelNumber: "人员数量",
    dayProduceAllNum: "日产出总数量",
    days: "天数",
    monthProduceAllNum: "月产出数量",
    remark: "备注",
  },
};
export const en = {
  title: {
    pipePlanCapacity: "Pipeline planning capacity",
    gasPlanCapacity: "Gas holder planning production capacity"
  },
  options:{
    monthlyStatic:"Monthly statistics",
    dailyStatic:"Daily statistics"
  },
  message: {
    update: "Data update successful",
    dataWorkorderSuccess:
      "The part work order data has been successfully parsed",
    dataWorkorderError: "Failed to parse part work order data",
    metalplanDataSuccess: "Sheet metal plan data successfully parsed",
    metalplanDataError: "Sheet metal plan data parsing failed",
    idNotBeEmpty: "The primary key ID cannot be empty",
    errorMonthEmpty:"Please select year and month"
  },
  placeholder: {
    startDate: "Start date",
    endDate: "End date",
    startMonth:"Start Month",
    endMonth:"End Month",
    to:"To",
    documentNumber: "Please enter the document number",
    customer: "Please enter the customer name",
    planWorkOderNO: "Please enter the sheet metal plan work order number",
    selectMonth:"Select Month"
  },
  btns: {
    batchPlanStartDay: "Batch modification of planned start date",
    batchPlanEndDay: "Batch modification plan completion date",
    confirm: "Confirm",
    cancel: "Cancel",
  },
  query: {
    daterangePlanStartDay: "Planned start date",
    daterangePlanEndDay: "Planned completion date",
    documentNumber: "Document number",
    customer: "Customer Name",
    workOrderNo: "Work order number",
    selectMonth: "Select Month",
    statistical:"Statistical method",
    selectDateRange: "Select interval"
  },
  upload: {
    prevText: "Drag the file here, or",
    uploadPartWorkOrderData: "Upload part work order data",
    uploadSheetMetalPlanData: "Upload sheet metal plan data",
    info: "Upload an Excel file containing part work order information. The system will parse the data and save it locally for association with the part plan.",
    uploadText: " Click to upload",
    fileTypeImport:
      "Only xls and xlsx format files are allowed to be imported.",
    dataPreview: "Data Preview",
    totalUpload: "Upload",
    itemUpload: "part work order data in total",
    confirmUpload: "Confirm upload",
    cancel: "Cancel",
    errorResult: "Import results",
    uploadParsePartWorkOrderData:
      "The part work order data has been successfully uploaded and parsed",
    uploadParseGasPipelineData:
      "The gas pipeline plan data has been successfully uploaded and parsed",
  },
  table: {
    mainPartNumber: "Main part number",
    businessType: "Business type",
    documentNumber: "Document number",
    requirementType: "Requirements classification",
    documentStatus: "Document Status",
    updateBy: "Audit time",
    workCenter: "Current process",
    department: "Current process leader",
    opStatus: "Current process status",
    nextOpName: "Next process",
    nextProcessDeparment: "Next Process Manager",
    itemNumber: "Item number",
    drawingNo: "Drawing No",
    versionNumber: "Version number",
    cheaperCode: "Low order code",
    productionQuantity: "Production quantity",
    planworkOrderTime: "Work order plan issuance time",
    planEndDay: "System completion time",
    seq: "Serial Number",
    masterPlanner: "Master scheduler",
    weekDay: "Sunday",
    weekCycle: "Week cycle",
    mainPartDrawingNumber: "Main component drawing number",
    customer: "Customer Name",
    goodProductsQuantity: "Quantity of good products",
    processNumber: "Process number",
    factoryCenter: "Work center",
    dependencyDepartment: "Department",
    planStartDay: "Planned commencement date",
    planEndDayDate: "Planned completion date",
    standbyNumber: "Material preparation part number",
    standbyName: "Material name",
    standbyStock: "Material preparation inventory",
    departmentToNextProcessBelongs: "Material preparation inventory",
    isSuspended: "Is it suspended",
    isOutsourcing: "Outsourcing identification",
    account: "Account set",
    workOrderNo: "Work order number",
    processName: "Process name",
    startDateOfProcessPlan: "Start date of process plan",
    endDateOfProcessPlan: "End date of process plan",
    standardTime: "Standard working hours",
    processOrder: "Process sorting",
    integrationDay: "Integration date",
    currentProcessNumber: "Current process number",
    totalWorkingHoursOfProcess: "Total working hours of the process",
    OrderCompletionDate: "Order completion date",
    dateYearMonth: "Date",
    resourceName: "Resource Group",
    designWorkingHours: "Design working hours",
    requiredWorkingHours: "Required working hours",
    capacityLoad: "capacity load",
    advancedMaterials: "advanced materials",
    advancedDocumentNumber: "advanced document number",
    advancedRequirementDay: "advanced requirement day",
    isPlanComplete: "Complete plan",
    isStockComplete: "Complete inventory set",
    hasTurnback: "Is there a turnaround process",
    hasRisk: "Risk identification",
    // 产能规划
    satndardProcessName: "Standard process name",
    dayProduceType: "Type of daily production",
    dayProduceNum: "Daily output quantity",
    dayProduceUnit: "Daily production unit",
    personnelNumber: "Number of personnel",
    dayProduceAllNum: "Total daily output quantity",
    days: "Days",
    monthProduceAllNum: "Monthly output quantity",
    remark: "notes",
  },
};