510 lines
15 KiB
JavaScript
510 lines
15 KiB
JavaScript
/*
|
|
* @Author: gtz
|
|
* @Date: 2021-03-04 16:13:51
|
|
* @LastEditors: gtz
|
|
* @LastEditTime: 2022-07-28 18:24:08
|
|
* @Description: file content
|
|
*/
|
|
export default {
|
|
visual: {
|
|
addNow: '请先完成当前点位添加!',
|
|
choiseSucc: '选择成功!',
|
|
choiseError: '不能选择相同的设备!',
|
|
unSelect: '请选择设备!',
|
|
changeLine: '请先选择设备或删除未选择设备的点位!',
|
|
areaName: '区域名',
|
|
annex: '附件',
|
|
locationInformation: '位置点信息',
|
|
runningTrack: '运行轨迹',
|
|
tip:
|
|
'点击下方图片选点,选点后在弹出框内选择设备,新增点位时未选择设备无法进行下一个选点,若想调整点位顺序可拖动图片下方的标签到你想调整的位置,点击确定提交点位信息,点击重置将点位信息重置到打开弹出框时的状态',
|
|
routeTip: ',选择框内选择路线可对当前区域不同路线进行编辑,点击新增路线填写信息可对当前区域新增一条运行轨迹',
|
|
help: '帮助',
|
|
baseRouteName: '默认轨迹名称',
|
|
oneLineTip: '至少要有一条运行轨迹!',
|
|
editLineName: '运行轨迹名',
|
|
oneLineNameTip: '你不能输入重复的轨迹名!',
|
|
lineNameNotNullTip: '轨迹名不能为空!',
|
|
keyword: '关键字',
|
|
success: '操作成功',
|
|
failed: '操作失败',
|
|
confirmButtonText: '确定',
|
|
cancelButtonText: '取消',
|
|
Tips: '提示',
|
|
TipsBefore: '确定删除',
|
|
Description: '描述',
|
|
Remarks: '备注',
|
|
Or: '或',
|
|
Yes: '是',
|
|
No: '否',
|
|
AttributeName: '属性名',
|
|
AttributeValue: '属性值',
|
|
EnglishName: '英文名称',
|
|
Abbreviation: '缩写',
|
|
Specs: '规格描述',
|
|
Manufacturer: '制造商',
|
|
productionTime: '生产日期',
|
|
enterTime: '进厂日期',
|
|
debugTime: '调试日期',
|
|
CurrentState: '当前状态',
|
|
uploadInfo: '发布资料',
|
|
unit: '单位',
|
|
AttributeCode: '属性编码',
|
|
stock: '库位信息',
|
|
isStock: '是否存在库位',
|
|
editLocation: '编辑库位点',
|
|
location: '库位',
|
|
locationTip:
|
|
'点击下方图片选点,选点后在弹出框内选择库位,新增点位时未选择库位无法进行下一个选点,若想调整点位顺序可拖动图片下方的标签到你想调整的位置,点击确定提交点位信息,点击重置将点位信息重置到打开弹出框时的状态',
|
|
locationInfo: '库位点信息',
|
|
typeValidation: {
|
|
number: '请输入正确的数字类型',
|
|
phone: '请输入正确的手机号码',
|
|
checkType: '请输入检测类型',
|
|
checkDet: '请输入检测内容',
|
|
checkValue: '请输入检测值'
|
|
},
|
|
valueRequired: {
|
|
uplevelDeliveryId: '上层发货单必填',
|
|
deliveryCode: '发货单号必填',
|
|
carCode: '发车编号必填',
|
|
loadingTime: '开始装货时间必填',
|
|
plate: '车牌号必填',
|
|
carContact: '车辆联系人必填',
|
|
unit: '单位必填',
|
|
order: '订单号必填',
|
|
payloadCount: '发货数量必填',
|
|
shelf: '货架号必填',
|
|
month: '请选择月份',
|
|
checkTime: '检测时间必选',
|
|
input: '请输入内容'
|
|
},
|
|
upload: {
|
|
success: '上传成功',
|
|
failedAndReason1: '上传失败! 请检查文件格式(.xlsx)或内容格式(见模板)',
|
|
failedAndReason2: '上传头像图片只能是 JPG 格式!',
|
|
failedAndReason3: '上传头像图片大小不能超过 2MB!'
|
|
},
|
|
hints: {
|
|
searchFirst: '请先查询',
|
|
selectDate: '请选择日期(默认当天)',
|
|
selectEqFirst: '请先选择设备',
|
|
selectMaterialFirst: '请先选择物料',
|
|
selectBatchFirst: '请先选择批次',
|
|
selectTags: '请至少选择一个标签分类',
|
|
selectWorkOrder: '请先选择工单'
|
|
},
|
|
echartTitles: {
|
|
eqStatus: '设备状态时序图'
|
|
},
|
|
echartLegends: {
|
|
working: '正常',
|
|
stop: '停机',
|
|
breakdown: '故障'
|
|
}
|
|
},
|
|
factory: {
|
|
placeholderName: '名称或编码',
|
|
createTime: '添加时间',
|
|
FactoryName: '工厂名称',
|
|
Factory: '工厂',
|
|
FactoryCode: '工厂编码',
|
|
Address: '地址',
|
|
StatusEnabled: '正常'
|
|
},
|
|
productLine: {
|
|
createTime: '添加时间',
|
|
currentState: '当前状态',
|
|
description: '描述',
|
|
descriptionInfo: '描述信息',
|
|
factory: '工厂名称',
|
|
placeholderName: '产线名称或编码',
|
|
ProductionLineName: '产线名称',
|
|
ProductionLineCode: '产线编码',
|
|
ProductionLineCode2: '产线编号',
|
|
ttValue: '产线TT值',
|
|
ttValuePlaceholder: '设定每小时下片数量',
|
|
ttUnit: '每小时',
|
|
rightTTValueFormat: '正确的TT值'
|
|
},
|
|
workSection: {
|
|
ProductLine: '产线',
|
|
ProductLineName: '产线名',
|
|
ProductLineNameL: '产线名称',
|
|
name: '工段名称',
|
|
WorkSectionCoding: '工段编码',
|
|
code: '工段编号',
|
|
eqList: '设备列表',
|
|
eqAdd: '添加设备',
|
|
eqSelect: '选择设备',
|
|
wsInput: '输入工段信息',
|
|
createTime: '添加时间',
|
|
eqName: '设备名称'
|
|
},
|
|
group: {
|
|
TeamName: '班组名称',
|
|
TeamCode: '编码',
|
|
TeamMember: '组员',
|
|
ViewTeamMember: '查看组员',
|
|
NumberOfTeams: '班组人数',
|
|
GroupLeader: '组长',
|
|
TeamStatus: '班组状态',
|
|
CreateTime: '创建时间',
|
|
Department: '部门',
|
|
Worker: '员工',
|
|
WorkerName: '人员姓名',
|
|
WorkerNameForSearch: '姓名',
|
|
WorkerMajor: '专业',
|
|
WorkerTelephone: '手机',
|
|
WorkerWorkshop: '所属工段',
|
|
Keyword: '关键字',
|
|
SearchMember: '查询组员',
|
|
FilterCondition: '过滤条件'
|
|
},
|
|
major: {
|
|
ProfessionalName: '专业名称',
|
|
ProfessionalCoding: '专业编码',
|
|
Abbreviation: '缩写'
|
|
},
|
|
staff: {
|
|
CreateTime: '创建时间',
|
|
Code: '代码',
|
|
Dept: '部门',
|
|
Name: '姓名',
|
|
EmployeeName: '员工姓名',
|
|
EmployeeID: '员工号',
|
|
Gender: '性别',
|
|
EntryTime: '入职时间',
|
|
OnJob: '在职',
|
|
Dimission: '离职',
|
|
State: '状态',
|
|
Telephone: '联系电话',
|
|
tel: '电话',
|
|
Email: '邮箱',
|
|
EmailNo: '邮箱号',
|
|
Wechat: '微信号',
|
|
WechatNo: '微信号码',
|
|
Profession: '专业',
|
|
Workshop: '所属车间',
|
|
onDuty: '是否在岗',
|
|
role: '员工角色',
|
|
Remark: '备注',
|
|
rightIDFormat: '正确的身份证格式',
|
|
rightPhoneFormat: '正确的电话号码格式',
|
|
rightEmailFormat: '正确的邮箱地址',
|
|
rightRewardFormat: '正确的报酬类型',
|
|
avatar: '员工照片',
|
|
identity: '身份证号',
|
|
placeOfBirth: '籍贯',
|
|
education: '文化程度',
|
|
position: '职位',
|
|
outTime: '离职时间',
|
|
reward: '劳务报酬',
|
|
rewardUnit: '元/小时',
|
|
changePhoto: '更换照片',
|
|
male: '男',
|
|
female: '女',
|
|
y: '是',
|
|
n: '否',
|
|
startDownload: '开始下载',
|
|
downloadTemplate: '下载模板'
|
|
},
|
|
shift: {
|
|
createTime: '创建时间',
|
|
name: '班名称',
|
|
nameForSearch: '班次',
|
|
code: '编码',
|
|
codeField: '班次编码',
|
|
remark: '备注'
|
|
},
|
|
customer: {
|
|
CustomerName: '客户名称',
|
|
CustomerCode: '客户编码',
|
|
CustomerNo: '客户编号',
|
|
ContactPerson: '联系人',
|
|
Telephone: '联系电话',
|
|
Address: '地址',
|
|
format: '格式不正确'
|
|
},
|
|
supplier: {
|
|
SupplierName: '供应商名称',
|
|
SupplierCode: '供应商编码',
|
|
SupplierNo: '供应商编号',
|
|
ContactPerson: '联系人',
|
|
Telephone: '联系电话',
|
|
Address: '地址'
|
|
},
|
|
material: {
|
|
MaterialName: '物料名称',
|
|
MaterialCoding: '物料编码',
|
|
MaterialType: '物料类型',
|
|
createTime: '添加时间',
|
|
EnglishName: '英文名称',
|
|
Abbreviation: '缩写',
|
|
detail: '详情',
|
|
unit: '单位',
|
|
viewDetail: '查看详情',
|
|
description: '规格描述',
|
|
AttributeName: '属性名',
|
|
AttributeValue: '属性值',
|
|
inspectionDetail: '检测信息详情'
|
|
},
|
|
materialsType: {
|
|
TypeCode: '类型编码',
|
|
TypeName: '类型名称'
|
|
},
|
|
alarmManagement: {
|
|
AlarmCode: '报警编码',
|
|
AlarmType: '报警类型',
|
|
AlarmLevel: '报警级别',
|
|
AlarmName: '报警名称',
|
|
AlarmContent: '报警内容',
|
|
AlarmTypeCode: '报警类型编码',
|
|
LevelCode: '级别编码'
|
|
},
|
|
cache: {
|
|
All: '全部',
|
|
AreaAbbr: '区域',
|
|
AreaNumber: '区域数量',
|
|
AreaCode: '区域编码',
|
|
AreaName: '区域名称',
|
|
AreaCache: '所属缓存区',
|
|
AreaStatus: '状态',
|
|
AreaCodeInTable: '区编码',
|
|
AreaNameInTable: '区名称',
|
|
AreaId: '区域ID',
|
|
abbr: '缩写',
|
|
addCacheArea: '添加区域',
|
|
anotherName: '别名',
|
|
CacheCode: '缓存区编码',
|
|
CacheName: '缓存区名称',
|
|
CacheNameAbbr: '缓存区',
|
|
CurrentState: '当前状态',
|
|
CreateTime: '添加时间',
|
|
EnglishName: '英文名称',
|
|
Import: '入库',
|
|
Export: '出库',
|
|
Keywords: '关键字',
|
|
Location: '库位',
|
|
LocationCode: '库位编码',
|
|
LocationName: '库位名称',
|
|
LocationNameAbbr: '库位名',
|
|
LocationAlias: '库位别名',
|
|
LocationPosition: '库位地点',
|
|
ManageShelves: '管理货架',
|
|
ManageLocation: '管理货位',
|
|
Notes: '备注',
|
|
OperateType: '方式',
|
|
place: '位置',
|
|
ProductName: '产品名称',
|
|
ProductAndMaterialName: '产品/物料名',
|
|
ProductSpecs: '产品规格',
|
|
Quantity: '数量',
|
|
Specs: '规格描述',
|
|
Specifications: '规格',
|
|
StockNumber: '库位数量',
|
|
Shelf: '货架',
|
|
ShelfCode: '货架编码',
|
|
ShelfName: '货架名称',
|
|
ShelfNumber: '货架数量',
|
|
StorageQuantity: '存储数量',
|
|
StockDetails: '库位详情',
|
|
StockTime: '存放时间', // 什么时候存放的
|
|
ShelfType: '类型',
|
|
ShelfAvailable: '是否可用',
|
|
ShelfAnotherCode: '货架代码',
|
|
Source: '来源',
|
|
StorageLocation: '库位',
|
|
Time: '时间',
|
|
ViewDetail: '查看详情'
|
|
},
|
|
storageBox: {
|
|
name: '名称',
|
|
code: '编码',
|
|
alias: '别名',
|
|
StorageQuantity: '存储数量',
|
|
status: '状态',
|
|
PositionDetail: '位置详情',
|
|
remark: '备注',
|
|
PositionNo: '位置序号',
|
|
PositionCode: '位置编码',
|
|
PositionCodeAlias: '位置编码别名'
|
|
},
|
|
equipment: {
|
|
EquipmentName: '设备名称',
|
|
EquipmentCode: '设备编码',
|
|
EquipmentType: '设备类型',
|
|
EquipmentGrouping: '设备分组',
|
|
groupName: '分组名称',
|
|
groupCode: '分组编码',
|
|
FunctionDescription: '功能描述',
|
|
EquipmentTypeAlarm: '设备类型报警',
|
|
SetAlarm: '设置报警',
|
|
DebugPeriod: '调试时间',
|
|
intellectualProperty: '知识产权',
|
|
rangeNumber: '范围号',
|
|
E10Status: 'E10状态',
|
|
activiation: '是否计算稼动率',
|
|
communication: '是否通讯',
|
|
equipmentImg: '设备图片',
|
|
equipmentInfo: '设备资料',
|
|
EquipmentTypeName: '设备类型名称',
|
|
EquipmentTypeCode: '设备类型编码',
|
|
EquipmentTypeCode2: '类型编号',
|
|
EquipmentTypeAlarmName: '设备报警名称',
|
|
EquipmentTypeAlarmCode: '设备报警编码',
|
|
upload: '上传资料',
|
|
chooseFiles: '上传多个文件',
|
|
parentName: '父类',
|
|
RepairTypeCode: '维修类型编码',
|
|
RepairTypeName: '维修类型名称',
|
|
PeriodCode: '周期编码',
|
|
maintenancePeriod: '保养周期',
|
|
SparepartCode: '备件编码',
|
|
SparepartName: '备件名称',
|
|
SparepartModel: '备件型号',
|
|
WiredEquipment: '连线名称',
|
|
WiredCode: '编码',
|
|
connectUpperDevice: '连接上端设备',
|
|
connectLowerDevice: '连接下端设备',
|
|
controlStatus: '控制状态',
|
|
plcVersion: 'PLC 版本',
|
|
eapVersion: 'EAP 服务版本',
|
|
maintenanceCycle: '保养周期(年)',
|
|
maintenanceTime: '保养持续时间(小时)',
|
|
EnglishName: '英文名',
|
|
EnglishNameL: '英文名称',
|
|
life: '使用寿命',
|
|
Spec: '规格',
|
|
Specifications: '规格描述',
|
|
unit: '单位',
|
|
infoDetail: '详情',
|
|
viewDetail: '查看详情',
|
|
tvalue: '设备TT值',
|
|
processingTime: '单件产品加工时间',
|
|
typeNumber: '数字类型',
|
|
Sec: '秒',
|
|
productionTime: '生产日期',
|
|
enterTime: '进厂日期',
|
|
supplier: '供应商',
|
|
Abbreviation: '缩写',
|
|
createTime: '添加时间',
|
|
AttributeName: '属性名',
|
|
AttributeValue: '属性值',
|
|
hours: '小时',
|
|
viewAlarmDict: '查看报警字典',
|
|
alarmDetail: '报警明细',
|
|
alarmAdd: '添加报警信息',
|
|
alarmCode: '报警编码',
|
|
alarmType: '报警类型',
|
|
alarmLevel: '报警级别',
|
|
alarmContent: '报警内容',
|
|
alarmContentHint: '报警内容必填',
|
|
alarmCodeHint: '报警编码必填',
|
|
uploadImg: '上传图片',
|
|
uploadAssets: '上传设备资料',
|
|
eqAttrDetail: '设备属性详情'
|
|
},
|
|
equipmentGroup: {
|
|
name: '设备分组名称',
|
|
code: '设备分组编码',
|
|
viewWarning: '查看报警字典'
|
|
},
|
|
equipmentDetectInfo: {
|
|
code: '编码',
|
|
equipmentDetectSystemName: '检测系统名称',
|
|
equipmentDetectSystemAbbr: '检测系统缩写',
|
|
DetectionArea: '检测区域',
|
|
IssueArea: '下发区域',
|
|
AddEquipment: '添加设备',
|
|
EquipmentFunction: '设备功能',
|
|
TestParameterName: '测量参数名',
|
|
ReferenceValue: '参考值',
|
|
IssueOrNot: '是否下发',
|
|
TestFrequency: '测量频率',
|
|
TestSystem: '测量系统'
|
|
},
|
|
ScrapInfo: {
|
|
PlateId: '基板ID',
|
|
TimePeriod: '时间段',
|
|
StartTime: '开始日期',
|
|
EndTime: '结束日期',
|
|
To: '至',
|
|
source: '来源',
|
|
wasteGrade: '废品等级',
|
|
RegisterPerson: '登记人',
|
|
updateTime: '登记时间',
|
|
cause: '报废原因',
|
|
causeCode: '报废原因编码',
|
|
WasteName: '废品报废名称',
|
|
WasteCode: '废品报废编码',
|
|
remark: '备注',
|
|
scrapType: '报废类型',
|
|
scrapTypeCode: '报废类型编码',
|
|
name: '设备名称',
|
|
entryType: '手动/自动',
|
|
workOrderId: '工单名称',
|
|
description: '描述信息',
|
|
createTime: '添加时间',
|
|
scrapTypeDescription: '报废类型描述'
|
|
},
|
|
productPool: {
|
|
area: '单位平方米',
|
|
productName: '产品名称',
|
|
productCode: '产品编码',
|
|
productType: '产品类型',
|
|
processTime: '产线完成单位产品用时(s)',
|
|
spec: '规格',
|
|
specifications: '规格(mm)',
|
|
productAttrList: '产品属性列表'
|
|
},
|
|
dataDictionary: {
|
|
list: '列表',
|
|
dataDictionaryName: '字典名称',
|
|
dataDictionaryCode: '字典编码',
|
|
dataDictionaryType: '字典类型',
|
|
TypeName: '类型名称',
|
|
TypeCode: '类型编码',
|
|
createTime: '添加时间',
|
|
name: '名称',
|
|
code: '编码'
|
|
},
|
|
knowledge: {
|
|
time: '时间段',
|
|
title: '标题',
|
|
endTime: '结束时间',
|
|
startTime: '开始时间',
|
|
To: '至',
|
|
content: '内容',
|
|
annex: '附件',
|
|
download: '下载附件'
|
|
},
|
|
StateConfig: {
|
|
status: '状态',
|
|
DisplayColor: '显示颜色',
|
|
Twinkle: '闪烁提醒'
|
|
},
|
|
CodeRules: {
|
|
RuleName: '规则名称',
|
|
RuleCode: '规则编码',
|
|
manageProperty: '管理属性',
|
|
Property: '属性',
|
|
PropertyCode: '属性编码',
|
|
PropertyName: '属性名称',
|
|
Length: '长度',
|
|
order: '顺序'
|
|
},
|
|
EquipmentScrapGrade: {
|
|
keyword: '名称',
|
|
ScrapGrade: '废片等级'
|
|
},
|
|
department: {
|
|
createTime: '添加时间',
|
|
name: '部门名',
|
|
departmentName: '部门名称',
|
|
code: '部门编码',
|
|
placeholder: '部门名称或部门编码',
|
|
parentDepartment: '上级部门'
|
|
}
|
|
}
|