'init'
This commit is contained in:
94
src/lang/i18n/en/btn/index.js
Normal file
94
src/lang/i18n/en/btn/index.js
Normal file
@@ -0,0 +1,94 @@
|
||||
/*
|
||||
* @Author: gtz
|
||||
* @Date: 2021-03-04 16:19:14
|
||||
* @LastEditors: Please set LastEditors
|
||||
* @LastEditTime: 2021-07-13 20:32:02
|
||||
* @Description: file content
|
||||
*/
|
||||
|
||||
export default {
|
||||
start: {
|
||||
zh: '开始值班',
|
||||
en: 'Start Work'
|
||||
},
|
||||
see: {
|
||||
zh: '查看',
|
||||
en: 'See'
|
||||
},
|
||||
search: {
|
||||
zh: '查询',
|
||||
en: 'Search'
|
||||
},
|
||||
edit: {
|
||||
zh: '编辑',
|
||||
en: 'Edit'
|
||||
},
|
||||
delete: {
|
||||
zh: '删除',
|
||||
en: 'Delete'
|
||||
},
|
||||
add: {
|
||||
zh: '新增',
|
||||
en: 'Add'
|
||||
},
|
||||
cancel: {
|
||||
zh: '取 消',
|
||||
en: 'Cancel'
|
||||
},
|
||||
confirm: {
|
||||
zh: '确 定',
|
||||
en: 'Confirm'
|
||||
},
|
||||
detail: {
|
||||
zh: '详情',
|
||||
en: 'Detail'
|
||||
},
|
||||
reset: {
|
||||
zh: '重置',
|
||||
en: 'Reset'
|
||||
},
|
||||
submit: {
|
||||
zh: '提交',
|
||||
en: 'Submit'
|
||||
},
|
||||
save: {
|
||||
zh: '保存',
|
||||
en: 'Save'
|
||||
},
|
||||
upload: {
|
||||
zh: '上传',
|
||||
en: 'Upload'
|
||||
},
|
||||
uploadpic: {
|
||||
zh: '上传图片',
|
||||
en: 'Upload Picture'
|
||||
},
|
||||
back: {
|
||||
zh: '返回',
|
||||
en: 'Back'
|
||||
},
|
||||
checkLog: {
|
||||
zh: '查看日志',
|
||||
en: 'Check Log'
|
||||
},
|
||||
goOffWork: {
|
||||
zh: '结束值班',
|
||||
en: 'Go Off Work'
|
||||
},
|
||||
adddetail: {
|
||||
zh: '添加明细',
|
||||
en: 'Add Detail'
|
||||
},
|
||||
addattr: {
|
||||
zh: '添加属性',
|
||||
en: 'Add Attribute'
|
||||
},
|
||||
addgroup: {
|
||||
zh: '添加',
|
||||
en: 'Add Members'
|
||||
},
|
||||
download: {
|
||||
zh: '下载',
|
||||
en: 'download'
|
||||
}
|
||||
}
|
||||
63
src/lang/i18n/en/module/art.js
Normal file
63
src/lang/i18n/en/module/art.js
Normal file
@@ -0,0 +1,63 @@
|
||||
/*
|
||||
* @Author: gtz
|
||||
* @Date: 2021-03-08 09:45:54
|
||||
* @LastEditors: gtz
|
||||
* @LastEditTime: 2021-04-15 19:34:46
|
||||
* @Description: file content
|
||||
*/
|
||||
|
||||
export default {
|
||||
artName: 'Process Name',
|
||||
status: 'Status',
|
||||
createTime: 'Create Time',
|
||||
artCode: 'Process Code',
|
||||
remark: 'Remark',
|
||||
process: 'Process',
|
||||
processName: 'Process Name',
|
||||
eqName: 'Equipment Name',
|
||||
recipeName: 'Recipe Name',
|
||||
materialBOM: 'Material BOM',
|
||||
artType: 'Process Type',
|
||||
description: 'Description',
|
||||
or: ' or ',
|
||||
on: 'on',
|
||||
off: 'off',
|
||||
operation: 'Operation',
|
||||
IsDisabled: 'Is Enabled',
|
||||
key: 'Key',
|
||||
input: 'Please Input',
|
||||
confirm: 'Confirm',
|
||||
cancel: 'Cancel',
|
||||
delTip: 'Are you sure you want to delete the process?',
|
||||
tip: 'Tip',
|
||||
delSucc: 'Delete Success!',
|
||||
externalCode: 'Process Code',
|
||||
substrateType: 'Substrate Type',
|
||||
artBOM: 'Process BOM',
|
||||
notNull: ' cannot be empty',
|
||||
selectNotNull: 'Please select at least one ',
|
||||
lengthRule: 'The length should more than 3 characters',
|
||||
nodeNull: 'Process Node is empty, are you sure to save?',
|
||||
hasNull: 'Equipment, ripice and process type cannot be null or there is no equipment added in a process please check!',
|
||||
choiceEqError: 'Please select equipment first!',
|
||||
changeTipHeaderDes: 'Is this description applied to all equipment in ',
|
||||
changeTipHeaderRemark: 'Is this remark applied to all equipment in ',
|
||||
NotSameProcess: 'Can not choice same process!',
|
||||
changeTipFooter: ' process',
|
||||
processList: {
|
||||
processName: 'Process Name',
|
||||
processEq: 'Process Equipment',
|
||||
description: 'Description',
|
||||
addProcess: 'Add a Process',
|
||||
type: 'Type'
|
||||
},
|
||||
product: 'Products',
|
||||
artProcess: 'Process Flow',
|
||||
processDetail: 'Process Detail',
|
||||
processManage: 'Process Management',
|
||||
nameOrCode: 'Process Name Or Code',
|
||||
descriptionHint: 'e.g., step1 - step2 - step3...',
|
||||
noName: 'Process name cannot be empty',
|
||||
noCode: 'Process code cannot be empty'
|
||||
}
|
||||
|
||||
510
src/lang/i18n/en/module/basicData.js
Normal file
510
src/lang/i18n/en/module/basicData.js
Normal file
@@ -0,0 +1,510 @@
|
||||
/*
|
||||
* @Author: gtz
|
||||
* @Date: 2021-03-04 16:13:51
|
||||
* @LastEditors: gtz
|
||||
* @LastEditTime: 2022-07-28 18:23:57
|
||||
* @Description: file content
|
||||
*/
|
||||
export default {
|
||||
visual: {
|
||||
addNow: 'Please add the current point first!',
|
||||
choiseSucc: 'The choice is successful!',
|
||||
choiseError: 'You cannot select the same equipment!',
|
||||
unSelect: 'Please selete equipment!',
|
||||
changeLine: 'Please select equipment first or delete point with no equipment selected!',
|
||||
areaName: 'Area Name',
|
||||
annex: 'Annex',
|
||||
locationInformation: 'Location Information',
|
||||
runningTrack: 'Running Track',
|
||||
tip:
|
||||
'Click the picture below to select a point. After selecting a point, select a device in the pop-up box. If you do not select a device when adding a new point, you cannot select the next point. If you want to adjust the order of the points, drag the label at the bottom of the picture to the position you want to adjust. Click to confirm the submission point information and click Reset to reset the point information to the state when the pop-up box is opened',
|
||||
routeTip:
|
||||
'. Select a route in the selection box to edit different routes in the current area. Click new route to fill in the information to add a running track in the current area',
|
||||
help: 'Help',
|
||||
baseRouteName: 'Default Route Name',
|
||||
oneLineTip: 'There must be at least one trajectory!',
|
||||
editLineName: 'Trajectory Name',
|
||||
oneLineNameTip: 'You cannot input the same trajectory name!',
|
||||
lineNameNotNullTip: 'Line name cannot empty!',
|
||||
keyword: 'keyword',
|
||||
success: 'success',
|
||||
failed: 'failed',
|
||||
confirmButtonText: 'confirm',
|
||||
cancelButtonText: 'cancel',
|
||||
Tips: 'Tips',
|
||||
TipsBefore: 'Are you sure you want to delete',
|
||||
Description: 'Description',
|
||||
Remarks: 'Remarks',
|
||||
Yes: 'Yes',
|
||||
No: 'No',
|
||||
Or: 'Or',
|
||||
AttributeName: 'Attribute Name',
|
||||
AttributeValue: 'Attribute Value',
|
||||
EnglishName: 'English Name',
|
||||
Abbreviation: 'Abbreviation',
|
||||
Specs: 'Specs',
|
||||
Manufacturer: 'Manufacturer',
|
||||
productionTime: 'Production Time',
|
||||
enterTime: 'Enter Time',
|
||||
debugTime: 'Debug Time',
|
||||
CurrentState: 'Current State',
|
||||
uploadInfo: 'upload Info',
|
||||
unit: 'unit',
|
||||
AttributeCode: 'Attribute Code',
|
||||
stock: 'Location Information',
|
||||
isStock: 'Is There Location',
|
||||
editLocation: 'Edit Location Point',
|
||||
location: 'Location',
|
||||
locationTip:
|
||||
'Click the picture below to select a point. After selecting a point, select a location in the pop-up box. If you do not select a location when adding a new point, you cannot select the next point. If you want to adjust the order of the points, drag the label at the bottom of the picture to the position you want to adjust. Click to confirm the submission point information and click Reset to reset the point information to the state when the pop-up box is opened',
|
||||
locationInfo: 'Location Point Info',
|
||||
typeValidation: {
|
||||
number: 'Number invalid',
|
||||
phone: 'Phone invalid',
|
||||
checkType: 'Check type invalid',
|
||||
checkDet: 'Check det invalid',
|
||||
checkValue: 'Check value invalid'
|
||||
},
|
||||
valueRequired: {
|
||||
uplevelDeliveryId: 'required', // '上层发货单必填',
|
||||
deliveryCode: 'required', // '发货单号必填',
|
||||
carCode: 'required', // '发车编号必填',
|
||||
loadingTime: 'required', // '开始装货时间必填',
|
||||
plate: 'required', // '车牌号必填',
|
||||
carContact: 'required', // '车辆联系人必填',
|
||||
unit: 'required', // '单位必填',
|
||||
order: 'required', // '订单号必填',
|
||||
payloadCount: 'required', // '发货数量必填'
|
||||
shelf: 'required', // '货架号必填',
|
||||
month: 'Choose Month', // '请选择月份',
|
||||
checkTime: 'Choose check time',
|
||||
input: 'Input here'
|
||||
},
|
||||
upload: {
|
||||
success: 'success',
|
||||
failedAndReason1: 'failed! please check file type(.xlsx) or download our template.',
|
||||
failedAndReason2: 'Only supports \.jpg file!', // '上传头像图片只能是 JPG 格式!',
|
||||
failedAndReason3: 'File size limited to 2MB' // '上传头像图片大小不能超过 2MB!'
|
||||
},
|
||||
hints: {
|
||||
searchFirst: 'Please click <Search> first.',
|
||||
selectDate: 'Select Date (Today as default)',
|
||||
selectEqFirst: 'Select equipment first',
|
||||
selectMaterialFirst: 'Select material first',
|
||||
selectBatchFirst: 'Select batch first',
|
||||
selectTags: 'Select at least one tag',
|
||||
selectWorkOrder: 'Select work order first'
|
||||
},
|
||||
echartTitles: {
|
||||
eqStatus: 'Equipment Status Timesequence Graph'
|
||||
},
|
||||
echartLegends: {
|
||||
working: 'Working',
|
||||
stop: 'Stop',
|
||||
breakdown: 'Break Down'
|
||||
}
|
||||
},
|
||||
factory: {
|
||||
placeholderName: 'Name Or Code',
|
||||
createTime: 'Create Time',
|
||||
FactoryName: 'Factory Name',
|
||||
Factory: 'Factory Name',
|
||||
FactoryCode: 'Factory Code',
|
||||
Address: 'Address',
|
||||
StatusEnabled: 'Enabled'
|
||||
},
|
||||
productLine: {
|
||||
createTime: 'Create Time',
|
||||
currentState: 'Current State',
|
||||
description: 'Description',
|
||||
descriptionInfo: 'Description',
|
||||
factory: 'Factory',
|
||||
placeholderName: 'Product Line Name Or Product Line Code',
|
||||
ProductionLineName: 'Production Line Name',
|
||||
ProductionLineCode: 'Production Line Code',
|
||||
ProductionLineCode2: 'Production Line Code',
|
||||
ttValue: 'Production Line TT Value',
|
||||
ttValuePlaceholder: 'Quantity Completion Per Hour',
|
||||
ttUnit: 'per Hour',
|
||||
rightTTValueFormat: 'Appropriate TT Value'
|
||||
},
|
||||
workSection: {
|
||||
ProductLine: 'Product Line',
|
||||
ProductLineName: 'Product Line',
|
||||
ProductLineNameL: 'Product Line',
|
||||
name: 'Section Name',
|
||||
WorkSectionCoding: 'WorkSection Coding',
|
||||
code: 'Code',
|
||||
eqList: 'Equipment List',
|
||||
eqAdd: 'Add Equipment',
|
||||
eqSelect: 'Select Equipment',
|
||||
wsInput: 'Input workseciton description',
|
||||
createTime: 'Create Time',
|
||||
eqName: 'Equipment Name'
|
||||
},
|
||||
group: {
|
||||
TeamName: 'Team Name',
|
||||
TeamCode: 'Team Code',
|
||||
TeamMember: 'Team Member',
|
||||
ViewTeamMember: 'View Team Members',
|
||||
NumberOfTeams: 'Number Of Teams',
|
||||
GroupLeader: 'Group Leader',
|
||||
TeamStatus: 'Team Status',
|
||||
CreateTime: 'Create Time',
|
||||
Department: 'Department',
|
||||
Worker: 'Worker',
|
||||
WorkerName: 'Worker\'s Name',
|
||||
WorkerNameForSearch: 'Worker\'s Name',
|
||||
WorkerMajor: 'Major',
|
||||
WorkerTelephone: 'Telephone',
|
||||
WorkerWorkshop: 'Workshop',
|
||||
Keyword: 'Keywords',
|
||||
SearchMember: 'Search Member',
|
||||
FilterCondition: 'Filter Condition'
|
||||
},
|
||||
major: {
|
||||
ProfessionalName: 'Professional Name',
|
||||
ProfessionalCoding: 'Professional Coding',
|
||||
Abbreviation: 'Abbreviation'
|
||||
},
|
||||
staff: {
|
||||
CreateTime: 'Create Time',
|
||||
Code: 'Code',
|
||||
Dept: 'Department',
|
||||
Name: 'Name',
|
||||
EmployeeName: 'Name',
|
||||
EmployeeID: 'Employee ID',
|
||||
Gender: 'gender',
|
||||
EntryTime: 'Entry Time',
|
||||
OnJob: 'On Job',
|
||||
Dimission: 'Dimission',
|
||||
State: 'State',
|
||||
Telephone: 'Telephone',
|
||||
tel: 'Telephone',
|
||||
Email: 'Email',
|
||||
EmailNo: 'Email',
|
||||
Wechat: 'Wechat',
|
||||
WechatNo: 'Wechat',
|
||||
Profession: 'Profession',
|
||||
Workshop: 'Workshop',
|
||||
onDuty: 'onDuty',
|
||||
role: 'Worker Role',
|
||||
Remark: 'Remark',
|
||||
rightIDFormat: 'the right ID format',
|
||||
rightPhoneFormat: 'the right phone format',
|
||||
rightEmailFormat: 'the right eamil format',
|
||||
rightRewardFormat: 'the right reward format',
|
||||
avatar: 'Avatar',
|
||||
identity: 'Identity No.',
|
||||
placeOfBirth: 'Place Of Birth',
|
||||
education: 'Education',
|
||||
position: 'Position',
|
||||
outTime: 'Out Time',
|
||||
reward: 'Reward',
|
||||
rewardUnit: '¥/Hour',
|
||||
changePhoto: 'Change Photo',
|
||||
male: 'Male',
|
||||
female: 'Female',
|
||||
y: 'YES',
|
||||
n: 'NO',
|
||||
startDownload: 'Start Downloading',
|
||||
downloadTemplate: 'Template Download'
|
||||
},
|
||||
shift: {
|
||||
createTime: 'Create Time',
|
||||
name: 'Shift Name',
|
||||
nameForSearch: 'Shift Name',
|
||||
code: 'Shift Code',
|
||||
codeField: 'Shift Code',
|
||||
remark: 'Remark'
|
||||
},
|
||||
customer: {
|
||||
CustomerName: 'Customer Name',
|
||||
CustomerCode: 'Customer Code',
|
||||
CustomerNo: 'Customer Code',
|
||||
ContactPerson: 'Contact Person',
|
||||
Telephone: 'Telephone',
|
||||
Address: 'Address',
|
||||
format: 'format is incorrect'
|
||||
},
|
||||
supplier: {
|
||||
SupplierName: 'Supplier Name',
|
||||
SupplierCode: 'Supplier Code',
|
||||
SupplierNo: 'Supplier Code',
|
||||
ContactPerson: 'Contact Person',
|
||||
Telephone: 'Telephone',
|
||||
Address: 'Address'
|
||||
},
|
||||
material: {
|
||||
MaterialName: 'Material Name',
|
||||
MaterialCoding: 'Material Coding',
|
||||
MaterialType: 'Material Type',
|
||||
createTime: 'Create Time',
|
||||
EnglishName: 'English Name',
|
||||
Abbreviation: 'Abbreviation',
|
||||
detail: 'Detail',
|
||||
unit: 'Unit',
|
||||
viewDetail: 'View Details',
|
||||
description: 'Description',
|
||||
AttributeName: 'Attribute Name',
|
||||
AttributeValue: 'Attribute Value',
|
||||
inspectionDetail: 'Inspection details'
|
||||
},
|
||||
materialsType: {
|
||||
TypeCode: 'Type Code',
|
||||
TypeName: 'Type Name'
|
||||
},
|
||||
alarmManagement: {
|
||||
AlarmCode: 'Alarm Code',
|
||||
AlarmType: 'Alarm Type',
|
||||
AlarmLevel: 'Alarm Level',
|
||||
AlarmName: 'Alarm Name',
|
||||
AlarmContent: 'Alarm Content',
|
||||
AlarmTypeCode: 'Alarm Type Code',
|
||||
LevelCode: 'Level Code'
|
||||
},
|
||||
cache: {
|
||||
All: 'All',
|
||||
AreaAbbr: 'Area',
|
||||
AreaNumber: 'Area Number',
|
||||
AreaCode: 'Area Code',
|
||||
AreaName: 'Area Name',
|
||||
AreaCache: 'Which Cache',
|
||||
AreaStatus: 'Status',
|
||||
AreaCodeInTable: 'Area Code',
|
||||
AreaNameInTable: 'Area Name',
|
||||
AreaId: 'Area Id',
|
||||
abbr: 'Abbreviation',
|
||||
addCacheArea: 'add Ports Area',
|
||||
anotherName: 'Another Name',
|
||||
CacheCode: 'Ports Code',
|
||||
CacheName: 'Ports Name',
|
||||
CacheNameAbbr: 'Ports',
|
||||
CurrentState: 'Current State',
|
||||
CreateTime: 'Create Time',
|
||||
EnglishName: 'English Name',
|
||||
Import: 'Import',
|
||||
Export: 'Export',
|
||||
Keywords: 'Keywords',
|
||||
Location: 'Location',
|
||||
LocationCode: 'Location Code',
|
||||
LocationName: 'Location Name',
|
||||
LocationNameAbbr: 'Location Name',
|
||||
LocationAlias: 'Location Name Alias',
|
||||
LocationPosition: 'Position',
|
||||
ManageShelves: 'Manage Shelves',
|
||||
ManageLocation: 'Manage Location',
|
||||
Notes: 'Notes',
|
||||
OperateType: 'Operation Type',
|
||||
place: 'Place',
|
||||
ProductName: 'Product Name',
|
||||
ProductAndMaterialName: 'Product/Material Name',
|
||||
ProductSpecs: 'Specifications',
|
||||
Quantity: 'Quantity',
|
||||
Specs: 'Specification',
|
||||
Specifications: 'Specifications',
|
||||
StockNumber: 'Stock Number',
|
||||
Shelf: 'Shelf',
|
||||
ShelfCode: 'Shelf Code',
|
||||
ShelfName: 'Shelf Name',
|
||||
ShelfNumber: 'Shelf Number',
|
||||
StorageQuantity: 'Storage Quantity',
|
||||
StockDetails: 'Stock Details',
|
||||
StockTime: 'Stock Time', // 什么时候存放的
|
||||
ShelfType: 'Type',
|
||||
ShelfAvailable: 'Is Available',
|
||||
ShelfAnotherCode: 'Another Shelf Code',
|
||||
Source: 'Data Source',
|
||||
StorageLocation: 'Storage Location',
|
||||
Time: 'Time',
|
||||
ViewDetail: 'View Detail'
|
||||
},
|
||||
storageBox: {
|
||||
name: 'Name',
|
||||
code: 'Code',
|
||||
alias: 'Alias',
|
||||
StorageQuantity: 'StorageQuantity',
|
||||
status: 'Status',
|
||||
PositionDetail: 'PositionDetail',
|
||||
remark: 'Remark',
|
||||
PositionNo: 'PositionNo',
|
||||
PositionCode: 'PositionCode',
|
||||
PositionCodeAlias: 'PositionCodeAlias'
|
||||
},
|
||||
equipment: {
|
||||
EquipmentName: 'Equipment Name',
|
||||
EquipmentCode: 'Equipment Code',
|
||||
EquipmentType: 'Equipment Type',
|
||||
groupName: 'Group Name',
|
||||
groupCode: 'Group Code',
|
||||
EquipmentGrouping: 'Equipment Grouping',
|
||||
FunctionDescription: 'Function Description',
|
||||
EquipmentTypeAlarm: 'Equipment Type Alarm',
|
||||
SetAlarm: 'Set Alarm',
|
||||
DebugPeriod: 'Debug Period',
|
||||
intellectualProperty: 'intellectual Property',
|
||||
rangeNumber: 'range Number',
|
||||
E10Status: 'E10 Status',
|
||||
activiation: 'activiation',
|
||||
communication: 'communication',
|
||||
equipmentImg: 'Equipment Img',
|
||||
equipmentInfo: 'Equipment Info',
|
||||
EquipmentTypeName: 'Equipment Type Name',
|
||||
EquipmentTypeCode: 'Equipment Type Code',
|
||||
EquipmentTypeCode2: 'Equipment Type Code',
|
||||
EquipmentTypeAlarmName: 'Equipment Type Alarm Name',
|
||||
EquipmentTypeAlarmCode: 'EquipmentTypeAlarmCode',
|
||||
upload: 'Upload',
|
||||
chooseFiles: 'Choose Mulitple Files',
|
||||
parentName: 'Parent Name',
|
||||
RepairTypeCode: 'Repair Type Code',
|
||||
RepairTypeName: 'Repair Type Name',
|
||||
PeriodCode: 'Period Code',
|
||||
maintenancePeriod: 'Maintenance Period',
|
||||
SparepartCode: 'Sparepart Code',
|
||||
SparepartName: 'Sparepart Name',
|
||||
SparepartModel: 'Sparepart Model',
|
||||
WiredEquipment: 'Wired Equipment',
|
||||
WiredCode: 'Wired Code',
|
||||
connectUpperDevice: 'Connect Upper Device',
|
||||
connectLowerDevice: 'Connect Lower Device',
|
||||
controlStatus: 'Control Status',
|
||||
plcVersion: 'PLC Version',
|
||||
eapVersion: 'EAP Version',
|
||||
maintenanceCycle: 'Maintenance Cycle (year)',
|
||||
maintenanceTime: 'Maintenance Duration (hours)',
|
||||
EnglishName: 'English Name',
|
||||
EnglishNameL: 'English Name',
|
||||
life: 'Life',
|
||||
Spec: 'Specifications',
|
||||
Specifications: 'Specifications',
|
||||
unit: 'Unit',
|
||||
infoDetail: 'Detail',
|
||||
viewDetail: 'View Details',
|
||||
tvalue: 'TT Value',
|
||||
processingTime: 'Processing Time / Product',
|
||||
typeNumber: 'A Number',
|
||||
Sec: 'Sec',
|
||||
productionTime: 'Production Time',
|
||||
enterTime: 'Enter Time',
|
||||
supplier: 'Supplier',
|
||||
Abbreviation: 'Abbreviation',
|
||||
createTime: 'Create Time',
|
||||
AttributeName: 'Attribute Name',
|
||||
AttributeValue: 'Attribute Value',
|
||||
hours: 'Hour(s)',
|
||||
viewAlarmDict: 'View Alarm Dictionary',
|
||||
alarmDetail: 'Alarm Detail',
|
||||
alarmAdd: 'Add alarm information',
|
||||
alarmCode: 'Alarm Code',
|
||||
alarmType: 'Alarm Type',
|
||||
alarmLevel: 'Alarm Grade',
|
||||
alarmContent: 'Alarm Value',
|
||||
alarmContentHint: 'Invalid alarm value',
|
||||
alarmCodeHint: 'Invalid alarm code',
|
||||
uploadImg: 'Upload image',
|
||||
uploadAssets: 'Upload assets',
|
||||
eqAttrDetail: 'Equipment attributes detail'
|
||||
},
|
||||
equipmentGroup: {
|
||||
name: 'Group Name',
|
||||
code: 'Group Code',
|
||||
viewWarning: 'View Alerts Dictionary'
|
||||
},
|
||||
equipmentDetectInfo: {
|
||||
code: 'code',
|
||||
equipmentDetectSystemName: 'Detect System Name',
|
||||
equipmentDetectSystemAbbr: 'Detect System Abbreviation',
|
||||
DetectionArea: 'Detection Area',
|
||||
IssueArea: 'Issue Area',
|
||||
AddEquipment: 'Add Equipment',
|
||||
EquipmentFunction: 'Equipment Function',
|
||||
TestParameterName: 'Test Parameter Name',
|
||||
ReferenceValue: 'Reference Value',
|
||||
IssueOrNot: 'Issue Or Not',
|
||||
TestFrequency: 'Test Frequency',
|
||||
TestSystem: 'Test System'
|
||||
},
|
||||
ScrapInfo: {
|
||||
PlateId: 'Plate Id',
|
||||
TimePeriod: 'Time Period',
|
||||
StartTime: 'Start Time',
|
||||
EndTime: 'End Time',
|
||||
To: 'To',
|
||||
source: 'Source',
|
||||
wasteGrade: 'Waste Grade',
|
||||
RegisterPerson: 'Register Person',
|
||||
updateTime: 'Update Time',
|
||||
cause: 'Cause',
|
||||
causeCode: 'Cause Code',
|
||||
WasteName: 'Waste Name',
|
||||
WasteCode: 'Waste Code',
|
||||
remark: 'Remarks',
|
||||
scrapType: 'Scrap Type',
|
||||
scrapTypeCode: 'Scrap Type Code',
|
||||
name: 'equipment name',
|
||||
entryType: 'Manual/Automatic',
|
||||
workOrderId: 'workOrderId',
|
||||
description: 'Description',
|
||||
createTime: 'Create Time',
|
||||
scrapTypeDescription: 'Description'
|
||||
},
|
||||
productPool: {
|
||||
area: 'Area',
|
||||
productName: 'Product Name',
|
||||
productCode: 'Product Code',
|
||||
productType: 'Product Type',
|
||||
processTime: 'Processing Time',
|
||||
spec: 'Specifications',
|
||||
specifications: 'Specifications(mm)',
|
||||
productAttrList: 'Attribute List'
|
||||
},
|
||||
dataDictionary: {
|
||||
list: 'list',
|
||||
dataDictionaryName: 'Data Dictionary Name',
|
||||
dataDictionaryCode: 'Data Dictionary Code',
|
||||
dataDictionaryType: 'Data Dictionary Type',
|
||||
TypeName: 'Type Name',
|
||||
TypeCode: 'Type Code',
|
||||
createTime: 'Create Time',
|
||||
name: 'Name',
|
||||
code: 'Code'
|
||||
},
|
||||
StateConfig: {
|
||||
status: 'Status',
|
||||
DisplayColor: 'Display Color',
|
||||
Twinkle: 'Twinkle'
|
||||
},
|
||||
knowledge: {
|
||||
time: 'Period of time',
|
||||
title: 'title',
|
||||
endTime: 'end time',
|
||||
startTime: 'start time',
|
||||
To: 'to',
|
||||
content: 'content',
|
||||
annex: 'annex',
|
||||
download: 'download'
|
||||
},
|
||||
CodeRules: {
|
||||
RuleName: 'Rule Name',
|
||||
RuleCode: 'Rule Code',
|
||||
manageProperty: 'Manage Property',
|
||||
Property: 'Property',
|
||||
PropertyCode: 'Property Code',
|
||||
PropertyName: 'Property Name',
|
||||
Length: 'Length',
|
||||
order: 'Order'
|
||||
},
|
||||
EquipmentScrapGrade: {
|
||||
keyword: 'name',
|
||||
ScrapGrade: 'Scrap Grade'
|
||||
},
|
||||
department: {
|
||||
createTime: 'Create Time',
|
||||
name: 'Department Name',
|
||||
departmentName: 'Department Name',
|
||||
code: 'Department Code',
|
||||
placeholder: 'Department Name Or Department Code',
|
||||
parentDepartment: 'Superior Department'
|
||||
}
|
||||
}
|
||||
93
src/lang/i18n/en/module/dataAnalysis.js
Normal file
93
src/lang/i18n/en/module/dataAnalysis.js
Normal file
@@ -0,0 +1,93 @@
|
||||
/*
|
||||
* @Author: gtz
|
||||
* @Date: 2021-04-01 09:19:36
|
||||
* @LastEditors: gtz
|
||||
* @LastEditTime: 2022-06-09 16:57:35
|
||||
* @Description: file content
|
||||
*/
|
||||
|
||||
export default {
|
||||
productionLineBalance: {
|
||||
process: 'Process',
|
||||
equipmentName: 'Equipment Name',
|
||||
line: 'Product Line',
|
||||
time: 'Time',
|
||||
startTime: 'Start Time',
|
||||
endTime: 'End Time'
|
||||
},
|
||||
yield: {
|
||||
line: 'Product Line',
|
||||
time: 'Time',
|
||||
productName: 'Product Name',
|
||||
productSpecifications: 'Product Specifications'
|
||||
},
|
||||
equipmentException: {
|
||||
process: 'Process',
|
||||
equipmentName: 'Equipment Name',
|
||||
line: 'Product Line',
|
||||
time: 'Time',
|
||||
exceptionIntervalTime: 'Monthly Average Time Between Exception(h)',
|
||||
runTime: 'Equipment Run Time(h)',
|
||||
exceptionTimes: 'Exception Times',
|
||||
repairTime: 'Monthly Average Time Between Repair(h)',
|
||||
exceptionTime: 'Exception Time(h)',
|
||||
eqTitle: 'Exception Detail',
|
||||
firstTableTitle: 'Average Time Between Exception(WTBF)',
|
||||
secondTableTitle: 'Average Time Between Repair'
|
||||
},
|
||||
equipmentEfficiency: {
|
||||
factory: 'Factory',
|
||||
line: 'Product Line',
|
||||
lineName: 'Product Line Name',
|
||||
process: 'Process',
|
||||
eq: 'Equipment',
|
||||
mtbf: 'MTBF (h)',
|
||||
mttr: 'MTTR (h)',
|
||||
hour: 'Hour(s)',
|
||||
lost: 'Lost',
|
||||
speedLost: 'Speed Lost',
|
||||
operate: 'Operation',
|
||||
viewTrend: 'View Trend',
|
||||
timeType: 'Search Type',
|
||||
rangeType: 'Time Range',
|
||||
dateType: 'Date',
|
||||
range: 'Time Range',
|
||||
date: 'Date',
|
||||
downCount: 'Down Count',
|
||||
downDetail: 'Detail',
|
||||
viewDetail: 'View Details',
|
||||
required: 'required',
|
||||
addEq: 'ADD ONE EQUIPMENT',
|
||||
timeRun: 'Time Efficiency',
|
||||
hint: {
|
||||
chooseTime: 'Choose time first'
|
||||
},
|
||||
graph: {
|
||||
ratio: 'Ratio',
|
||||
time: 'Time',
|
||||
title: 'timerange trend',
|
||||
noGap: 'no gap',
|
||||
gapMon: 'a month',
|
||||
gapWeek: 'a week',
|
||||
gapDay: 'a day'
|
||||
},
|
||||
time: {
|
||||
efficient: 'Efficient Time (h)',
|
||||
work: 'Work Time (h)',
|
||||
off: 'Close Time (h)',
|
||||
stop: 'Stop Time (h)',
|
||||
down: 'Down Time (h)'
|
||||
},
|
||||
rate: {
|
||||
work: 'Work Time Rate',
|
||||
stop: 'Stop Time Rate',
|
||||
down: 'Down Time Rate'
|
||||
},
|
||||
speed: {
|
||||
real: 'Real Yield',
|
||||
thero: 'Designed Yield',
|
||||
rate: 'peEfficiency'
|
||||
}
|
||||
},
|
||||
timesequence: {}
|
||||
}
|
||||
436
src/lang/i18n/en/module/equipmentManager.js
Normal file
436
src/lang/i18n/en/module/equipmentManager.js
Normal file
@@ -0,0 +1,436 @@
|
||||
/*
|
||||
* @Date: 2021-03-05 10:04:30
|
||||
* @LastEditors: fzq
|
||||
* @LastEditTime: 2022-09-15 10:07:59
|
||||
* @FilePath: \mt-bus-fe\src\lang\i18n\en\module\equipmentManager.js
|
||||
* @Description:
|
||||
*/
|
||||
export default {
|
||||
equipmentVisualization: {
|
||||
timeSlot: 'Time Slot',
|
||||
ProcessingQuantity: 'Processing Quantity',
|
||||
Histogram: 'Histogram',
|
||||
DataTable: 'Data Table',
|
||||
Year: 'Year',
|
||||
Quarter: 'Quarter',
|
||||
Month: 'Month',
|
||||
Week: 'Week',
|
||||
Electric: 'Electric',
|
||||
Water: 'Water',
|
||||
Gas: 'Gas'
|
||||
},
|
||||
sparepart: {
|
||||
'sparepart': 'Sparepart',
|
||||
'sparepartDetail': 'Sparepart Detail',
|
||||
'addSparepartDetail': 'Add Sparepart Detail',
|
||||
'editSparepartDetail': 'Edit Sparepart Detail',
|
||||
'sparepartEdit': 'Sparepart Edit',
|
||||
'sparepartAdd': 'Sparepart Add',
|
||||
'confirm': 'Confirm to replace?',
|
||||
'code': 'Sparepart number',
|
||||
'name': 'Sparepart name',
|
||||
'model': 'Sparepart model',
|
||||
'batchNumber': 'batch number',
|
||||
'supplier': 'supplier',
|
||||
'number': 'Quantity',
|
||||
'unit': 'unit',
|
||||
'entryTime': 'Time to enter the factory',
|
||||
'receiver': 'Receiver',
|
||||
'remark': 'Remarks',
|
||||
'externalCode': 'External Code',
|
||||
'searchPlaceholder': 'Code or Name',
|
||||
'editDialogTtile': 'Edit Sparepart',
|
||||
'addDialogTtile': 'Add Sparepart',
|
||||
'placeholdersparepart': 'Please select Sparepart',
|
||||
'placeholdermodel': 'Please input Sparepart model',
|
||||
'placeholderbatchNumber': 'Please input batch number',
|
||||
'placeholdersupplier': 'Please input supplier',
|
||||
'placeholdernumber': 'Please input Quantity',
|
||||
'placeholderunit': 'Please select unit',
|
||||
'placeholderentryTime': 'Please select Time',
|
||||
'placeholderreceiver': 'Please select Receiver',
|
||||
'placeholderremark': 'Please input Remarks',
|
||||
'placeholdertime': 'Please input Time',
|
||||
'placeholderexternalCode': 'Please input External Code',
|
||||
'placeholderHandleTime': 'Please input HandleTime',
|
||||
'placeholderSparepartId': 'Please input Sparepart',
|
||||
'instructions': 'Instructions',
|
||||
'source': 'Source',
|
||||
'operator': 'Operator',
|
||||
'status': 'Status',
|
||||
'productionLineId': 'Production Line',
|
||||
'overdue': 'Overdue',
|
||||
'notOverdue': 'Not Overdue',
|
||||
'health': 'Not Overdue',
|
||||
'handleTime': 'Handle Time',
|
||||
'nextTime': 'Next Time',
|
||||
'isUpdate': 'Is Update',
|
||||
'updateTime': 'Update Time',
|
||||
'description': 'Description',
|
||||
'now': 'Is Change',
|
||||
'replaced': 'replaced',
|
||||
'unreplaced': 'unreplaced',
|
||||
'large': 'File size exceeds 2MB',
|
||||
'larger': 'File size exceeds 10MB'
|
||||
},
|
||||
bom: {
|
||||
'searchPlaceholder': 'Equipment type code or name',
|
||||
'code': 'Equipment repice code',
|
||||
'name': 'Equipment repice name',
|
||||
'equipmentCode': 'Equipment Type Code',
|
||||
'equipmentName': 'Equipment Type name',
|
||||
'enabled': 'Status',
|
||||
'remark': 'Remarks',
|
||||
'addDialogTitle': 'Add Equipment Material',
|
||||
'editDialogTitle': 'Equipment Material Edit',
|
||||
'detailDialogTitle': 'Equipment Material Detail',
|
||||
'placeholdercode': 'Please input Equipment material code',
|
||||
'placeholdername': 'Please input Equipment material',
|
||||
'placeholderequipmentName': 'Please select Equipment Type',
|
||||
'placeholderremark': 'Please input remarks',
|
||||
'succeeded': 'The operation succeeded!',
|
||||
'placeholderEquipmentType': 'Please Select Equipment Type',
|
||||
'placeholderCode': 'Please Input Repice Code',
|
||||
'placeholderName': 'Please Input Repice Name'
|
||||
},
|
||||
bomdetail: {
|
||||
'title': 'Equipment Material Detail',
|
||||
'materialId': 'Material ID',
|
||||
'materialName': 'Material name',
|
||||
'unit': 'Unit',
|
||||
'quantity': 'Quantity',
|
||||
'remark': 'Remarks',
|
||||
'addDialogTitle': 'Add Material',
|
||||
'editDialogTitle': 'Edit Material',
|
||||
'placeholdermaterialName': 'Please select Material',
|
||||
'placeholderunit': 'Please select Unit',
|
||||
'placeholderquantity': 'Please input Quantity',
|
||||
'placeholderremark': 'Please input Remarks'
|
||||
},
|
||||
recipe: {
|
||||
'searchPlaceholder': 'Recipe code or name',
|
||||
'deviceselect': 'device',
|
||||
'equipmentId': 'Equipment Name',
|
||||
'equipmentType': 'Equipment type',
|
||||
'name': 'Recipe name',
|
||||
'code': 'Recipe code',
|
||||
'activationState': 'Active Status',
|
||||
'enabled': 'Status',
|
||||
'remark': 'Remarks',
|
||||
'description': 'Recipe description',
|
||||
'addDialogTitle': 'Add Device Recipe',
|
||||
'editDialogTitle': 'Edit Device Recipe',
|
||||
'placeholdername': 'Please input Recipe name',
|
||||
'placeholderdevice': 'Please select Device',
|
||||
'placeholdercode': 'Please input Recipe code',
|
||||
'placeholderdescription': 'Please input Recipe description',
|
||||
'placeholderremark': 'Please input Remarks'
|
||||
},
|
||||
recipeDetail: {
|
||||
'title': 'Device Type Recipe Param Detail',
|
||||
'paramCode': 'Param code',
|
||||
'paramName': 'Param name',
|
||||
'type': 'Param type',
|
||||
'minValue': 'Min value',
|
||||
'maxValue': 'Max value',
|
||||
'defaultValue': 'Default value',
|
||||
'unit': 'Unit',
|
||||
'remark': 'Remarks',
|
||||
'recipeParam': 'Recipe param',
|
||||
'paramValue': 'Param value',
|
||||
'placeholderrecipeParam': 'Please select Recipe param',
|
||||
'placeholderparamValue': 'Please input Param value',
|
||||
'placeholderremark': 'Please input Remarks',
|
||||
'addDialogTitle': 'Add Recipe param',
|
||||
'editDialogTitle': 'Edit Recipe param'
|
||||
},
|
||||
statusSetting: {
|
||||
'searchPlaceholder': 'Device name',
|
||||
'searchPlaceholder2': 'Device status',
|
||||
'code': 'Device code',
|
||||
'name': 'Device name',
|
||||
'status': 'E10 Status',
|
||||
'color': 'Color',
|
||||
'description': 'Device Description',
|
||||
'dialogTitle': 'Edit device status',
|
||||
'devicestatus': 'E10 Status',
|
||||
'placeholderdevicestatus': 'Please select E10 status',
|
||||
'communication': 'Communication',
|
||||
'controlStatus': 'Control Status',
|
||||
'controlStatusLocal': 'Local',
|
||||
'controlStatusOnline': 'Online',
|
||||
'communicationOff': 'Disconnect',
|
||||
'communicationOn': 'Connected',
|
||||
'placeholdercontrolStatus': 'Please select control Status'
|
||||
},
|
||||
repair: {
|
||||
'searchPlaceholder': 'Device name',
|
||||
'startDate': 'Start Date',
|
||||
'endDate': 'End Date',
|
||||
'repairOrderNumber': 'Order number',
|
||||
'repairAdd': 'Repair Add',
|
||||
'repairEdit': 'Repair Edit',
|
||||
'repairExpertAdd': 'Repair Expert Add',
|
||||
'repairExpertEdit': 'Repair Expert Edit',
|
||||
'repairDetail': 'Repair Detail',
|
||||
'repairExpertDetail': 'Repair Expert Detail',
|
||||
'maintenanceStartTime': 'Repair start time',
|
||||
'maintenanceFinishTime': 'Repair end time',
|
||||
'maintenanceStatus': 'Maintenance status',
|
||||
'equipmentName': 'Equipment name',
|
||||
'maintenanceWorker': 'Maintenance worker',
|
||||
'workerContactInformation': 'Contact information',
|
||||
'remark': 'Remarks',
|
||||
'equipmentId': 'Equipment name',
|
||||
'equipmentPosition': 'Equipment position',
|
||||
'timeOfFailure': 'Time of failure',
|
||||
'faultLevel': 'Fault Level',
|
||||
'timerange': 'Repair time range',
|
||||
'repairMode': 'Repair Type',
|
||||
'faultDetail': 'Fault Detail',
|
||||
'maintenanceDetail': 'Repair Log',
|
||||
'annex': 'Annex',
|
||||
'repairTools': 'Repair Tools',
|
||||
'placeholderrepairTools': 'Please input repair tools',
|
||||
'placeholderrepairOrderNumber': 'Please input maintenance order number',
|
||||
'placeholderequipmentId': 'Please select equipment',
|
||||
'placeholdermaintenanceWorker': 'Please select worker',
|
||||
'placeholdermaintenanceStatus': 'Please select repiar method',
|
||||
'placeholderequipmentPosition': 'Please input equipment position',
|
||||
'placeholderworkerContactInformation': 'Please input contract information',
|
||||
'placeholdertimeOfFailure': 'Please select time of fault',
|
||||
'placeholderfaultLevel': 'Please select fault level',
|
||||
'placeholderrepairMode': 'Please select repair type',
|
||||
'placeholderfaultDetail': 'Please input detail of fault',
|
||||
'placeholdermaintenanceDetail': 'Please input detail of repair',
|
||||
'placeholderremark': 'Please input remarks',
|
||||
'createTime': 'Create Time',
|
||||
'maintenanceDuration': 'Maintenance Duration(h)',
|
||||
'done': 'Done',
|
||||
'undone': 'Undone',
|
||||
'manual': 'Manual'
|
||||
},
|
||||
monitoring: {
|
||||
'searchPlaceholder': 'Device ID or name',
|
||||
'code': 'device ID',
|
||||
'name': 'Equipment name',
|
||||
'status': 'Device status',
|
||||
'startTime': 'Start Time',
|
||||
'totalCount': 'Number of processed substrates',
|
||||
'repairTime': 'Last repair time'
|
||||
},
|
||||
maintainplan: {
|
||||
'searchPlaceholder': 'status',
|
||||
'startTime': 'Start Time',
|
||||
'endTime': 'End Time',
|
||||
'maintenanceOrderNumber': 'Maintenance Plan Order',
|
||||
'maintainStartTime': 'Maintain Start Time',
|
||||
'maintainEndTime': 'Maintain End Time',
|
||||
'lastMaintainStartTime': 'Last Start Time',
|
||||
'lastMaintainEndTime': 'Last End Time',
|
||||
'lastMaintainTime': 'Last Time',
|
||||
'nextMaintainTime': 'Next Time',
|
||||
'equipmentCode': 'Device ID',
|
||||
'maintenancePeriodId': 'Period',
|
||||
'remark': 'Remarks',
|
||||
'EquipmentGrouping': 'Equipment Grouping',
|
||||
'addDialogTitle': 'Add Maintenance Plan',
|
||||
'editDialogTitle': 'Edit Maintenance Plan',
|
||||
'equipmentId': 'Equipment Name',
|
||||
'status': 'Status',
|
||||
'int': 'Please enter a positive integer',
|
||||
'sort': 'Please make sure the time sequence is correct',
|
||||
'mobile': 'Please enter the correct phone number',
|
||||
'annex': 'Annex',
|
||||
'maintainWorkerId': 'Maintenance personnel',
|
||||
'lastMaintainWorkerId': 'Last maintenance personnel',
|
||||
'maintainType': 'maintain type',
|
||||
'erpIdentification': 'ERP',
|
||||
'maintainDuration': 'maintainDuration(hour)',
|
||||
'maintainFuncDesc': 'Maintenance Function Description',
|
||||
'planned': 'Planned',
|
||||
'placeholderlastMaintainTime': 'Please select last time',
|
||||
'placeholdernextMaintainTime': 'Please select next time',
|
||||
'placeholdermaintenanceOrderNumber': 'Please input Maintenance Plan Order',
|
||||
'placeholdermaintainDuration': 'Please maintain Duration',
|
||||
'placeholdererpIdentification': 'please ERP',
|
||||
'placeholdermaintainStartTime': 'Please select start time',
|
||||
'placeholdermaintainEndTime': 'Please select end time',
|
||||
'placeholdermaintenancePeriodId': 'Please select maintenance period',
|
||||
'placeholderremark': 'Please input remarks',
|
||||
'placeholderstatus': 'Please select status',
|
||||
'placeholdermaintainWorkerId': 'Please select Maintenance personnel',
|
||||
'placeholdermaintainType': 'Please select Maintenance Type',
|
||||
'placeholdermaintainFuncDesc': 'please Maintenance Function Description',
|
||||
'placeholderEquipmentGrouping': 'Please Equipment Grouping',
|
||||
'placeholderequipmentId': 'equipment',
|
||||
'checklog': 'maintainlog',
|
||||
'changeDetail': 'Change Detail',
|
||||
'viewDetail': 'View Detail',
|
||||
'maintainPlanDetail': 'MaintainPlan Detail',
|
||||
'productionLineId': 'Production Line'
|
||||
},
|
||||
maintainlog: {
|
||||
'startTime': 'Start Time',
|
||||
'endTime': 'End Time',
|
||||
'maintenanceOrderNumber': 'Maintenance Log No.',
|
||||
'maintainStartTime': 'Start Time',
|
||||
'maintainNextTime': 'Next maintain time',
|
||||
'maintainEndTime': 'End Time',
|
||||
'maintainEdit': 'Maintain Edit',
|
||||
'maintainAdd': 'Maintain Add',
|
||||
'maintainDetail': 'Maintain Detail',
|
||||
'maintainWorker': 'Worker',
|
||||
'maintainWorkerId': 'Worker',
|
||||
'equipmentCode': 'Device code',
|
||||
'maintainDuration': 'maintainDuration(hour)',
|
||||
'nextMaintenanceTime': 'Next maintain time',
|
||||
'remark': 'Remarks',
|
||||
'maintenanceDetail': 'Maintain Detail',
|
||||
'annex': 'Annex',
|
||||
'planned': 'Planned',
|
||||
'maintainType': 'maintain type',
|
||||
'equipmentId': 'Equipment name',
|
||||
'placeholdermaintainDuration': 'Please maintain Duration',
|
||||
'placeholdermaintainType': 'Please select Maintenance Type',
|
||||
'placeholderequipmentId': 'Please select Equipment',
|
||||
'placeholdermaintenanceOrderNumber': 'Please input Maintenance Order Number',
|
||||
'placeholdermaintainStartTime': 'Please select start time',
|
||||
'placeholdermaintainNextTime': 'Please select next maintain time',
|
||||
'placeholdermaintainEndTime': 'Please select end time',
|
||||
'placeholdermaintainWorkerId': 'Please select Worker',
|
||||
'placeholdermaintenanceDetail': 'Please input Maintain detail',
|
||||
'placeholderremark': 'Please input Remarks',
|
||||
'placeholderactualEndTime': 'Please select Start Time',
|
||||
'placeholderactualStartTime': 'Please select End Time',
|
||||
'equipment': 'EquiPment',
|
||||
'isplan': 'Is Have Maintain Plan',
|
||||
'planAll': 'All',
|
||||
'planNo': 'No Plan',
|
||||
'planYes': 'Have Plan',
|
||||
'maintainlogTime': 'Maintain Log Date',
|
||||
'status': 'Status'
|
||||
},
|
||||
processequipment: {
|
||||
'productInfo': 'Product information',
|
||||
'processname': 'Process name'
|
||||
},
|
||||
baseinfo: {
|
||||
'searchPlaceholder': 'Device code or name',
|
||||
'code': 'Equipment type code',
|
||||
'name': 'Equipment type name',
|
||||
'status': 'Equipment status',
|
||||
'remark': 'remarks',
|
||||
'deviceTypeParam': 'Device Param',
|
||||
'deviceTypeEvent': 'Device Event',
|
||||
'deviceTypeAlarm': 'Device Alarm'
|
||||
},
|
||||
baseinfoparam: {
|
||||
'searchPlaceholder': 'Param name or code',
|
||||
'paramId': 'Constant/ Variate ID',
|
||||
'paramName': 'Param name',
|
||||
'paramCode': 'Param Code',
|
||||
'format': 'Param format',
|
||||
'valueType': 'Param value type',
|
||||
'unit': 'Unit',
|
||||
'maxValue': 'Max value',
|
||||
'minValue': 'Min value',
|
||||
'defaultValue': 'Default value',
|
||||
'category': 'Param category',
|
||||
'dataWithPlc': 'data with PLC',
|
||||
'enabled': 'is Enabled',
|
||||
'type': 'Collection parameter type',
|
||||
'note': 'Note',
|
||||
'uploadSpc': 'Upload SPC',
|
||||
'isCollected': 'Is collected',
|
||||
'description': 'Description',
|
||||
'remark': 'Remarks',
|
||||
'addDialogTitle': 'Add Device Param',
|
||||
'editDialogTitle': 'Edit Device Param',
|
||||
'placeholderparamName': 'Please input param name',
|
||||
'placeholderparamId': 'Please input param id',
|
||||
'placeholderparamCode': 'Please input param code',
|
||||
'placeholderformat': 'Please input format',
|
||||
'placeholderValueType': 'Please input value type',
|
||||
'placeholdertype': 'Please input var type',
|
||||
'placeholderunit': 'Please input unit',
|
||||
'placeholderdataWithPlc': 'Please input PLC',
|
||||
'M': 'Material Related Value',
|
||||
'V': 'Process Actual Value',
|
||||
'P': 'Process Set Point',
|
||||
'R': 'Recipe Parameter',
|
||||
'C': 'Consumable Value',
|
||||
'I': 'Interface Related'
|
||||
},
|
||||
baseinfoevent: {
|
||||
'searchPlaceholder': 'Event name or code',
|
||||
'eventId': 'Event ID',
|
||||
'eventCode': 'Event code',
|
||||
'eventName': 'Event name',
|
||||
'enabled': 'Enabled',
|
||||
'category': 'Category',
|
||||
'description': 'Description',
|
||||
'remark': 'Remarks',
|
||||
'addDialogTitle': 'Add Device Param',
|
||||
'editDialogTitle': 'Edit Device Param',
|
||||
'placeholdereventId': 'Please input Event ID',
|
||||
'placeholdereventName': 'Please input Event name',
|
||||
'placeholdereventCode': 'Please input Event code',
|
||||
'placeholdercategory': 'Please input category'
|
||||
},
|
||||
baseinfoalarm: {
|
||||
'searchPlaceholder': 'Alarm name or code',
|
||||
'alarmId': 'Alarm ID',
|
||||
'alarmName': 'Alarm name',
|
||||
'alarmCode': 'Alarm code',
|
||||
'category': 'Category',
|
||||
'description': 'Description',
|
||||
'enabled': 'Enabled',
|
||||
'remark': 'Remarks',
|
||||
'addDialogTitle': 'Add Device Alarm',
|
||||
'editDialogTitle': 'Edit Device Alarm',
|
||||
'placeholderalarmId': 'Please input alarm ID',
|
||||
'placeholderalarmName': 'Please input alarm name',
|
||||
'placeholderalarmCode': 'Please input alarm code',
|
||||
'placeholdercategory': 'Please input alarm type'
|
||||
},
|
||||
eqManagerManage: {
|
||||
'equipmentName': 'Equipment Name',
|
||||
'equipmentCode': 'Equipment Code',
|
||||
'description': 'Description',
|
||||
'worker': 'Operator',
|
||||
'remark': 'Remark',
|
||||
'role': 'Operator Role'
|
||||
},
|
||||
equipmentParams: {
|
||||
'startAndEndTime': 'Start And End Time',
|
||||
'startTime': 'Start Time',
|
||||
'endTime': 'End Time',
|
||||
'createTime': 'Create Time',
|
||||
'substrateId': 'Substrate Code',
|
||||
'choiceParam': 'Choice Params'
|
||||
},
|
||||
inspectionManage: {
|
||||
inspectionItem: 'Inspection Item',
|
||||
inspectionContent: 'Inspection Content',
|
||||
inspectionContentCode: 'Inspection Content Code',
|
||||
remark: 'Remark',
|
||||
equipmentName: 'Equipment Name',
|
||||
addTime: 'Add Time',
|
||||
source: 'Source',
|
||||
inspectionWorker: 'Inspection Worker',
|
||||
inspectionWorkerTip: 'Inspection Worker,Separate multiple entries with commas',
|
||||
equipmentCode: 'Equipment Code',
|
||||
selEquitment: 'Please click to select the device on the left',
|
||||
startTime: 'Start Time',
|
||||
endTime: 'End Time',
|
||||
completion: 'Completion',
|
||||
totalDetail: 'Total detail record',
|
||||
uploadError: 'File size exceeds 10MB',
|
||||
uploadErrorTip: 'Upload failed',
|
||||
einspectionLogTip: 'The device is not associated with inspection items, please associate inspection items first',
|
||||
detailrecord: 'Detail Record',
|
||||
type: 'type'
|
||||
},
|
||||
other: {}
|
||||
}
|
||||
109
src/lang/i18n/en/module/factory.js
Normal file
109
src/lang/i18n/en/module/factory.js
Normal file
@@ -0,0 +1,109 @@
|
||||
/*
|
||||
* @Author: gtz
|
||||
* @Date: 2021-03-21 17:22:47
|
||||
* @LastEditors: gtz
|
||||
* @LastEditTime: 2022-06-13 14:58:11
|
||||
* @Description: file content
|
||||
*/
|
||||
|
||||
export default {
|
||||
abnormalAlarm: {
|
||||
exceptionAlarm: 'Exception Alarm',
|
||||
alarmTime: 'Alarm Time',
|
||||
alarmType: 'Alarm Type',
|
||||
alarmLevel: 'Alarm Level',
|
||||
alarmReason: 'Alarm Reason',
|
||||
messagePushMode: 'Message Push Mode',
|
||||
team: 'Executive Team',
|
||||
isDeal: 'Is Handled',
|
||||
detail: 'Detail',
|
||||
deal: 'Handle',
|
||||
alarmHandling: 'Alarm Handle',
|
||||
alarmSource: 'Alarm Source',
|
||||
alarmCode: 'Alarm Code',
|
||||
alarmContent: 'Alarm Content',
|
||||
status: 'Status',
|
||||
handler: 'Handler',
|
||||
description: 'Description',
|
||||
annex: 'Annex',
|
||||
timeQuantum: 'Date Quantum',
|
||||
processing: 'Processing',
|
||||
notProcessing: 'Not Processed',
|
||||
processingComplete: 'Processing Complete',
|
||||
inHand: 'In Hand',
|
||||
waitingProcess: 'Waiting Process',
|
||||
all: 'All',
|
||||
warn: 'Warn',
|
||||
alarm: 'Alarm',
|
||||
breakdown: 'Breakdown',
|
||||
email: 'email',
|
||||
wechat: 'wechat',
|
||||
equipmentName: 'Equipment Name',
|
||||
alarmStatus: 'Alarm Status',
|
||||
alarmInfo: 'Alarm Info',
|
||||
alarmStartTime: 'Alarm Start Time',
|
||||
alarmEndTime: 'Alarm End Time',
|
||||
EquipmentAlarmProcessing: 'Equipment Alarm Processing',
|
||||
alarmNotify: 'Push Mode',
|
||||
equipmentArea: 'Equipment Area'
|
||||
},
|
||||
equipmentAlarm: {
|
||||
eqName: 'Equipment Name'
|
||||
},
|
||||
visual: {
|
||||
showLocation: 'Show Location Info',
|
||||
location: 'Location',
|
||||
box: 'Box',
|
||||
visualSub: 'Substrate In Process:',
|
||||
locationSub: 'Stock Substrate:'
|
||||
},
|
||||
realtime: {
|
||||
order: {
|
||||
pageName: 'Order Real-time Data',
|
||||
name: 'Order Name',
|
||||
pName: 'Product Name',
|
||||
pSpecs: 'Product Specifications',
|
||||
pLine: 'Product Lines'
|
||||
},
|
||||
productLine: {
|
||||
refresh: 'Prepare to refresh data',
|
||||
name: 'Product Line Real-time Data',
|
||||
pl: 'Product Line',
|
||||
currOrder: 'Current Order',
|
||||
pSpecs: 'Product Specifications',
|
||||
input: 'Input',
|
||||
output: 'Output',
|
||||
passArea: 'Passed Area',
|
||||
scrapNum: 'Scrap Number',
|
||||
scrapRate: 'Scrap Rate(%)'
|
||||
},
|
||||
team: {
|
||||
refresh: 'Prepare to refresh data',
|
||||
name: 'Team Real-time Data',
|
||||
tName: 'Team Name',
|
||||
currOrder: 'Current Order',
|
||||
pSpecs: 'Product Specifications',
|
||||
wTime: 'Working Time',
|
||||
input: 'Input',
|
||||
output: 'Output',
|
||||
passArea: 'Passed Area',
|
||||
scrapNum: 'Scrap Number',
|
||||
scrapRate: 'Scrap Rate(%)'
|
||||
},
|
||||
equipment: {
|
||||
name: 'Equipment Real-time Data',
|
||||
refresh: 'Prepare to refresh data',
|
||||
pl: 'Product Line',
|
||||
currOrder: 'Current Order',
|
||||
pSpecs: 'Product Specifications',
|
||||
eqName: 'Equipment Name',
|
||||
produceTotal: 'Total Production',
|
||||
input: 'Input',
|
||||
// output: 'Output',
|
||||
output: 'Quantity of processing',
|
||||
scrapNum: 'Scrap Number',
|
||||
scrapRate: 'Scrap Rate(%)'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
15
src/lang/i18n/en/module/formManage.js
Normal file
15
src/lang/i18n/en/module/formManage.js
Normal file
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
* @Author: gtz
|
||||
* @Date: 2021-04-01 09:19:36
|
||||
* @LastEditors: gtz
|
||||
* @LastEditTime: 2022-05-06 15:10:03
|
||||
* @Description: file content
|
||||
*/
|
||||
|
||||
export default {
|
||||
formSort: {
|
||||
name: 'Form Sorts Name',
|
||||
addDialogTitle: 'Add Form Sort',
|
||||
editDialogTitle: 'Edit Form Sort'
|
||||
}
|
||||
}
|
||||
35
src/lang/i18n/en/module/index.js
Normal file
35
src/lang/i18n/en/module/index.js
Normal file
@@ -0,0 +1,35 @@
|
||||
/*
|
||||
* @Author: gtz
|
||||
* @Date: 2021-03-04 16:12:46
|
||||
* @LastEditors: gtz
|
||||
* @LastEditTime: 2022-05-06 15:09:56
|
||||
* @Description: file content
|
||||
*/
|
||||
|
||||
import basicData from './basicData'
|
||||
import packingManage from './packing-manage'
|
||||
import teamManager from './teamManager'
|
||||
import equipmentManager from './equipmentManager'
|
||||
import orderManage from './orderManage'
|
||||
import art from './art'
|
||||
import materialManager from './materialManager'
|
||||
import quality from './quality'
|
||||
import factory from './factory'
|
||||
import formManage from './formManage'
|
||||
import report from './report'
|
||||
import dataAnalysis from './dataAnalysis'
|
||||
|
||||
export default {
|
||||
basicData,
|
||||
packingManage,
|
||||
teamManager,
|
||||
equipmentManager,
|
||||
orderManage,
|
||||
art,
|
||||
materialManager,
|
||||
quality,
|
||||
factory,
|
||||
formManage,
|
||||
report,
|
||||
dataAnalysis
|
||||
}
|
||||
151
src/lang/i18n/en/module/materialManager.js
Normal file
151
src/lang/i18n/en/module/materialManager.js
Normal file
@@ -0,0 +1,151 @@
|
||||
/*
|
||||
* @Author: gtz
|
||||
* @Date: 2021-03-08 12:02:22
|
||||
* @LastEditors: gtz
|
||||
* @LastEditTime: 2022-02-24 16:20:45
|
||||
* @Description: file content
|
||||
*/
|
||||
export default {
|
||||
refluelling: {
|
||||
add: 'Add',
|
||||
edit: 'Edit',
|
||||
equipmentName: 'Equipment name',
|
||||
equipmentCode: 'Equipment Code',
|
||||
equipmentNameShort: 'Equipment name',
|
||||
index: 'No',
|
||||
materialDateCode: 'Batch number',
|
||||
materialDateName: 'Batch name',
|
||||
materialCode: 'Material coding',
|
||||
materialName: 'Material name',
|
||||
materialPatch: 'Material patch',
|
||||
materialUseTime: 'Material Use Time',
|
||||
num: 'Number',
|
||||
operator: 'Operator',
|
||||
operator2: 'Operator',
|
||||
operation: 'Operation',
|
||||
placeholderbatchnumber: 'Batch number cannot be empty',
|
||||
placeholdermaterialid: 'Material cannot be empty',
|
||||
placeholderoperator: 'Operator cannot be empty',
|
||||
placeholdernumrequired: 'Count cannot be empty',
|
||||
placeholdernumnumber: 'Please input number type',
|
||||
placeholdertime: 'Refuelling time cannot be empty ',
|
||||
placeholderEquipment: 'Equipment cannot be empty',
|
||||
placeholderLength: 'At Least 3 characters',
|
||||
placeholderSearch: 'Material Code/Material Name',
|
||||
replaceTime: 'Refueling time',
|
||||
remark: 'Remark',
|
||||
source: 'Data Sources',
|
||||
type: 'Refueling Type',
|
||||
unit: 'unit',
|
||||
warning: 'Selected Batch Code does not exist. Please check again!',
|
||||
validBatch: 'Selected batch is valid',
|
||||
manual: 'Manual'
|
||||
},
|
||||
materialbom: {
|
||||
add: 'Add Bom',
|
||||
edit: 'Edit Bom',
|
||||
detail: 'Bom Details',
|
||||
index: 'No',
|
||||
bomcode: 'Bom coding',
|
||||
bomcode_long: 'Material BOM Code',
|
||||
name: 'Bom',
|
||||
name_long: 'Material Bom',
|
||||
createTime: 'creation time',
|
||||
remark: 'Remarks',
|
||||
operation: 'Operation',
|
||||
placeholderbomName: 'Bom name cannot be empty',
|
||||
placeholderbomcode: 'Bom coding cannot be empty',
|
||||
subtitle: 'BOM detail',
|
||||
code: 'Material Code',
|
||||
detailname: 'Material Name',
|
||||
mname: 'Material',
|
||||
quantity: 'Quantity',
|
||||
unit: 'Material Unit',
|
||||
unit2: 'Material Unit',
|
||||
addDialogTitle: 'Add Bom list',
|
||||
editDialogTitle: 'Edit Bom list',
|
||||
placeholderunit: 'Unit cannot be empty',
|
||||
viewDetail: 'View Details',
|
||||
basicmaterial: 'Basic Material',
|
||||
baseboardtype: 'Baseboard Type',
|
||||
placeholderMinNumOfMaterial: 'At Least select one type of material',
|
||||
noEmptyNumber: 'Not allowed empty number',
|
||||
noEmptyUnit: 'Not allowed empty unit',
|
||||
successMessage: 'Success!',
|
||||
failMessage: 'Failed',
|
||||
bomCodeOrName: 'Bom Code / Bom Name',
|
||||
materialCodeOrName: 'Material Name/Code'
|
||||
},
|
||||
materialbatch: {
|
||||
add: 'Add new batch',
|
||||
edit: 'Edit a batch',
|
||||
placeholderkeywords: 'Batch name/code/Material name',
|
||||
index: 'No',
|
||||
createTime: 'creation time',
|
||||
externalCode: 'Batch number',
|
||||
name: 'Batch name',
|
||||
materialCode: 'Material coding',
|
||||
materialName: 'Material name',
|
||||
remark: 'Remarks',
|
||||
operation: 'Operation',
|
||||
placeholderbatchnumber: 'Batch number cannot be empty',
|
||||
placeholderbatchname: 'Batch name cannot be empty',
|
||||
placeholderLength: 'At Least 3 characters',
|
||||
placeholderMinNumOfMaterial: 'At Least select one type of material'
|
||||
},
|
||||
report: {
|
||||
placeholderkeywords: 'please substrate code ',
|
||||
Keyword: 'Substrate code',
|
||||
eqName: 'Equipment name',
|
||||
code: 'Substrate code'
|
||||
},
|
||||
currentConsume: {
|
||||
index: 'No',
|
||||
eqName: 'Equipment name',
|
||||
materialName: 'Material name',
|
||||
materialCode: 'Material code',
|
||||
materialBatch: 'Material batch code',
|
||||
beginTime: 'Material start time',
|
||||
endTime: 'Material end time',
|
||||
materialNowCon: 'Current material consumption',
|
||||
MaterialConThr: 'Material consumption threshold',
|
||||
remark: 'Remark'
|
||||
},
|
||||
historyConsume: {
|
||||
index: 'No',
|
||||
eqName: 'Equipment name',
|
||||
materialName: 'Material name',
|
||||
materialCode: 'Material code',
|
||||
materialBatch: 'Material batch code',
|
||||
beginTime: 'Material start time',
|
||||
endTime: 'Material end time',
|
||||
materialNowCon: 'Total material consumption',
|
||||
MaterialConThr: 'Material consumption threshold',
|
||||
remark: 'Remark'
|
||||
},
|
||||
currentUsageRecord: {
|
||||
add: 'Add a new record',
|
||||
edit: 'Edit a record',
|
||||
equipmentName: 'Equipment Name',
|
||||
equipmentNamePlaceholder: 'Equipment Name Can NOT Be Empty',
|
||||
equipmentCode: 'Equipment Code',
|
||||
index: 'Index',
|
||||
materialDateCode: 'Material Date Code',
|
||||
materialDateName: 'Material Date Name',
|
||||
materialCode: 'Material Code',
|
||||
materialName: 'Material Name',
|
||||
materialNamePlaceholder: 'Material Name Can NOT Be Empty',
|
||||
materialPatch: 'Material Patch',
|
||||
materialPatchPlaceholder: 'Material Patch Can NOT Be Empty',
|
||||
materialUseTime: 'Material Use Time',
|
||||
materialUseTimePlaceholder: 'Material Use Time Can NOT Be Empty',
|
||||
num: 'Number',
|
||||
numPlaceholder: 'Number At Least be 1',
|
||||
operation: 'Operations',
|
||||
remark: 'Remark',
|
||||
unit: 'Unit',
|
||||
thisRecord: 'this record',
|
||||
user: 'User',
|
||||
userPlaceholder: 'User names split with commas'
|
||||
}
|
||||
}
|
||||
262
src/lang/i18n/en/module/orderManage.js
Normal file
262
src/lang/i18n/en/module/orderManage.js
Normal file
@@ -0,0 +1,262 @@
|
||||
/*
|
||||
* @Author: zwq
|
||||
* @Date: 2021-03-06 16:30:28
|
||||
* @LastEditors: gtz
|
||||
* @LastEditTime: 2022-04-15 10:12:05
|
||||
* @Description:
|
||||
*/
|
||||
export default {
|
||||
order: {
|
||||
keyword: 'Key Word',
|
||||
NameOrCode: 'Name Or Code',
|
||||
StartTime: 'Start Time',
|
||||
EndTime: 'End Time',
|
||||
To: 'To',
|
||||
timePeriod: 'Time Period',
|
||||
ActualStartTime: 'Actual Start Time',
|
||||
createTime: 'Create Time',
|
||||
specifications: 'Specifications',
|
||||
all: 'All',
|
||||
unComplete: 'Incomplete',
|
||||
add: 'Add',
|
||||
start: 'Start',
|
||||
stop: 'Stop',
|
||||
issue: 'Issued',
|
||||
complete: 'Complete',
|
||||
ProductLines: 'Product Lines',
|
||||
workers: 'Directors',
|
||||
startBefore: 'Start Work Order?',
|
||||
suspendBefore: 'Suspend Work Order?',
|
||||
stopBefore: 'Stop Work Order?',
|
||||
WorkOrderName: 'Work Order Name',
|
||||
WorkOrderCode: 'Work Order Code',
|
||||
WorkOrderType: 'Work Order Type',
|
||||
triggerTime: 'Order Issue Time',
|
||||
WorkOrderStartTime: 'Work Order Start Time',
|
||||
EstimatedTime: 'Estimated Time',
|
||||
OrderName: 'Order Name',
|
||||
OrderCode: 'Order Code',
|
||||
OrderType: 'Order Type',
|
||||
CompletionTime: 'Completion Time',
|
||||
IssueOrderTime: 'Issue Order Time',
|
||||
PlanningStartTime: 'Planning Start Time',
|
||||
PlanningEndTime: 'Planning End Time',
|
||||
DeliveryTime: 'Delivery Time',
|
||||
priority: 'Priority',
|
||||
WorkOrderInitiation: 'Work Order Initiation',
|
||||
initiateTime: 'Initiate Time',
|
||||
source: 'Source',
|
||||
status: 'Status',
|
||||
unit: 'Unit',
|
||||
price: 'Price(Yuan)',
|
||||
PlannedProcessingVolume: 'Target Quantity',
|
||||
ActualTargetQuantity: 'Actual Target Quantity',
|
||||
ActualFinishedProduct: 'Actual Finished Product',
|
||||
NumberOfDamages: 'Number Of Damages',
|
||||
workOrderDetail: 'work Order Detail',
|
||||
Description: 'Description',
|
||||
Remarks: 'Remarks',
|
||||
ProductProcess: 'Technological Process',
|
||||
powerClass: 'Power Class',
|
||||
ProductName: 'Product Name',
|
||||
ProductCode: 'Product Code',
|
||||
ProductType: 'Product Type',
|
||||
destination: 'Destination',
|
||||
reason: 'Reason',
|
||||
UseQuantityPlate: 'Use Quantity Plate',
|
||||
DamageQuantityPlate: 'Damage Quantity Plate',
|
||||
EquipmentName: 'Equipment Name',
|
||||
PowerConsumption: 'Power Consumption',
|
||||
WorkOrderProgress: 'Work order progress',
|
||||
energyConsumption: 'energy consumption of equipment:',
|
||||
energyConsumptionChart: 'power consumption diagram of equipment',
|
||||
energyConsumptionTable: 'electricity consumption table of equipment',
|
||||
workOrderVerificationResult: 'work Order Verification Result',
|
||||
deviceDetection: 'Device Detection',
|
||||
process: 'Process',
|
||||
useMaterial: 'Use Material',
|
||||
basePlate: 'Base Plate',
|
||||
basePlateCode: 'Plate Code',
|
||||
basePlateId: 'Plate Id',
|
||||
team: 'Team',
|
||||
customer: 'Customer',
|
||||
detail: 'Detail',
|
||||
workOrderInfo: 'work Order Info',
|
||||
OrderReportInfo: 'Order Report Info',
|
||||
executionTime: 'Start Time',
|
||||
completQuantity: 'Complet Quantity',
|
||||
initiateWorkOrder: 'Initiate Work Order',
|
||||
finishTime: 'Finish Time',
|
||||
reportingTime: 'Reporting Time',
|
||||
workReportMethod: 'Work Report Method',
|
||||
goodQuantity: 'Good Quantity',
|
||||
scrapQuantity: 'Scrap Quantity',
|
||||
scrapId: 'Scrap Id',
|
||||
scrapLevel: 'Scrap Level',
|
||||
packageNumber: 'Package Number',
|
||||
packageSpecifications: 'Package Specifications',
|
||||
SAPMaterial: 'SAP Material',
|
||||
power: 'Power',
|
||||
fileName: 'File Name',
|
||||
path: 'Path',
|
||||
processCode: 'Process Code',
|
||||
deviceInfo: 'Device Info',
|
||||
loadingTime: 'Loading Time',
|
||||
unLoadingTime: 'UnLoading Time',
|
||||
materialBom: 'Bom',
|
||||
materialBomMessage: 'This work order is not bound with BOM',
|
||||
activation: 'Activation',
|
||||
warnMessage: 'Issued order cannot be deleted',
|
||||
selectTip: 'You have no data selected',
|
||||
IssueOrder: 'Issuw Order Time'
|
||||
},
|
||||
track: {
|
||||
event: 'Event',
|
||||
parameterName: 'Parameter Name',
|
||||
parameterValue: 'Parameter Value',
|
||||
occurTime: 'Occur Time',
|
||||
ProcessTime: 'Process Time'
|
||||
},
|
||||
packingTags: {
|
||||
moduleId: 'Module Id',
|
||||
UnloadingTime: 'Unloading Time',
|
||||
UnloadingEquipment: 'Unloading Equipment',
|
||||
moduleQuantity: 'Module Quantity',
|
||||
PrintingTime: 'Printing Time',
|
||||
plateType: 'Plate Type',
|
||||
plateGrade: 'Plate Grade',
|
||||
name: 'Name',
|
||||
opration: 'Opration',
|
||||
code: 'Code',
|
||||
startTime: 'Start Time',
|
||||
completeTime: 'Complete Time',
|
||||
power: 'Power',
|
||||
grade: 'Grade',
|
||||
oneDimensionalCode: 'Bar Code'
|
||||
},
|
||||
substrateBatch: {
|
||||
batchCode: 'Batch Code',
|
||||
batchName: 'Batch Name',
|
||||
propertyName: 'Property Name',
|
||||
propertyValue: 'Property Value'
|
||||
},
|
||||
VerifyTable: {
|
||||
EquipmentCode: 'Equipment Code',
|
||||
equipmentAbbreviation: 'Equipment Abbreviation',
|
||||
EquipmentFormula: 'Equipment Formula',
|
||||
ProcessFormulaRequir: 'Process Formula Requir',
|
||||
IsSame: 'IsSame',
|
||||
materielName: 'Materiel Name',
|
||||
materielCode: 'Materiel Code',
|
||||
Spec: 'Spec',
|
||||
teamName: 'Team Name',
|
||||
teamLeader: 'Team Leader',
|
||||
number: 'Number',
|
||||
professional: 'Professional',
|
||||
workingHours: 'Working Hours'
|
||||
},
|
||||
orderDetail: {
|
||||
issueTime: 'Work Order Generation Time',
|
||||
completionSchedule: 'Completion Schedule',
|
||||
issuedQuantity: 'Issued Quantity',
|
||||
remainingPlannedQuantity: 'Remaining Planned Quantity',
|
||||
processingSquareMeters: 'Processing Square Meters'
|
||||
},
|
||||
workOrderDetail: {
|
||||
workOrderSource: 'Work Order Source',
|
||||
workOrderStatus: 'Work Order Status',
|
||||
processingTechnology: 'Processing Technology',
|
||||
originalBatch: 'OriginalBatch',
|
||||
batchInfo: 'BatchInfo',
|
||||
createTime: 'Create Time',
|
||||
operator: 'Operator',
|
||||
batch: 'Batch',
|
||||
batchDetail: 'Batch Detail',
|
||||
specification: 'Specification',
|
||||
quantity: 'Quantity',
|
||||
unit: 'Unit'
|
||||
},
|
||||
powerClassification: {
|
||||
parentClass: 'Parent Class',
|
||||
typeName: 'Type Name',
|
||||
typeCode: 'Type Code',
|
||||
Remarks: 'Remarks'
|
||||
},
|
||||
erpToMes: {
|
||||
erpToMesMaterial: 'Erp To Mes Material',
|
||||
erpToMesMaterialBom: 'Erp To Mes Material Bom',
|
||||
erpToMesOrder: 'Erp To Mes Order',
|
||||
batchNumber: 'Batch Number',
|
||||
materialsCode: 'Materials Code',
|
||||
materialsName: 'Materials Name',
|
||||
quantity: 'Quantity',
|
||||
unit: 'Unit',
|
||||
bomContent: 'BOM Content',
|
||||
craftCode: 'Craft Code',
|
||||
craftName: 'Craft Name',
|
||||
materialsBomCode: 'Materials Bom Code',
|
||||
materialsBomName: 'Materials Bom Name',
|
||||
substrateBatch: 'Substrate Batch',
|
||||
customerCode: ' Customer Code',
|
||||
customerName: 'Customer Name',
|
||||
orderCode: 'Order Code',
|
||||
orderName: 'Order Name',
|
||||
packagingBoxId: 'Packaging Box Id',
|
||||
reportTime: 'Report Time',
|
||||
mfoCode: 'mfo Code'
|
||||
},
|
||||
feeInfo: {
|
||||
orderName: 'Order Name',
|
||||
timePeriod: 'Time Period',
|
||||
startTime: 'Start Time',
|
||||
endTime: 'End Time',
|
||||
createTime: 'Create Time',
|
||||
orderCode: 'Order Code',
|
||||
source: 'Source',
|
||||
state: 'State',
|
||||
fee: 'Fee',
|
||||
feeType: 'Fee Type',
|
||||
remark: 'Remark',
|
||||
transportationCosts: 'Transportation Costs',
|
||||
staffCosts: 'Staff Costs',
|
||||
wasteCosts: 'Waste Costs',
|
||||
equipmentCosts: 'Equipment Costs',
|
||||
otherCosts: 'Other Costs',
|
||||
yuan: '(Yuan)',
|
||||
details: 'Details',
|
||||
staffType: 'Staff Type',
|
||||
lengthOfwork: 'Length Of work(h)',
|
||||
costSource: 'Cost Source',
|
||||
wasteType: 'Waste Type',
|
||||
quantity: 'Quantity',
|
||||
deviceType: 'Device Type',
|
||||
otheType: 'Othe Type',
|
||||
costAll: 'All Cost'
|
||||
},
|
||||
orderMonitoring: {
|
||||
orderName: 'Order Name',
|
||||
period: 'Period',
|
||||
startTime: 'Start Time',
|
||||
endTime: 'End Time',
|
||||
datasheets: 'Data Sheets',
|
||||
donutChart: 'Donut Chart',
|
||||
startProcessingTime: 'Start Processing Time',
|
||||
completeTime: 'Complete Time',
|
||||
processingLine: 'Processing Line',
|
||||
completionRate: 'Order Completion Rate',
|
||||
packagingCompletionRate: 'Packaging Completion Rate',
|
||||
deliveryCompletionRate: 'Delivery Completion Rate',
|
||||
scrapRate: 'Scrap Rate',
|
||||
originalFilmInput: 'Original Film Input',
|
||||
originalFilmusage: 'Good product Rate',
|
||||
customer: 'Customer',
|
||||
orderStatus: 'Order Status',
|
||||
unit: 'Unit',
|
||||
processingCapacity: 'Processing Capacity',
|
||||
productSpecifications: 'Product Specifications',
|
||||
processingCompletionRate: 'Processing Completion Rate',
|
||||
price: 'Price',
|
||||
orderQuantity: 'Order Quantity',
|
||||
damageQuantity: 'Damage Quantity'
|
||||
}
|
||||
}
|
||||
113
src/lang/i18n/en/module/packing-manage.js
Normal file
113
src/lang/i18n/en/module/packing-manage.js
Normal file
@@ -0,0 +1,113 @@
|
||||
/*
|
||||
* @Author: zwq
|
||||
* @Date: 2021-04-07 14:05:04
|
||||
* @LastEditors: gtz
|
||||
* @LastEditTime: 2022-04-11 10:31:32
|
||||
* @Description:
|
||||
*/
|
||||
export default {
|
||||
PackingList: {
|
||||
pl: 'Product Line',
|
||||
plName: 'Product Line',
|
||||
PackingTime: 'Packing Time',
|
||||
printStatus: 'Print Status',
|
||||
printed: 'Printed',
|
||||
unprinted: 'Unprinted',
|
||||
WorkOrderNo: 'Work Order No',
|
||||
SubstrateNumber: 'Substrate Number',
|
||||
ModuleLevel: 'Module Level',
|
||||
QualityGrade: 'Quality Grade',
|
||||
Detail: 'Detail',
|
||||
printNumber: 'Print Number',
|
||||
enterTime: 'Entry Time',
|
||||
workOrderId: 'Work Order',
|
||||
shelfId: 'Shelf',
|
||||
startTime: 'Start Time',
|
||||
endTime: 'End Time',
|
||||
productName: 'Products',
|
||||
productSize: 'Specification',
|
||||
customerName: 'Customer Name',
|
||||
substrateGrade: 'Substrate Grade',
|
||||
quantity: 'Quantity',
|
||||
location: 'Location',
|
||||
id: 'Id',
|
||||
printTime: 'Print Time',
|
||||
quickSelector: 'Quick Selections',
|
||||
clearQuickSelect: 'Clear',
|
||||
today: 'Today',
|
||||
threeDaysAgo: '3 days ago',
|
||||
aWeekAgo: 'A week ago',
|
||||
aMonthAgo: 'A month ago',
|
||||
orderNo: 'Order NO.',
|
||||
orderName: 'Order Name',
|
||||
productsName: 'Product Name',
|
||||
inspection: 'Inspection Info',
|
||||
inspectionInfo: 'View Inspection Info',
|
||||
inspectionInfoDetail: 'Inspection Info Details',
|
||||
detail: 'Detail',
|
||||
viewDetail: 'View Detail',
|
||||
printTag: 'Print Tags',
|
||||
printDetail: 'Print Details',
|
||||
print: 'Print',
|
||||
printFinished: 'Print Finished Info',
|
||||
finishedTag: 'Print Finished Tags',
|
||||
operation: 'Operation',
|
||||
getBatch: 'Fetch Batch',
|
||||
getRawMaterialBatch: 'Fetch Raw Material Batch',
|
||||
rawMaterialBatch: 'Raw Material Batch',
|
||||
productSpec: 'Product Size',
|
||||
shelfName: 'Shelf/Box Id',
|
||||
finishTime: 'End Time',
|
||||
batch: 'Batch',
|
||||
customer: 'Customer Name',
|
||||
packSpec: 'Package Specifications',
|
||||
grade: 'Grade',
|
||||
checkPerson: 'Inspector',
|
||||
batchBinding: 'Batch Binding',
|
||||
materialBatchName: 'Material Batch Name',
|
||||
packageBox: 'Package Box/Shelf',
|
||||
checkTime: 'Check Time',
|
||||
source: 'Source',
|
||||
description: 'Description',
|
||||
checkType: 'Check Type',
|
||||
checkValue: 'Check Value',
|
||||
checkDet: 'Check Detail',
|
||||
manual: 'Manual',
|
||||
timeDetail: 'Time Detail',
|
||||
orderCode: 'Order Code',
|
||||
batchHint: 'Please pick one option or more!'
|
||||
},
|
||||
LabelTemplate: {
|
||||
LabelCode: 'Label Code',
|
||||
LabelName: 'Label Name',
|
||||
LabelType: 'Label Type',
|
||||
LabelContent: 'Label Content',
|
||||
Remark: 'Remark',
|
||||
LabelRemark: 'Label Remark',
|
||||
ModuleTag: 'Module Tag',
|
||||
GradeTag: 'Grade Tag',
|
||||
TemplateDesign: 'Template Design',
|
||||
TemplatePreview: 'Template Preview',
|
||||
DesignDetail: 'Details',
|
||||
CustomTemplate: 'Custom Template',
|
||||
ModalTemplate: 'Modal Template',
|
||||
GradeTemplate: 'Grade Template',
|
||||
LabelCodeHint: 'Label code cannot be empty',
|
||||
LabelNameHint: 'Label name cannot be empty',
|
||||
LabelContentHint: 'Label content cannot be empty',
|
||||
LengthHint: 'at least 3 characters'
|
||||
},
|
||||
PackingCost: {
|
||||
orderName: 'Order Name',
|
||||
orderCode: 'Order Code',
|
||||
packageCost: 'Package Cost(¥)',
|
||||
packageExplainText: 'Package Explain Text',
|
||||
packageDetail: 'Package Detail',
|
||||
packageType: 'Package Type',
|
||||
costY: 'Cost(¥)',
|
||||
cost: 'Cost',
|
||||
costTypeMessage: 'Cost must be numeric',
|
||||
explainText: 'Description',
|
||||
remark: 'Remark'
|
||||
}
|
||||
}
|
||||
206
src/lang/i18n/en/module/quality.js
Normal file
206
src/lang/i18n/en/module/quality.js
Normal file
@@ -0,0 +1,206 @@
|
||||
/*
|
||||
* @Date: 2021-03-13 13:49:16
|
||||
* @LastEditors: zwq
|
||||
* @LastEditTime: 2021-04-15 09:59:15
|
||||
* @FilePath: \basic-admin\src\lang\i18n\en\module\quality.js
|
||||
* @Description:
|
||||
*/
|
||||
export default {
|
||||
scrapInfo: {
|
||||
teamId: 'Team',
|
||||
workOrderName: 'Work Order Name',
|
||||
createTime: 'Create Time',
|
||||
teamName: 'Team',
|
||||
scrapNum: 'Quantity',
|
||||
workOrderCode: 'Work Order Code',
|
||||
scrapDescribe: 'Scrap Description',
|
||||
remark: 'Remark',
|
||||
registerTime: 'Scrap Generation Time'
|
||||
},
|
||||
plan: {
|
||||
searchPlaceholder: 'Detection plan name',
|
||||
searchPlaceholderArea: 'Area',
|
||||
placeholderStartTime: 'Start Time',
|
||||
placeholderEndTime: 'End time',
|
||||
testPlaneCode: 'Detection Plan Code',
|
||||
testPlaneName: 'Detection Plan Name',
|
||||
testPlaneContent: 'Detection Content',
|
||||
areaName: 'Area name',
|
||||
areaCode: 'Area code',
|
||||
detectionRateDicId: 'Detection Rate',
|
||||
isIssued: 'Is issued',
|
||||
issuedTime: 'Issued time',
|
||||
operatorId: 'Operator',
|
||||
remark: 'Remarks',
|
||||
addDialogTitle: 'Add Plan',
|
||||
editDialogTitle: 'Edit Plan',
|
||||
sendDialogTitle: 'Send Plan',
|
||||
notEmpty: 'Value connot be empty',
|
||||
sendPlanHint: 'Send the Detection plan?',
|
||||
distributionAreaName: 'Distribution Destination'
|
||||
},
|
||||
planDetail: {
|
||||
title: 'Detection plan param detail',
|
||||
name: 'Param name',
|
||||
references: 'Reference Value',
|
||||
remark: 'Remarks',
|
||||
updatedTime: 'Update Time',
|
||||
notEmpty: 'Value connot be empty',
|
||||
equipmentName: 'Equipment Name',
|
||||
testFrequency: 'Test Frequency',
|
||||
testSystem: 'Test System',
|
||||
description: 'Description'
|
||||
},
|
||||
planSend: {},
|
||||
offlineDetec: {
|
||||
EquipmentName: 'Equipment Name',
|
||||
EquipmentCode: 'Equipment Code',
|
||||
DetectionArea: 'Detection Area',
|
||||
EquipmentFunction: 'Equipment Function',
|
||||
DetecParamCode: 'DetecParam Code',
|
||||
maxValue: 'max Value',
|
||||
minValue: 'min Value',
|
||||
avgValue: 'avg Value',
|
||||
unit: 'unit',
|
||||
uploadSpc: 'upload Spc',
|
||||
SubstrateId: 'Substrate Id',
|
||||
DetecTime: 'Detec Time',
|
||||
DetecParam: 'Detec Param',
|
||||
DetecValue: 'Detec Value',
|
||||
DetecStaff: 'Detec Staff',
|
||||
getEquipmetId: 'Please select the device!'
|
||||
},
|
||||
spc: {
|
||||
error: 'SPC system did not exit correctly, please go to SPC system page manually to exit',
|
||||
tip: 'SPC system opened on new tab'
|
||||
},
|
||||
inspection: {
|
||||
createTime: 'Create Time',
|
||||
type: 'Inspection Type',
|
||||
typeCode: 'Inspection Type Code',
|
||||
code: 'Inspection Code',
|
||||
content: 'Inspection Content',
|
||||
contentCode: 'Inspection Content Code',
|
||||
remark: 'Remark',
|
||||
viewDetail: 'View Details',
|
||||
detail: 'Detail',
|
||||
detailList: 'Detail List',
|
||||
checkPerson: 'Check Person',
|
||||
checkTime: 'Check Time',
|
||||
source: 'Source',
|
||||
desc: 'Description',
|
||||
unit: 'Unit',
|
||||
explain: 'Explanation',
|
||||
orderNameHead: 'Work Order(required)',
|
||||
orderName: 'Work Order',
|
||||
value: 'Check Value',
|
||||
launchTime: 'Launch Time',
|
||||
terminateTime: 'Terminate Time',
|
||||
materialDate: 'Material Date',
|
||||
deep: {
|
||||
workOrderList: 'Work Order List',
|
||||
graph: 'Graph',
|
||||
table: 'Table',
|
||||
productLine: 'Product Line',
|
||||
workOrder: 'Work Order',
|
||||
workOrderDetail: 'Work Order Detail',
|
||||
currentWorkOrder: 'Current Work Order',
|
||||
count: 'Count',
|
||||
title: 'Amount of object in each line',
|
||||
title2: 'Inspecting object of every work order in each line',
|
||||
workOrderName: 'Work Order',
|
||||
productName: 'Product Name',
|
||||
productSize: 'Product Size',
|
||||
sumup: 'Sum Up',
|
||||
sumdown: 'Sum Down',
|
||||
inspectContent: 'Inspection Type',
|
||||
suminput: 'Sum Input',
|
||||
sumscrap: 'Sum Scrap',
|
||||
sumtype: 'Sum Type',
|
||||
scrapRatio: 'Scrap Ratio',
|
||||
inspectDetContent: 'Inspection Detail Content',
|
||||
manual: 'manual',
|
||||
auto: 'auto',
|
||||
orderCode: 'Order Code',
|
||||
timerange: 'Time Range',
|
||||
startTime: 'Start Date',
|
||||
endTime: 'End Date',
|
||||
workOrderCodeHead: 'Work Order Code(required)',
|
||||
workOrderCode: 'Work Order Code',
|
||||
ratio: 'Ratio(%)',
|
||||
workSection: 'Work Section'
|
||||
},
|
||||
hint: {
|
||||
noData: 'There is no data available to load',
|
||||
refresh: 'Attention: refresh data',
|
||||
noWorkSection: 'Work section is required',
|
||||
noWorkOrder: 'Work order is required',
|
||||
noCheckDet: 'Check detail is required',
|
||||
noCheckTime: 'Check time is required',
|
||||
noProductLine: 'Product line is required',
|
||||
exist: 'The record exists, auto fill down below!'
|
||||
},
|
||||
finished: {
|
||||
shelfLabel: 'Shelf',
|
||||
order: 'Order',
|
||||
product: 'Product',
|
||||
productSize: 'Product Size',
|
||||
customer: 'Customer',
|
||||
substrateGrade: 'Substrate Grade'
|
||||
},
|
||||
restrospect: {
|
||||
eqName: 'Equipment Name',
|
||||
operate: 'Operation',
|
||||
toggle: 'Switch to Graph',
|
||||
analysis: 'Graphic Analysis',
|
||||
id: 'No.',
|
||||
duration: 'Duration',
|
||||
durationRate: 'Duration Rate',
|
||||
ratio: 'Ratio',
|
||||
value: 'Speed',
|
||||
hour: 'Hour(s)',
|
||||
lost: 'Break Down',
|
||||
speedLost: 'Speed Lost',
|
||||
time: {
|
||||
efficient: 'Efficient Time(hours)',
|
||||
work: 'Work Time(hours)',
|
||||
off: 'Close Time(hours)',
|
||||
stop: 'Stop Time(hours)',
|
||||
down: 'Down Time(hours)'
|
||||
},
|
||||
rate: {
|
||||
work: 'Work Time Rate',
|
||||
stop: 'Stop Time Rate',
|
||||
down: 'Down Time Rate'
|
||||
},
|
||||
speed: {
|
||||
real: 'Real Yield',
|
||||
thero: 'Designed Yield',
|
||||
rate: 'peEfficiency'
|
||||
}
|
||||
},
|
||||
rawMaterial: {
|
||||
applyTime: 'Consume Time',
|
||||
name: 'Raw Material',
|
||||
operator: 'Operator',
|
||||
quantity: 'Quantity',
|
||||
spec: 'Specification'
|
||||
},
|
||||
material: {
|
||||
name: 'Material Name',
|
||||
usage: 'Specified Usage',
|
||||
actualuse: 'Actual Usage',
|
||||
detail: 'Details of the Material',
|
||||
code: 'Material Code',
|
||||
user: 'User',
|
||||
quantity: 'Quantity'
|
||||
},
|
||||
team: {
|
||||
name: 'Team Name',
|
||||
leader: 'Team Leader',
|
||||
num: 'Number of people',
|
||||
cnt: 'Work Count',
|
||||
detail: 'Team Details'
|
||||
}
|
||||
}
|
||||
}
|
||||
19
src/lang/i18n/en/module/report.js
Normal file
19
src/lang/i18n/en/module/report.js
Normal file
@@ -0,0 +1,19 @@
|
||||
/*
|
||||
* @Author: gtz
|
||||
* @Date: 2021-04-22 19:48:46
|
||||
* @LastEditors: gtz
|
||||
* @LastEditTime: 2021-04-23 14:36:08
|
||||
* @Description: file content
|
||||
*/
|
||||
|
||||
export default {
|
||||
reportList: {
|
||||
reportName: 'Report name',
|
||||
reportSort: 'Report Sort',
|
||||
createTime: 'Create Date',
|
||||
operation: 'Operation'
|
||||
},
|
||||
reportSort: {
|
||||
all: 'All'
|
||||
}
|
||||
}
|
||||
119
src/lang/i18n/en/module/teamManager.js
Normal file
119
src/lang/i18n/en/module/teamManager.js
Normal file
@@ -0,0 +1,119 @@
|
||||
/*
|
||||
* @Author: gtz
|
||||
* @Date: 2021-03-04 16:13:51
|
||||
* @LastEditors: gtz
|
||||
* @LastEditTime: 2022-07-26 13:59:25
|
||||
* @Description: file content
|
||||
*/
|
||||
export default {
|
||||
Handover: {
|
||||
alertTitle: '[Warm Prompt]',
|
||||
alertListContent: 'Are you sure you want to delete the team handover record?',
|
||||
alertPlanContent: 'Are you sure you want to delete this process?',
|
||||
index: 'index',
|
||||
TeamName: 'TeamName',
|
||||
TeamLeader: 'TeamLeader',
|
||||
WorkingHours: 'WorkingHours',
|
||||
OffWorkTime: 'OffWorkTime',
|
||||
LastTeamName: 'LastTeamName',
|
||||
Keyword: 'Keyword',
|
||||
HandoverTme: 'HandoverTme',
|
||||
HandoverStatus: 'HandoverStatus',
|
||||
TeamWorkStatus: 'TeamWorkStatus',
|
||||
CreateTime: 'CreateTime',
|
||||
PlanWorkingHours: 'PlanWorkingHours',
|
||||
PlannedHandoverTime: 'PlannedHandoverTime',
|
||||
PreviousTeamLeader: 'PreviousTeamLeader',
|
||||
Remark: 'Remark',
|
||||
Detail: 'Detail',
|
||||
Placeholder: 'TeamNameOrTeamLeader',
|
||||
Operation: 'Operation',
|
||||
StartTime: 'StartTime',
|
||||
EndTime: 'EndTime',
|
||||
To: 'To'
|
||||
},
|
||||
HandoverAdd: {
|
||||
SelectAll: 'SelectAll',
|
||||
TeamPlanFill: 'TeamPlanFill',
|
||||
FillInShift: 'FillInShift',
|
||||
MajorSelection: 'MajorSelection',
|
||||
SelectionOfTeamMembers: 'SelectionOfTeamMembers',
|
||||
Placeholder: 'NameOrCode',
|
||||
planWorkerName: 'planWorkerName',
|
||||
planProfessionName: 'planSkillName',
|
||||
telephone: 'telephone',
|
||||
workshop: 'workstation',
|
||||
onDuty: 'onDuty',
|
||||
HandoverTeam: 'HandoverTeam',
|
||||
HandoverTeamLeader: 'HandoverTeamLeader',
|
||||
PlanTeam: 'PlanTeam',
|
||||
PlanTeamLeader: 'PlanTeamLeader'
|
||||
},
|
||||
HandoverDrawer: {
|
||||
title: 'OffDutyOperation',
|
||||
TeamCommutingRecord: 'TeamCommutingRecord',
|
||||
OffHours: 'OffHours'
|
||||
},
|
||||
showLog: {
|
||||
content: 'content',
|
||||
type: 'type',
|
||||
title: 'title',
|
||||
teamEventLogId: 'teamEventLogId',
|
||||
happenTime: 'happenTime'
|
||||
},
|
||||
shift: {
|
||||
shift: 'Shift Operate',
|
||||
shiftDetail: 'Shift Detail',
|
||||
planTime: 'Plan Time',
|
||||
planHandoverTime: 'Handover Time Period',
|
||||
onlineTime: 'Plan Online Time',
|
||||
offlineTime: 'Plan Offline Time',
|
||||
team: 'Team',
|
||||
teamName: 'Team Name',
|
||||
teamCode: 'Team Code',
|
||||
lineOrProcess: 'Line/Process',
|
||||
lineOrProcessCode: 'Line/Process Code',
|
||||
handoverTeam: 'Handover Team',
|
||||
handoverMonitor: 'Handover Monitor',
|
||||
handoverTeamCode: 'Handover Team Code',
|
||||
handoverPreTeam: 'Handover Last Team',
|
||||
handoverPreMonitor: 'Handover Last Monitor',
|
||||
handoverPreTeamCode: 'Handover Last Team Code',
|
||||
status: 'Status',
|
||||
detail: 'Detail',
|
||||
remark: 'Remark',
|
||||
finish: 'Finish',
|
||||
waiting: 'Waiting',
|
||||
errorImport: 'Please check that your entry is complete!',
|
||||
readMore: 'Details'
|
||||
},
|
||||
teamInfo: {
|
||||
shift: 'Shift Operate',
|
||||
planHandoverTime: 'Plan Handover Time',
|
||||
team: 'Team',
|
||||
className: 'Team Name',
|
||||
classCode: 'Team Code',
|
||||
lineOrProcess: 'Line/Process',
|
||||
lineOrProcessCode: 'Line/Process Code',
|
||||
planTeamName: 'Handover Team',
|
||||
planTeamLeader: 'Handover Monitor',
|
||||
planPreTeamName: 'Handover Last Team',
|
||||
planPreTeamLeader: 'Handover Last Monitor',
|
||||
status: 'Status',
|
||||
detail: 'Detail',
|
||||
remark: 'Remark',
|
||||
workStatus: 'Work Status',
|
||||
onlineTime: 'Online Time',
|
||||
offlineTime: 'Offline Time',
|
||||
online: 'Online',
|
||||
offline: 'Offline',
|
||||
planPreTeamStartTime: 'Start Time',
|
||||
planPreTeamEndTime: 'End Time',
|
||||
productionSituation: 'Production Situation',
|
||||
productNum: 'Production Number',
|
||||
scrapNum: 'Scrap Number',
|
||||
productSquare: 'Production Square',
|
||||
rate: 'Rate(%)',
|
||||
productLine: 'Product Line'
|
||||
}
|
||||
}
|
||||
94
src/lang/i18n/zh/btn/index.js
Normal file
94
src/lang/i18n/zh/btn/index.js
Normal file
@@ -0,0 +1,94 @@
|
||||
/*
|
||||
* @Author: gtz
|
||||
* @Date: 2021-03-04 16:19:14
|
||||
* @LastEditors: Please set LastEditors
|
||||
* @LastEditTime: 2021-07-13 20:27:32
|
||||
* @Description: file content
|
||||
*/
|
||||
|
||||
export default {
|
||||
start: {
|
||||
zh: '执行',
|
||||
en: 'Start Work'
|
||||
},
|
||||
see: {
|
||||
zh: '查看',
|
||||
en: 'See'
|
||||
},
|
||||
search: {
|
||||
zh: '查询',
|
||||
en: 'Search'
|
||||
},
|
||||
edit: {
|
||||
zh: '编辑',
|
||||
en: 'Edit'
|
||||
},
|
||||
delete: {
|
||||
zh: '删除',
|
||||
en: 'Delete'
|
||||
},
|
||||
add: {
|
||||
zh: '新增',
|
||||
en: 'Add'
|
||||
},
|
||||
cancel: {
|
||||
zh: '取 消',
|
||||
en: 'Cancel'
|
||||
},
|
||||
confirm: {
|
||||
zh: '确 定',
|
||||
en: 'Confirm'
|
||||
},
|
||||
detail: {
|
||||
zh: '详情',
|
||||
en: 'Detail'
|
||||
},
|
||||
reset: {
|
||||
zh: '重置',
|
||||
en: 'Reset'
|
||||
},
|
||||
submit: {
|
||||
zh: '提交',
|
||||
en: 'Submit'
|
||||
},
|
||||
save: {
|
||||
zh: '保存',
|
||||
en: 'Save'
|
||||
},
|
||||
upload: {
|
||||
zh: '上传',
|
||||
en: 'Upload'
|
||||
},
|
||||
uploadpic: {
|
||||
zh: '上传图片',
|
||||
en: 'Upload Picture'
|
||||
},
|
||||
back: {
|
||||
zh: '返回',
|
||||
en: 'Back'
|
||||
},
|
||||
checkLog: {
|
||||
zh: '查看日志',
|
||||
en: 'Check Log'
|
||||
},
|
||||
goOffWork: {
|
||||
zh: '结束值班',
|
||||
en: 'Go Off Work'
|
||||
},
|
||||
adddetail: {
|
||||
zh: '添加明细',
|
||||
en: 'Add Detail'
|
||||
},
|
||||
addattr: {
|
||||
zh: '添加属性',
|
||||
en: 'Add Attribute'
|
||||
},
|
||||
addgroup: {
|
||||
zh: '添加',
|
||||
en: 'Add Members'
|
||||
},
|
||||
download: {
|
||||
zh: '下载',
|
||||
en: 'download'
|
||||
}
|
||||
}
|
||||
62
src/lang/i18n/zh/module/art.js
Normal file
62
src/lang/i18n/zh/module/art.js
Normal file
@@ -0,0 +1,62 @@
|
||||
/*
|
||||
* @Author: gtz
|
||||
* @Date: 2021-03-08 09:46:00
|
||||
* @LastEditors: gtz
|
||||
* @LastEditTime: 2021-04-15 19:35:00
|
||||
* @Description: file content
|
||||
*/
|
||||
|
||||
export default {
|
||||
artName: '工艺名称',
|
||||
status: '状态',
|
||||
createTime: '添加时间',
|
||||
artCode: '工艺编码',
|
||||
remark: '备注',
|
||||
process: '流程',
|
||||
processName: '工序',
|
||||
eqName: '设备名称',
|
||||
recipeName: '配方名称',
|
||||
materialBOM: '物料BOM',
|
||||
artType: '工艺类型',
|
||||
description: '描述',
|
||||
or: '或',
|
||||
on: '启用',
|
||||
off: '禁用',
|
||||
operation: '操作',
|
||||
IsDisabled: '是否启用',
|
||||
key: '关键字',
|
||||
input: '请输入',
|
||||
confirm: '确认',
|
||||
cancel: '取消',
|
||||
delTip: '您确定要删除该条工艺吗?',
|
||||
tip: '温馨提示',
|
||||
delSucc: '删除成功!',
|
||||
externalCode: '工艺编码',
|
||||
substrateType: '基板类型',
|
||||
artBOM: '工艺BOM',
|
||||
notNull: '不能为空',
|
||||
selectNotNull: '请至少选择一个',
|
||||
lengthRule: '长度在3个字符以上',
|
||||
nodeNull: '工艺节点为空,您确定要保存吗?',
|
||||
hasNull: '设备、配方和工艺类型不能为空或某一工序下没有添加设备,请检查!',
|
||||
choiceEqError: '请先选择设备!',
|
||||
changeTipHeaderDes: '是否将此描述信息应用于',
|
||||
changeTipHeaderRemark: '是否将此备注信息应用于',
|
||||
changeTipFooter: '工序下所有设备',
|
||||
NotSameProcess: '不能选择相同的工序!',
|
||||
processList: {
|
||||
processName: '工序名称',
|
||||
processEq: '工序设备',
|
||||
description: '描述',
|
||||
addProcess: '添加一道工序',
|
||||
type: '类型'
|
||||
},
|
||||
product: '产品',
|
||||
artProcess: '工艺流程',
|
||||
processDetail: '流程明细',
|
||||
processManage: '工艺管理',
|
||||
nameOrCode: '工艺名称或编码',
|
||||
descriptionHint: '示例: 工序1-工序2-工序3-...',
|
||||
noName: '工艺名称不能为空',
|
||||
noCode: '工艺编码不能为空'
|
||||
}
|
||||
509
src/lang/i18n/zh/module/basicData.js
Normal file
509
src/lang/i18n/zh/module/basicData.js
Normal file
@@ -0,0 +1,509 @@
|
||||
/*
|
||||
* @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: '上级部门'
|
||||
}
|
||||
}
|
||||
93
src/lang/i18n/zh/module/dataAnalysis.js
Normal file
93
src/lang/i18n/zh/module/dataAnalysis.js
Normal file
@@ -0,0 +1,93 @@
|
||||
/*
|
||||
* @Author: gtz
|
||||
* @Date: 2021-04-01 09:19:36
|
||||
* @LastEditors: gtz
|
||||
* @LastEditTime: 2022-06-09 16:56:40
|
||||
* @Description: file content
|
||||
*/
|
||||
|
||||
export default {
|
||||
productionLineBalance: {
|
||||
process: '工序',
|
||||
equipmentName: '设备名称',
|
||||
line: '产线',
|
||||
time: '时间段',
|
||||
startTime: '开始时间',
|
||||
endTime: '结束时间'
|
||||
},
|
||||
yield: {
|
||||
line: '产线',
|
||||
time: '时间',
|
||||
productName: '产品名',
|
||||
productSpecifications: '产品规格'
|
||||
},
|
||||
equipmentException: {
|
||||
process: '工序',
|
||||
equipmentName: '设备名称',
|
||||
line: '产线',
|
||||
time: '时间',
|
||||
exceptionIntervalTime: '月度平均故障间隔时间(h)',
|
||||
runTime: '设备运行时间(h)',
|
||||
exceptionTimes: '故障次数',
|
||||
repairTime: '月度平均维修间隔时间(h)',
|
||||
exceptionTime: '总故障时间(h)',
|
||||
eqTitle: '故障明细',
|
||||
firstTableTitle: '平均故障间隔时间(WTBF)',
|
||||
secondTableTitle: '平均维修时间'
|
||||
},
|
||||
equipmentEfficiency: {
|
||||
factory: '工厂',
|
||||
line: '产线',
|
||||
lineName: '产线名称',
|
||||
process: '工序',
|
||||
eq: '设备',
|
||||
mtbf: '平均故障间隔时间[MTBF] (h)',
|
||||
mttr: '平均维修时间[MTTR] (h)',
|
||||
hour: '小时',
|
||||
lost: '中断损失',
|
||||
speedLost: '速度损失',
|
||||
operate: '操作',
|
||||
viewTrend: '查看趋势',
|
||||
timeType: '时间类型',
|
||||
rangeType: '按时间段',
|
||||
dateType: '按日期',
|
||||
range: '时间段',
|
||||
date: '日期',
|
||||
downCount: '故障次数',
|
||||
downDetail: '故障详情',
|
||||
viewDetail: '查看详情',
|
||||
required: '必填',
|
||||
addEq: '添加对比设备',
|
||||
timeRun: '时间开动率',
|
||||
hint: {
|
||||
chooseTime: '请选择一个时间'
|
||||
},
|
||||
graph: {
|
||||
ratio: '百分比',
|
||||
time: '时间',
|
||||
title: '时间区间走势',
|
||||
noGap: '无间隔',
|
||||
gapMon: '按月',
|
||||
gapWeek: '按周',
|
||||
gapDay: '按天'
|
||||
},
|
||||
time: {
|
||||
efficient: '有效时间 (h)',
|
||||
work: '工作时长 (h)',
|
||||
off: '关机时间 (h)',
|
||||
stop: '停机时长 (h)',
|
||||
down: '故障时长 (h)'
|
||||
},
|
||||
rate: {
|
||||
work: '工作时长比率',
|
||||
stop: '停机比率',
|
||||
down: '故障比率'
|
||||
},
|
||||
speed: {
|
||||
real: '实际加工速度',
|
||||
thero: '理论加工速度',
|
||||
rate: '速度开动率'
|
||||
}
|
||||
},
|
||||
timesequence: {}
|
||||
}
|
||||
437
src/lang/i18n/zh/module/equipmentManager.js
Normal file
437
src/lang/i18n/zh/module/equipmentManager.js
Normal file
@@ -0,0 +1,437 @@
|
||||
/*
|
||||
* @Date: 2021-03-05 10:04:37
|
||||
* @LastEditors: fzq
|
||||
* @LastEditTime: 2022-09-15 10:07:40
|
||||
* @FilePath: \mt-bus-fe\src\lang\i18n\zh\module\equipmentManager.js
|
||||
* @Description:
|
||||
*/
|
||||
export default {
|
||||
equipmentVisualization: {
|
||||
'timeSlot': '时间段',
|
||||
'ProcessingQuantity': '加工数量',
|
||||
'Histogram': '柱状图',
|
||||
'DataTable': '数据列表',
|
||||
'Year': '年',
|
||||
'Quarter': '季度',
|
||||
'Month': '月',
|
||||
'Week': '周',
|
||||
'Electric': '电',
|
||||
'Water': '水',
|
||||
'Gas': '气'
|
||||
},
|
||||
sparepart: {
|
||||
'sparepart': '备品备件',
|
||||
'sparepartDetail': '备品备件详情',
|
||||
'addSparepartDetail': '添加备品备件详情',
|
||||
'editSparepartDetail': '编辑备品备件详情',
|
||||
'sparepartEdit': '备品备件编辑',
|
||||
'sparepartAdd': '备品备件新增',
|
||||
'confirm': '是否确认替换?',
|
||||
'code': '备件编号',
|
||||
'name': '备件名称',
|
||||
'model': '备件型号',
|
||||
'batchNumber': '批次号',
|
||||
'supplier': '供应商',
|
||||
'number': '数量',
|
||||
'unit': '单位',
|
||||
'entryTime': '进厂时间',
|
||||
'receiver': '接收人',
|
||||
'remark': '备注',
|
||||
'externalCode': '外部编码',
|
||||
'searchPlaceholder': '备件编码或名称',
|
||||
'editDialogTtile': '编辑备品备件',
|
||||
'addDialogTtile': '添加备品备件',
|
||||
'placeholdersparepart': '请选择备件',
|
||||
'placeholdermodel': '请输入模型',
|
||||
'placeholderbatchNumber': '请输入批次号',
|
||||
'placeholdersupplier': '请选择供应商',
|
||||
'placeholdernumber': '请输入数量',
|
||||
'placeholderunit': '请选择单位',
|
||||
'placeholderentryTime': '请选择时间',
|
||||
'placeholderreceiver': '请选择接收人',
|
||||
'placeholderremark': '请输入备注',
|
||||
'placeholdertime': '请输入起止时间',
|
||||
'placeholderexternalCode': '请输入外部编码',
|
||||
'placeholderHandleTime': '请输入安装时间',
|
||||
'placeholderSparepartId': '请输入备品备件',
|
||||
'instructions': '操作说明',
|
||||
'source': '数据来源',
|
||||
'operator': '操作人',
|
||||
'status': '是否超期',
|
||||
'overdue': '超期',
|
||||
'notOverdue': '未超期剩下10分之1',
|
||||
'health': '未超期',
|
||||
'handleTime': '安装时间',
|
||||
'nextTime': '计划更新时间',
|
||||
'isUpdate': '是否更新',
|
||||
'updateTime': '更新时间',
|
||||
'description': '说明',
|
||||
'now': '是否替换',
|
||||
'replaced': '已替换',
|
||||
'unreplaced': '未替换',
|
||||
'productionLineId': '产线名称',
|
||||
'large': '文件大小超过 2MB',
|
||||
'larger': '文件大小超过 10MB'
|
||||
},
|
||||
bom: {
|
||||
'searchPlaceholder': '设备类型编码或名称',
|
||||
'code': '设备配方编码',
|
||||
'name': '设备配方名称',
|
||||
'equipmentCode': '设备类型编号',
|
||||
'equipmentName': '设备类型名称',
|
||||
'enabled': '激活状态',
|
||||
'remark': '备注',
|
||||
'addDialogTitle': '添加设备物料',
|
||||
'editDialogTitle': '设备物料编辑',
|
||||
'detailDialogTitle': '设备物料详情',
|
||||
'placeholdercode': '请输入设备物料编码',
|
||||
'placeholdername': '请输入设备物料名称',
|
||||
'placeholderequipmentName': '请选择设备类型',
|
||||
'placeholderremark': '请输入备注',
|
||||
'succeeded': '操作成功!',
|
||||
'placeholderEquipmentType': '请选择设备类型',
|
||||
'placeholderCode': '请输入配方编码',
|
||||
'placeholderName': '请输入配方名称'
|
||||
},
|
||||
bomdetail: {
|
||||
'title': '设备物料明细',
|
||||
'materialId': '物料编码',
|
||||
'materialName': '物料名称',
|
||||
'unit': '单位',
|
||||
'quantity': '数量',
|
||||
'remark': '备注',
|
||||
'addDialogTitle': '添加物料',
|
||||
'editDialogTitle': '编辑物料',
|
||||
'placeholdermaterialName': '请选择物料',
|
||||
'placeholderunit': '请选择单位',
|
||||
'placeholderquantity': '请输入数量',
|
||||
'placeholderremark': '请输入备注'
|
||||
},
|
||||
recipe: {
|
||||
'searchPlaceholder': '配方编码或名称',
|
||||
'deviceselect': '设备',
|
||||
'equipmentId': '设备名',
|
||||
'equipmentType': '设备类型',
|
||||
'name': '配方名称',
|
||||
'code': '配方编码',
|
||||
'activationState': '激活状态',
|
||||
'enabled': '启用状态',
|
||||
'remark': '备注',
|
||||
'description': '配方描述',
|
||||
'addDialogTitle': '添加设备配方',
|
||||
'editDialogTitle': '编辑设备配方',
|
||||
'placeholdername': '请输入配方名称',
|
||||
'placeholderdevice': '请选择设备',
|
||||
'placeholdercode': '请输入配方编码',
|
||||
'placeholderdescription': '请输入配方描述',
|
||||
'placeholderremark': '请输入备注'
|
||||
},
|
||||
recipeDetail: {
|
||||
'title': '设备类型配方参数明细',
|
||||
'paramCode': '参数编码',
|
||||
'paramName': '参数名称',
|
||||
'type': '参数类型',
|
||||
'minValue': '最小参数值',
|
||||
'maxValue': '最大参数值',
|
||||
'defaultValue': '默认参数值',
|
||||
'unit': '单位',
|
||||
'remark': '备注',
|
||||
'recipeParam': '配方参数',
|
||||
'paramValue': '参数数值',
|
||||
'placeholderrecipeParam': '请选择配方参数',
|
||||
'placeholderparamValue': '请输入参数数值',
|
||||
'placeholderremark': '请输入备注',
|
||||
'addDialogTitle': '添加配方参数',
|
||||
'editDialogTitle': '修改配方参数'
|
||||
},
|
||||
statusSetting: {
|
||||
'searchPlaceholder': '设备名称',
|
||||
'searchPlaceholder2': '设备状态',
|
||||
'code': '设备编号',
|
||||
'name': '设备名称',
|
||||
'status': 'E10状态',
|
||||
'color': '显示颜色',
|
||||
'description': '设备描述',
|
||||
'dialogTitle': '修改设备状态',
|
||||
'devicestatus': '设备状态',
|
||||
'placeholderdevicestatus': '请选择设备状态',
|
||||
'communication': '通讯状态',
|
||||
'controlStatus': '控制状态',
|
||||
'controlStatusLocal': '本地',
|
||||
'controlStatusOnline': '在线',
|
||||
'communicationOff': '未连接',
|
||||
'communicationOn': '已连接',
|
||||
'placeholdercontrolStatus': '请选择控制状态'
|
||||
},
|
||||
repair: {
|
||||
'searchPlaceholder': '设备名称',
|
||||
'startDate': '开始日期',
|
||||
'endDate': '结束日期',
|
||||
'repairOrderNumber': '设备维修单号',
|
||||
'repairAdd': '设备维修新增',
|
||||
'repairExpertAdd': '设备维修专家库新增',
|
||||
'repairEdit': '设备维修编辑',
|
||||
'repairExpertEdit': '设备维修专家库编辑',
|
||||
'repairDetail': '设备维修详情',
|
||||
'repairExpertDetail': '设备维修专家库详情',
|
||||
'maintenanceStartTime': '维修开始时间',
|
||||
'maintenanceFinishTime': '维修结束时间',
|
||||
'maintenanceStatus': '维修状态',
|
||||
'equipmentName': '设备名称',
|
||||
'maintenanceWorker': '维修工',
|
||||
'workerContactInformation': '联系方式',
|
||||
'remark': '备注',
|
||||
'equipmentId': '设备名称',
|
||||
'equipmentPosition': '设备位置',
|
||||
'timeOfFailure': '故障发生时间',
|
||||
'faultLevel': '故障级别',
|
||||
'timerange': '维修起止时间',
|
||||
'repairMode': '维修类型',
|
||||
'faultDetail': '故障明细',
|
||||
'maintenanceDetail': '维修记录',
|
||||
'annex': '维修附件',
|
||||
'repairTools': '维修工具',
|
||||
'placeholderrepairTools': '请输入维修工具',
|
||||
'placeholderrepairOrderNumber': '请输入维修单号',
|
||||
'placeholderequipmentId': '请选择设备',
|
||||
'placeholdermaintenanceWorker': '请选择维修工',
|
||||
'placeholdermaintenanceStatus': '请选择维修状态',
|
||||
'placeholderequipmentPosition': '请输入设备位置',
|
||||
'placeholderworkerContactInformation': '请输入联系方式',
|
||||
'placeholdertimeOfFailure': '请选择故障发生时间',
|
||||
'placeholderfaultLevel': '请选择故障等级',
|
||||
'placeholderrepairMode': '请选择维修类型',
|
||||
'placeholderfaultDetail': '请输入故障明细',
|
||||
'placeholdermaintenanceDetail': '请输入维修记录',
|
||||
'placeholderremark': '请输入备注',
|
||||
'createTime': '添加时间',
|
||||
'maintenanceDuration': '维修时长(h)',
|
||||
'done': '已完成',
|
||||
'undone': '未完成',
|
||||
'manual': '手动'
|
||||
},
|
||||
monitoring: {
|
||||
'searchPlaceholder': '设备编码或名称',
|
||||
'code': '设备编号',
|
||||
'name': '设备名称',
|
||||
'status': '设备状态',
|
||||
'startTime': '启动时间',
|
||||
'totalCount': '加工基板数量',
|
||||
'repairTime': '上次维修时间'
|
||||
},
|
||||
maintainplan: {
|
||||
'searchPlaceholder': '状态',
|
||||
'startTime': '开始时间',
|
||||
'endTime': '结束时间',
|
||||
'maintenanceOrderNumber': '保养计划单号',
|
||||
'maintainStartTime': '开始时间',
|
||||
'maintainEndTime': '结束时间',
|
||||
'lastMaintainStartTime': '上一次开始时间',
|
||||
'lastMaintainEndTime': '上一次结束时间',
|
||||
'equipmentCode': '设备编码',
|
||||
'maintenancePeriodId': '保养周期',
|
||||
'remark': '备注',
|
||||
'addDialogTitle': '保养计划新增',
|
||||
'editDialogTitle': '保养计划编辑',
|
||||
'equipmentId': '设备名称',
|
||||
'status': '状态',
|
||||
'int': '请输入正整数',
|
||||
'sort': '请确保时间前后顺序正确',
|
||||
'mobile': '请输入正确的手机号码',
|
||||
'annex': '附件',
|
||||
'erpIdentification': 'ERP',
|
||||
'maintainFuncDesc': '保养功能描述',
|
||||
'EquipmentGrouping': '设备分组',
|
||||
'maintainDuration': '保养时长(时)',
|
||||
'lastMaintainTime': '上一次保养时间',
|
||||
'nextMaintainTime': '下一次保养时间',
|
||||
'maintainWorkerId': '保养人员',
|
||||
'lastMaintainWorkerId': '上一次计划保养人员',
|
||||
'maintainType': '保养类型',
|
||||
'placeholdermaintainDuration': '请输入保养时长',
|
||||
'placeholdermaintenanceOrderNumber': '请填写保养计划单号',
|
||||
'placeholdermaintainStartTime': '请填写计划开始时间',
|
||||
'placeholdermaintainEndTime': '请填写计划结束时间',
|
||||
'placeholderequipmentCode': '请填写设备编码',
|
||||
'placeholdermaintenancePeriodId': '请填写保养周期',
|
||||
'placeholderremark': '请填写备注',
|
||||
'placeholderlastMaintainTime': '请填写上一次保养时间',
|
||||
'placeholdernextMaintainTime': '请填写下一次保养时间',
|
||||
'placeholdererpIdentification': '请填写ERP',
|
||||
'placeholdermaintainFuncDesc': '请填写保养功能描述',
|
||||
'placeholdermaintainWorkerId': '请填写保养人员',
|
||||
'placeholdermaintainType': '请填写保养类型',
|
||||
'placeholderEquipmentGrouping': '请选择设备分组',
|
||||
'placeholderequipmentId': '设备名称',
|
||||
'placeholderstatus': '请填写状态',
|
||||
'checklog': '保养记录',
|
||||
'changeDetail': '更换详情',
|
||||
'viewDetail': '查看详情',
|
||||
'productionLineId': '产线名称',
|
||||
'maintainPlanDetail': '保养计划详情'
|
||||
},
|
||||
maintainlog: {
|
||||
'startTime': '开始时间',
|
||||
'endTime': '结束时间',
|
||||
'maintenanceOrderNumber': '保养记录单号',
|
||||
'maintainStartTime': '开始时间',
|
||||
'maintainNextTime': '下次保养时间',
|
||||
'maintainEdit': '保养记录编辑',
|
||||
'maintainAdd': '保养记录新增',
|
||||
'maintainDetail': '保养记录详情',
|
||||
'maintainEndTime': '结束时间',
|
||||
'maintainWorker': '保养人员',
|
||||
'maintainWorkerId': '保养人员',
|
||||
'equipmentCode': '设备编码',
|
||||
'nextMaintenanceTime': '下次保养时间',
|
||||
'maintenanceDetail': '保养描述',
|
||||
'remark': '备注',
|
||||
'maintainDuration': '保养时长(时)',
|
||||
'annex': '附件',
|
||||
'maintainType': '保养类型',
|
||||
'equipmentId': '设备名称',
|
||||
'planned': '是否保养计划',
|
||||
'placeholderequipmentId': '请选择设备',
|
||||
'placeholdermaintenanceOrderNumber': '请输入设备保养单号',
|
||||
'placeholdermaintainDuration': '请输入保养时长',
|
||||
'placeholdermaintainStartTime': '请选择实际开始时间',
|
||||
'placeholdermaintainNextTime': '请选择下次保养时间',
|
||||
'placeholdermaintainEndTime': '请选择实际结束时间',
|
||||
'placeholdermaintainWorkerId': '请选择保养人员',
|
||||
'placeholdermaintenanceDetail': '请输入保养描述',
|
||||
'placeholderremark': '请输入备注',
|
||||
'placeholderactualEndTime': '请选择实际开始时间',
|
||||
'placeholderactualStartTime': '请选择实际结束时间',
|
||||
'equipment': '设备',
|
||||
'placeholdermaintainType': '请填写保养类型',
|
||||
'isplan': '是否有保养计划',
|
||||
'planAll': '全部',
|
||||
'planNo': '无保养计划',
|
||||
'planYes': '有保养计划',
|
||||
'maintainlogTime': '保养记录时间',
|
||||
'status': '完成状态'
|
||||
},
|
||||
processequipment: {
|
||||
'productInfo': '产品信息',
|
||||
'processname': '工艺名称'
|
||||
},
|
||||
baseinfo: {
|
||||
'searchPlaceholder': '设备编号或名称',
|
||||
'code': '设备编号',
|
||||
'name': '设备名称',
|
||||
'status': '设备状态',
|
||||
'remark': '备注',
|
||||
'deviceTypeParam': '设备参数',
|
||||
'deviceTypeEvent': '设备事件',
|
||||
'deviceTypeAlarm': '设备报警'
|
||||
},
|
||||
baseinfoparam: {
|
||||
'searchPlaceholder': '参数名称或编码',
|
||||
'paramId': '常量/变量ID',
|
||||
'paramName': '参数名称',
|
||||
'paramCode': '参数编码',
|
||||
'format': '参数格式',
|
||||
'valueType': '参数值类型',
|
||||
'unit': '单位',
|
||||
'maxValue': '最大值',
|
||||
'minValue': '最小值',
|
||||
'defaultValue': '默认值',
|
||||
'category': '参数分类',
|
||||
'dataWithPlc': '对应PLC',
|
||||
'enabled': '是否有效',
|
||||
'type': '采集参数类型',
|
||||
'note': '注解',
|
||||
'uploadSpc': '是否上传SPC',
|
||||
'isCollected': '是否采集',
|
||||
'description': '描述',
|
||||
'remark': '备注',
|
||||
'addDialogTitle': '添加设备参数',
|
||||
'editDialogTitle': '编辑设备参数',
|
||||
'placeholderparamName': '请输入参数名',
|
||||
'placeholderparamId': '请输入参数Id',
|
||||
'placeholderparamCode': '请输入参数编码',
|
||||
'placeholderformat': '请输入数据类型',
|
||||
'placeholderValueType': '请输入参数值类型',
|
||||
'placeholdertype': '请输入变量类型',
|
||||
'placeholderunit': '请输入单位',
|
||||
'placeholderdataWithPlc': '请输入对应PLC',
|
||||
'M': '材料相关值',
|
||||
'V': '过程实际值',
|
||||
'P': '过程设定值',
|
||||
'R': '配方参数',
|
||||
'C': '耗材值',
|
||||
'I': '接口相关'
|
||||
},
|
||||
baseinfoevent: {
|
||||
'searchPlaceholder': '事件名称或编码',
|
||||
'eventId': '事件ID',
|
||||
'eventCode': '事件编码',
|
||||
'eventName': '事件名称',
|
||||
'enabled': '是否使用',
|
||||
'category': '类别',
|
||||
'description': '描述',
|
||||
'remark': '备注',
|
||||
'addDialogTitle': '添加设备事件',
|
||||
'editDialogTitle': '编辑设备事件',
|
||||
'placeholdereventId': '请输入事件ID',
|
||||
'placeholdereventName': '请输入事件名称',
|
||||
'placeholdereventCode': '请输入事件编码',
|
||||
'placeholdercategory': '请输入分类'
|
||||
},
|
||||
baseinfoalarm: {
|
||||
'searchPlaceholder': '报警名称或编码',
|
||||
'alarmId': '报警ID',
|
||||
'alarmName': '报警名称',
|
||||
'alarmCode': '报警编码',
|
||||
'category': '报警类型',
|
||||
'description': '描述',
|
||||
'enabled': '是否使用',
|
||||
'remark': '备注',
|
||||
'addDialogTitle': '添加设备报警',
|
||||
'editDialogTitle': '编辑设备报警',
|
||||
'placeholderalarmId': '请输入报警ID',
|
||||
'placeholderalarmName': '请输入报警名称',
|
||||
'placeholderalarmCode': '请输入报警编码',
|
||||
'placeholdercategory': '请输入报警类型'
|
||||
},
|
||||
eqManagerManage: {
|
||||
'equipmentName': '设备',
|
||||
'equipmentCode': '设备编码',
|
||||
'description': '功能描述',
|
||||
'worker': '操作员',
|
||||
'remark': '备注',
|
||||
'role': '操作员角色'
|
||||
},
|
||||
equipmentParams: {
|
||||
'startAndEndTime': '起始时间',
|
||||
'startTime': '开始时间',
|
||||
'endTime': '结束时间',
|
||||
'createTime': '创建时间',
|
||||
'substrateId': '基板编码',
|
||||
'choiceParam': '选择参数'
|
||||
},
|
||||
inspectionManage: {
|
||||
inspectionItem: '巡检项目',
|
||||
inspectionContent: '巡检内容',
|
||||
inspectionContentCode: '巡检内容编码',
|
||||
remark: '备注',
|
||||
equipmentName: '设备名称',
|
||||
addTime: '添加时间',
|
||||
source: '数据来源',
|
||||
inspectionWorker: '巡检人员',
|
||||
inspectionWorkerTip: '巡检人员,输入多人请用逗号(",")隔开',
|
||||
equipmentCode: '设备编码',
|
||||
selEquitment: '请先点击选择左侧设备',
|
||||
startTime: '巡检开始时间',
|
||||
endTime: '巡检结束时间',
|
||||
completion: '是否完成',
|
||||
totalDetail: '总详情记录',
|
||||
uploadError: '文件大小超过 10MB',
|
||||
uploadErrorTip: '上传失败',
|
||||
einspectionLogTip: '该设备未关联巡检项目,请先关联巡检项目',
|
||||
detailrecord: '详情记录',
|
||||
type: '类型'
|
||||
},
|
||||
other: {}
|
||||
|
||||
}
|
||||
109
src/lang/i18n/zh/module/factory.js
Normal file
109
src/lang/i18n/zh/module/factory.js
Normal file
@@ -0,0 +1,109 @@
|
||||
/*
|
||||
* @Author: gtz
|
||||
* @Date: 2021-03-21 17:22:47
|
||||
* @LastEditors: gtz
|
||||
* @LastEditTime: 2022-06-13 14:57:45
|
||||
* @Description: file content
|
||||
*/
|
||||
|
||||
export default {
|
||||
abnormalAlarm: {
|
||||
exceptionAlarm: '异常警告',
|
||||
alarmTime: '报警时间',
|
||||
alarmType: '报警类型',
|
||||
alarmLevel: '报警级别',
|
||||
alarmReason: '报警原因',
|
||||
messagePushMode: '消息推送方式',
|
||||
team: '执行班组',
|
||||
isDeal: '是否处理',
|
||||
detail: '详情',
|
||||
deal: '处理',
|
||||
alarmHandling: '警告处理',
|
||||
alarmSource: '报警源',
|
||||
alarmCode: '报警编号',
|
||||
alarmContent: '报警内容',
|
||||
status: '状态',
|
||||
handler: '处理人',
|
||||
description: '处理方式',
|
||||
annex: '附件',
|
||||
timeQuantum: '时间段',
|
||||
processing: '处理中',
|
||||
notProcessing: '未处理',
|
||||
processingComplete: '处理完成',
|
||||
inHand: '处理中',
|
||||
waitingProcess: '等待处理',
|
||||
all: '全部',
|
||||
warn: '警告',
|
||||
alarm: '报警',
|
||||
breakdown: '故障',
|
||||
email: '邮件',
|
||||
wechat: '微信',
|
||||
equipmentName: '设备名称',
|
||||
alarmStatus: '报警状态',
|
||||
alarmInfo: '报警信息',
|
||||
alarmStartTime: '报警开始时间',
|
||||
alarmEndTime: '报警结束时间',
|
||||
EquipmentAlarmProcessing: '设备报警处理',
|
||||
alarmNotify: '推送方式',
|
||||
equipmentArea: '设备位置'
|
||||
},
|
||||
equipmentAlarm: {
|
||||
eqName: '设备名称'
|
||||
},
|
||||
visual: {
|
||||
showLocation: '查看库位信息',
|
||||
location: '库位',
|
||||
box: '箱子',
|
||||
visualSub: '在制基板:',
|
||||
locationSub: '库存基板:'
|
||||
},
|
||||
realtime: {
|
||||
order: {
|
||||
pageName: '订单生产实时数据',
|
||||
name: '订单名称',
|
||||
pName: '产品名称',
|
||||
pSpecs: '产品规格',
|
||||
pLine: '加工产线'
|
||||
},
|
||||
productLine: {
|
||||
refresh: '即将刷新数据',
|
||||
name: '产线生产实时数据',
|
||||
pl: '产线',
|
||||
currOrder: '当前订单',
|
||||
pSpecs: '产品规格',
|
||||
input: '上片数据',
|
||||
output: '下片数据',
|
||||
passArea: '良品面积',
|
||||
scrapNum: '报废数据',
|
||||
scrapRate: '报废比例(%)'
|
||||
},
|
||||
team: {
|
||||
refresh: '即将刷新数据',
|
||||
name: '班组生产实时数据',
|
||||
tName: '班组',
|
||||
currOrder: '当前订单',
|
||||
pSpecs: '产品规格',
|
||||
wTime: '上班时间',
|
||||
input: '上片数据',
|
||||
output: '下片数据',
|
||||
passArea: '良品面积',
|
||||
scrapNum: '报废数据',
|
||||
scrapRate: '报废比例(%)'
|
||||
},
|
||||
equipment: {
|
||||
name: '设备生产实时数据',
|
||||
refresh: '即将刷新数据',
|
||||
pl: '产线',
|
||||
currOrder: '当前订单',
|
||||
pSpecs: '产品规格',
|
||||
eqName: '设备名称',
|
||||
produceTotal: '生产总数',
|
||||
input: '进数据',
|
||||
// output: '出数据',
|
||||
output: '加工数量',
|
||||
scrapNum: '报废数据',
|
||||
scrapRate: '报废比例(%)'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
18
src/lang/i18n/zh/module/formManage.js
Normal file
18
src/lang/i18n/zh/module/formManage.js
Normal file
@@ -0,0 +1,18 @@
|
||||
/*
|
||||
* @Author: gtz
|
||||
* @Date: 2021-04-01 09:19:36
|
||||
* @LastEditors: gtz
|
||||
* @LastEditTime: 2022-05-06 15:10:14
|
||||
* @Description: file content
|
||||
*/
|
||||
|
||||
export default {
|
||||
formSort: {
|
||||
name: '报表分类名',
|
||||
addDialogTitle: '新增报表分类',
|
||||
editDialogTitle: '修改报表分类'
|
||||
},
|
||||
formReport: {
|
||||
name: '设备名称'
|
||||
}
|
||||
}
|
||||
35
src/lang/i18n/zh/module/index.js
Normal file
35
src/lang/i18n/zh/module/index.js
Normal file
@@ -0,0 +1,35 @@
|
||||
/*
|
||||
* @Author: gtz
|
||||
* @Date: 2021-03-04 16:12:46
|
||||
* @LastEditors: gtz
|
||||
* @LastEditTime: 2022-05-06 15:09:45
|
||||
* @Description: file content
|
||||
*/
|
||||
|
||||
import basicData from './basicData'
|
||||
import packingManage from './packing-manage'
|
||||
import teamManager from './teamManager'
|
||||
import equipmentManager from './equipmentManager'
|
||||
import orderManage from './orderManage'
|
||||
import art from './art'
|
||||
import materialManager from './materialManager'
|
||||
import quality from './quality'
|
||||
import factory from './factory'
|
||||
import formManage from './formManage'
|
||||
import report from './report'
|
||||
import dataAnalysis from './dataAnalysis'
|
||||
|
||||
export default {
|
||||
basicData,
|
||||
packingManage,
|
||||
teamManager,
|
||||
equipmentManager,
|
||||
orderManage,
|
||||
art,
|
||||
materialManager,
|
||||
quality,
|
||||
factory,
|
||||
formManage,
|
||||
report,
|
||||
dataAnalysis
|
||||
}
|
||||
151
src/lang/i18n/zh/module/materialManager.js
Normal file
151
src/lang/i18n/zh/module/materialManager.js
Normal file
@@ -0,0 +1,151 @@
|
||||
/*
|
||||
* @Author: gtz
|
||||
* @Date: 2021-03-08 12:02:22
|
||||
* @LastEditors: gtz
|
||||
* @LastEditTime: 2022-02-24 16:20:53
|
||||
* @Description: file content
|
||||
*/
|
||||
export default {
|
||||
refluelling: {
|
||||
add: '换料新增',
|
||||
edit: '换料编辑',
|
||||
equipmentName: '设备名称',
|
||||
equipmentCode: '设备编码',
|
||||
equipmentNameShort: '设备名',
|
||||
index: '序号',
|
||||
materialDateCode: '批次号',
|
||||
materialDateName: '批次名称',
|
||||
materialCode: '物料编码',
|
||||
materialName: '物料名称',
|
||||
materialPatch: '物料批次',
|
||||
materialUseTime: '物料使用时间',
|
||||
num: '数量',
|
||||
operator: '操作人',
|
||||
operator2: '操作员',
|
||||
operation: '操作',
|
||||
placeholderbatchnumber: '批次号不能为空',
|
||||
placeholdermaterialid: '物料不能为空',
|
||||
placeholderoperator: '操作员名称不能为空',
|
||||
placeholdernumrequired: '数量不能为空',
|
||||
placeholdernumnumber: '请输入正确的数字类型',
|
||||
placeholdertime: '换料时间不能为空',
|
||||
placeholderEquipment: '设备不能为空',
|
||||
placeholderLength: '长度在3个字符以上',
|
||||
placeholderSearch: '物料编码/名称',
|
||||
replaceTime: '换料时间',
|
||||
remark: '备注',
|
||||
source: '数据来源',
|
||||
type: '换料类型',
|
||||
unit: '单位',
|
||||
warning: '该批次号不存在,请核对后重新输入!',
|
||||
validBatch: '该批次正常',
|
||||
manual: '手动'
|
||||
},
|
||||
materialbom: {
|
||||
add: 'BOM新增',
|
||||
edit: 'BOM编辑',
|
||||
detail: 'BOM详情',
|
||||
index: '序号',
|
||||
bomcode: 'bom编码',
|
||||
bomcode_long: '物料BOM编码',
|
||||
name: 'bom',
|
||||
name_long: '物料BOM名称',
|
||||
createTime: '添加时间',
|
||||
remark: '备注',
|
||||
operation: '操作',
|
||||
placeholderbomName: 'Bom名称不能为空',
|
||||
placeholderbomcode: 'Bom编码不能为空',
|
||||
subtitle: 'BOM明细',
|
||||
code: '物料编码',
|
||||
detailname: '物料名称',
|
||||
mname: '物料',
|
||||
quantity: '数量',
|
||||
unit: '物料单位',
|
||||
unit2: '单位',
|
||||
addDialogTitle: '新增Bom清单',
|
||||
editDialogTitle: '编辑Bom清单',
|
||||
placeholderunit: '单位不能为空',
|
||||
viewDetail: '查看详情',
|
||||
basicmaterial: '基础原料',
|
||||
baseboardtype: '基板类型',
|
||||
placeholderMinNumOfMaterial: '请至少选择一个物料',
|
||||
noEmptyNumber: '数量不能为空',
|
||||
noEmptyUnit: '单位不能为空',
|
||||
successMessage: '操作成功!',
|
||||
failMessage: '操作失败',
|
||||
bomCodeOrName: 'Bom编号/Bom名称',
|
||||
materialCodeOrName: '物料名称/编码'
|
||||
},
|
||||
materialbatch: {
|
||||
add: '物料批次新增',
|
||||
edit: '物料批次新增',
|
||||
placeholderkeywords: '批次名称/编码/物料名称',
|
||||
index: '序号',
|
||||
createTime: '添加时间',
|
||||
externalCode: '批次号',
|
||||
name: '批次名称',
|
||||
materialCode: '物料编码',
|
||||
materialName: '物料名称',
|
||||
remark: '备注',
|
||||
operation: '操作',
|
||||
placeholderbatchnumber: '批次号不能为空',
|
||||
placeholderbatchname: '批次名称不能为空',
|
||||
placeholderLength: '长度在3个字符以上',
|
||||
placeholderMinNumOfMaterial: '请至少选择一个物料'
|
||||
},
|
||||
report: {
|
||||
placeholderkeywords: '基板编码',
|
||||
Keyword: '基板编码',
|
||||
eqName: '设备名称',
|
||||
code: '基板编码'
|
||||
},
|
||||
currentConsume: {
|
||||
index: '序号',
|
||||
eqName: '设备名称',
|
||||
materialName: '物料名称',
|
||||
materialCode: '物料编码',
|
||||
materialBatch: '物料批次号',
|
||||
beginTime: '物料开始使用时间',
|
||||
endTime: '物料结束使用时间',
|
||||
materialNowCon: '物料当前消耗值',
|
||||
MaterialConThr: '物料消耗阈值',
|
||||
remark: '备注'
|
||||
},
|
||||
historyConsume: {
|
||||
index: '序号',
|
||||
eqName: '设备名称',
|
||||
materialName: '物料名称',
|
||||
materialCode: '物料编码',
|
||||
materialBatch: '物料批次号',
|
||||
beginTime: '物料开始使用时间',
|
||||
endTime: '物料结束使用时间',
|
||||
materialNowCon: '物料消耗总量',
|
||||
MaterialConThr: '物料消耗阈值',
|
||||
remark: '备注'
|
||||
},
|
||||
currentUsageRecord: {
|
||||
add: '新增使用记录',
|
||||
edit: '编辑使用记录',
|
||||
equipmentName: '设备名称',
|
||||
equipmentNamePlaceholder: '设备名称不能为空',
|
||||
equipmentCode: '设备编码',
|
||||
index: '序号',
|
||||
materialDateCode: '批次号',
|
||||
materialDateName: '批次名称',
|
||||
materialCode: '物料编码',
|
||||
materialName: '物料名称',
|
||||
materialNamePlaceholder: '物料名称不能为空',
|
||||
materialPatch: '物料批次',
|
||||
materialPatchPlaceholder: '物料批次不能为空',
|
||||
materialUseTime: '物料使用时间',
|
||||
materialUseTimePlaceholder: '物料使用时间不能为空',
|
||||
num: '数量',
|
||||
numPlaceholder: '数量至少为1',
|
||||
operation: '操作',
|
||||
remark: '备注',
|
||||
unit: '单位',
|
||||
thisRecord: '这条使用记录',
|
||||
user: '使用人',
|
||||
userPlaceholder: '使用人姓名(用逗号隔开)'
|
||||
}
|
||||
}
|
||||
262
src/lang/i18n/zh/module/orderManage.js
Normal file
262
src/lang/i18n/zh/module/orderManage.js
Normal file
@@ -0,0 +1,262 @@
|
||||
/*
|
||||
* @Author: zwq
|
||||
* @Date: 2021-03-06 16:30:22
|
||||
* @LastEditors: gtz
|
||||
* @LastEditTime: 2022-04-15 10:11:56
|
||||
* @Description:
|
||||
*/
|
||||
export default {
|
||||
order: {
|
||||
keyword: '关键字',
|
||||
NameOrCode: '名称或编码',
|
||||
StartTime: '开始时间',
|
||||
EndTime: '结束时间',
|
||||
To: '至',
|
||||
timePeriod: '时间段',
|
||||
ActualStartTime: '实际开始时间',
|
||||
createTime: '创建时间',
|
||||
specifications: '规格',
|
||||
add: '新增',
|
||||
all: '全部',
|
||||
unComplete: '未完成',
|
||||
start: '启动',
|
||||
stop: '暂停',
|
||||
issue: '已下发',
|
||||
complete: '完成',
|
||||
ProductLines: '产线名称',
|
||||
workers: '负责人',
|
||||
startBefore: '开始工单?',
|
||||
suspendBefore: '暂停工单?',
|
||||
stopBefore: '停止工单?',
|
||||
WorkOrderName: '工单名称',
|
||||
WorkOrderCode: '工单编码',
|
||||
WorkOrderType: '工单类型',
|
||||
triggerTime: '下发工单时间',
|
||||
WorkOrderStartTime: '工单开始时间',
|
||||
EstimatedTime: '预计用时',
|
||||
OrderName: '订单名称',
|
||||
OrderCode: '订单编码',
|
||||
OrderType: '订单类型',
|
||||
WorkOrderInitiation: '工单发起',
|
||||
status: '订单状态',
|
||||
workOrderDetail: '工单详情',
|
||||
CompletionTime: '完成时间',
|
||||
IssueOrderTime: '下发工单时间',
|
||||
PlanningStartTime: '计划开始时间',
|
||||
PlanningEndTime: '计划完成时间',
|
||||
DeliveryTime: '交付时间',
|
||||
priority: '优先级',
|
||||
initiateTime: '发起时间',
|
||||
source: '来源',
|
||||
unit: '单位',
|
||||
price: '单价(元)',
|
||||
PlannedProcessingVolume: '计划加工量',
|
||||
ActualTargetQuantity: '实际加工数量',
|
||||
ActualFinishedProduct: '实际成品量',
|
||||
NumberOfDamages: '损坏数量',
|
||||
Description: '描述信息',
|
||||
Remarks: '备注',
|
||||
ProductProcess: '工艺流程',
|
||||
powerClass: 'power class',
|
||||
ProductName: '产品名称',
|
||||
ProductCode: '产品编码',
|
||||
ProductType: '产品类型',
|
||||
destination: '下发目的地',
|
||||
reason: '原因',
|
||||
UseQuantityPlate: '基板使用数量',
|
||||
DamageQuantityPlate: '基板损坏数量',
|
||||
EquipmentName: '设备名称',
|
||||
PowerConsumption: '电量消耗',
|
||||
WorkOrderProgress: '工单进度:',
|
||||
energyConsumption: '设备能源消耗:',
|
||||
energyConsumptionChart: '设备电量消耗图',
|
||||
energyConsumptionTable: '设备电量消耗表',
|
||||
workOrderVerificationResult: '工单验证结果',
|
||||
deviceDetection: '设备检测',
|
||||
process: '工艺',
|
||||
useMaterial: '使用物料',
|
||||
basePlate: '基板',
|
||||
basePlateCode: '基板编码',
|
||||
basePlateId: '基板Id',
|
||||
team: '班组',
|
||||
customer: '客户',
|
||||
detail: '详情',
|
||||
workOrderInfo: '工单信息',
|
||||
OrderReportInfo: '订单报工信息',
|
||||
executionTime: '开始时间',
|
||||
completQuantity: '完成数量',
|
||||
initiateWorkOrder: '发起工单',
|
||||
finishTime: '完成时间',
|
||||
reportingTime: '报工时间',
|
||||
workReportMethod: '报工方式',
|
||||
goodQuantity: '良品数量',
|
||||
scrapQuantity: '废品数量',
|
||||
scrapId: '废品ID',
|
||||
scrapLevel: '废品模组等级',
|
||||
packageNumber: '包装编号',
|
||||
packageSpecifications: '包装规格',
|
||||
SAPMaterial: 'SAP物料',
|
||||
power: '力量',
|
||||
fileName: '文件名',
|
||||
path: '路径',
|
||||
processCode: '工艺编码',
|
||||
deviceInfo: '设备参数信息',
|
||||
loadingTime: '上片时间',
|
||||
unLoadingTime: '下片时间',
|
||||
materialBom: 'BOM',
|
||||
materialBomMessage: '此工单未绑定BOM',
|
||||
activation: '激活',
|
||||
warnMessage: '已下发订单不能删除',
|
||||
selectTip: '您未选中任何数据',
|
||||
IssueOrder: '工单生成时间'
|
||||
},
|
||||
track: {
|
||||
event: '事件',
|
||||
parameterName: '参数名',
|
||||
parameterValue: '参数值',
|
||||
occurTime: '发生时间',
|
||||
ProcessTime: '加工时间'
|
||||
},
|
||||
packingTags: {
|
||||
moduleId: '模组ID',
|
||||
UnloadingTime: '下片时间',
|
||||
UnloadingEquipment: '下片设备',
|
||||
moduleQuantity: '模组数量',
|
||||
PrintingTime: '打印时间',
|
||||
plateType: '基板类型',
|
||||
plateGrade: '基板等级',
|
||||
name: '名称',
|
||||
opration: '操作',
|
||||
code: '编号',
|
||||
startTime: '开始时间',
|
||||
completeTime: '完成时间',
|
||||
power: '功率',
|
||||
grade: '等级',
|
||||
oneDimensionalCode: '条码'
|
||||
},
|
||||
substrateBatch: {
|
||||
batchCode: '批次编码',
|
||||
batchName: '批次名称',
|
||||
propertyName: '属性名',
|
||||
propertyValue: '属性值'
|
||||
},
|
||||
VerifyTable: {
|
||||
EquipmentCode: '设备编码',
|
||||
equipmentAbbreviation: '设备缩写',
|
||||
EquipmentFormula: '当前设备配方',
|
||||
ProcessFormulaRequir: '工艺配方要求',
|
||||
IsSame: '是否相同',
|
||||
materielName: '物料名称',
|
||||
materielCode: '物料编码',
|
||||
Spec: '规格',
|
||||
teamName: '班组名称',
|
||||
teamLeader: '组长',
|
||||
number: '人数',
|
||||
professional: '专业',
|
||||
workingHours: '上班时间'
|
||||
},
|
||||
orderDetail: {
|
||||
issueTime: '生成工单时间',
|
||||
completionSchedule: '加工率',
|
||||
issuedQuantity: '已下发数量',
|
||||
remainingPlannedQuantity: '剩余计划加工量',
|
||||
processingSquareMeters: '加工平方米'
|
||||
},
|
||||
workOrderDetail: {
|
||||
workOrderSource: '工单来源',
|
||||
workOrderStatus: '工单状态',
|
||||
processingTechnology: '加工工艺',
|
||||
originalBatch: '原片/原件批次',
|
||||
batchInfo: '批次信息',
|
||||
createTime: '添加时间',
|
||||
operator: '操作人',
|
||||
batch: '批次',
|
||||
quantity: '数量',
|
||||
unit: '单位',
|
||||
batchDetail: '批次详情',
|
||||
specification: '规格'
|
||||
},
|
||||
powerClassification: {
|
||||
parentClass: '父类',
|
||||
typeName: '类型名称',
|
||||
typeCode: '类型编码',
|
||||
Remarks: '备注'
|
||||
},
|
||||
erpToMes: {
|
||||
erpToMesMaterial: 'Erp To Mes物料',
|
||||
erpToMesMaterialBom: 'Erp To Mes物料Bom',
|
||||
erpToMesOrder: 'Erp To Mes订单',
|
||||
batchNumber: '批次号',
|
||||
materialsCode: '物料编码',
|
||||
materialsName: '物料名称',
|
||||
quantity: '数量',
|
||||
unit: '单位',
|
||||
bomContent: 'BOM内容',
|
||||
craftCode: '工艺编码',
|
||||
craftName: '工艺名称',
|
||||
materialsBomCode: '物料bom编码',
|
||||
materialsBomName: '物料bom名称',
|
||||
substrateBatch: '基板批次',
|
||||
customerCode: ' 客户编码',
|
||||
customerName: '客户名称',
|
||||
orderCode: '订单编码',
|
||||
orderName: '订单名称',
|
||||
packagingBoxId: '包装箱ID',
|
||||
reportTime: '包工时间',
|
||||
mfoCode: '订单编码'
|
||||
},
|
||||
feeInfo: {
|
||||
orderName: '订单名称',
|
||||
timePeriod: '时间段',
|
||||
startTime: '开始时间',
|
||||
endTime: '结束时间',
|
||||
createTime: '创建时间',
|
||||
orderCode: '订单编码',
|
||||
source: '来源',
|
||||
state: '当前状态',
|
||||
fee: '费用',
|
||||
feeType: '运费类型',
|
||||
remark: '说明',
|
||||
transportationCosts: '运费',
|
||||
staffCosts: '班组费用',
|
||||
wasteCosts: '废品费用',
|
||||
equipmentCosts: '设备费用',
|
||||
otherCosts: '其他费用',
|
||||
yuan: '(元)',
|
||||
details: '明细',
|
||||
staffType: '人工费类型',
|
||||
lengthOfwork: '工作时长(h)',
|
||||
costSource: '费用来源',
|
||||
wasteType: '废品费用类型',
|
||||
quantity: '数量',
|
||||
deviceType: '设备费用类型',
|
||||
otheType: '其他费用类型',
|
||||
costAll: '总费用'
|
||||
},
|
||||
orderMonitoring: {
|
||||
orderName: '订单名称',
|
||||
period: '时间段',
|
||||
startTime: '开始时间',
|
||||
endTime: '结束时间',
|
||||
datasheets: '数据列表',
|
||||
donutChart: '环状图',
|
||||
startProcessingTime: '开始加工时间',
|
||||
completeTime: '加工完成时间',
|
||||
processingLine: '加工线',
|
||||
completionRate: '订单完成率',
|
||||
packagingCompletionRate: '包装完成率',
|
||||
deliveryCompletionRate: '发货完成率',
|
||||
scrapRate: '报废率',
|
||||
originalFilmInput: '原片投入量',
|
||||
originalFilmusage: '良品率',
|
||||
customer: '客户',
|
||||
orderStatus: '订单状态',
|
||||
unit: '单位',
|
||||
processingCapacity: '加工数量',
|
||||
productSpecifications: '产品规格',
|
||||
processingCompletionRate: '加工完成率',
|
||||
price: '单价',
|
||||
orderQuantity: '订单数量',
|
||||
damageQuantity: '损坏数量'
|
||||
}
|
||||
}
|
||||
113
src/lang/i18n/zh/module/packing-manage.js
Normal file
113
src/lang/i18n/zh/module/packing-manage.js
Normal file
@@ -0,0 +1,113 @@
|
||||
/*
|
||||
* @Author: zwq
|
||||
* @Date: 2021-04-07 14:04:55
|
||||
* @LastEditors: gtz
|
||||
* @LastEditTime: 2022-04-11 10:31:41
|
||||
* @Description:
|
||||
*/
|
||||
export default {
|
||||
PackingList: {
|
||||
pl: '产线',
|
||||
plName: '产线名',
|
||||
PackingTime: '包装时间',
|
||||
printStatus: '打印状态',
|
||||
printed: '已打印',
|
||||
unprinted: '未打印',
|
||||
WorkOrderNo: '工单号',
|
||||
SubstrateNumber: '基板数量',
|
||||
ModuleLevel: '模组等级',
|
||||
QualityGrade: '质量等级',
|
||||
Detail: '详情',
|
||||
printNumber: '打印次数',
|
||||
enterTime: '进入包装箱时间',
|
||||
workOrderId: '工单',
|
||||
shelfId: '货架',
|
||||
startTime: '开始放片时间',
|
||||
endTime: '下片完成时间',
|
||||
productName: '产品',
|
||||
productSize: '规格',
|
||||
customerName: '客户名称',
|
||||
substrateGrade: '基板等级',
|
||||
quantity: '数量',
|
||||
location: '所处位置',
|
||||
id: 'Id',
|
||||
printTime: '打印时间',
|
||||
quickSelector: '快捷选项',
|
||||
clearQuickSelect: '清空选择',
|
||||
today: '当天',
|
||||
threeDaysAgo: '前3天',
|
||||
aWeekAgo: '最近一周',
|
||||
aMonthAgo: '最近一个月',
|
||||
orderNo: '订单号',
|
||||
orderName: '订单名',
|
||||
productsName: '产品名称',
|
||||
inspection: '检测',
|
||||
inspectionInfo: '检测信息',
|
||||
inspectionInfoDetail: '检测信息详情',
|
||||
detail: '详细',
|
||||
viewDetail: '查看明细',
|
||||
printTag: '标签打印',
|
||||
printDetail: '明细打印',
|
||||
print: '打印',
|
||||
printFinished: '成品打印',
|
||||
finishedTag: '成品标签',
|
||||
operation: '操作',
|
||||
getBatch: '获取批次',
|
||||
getRawMaterialBatch: '获取原片批次',
|
||||
rawMaterialBatch: '原片批次',
|
||||
productSpec: '产品规格',
|
||||
shelfName: '货架/箱号',
|
||||
finishTime: '完成时间',
|
||||
batch: '批次',
|
||||
customer: '客户名',
|
||||
packSpec: '包装规格',
|
||||
grade: '等级',
|
||||
checkPerson: '检查员',
|
||||
batchBinding: '批次绑定',
|
||||
materialBatchName: '物料批次名',
|
||||
packageBox: '包装箱/货架',
|
||||
checkTime: '检测时间',
|
||||
source: '来源',
|
||||
description: '描述',
|
||||
checkType: '检查类型',
|
||||
checkValue: '检查值',
|
||||
checkDet: '检查内容',
|
||||
manual: '手动',
|
||||
timeDetail: '时间明细',
|
||||
orderCode: '订单编码',
|
||||
batchHint: '请先输入批次!'
|
||||
},
|
||||
LabelTemplate: {
|
||||
LabelCode: '标签编码',
|
||||
LabelName: '标签名称',
|
||||
LabelType: '标签类型',
|
||||
LabelContent: '标签内容',
|
||||
Remark: '备注',
|
||||
LabelRemark: '标签备注',
|
||||
ModuleTag: '模组标签',
|
||||
GradeTag: '等级标签',
|
||||
TemplateDesign: '模板设计',
|
||||
TemplatePreview: '模板预览',
|
||||
DesignDetail: '设计详情',
|
||||
CustomTemplate: '自定义',
|
||||
ModalTemplate: '模组标签',
|
||||
GradeTemplate: '等级标签',
|
||||
LabelCodeHint: '标签编码不能为空',
|
||||
LabelNameHint: '标签名称不能为空',
|
||||
LabelContentHint: '标签内容不能为空',
|
||||
LengthHint: '长度在3个字符以上'
|
||||
},
|
||||
PackingCost: {
|
||||
orderName: '订单名',
|
||||
orderCode: '订单编码',
|
||||
packageCost: '包装费用(元)',
|
||||
packageExplainText: '包装明细描述',
|
||||
packageDetail: '包装明细',
|
||||
packageType: '包装类型',
|
||||
costY: '费用(元)',
|
||||
cost: '费用',
|
||||
costTypeMessage: '费用必须为数字类型',
|
||||
explainText: '说明',
|
||||
remark: '备注'
|
||||
}
|
||||
}
|
||||
208
src/lang/i18n/zh/module/quality.js
Normal file
208
src/lang/i18n/zh/module/quality.js
Normal file
@@ -0,0 +1,208 @@
|
||||
/*
|
||||
* @Date: 2021-03-13 13:49:07
|
||||
* @LastEditors: zwq
|
||||
* @LastEditTime: 2021-04-15 09:58:18
|
||||
* @FilePath: \basic-admin\src\lang\i18n\zh\module\quality.js
|
||||
* @Description:
|
||||
*/
|
||||
export default {
|
||||
scrapInfo: {
|
||||
teamId: '班组',
|
||||
workOrderName: '工单名称',
|
||||
createTime: '添加时间',
|
||||
teamName: '班组',
|
||||
scrapNum: '数量',
|
||||
detail: '详情',
|
||||
workOrderCode: '工单编码',
|
||||
scrapDescribe: '废片描述',
|
||||
remark: '备注',
|
||||
registerTime: '废片产生时间'
|
||||
},
|
||||
plan: {
|
||||
searchPlaceholder: '检测计划名',
|
||||
searchPlaceholderArea: '所属区域',
|
||||
placeholderStartTime: '开始时间',
|
||||
placeholderEndTime: '结束时间',
|
||||
testPlaneCode: '检测计划编码',
|
||||
testPlaneName: '检测计划名',
|
||||
testPlaneContent: '检测内容',
|
||||
areaName: '区域名称',
|
||||
areaCode: '区域编码',
|
||||
detectionRateDicId: '检测速率',
|
||||
isIssued: '是否下发',
|
||||
issuedTime: '下发时间',
|
||||
operatorId: '操作员',
|
||||
remark: '备注',
|
||||
addDialogTitle: '添加检测计划',
|
||||
editDialogTitle: '编辑检测计划',
|
||||
sendDialogTitle: '下发检测计划',
|
||||
notEmpty: '此项不能为空',
|
||||
sendPlanHint: '是否下发检测计划?',
|
||||
distributionAreaName: '下发目的地'
|
||||
},
|
||||
planDetail: {
|
||||
title: '检测计划参数',
|
||||
name: '参数名称',
|
||||
references: '参考值',
|
||||
remark: '备注',
|
||||
updatedTime: '添加时间',
|
||||
notEmpty: '此项不能为空',
|
||||
equipmentName: '设备名',
|
||||
testFrequency: '测量频率',
|
||||
testSystem: '测量系统',
|
||||
description: '描述'
|
||||
},
|
||||
planSend: {},
|
||||
offlineDetec: {
|
||||
EquipmentName: '设备名称',
|
||||
EquipmentCode: '设备编码',
|
||||
DetectionArea: '检测区域',
|
||||
EquipmentFunction: '设备功能',
|
||||
DetecParamCode: '检测参数编码',
|
||||
maxValue: '最大值',
|
||||
minValue: '最小值',
|
||||
avgValue: '平均值',
|
||||
unit: '单位',
|
||||
uploadSpc: '是否上传SPC',
|
||||
SubstrateId: '基板ID',
|
||||
DetecTime: '检测时间',
|
||||
DetecParam: '检测参数',
|
||||
DetecValue: '检测数值',
|
||||
DetecStaff: '检测员工',
|
||||
getEquipmetId: '请先选择设备!'
|
||||
},
|
||||
spc: {
|
||||
error: 'spc系统未正确退出,请手动前往spc系统页面退出',
|
||||
tip: '已在新标签页打开spc系统'
|
||||
},
|
||||
inspection: {
|
||||
createTime: '添加时间',
|
||||
type: '检测类型',
|
||||
typeCode: '检测类型编码',
|
||||
code: '类型编码',
|
||||
content: '检测内容',
|
||||
contentCode: '内容编码',
|
||||
remark: '备注',
|
||||
viewDetail: '查看详情',
|
||||
detail: '详情',
|
||||
detailList: '详情列表',
|
||||
checkPerson: '检测人员',
|
||||
checkTime: '检测时间',
|
||||
source: '来源',
|
||||
desc: '描述',
|
||||
unit: '单位',
|
||||
explain: '说明',
|
||||
orderNameHead: '工单名称(必填)',
|
||||
orderName: '工单名称',
|
||||
value: '检测值',
|
||||
launchTime: '开始时间',
|
||||
terminateTime: '结束时间',
|
||||
materialDate: '批次号',
|
||||
deep: {
|
||||
workOrderList: '工单列表',
|
||||
graph: '图形',
|
||||
table: '表格',
|
||||
productLine: '产线',
|
||||
workOrder: '工单',
|
||||
workOrderDetail: '工单详情',
|
||||
currentWorkOrder: '当前工单',
|
||||
count: '数量',
|
||||
title: '各产线上工单的上片数量',
|
||||
title2: '工单在各个产线上的检测数量',
|
||||
workOrderName: '工单名称',
|
||||
productName: '产品名称',
|
||||
productSize: '产品规格',
|
||||
sumup: '上片总数',
|
||||
sumdown: '下片总数',
|
||||
inspectContent: '检测类型',
|
||||
suminput: '产品总数',
|
||||
sumscrap: '检测类型总数',
|
||||
sumtype: '类型总数',
|
||||
scrapRatio: '报废比例',
|
||||
inspectDetContent: '检测信息',
|
||||
manual: '手动',
|
||||
auto: '自动',
|
||||
orderCode: '订单号',
|
||||
timerange: '时间范围',
|
||||
startTime: '开始日期',
|
||||
endTime: '结束日期',
|
||||
workOrderCodeHead: '工单号(必填)',
|
||||
workOrderCode: '工单号',
|
||||
noData: '没有可供加载的数据',
|
||||
ratio: '比例(%)',
|
||||
workSection: '工段'
|
||||
},
|
||||
hint: {
|
||||
noData: '没有可供加载的数据',
|
||||
refresh: '即将刷新数据',
|
||||
noWorkSection: '工段信息是必填项',
|
||||
noWorkOrder: '工单信息是必填项',
|
||||
noCheckDet: '检测信息是必填项',
|
||||
noCheckTime: '检测时间是必填项',
|
||||
noProductLine: '产线是必填项',
|
||||
exist: '该记录已存在,将自动填充!'
|
||||
},
|
||||
finished: {
|
||||
shelfLabel: '包装箱/货架',
|
||||
order: '订单',
|
||||
product: '产品名',
|
||||
productSize: '产品规格',
|
||||
customer: '客户名称',
|
||||
substrateGrade: '基板等级'
|
||||
},
|
||||
restrospect: {
|
||||
eqName: '设备名称',
|
||||
operate: '操作',
|
||||
toggle: '切换图形',
|
||||
analysis: '图形分析',
|
||||
id: '序号',
|
||||
duration: '时长',
|
||||
durationRate: '时长比率',
|
||||
ratio: '比例',
|
||||
value: '速度',
|
||||
hour: '小时',
|
||||
lost: '中断损失',
|
||||
speedLost: '速度损失',
|
||||
time: {
|
||||
efficient: '有效时间(小时)',
|
||||
work: '工作时长(小时)',
|
||||
off: '关机时间(小时)',
|
||||
stop: '停机时长(小时)',
|
||||
down: '故障时长(小时)'
|
||||
},
|
||||
rate: {
|
||||
work: '工作时长比率',
|
||||
stop: '停机比率',
|
||||
down: '故障比率'
|
||||
},
|
||||
speed: {
|
||||
real: '实际加工速度',
|
||||
thero: '理论加工速度',
|
||||
rate: '速度开动率'
|
||||
}
|
||||
},
|
||||
rawMaterial: {
|
||||
applyTime: '开始使用时间',
|
||||
name: '原片/原料',
|
||||
operator: '操作员',
|
||||
quantity: '数量',
|
||||
spec: '规格'
|
||||
},
|
||||
material: {
|
||||
name: '物料名称',
|
||||
usage: '规定使用数量',
|
||||
actualuse: '实际使用',
|
||||
detail: '物料信息追溯详情',
|
||||
code: '物料编码',
|
||||
user: '使用人',
|
||||
quantity: '数量'
|
||||
},
|
||||
team: {
|
||||
name: '班组名称',
|
||||
leader: '班组长',
|
||||
num: '人数',
|
||||
cnt: '上班次数',
|
||||
detail: '班组追溯详情'
|
||||
}
|
||||
}
|
||||
}
|
||||
19
src/lang/i18n/zh/module/report.js
Normal file
19
src/lang/i18n/zh/module/report.js
Normal file
@@ -0,0 +1,19 @@
|
||||
/*
|
||||
* @Author: gtz
|
||||
* @Date: 2021-04-22 19:48:46
|
||||
* @LastEditors: gtz
|
||||
* @LastEditTime: 2021-04-27 12:13:25
|
||||
* @Description: file content
|
||||
*/
|
||||
|
||||
export default {
|
||||
reportList: {
|
||||
reportName: '报表名称',
|
||||
reportSort: '报表分类',
|
||||
createTime: '添加时间',
|
||||
operation: '操作'
|
||||
},
|
||||
reportSort: {
|
||||
all: '全部'
|
||||
}
|
||||
}
|
||||
125
src/lang/i18n/zh/module/teamManager.js
Normal file
125
src/lang/i18n/zh/module/teamManager.js
Normal file
@@ -0,0 +1,125 @@
|
||||
/*
|
||||
* @Author: zwq
|
||||
* @Date: 2021-03-05 16:34:46
|
||||
* @LastEditors: gtz
|
||||
* @LastEditTime: 2022-07-26 13:59:41
|
||||
* @Description:
|
||||
*/
|
||||
/*
|
||||
* @Author: gtz
|
||||
* @Date: 2021-03-04 16:13:51
|
||||
* @LastEditors: zwq
|
||||
* @LastEditTime: 2021-03-08 11:04:54
|
||||
* @Description: file content
|
||||
*/
|
||||
export default {
|
||||
Handover: {
|
||||
alertTitle: '[温馨提示]',
|
||||
alertListContent: '您确定要删除该班组交接记录吗?',
|
||||
alertPlanContent: '您确定要删除该班组交接计划吗?',
|
||||
index: '序号',
|
||||
TeamName: '班组名称',
|
||||
TeamLeader: '班组长',
|
||||
WorkingHours: '上班时间',
|
||||
OffWorkTime: '下班时间',
|
||||
LastTeamName: '上一班组名称',
|
||||
Keyword: '关键字',
|
||||
HandoverTme: '交接时间',
|
||||
HandoverStatus: '交接状态',
|
||||
TeamWorkStatus: '交接状态',
|
||||
CreateTime: '添加时间',
|
||||
PlanWorkingHours: '计划上班时间',
|
||||
PlannedHandoverTime: '计划交接时间',
|
||||
PreviousTeamLeader: '上一班组长',
|
||||
Remark: '备注',
|
||||
Detail: '详情',
|
||||
Placeholder: '班组名称或班组长',
|
||||
Operation: '操作',
|
||||
StartTime: '开始日期',
|
||||
EndTime: '结束日期',
|
||||
To: '至'
|
||||
},
|
||||
HandoverAdd: {
|
||||
SelectAll: '全选',
|
||||
TeamPlanFill: '班组计划填写',
|
||||
FillInShift: '班组交接填写',
|
||||
MajorSelection: '专业选择',
|
||||
SelectionOfTeamMembers: '班组人员选择',
|
||||
Placeholder: '员工名称或编码',
|
||||
planWorkerName: '员工姓名',
|
||||
planProfessionName: '专业',
|
||||
telephone: '手机号',
|
||||
workshop: '所属车间',
|
||||
onDuty: '状态',
|
||||
HandoverTeam: '交接班组',
|
||||
HandoverTeamLeader: '交接班组长',
|
||||
PlanTeam: '计划班组',
|
||||
PlanTeamLeader: '计划班组长'
|
||||
},
|
||||
HandoverDrawer: {
|
||||
title: '下班操作',
|
||||
TeamCommutingRecord: '班组上下班记录',
|
||||
OffHours: '下班时间段'
|
||||
},
|
||||
showLog: {
|
||||
content: '详细描述',
|
||||
type: '事件类型',
|
||||
title: '标题',
|
||||
teamEventLogId: '报警ID',
|
||||
happenTime: '发生时间'
|
||||
},
|
||||
shift: {
|
||||
shift: '交接班计划操作',
|
||||
shiftDetail: '交接班计划详情',
|
||||
planTime: '计划交接时间段',
|
||||
onlineTime: '计划交接时间',
|
||||
offlineTime: '计划下班时间',
|
||||
team: '班次',
|
||||
teamName: '班次名称',
|
||||
teamCode: '班次编码',
|
||||
lineOrProcess: '产线/工序',
|
||||
lineOrProcessCode: '产线/工序编码',
|
||||
handoverTeam: '交接班组',
|
||||
handoverMonitor: '交接班组长',
|
||||
handoverTeamCode: '交接班组编码',
|
||||
handoverPreTeam: '上一交接班组',
|
||||
handoverPreMonitor: '上一交接班组长',
|
||||
handoverPreTeamCode: '上一交接班组编码',
|
||||
status: '状态',
|
||||
detail: '详情',
|
||||
remark: '备注',
|
||||
finish: '完成',
|
||||
waiting: '等待',
|
||||
errorImport: '请检查您的录入是否完整!',
|
||||
readMore: '详细'
|
||||
},
|
||||
teamInfo: {
|
||||
shift: '交接班计划操作',
|
||||
planHandoverTime: '交接时间',
|
||||
team: '班次',
|
||||
className: '班次名称',
|
||||
classCode: '班次编码',
|
||||
lineOrProcess: '产线/工序',
|
||||
lineOrProcessCode: '产线/工序编码',
|
||||
planTeamName: '交接班组',
|
||||
planTeamLeader: '交接班组长',
|
||||
planPreTeamName: '上一交接班组',
|
||||
planPreTeamLeader: '上一交接班组长',
|
||||
status: '状态',
|
||||
detail: '详情',
|
||||
remark: '备注',
|
||||
workStatus: '工作状态',
|
||||
onlineTime: '上班时间',
|
||||
offlineTime: '下班时间',
|
||||
online: '上班',
|
||||
offline: '下班',
|
||||
planPreTeamStartTime: '开始时间',
|
||||
planPreTeamEndTime: '结束时间',
|
||||
productionSituation: '生产情况',
|
||||
productNum: '生产数量',
|
||||
scrapNum: '报废数量',
|
||||
productSquare: '生产平方数',
|
||||
rate: '合格率(%)',
|
||||
productLine: '产线'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user