init
This commit is contained in:
90
src/lang/i18n/zh/module/materialManager.js
Normal file
90
src/lang/i18n/zh/module/materialManager.js
Normal file
@@ -0,0 +1,90 @@
|
||||
/*
|
||||
* @Author: gtz
|
||||
* @Date: 2021-03-08 12:02:22
|
||||
* @LastEditors: Please set LastEditors
|
||||
* @LastEditTime: 2021-05-25 16:41:29
|
||||
* @Description: file content
|
||||
*/
|
||||
export default {
|
||||
refluelling: {
|
||||
'index': '序号',
|
||||
'materialDateCode': '批次号',
|
||||
'materialDateName': '批次名称',
|
||||
'replaceTime': '换料时间',
|
||||
'type': '换料类型',
|
||||
'materialCode': '物料编码',
|
||||
'materialName': '物料名称',
|
||||
'source': '数据来源',
|
||||
'equipmentName': '设备名称',
|
||||
'operator': '操作人',
|
||||
'remark': '原因',
|
||||
'operation': '操作',
|
||||
'placeholderSearch': '批次号/物料编码/名称',
|
||||
'placeholderbatchnumber': '批次号不能为空',
|
||||
'placeholderoperator': '操作员名称不能为空',
|
||||
'placeholdertime': '换料时间不能为空',
|
||||
'placeholderEquipment': '设备不能为空',
|
||||
'loading': '上料',
|
||||
'unloading': '下料'
|
||||
},
|
||||
materialbom: {
|
||||
'index': '序号',
|
||||
'bomcode': 'bom编码',
|
||||
'name': 'bom',
|
||||
'createTime': '添加时间',
|
||||
'remark': '备注',
|
||||
'operation': '操作',
|
||||
'placeholderbomName': 'Bom名称不能为空',
|
||||
'placeholderbomcode': 'Bom编码不能为空',
|
||||
'subtitle': 'BOM明细',
|
||||
'code': '物料编码',
|
||||
'detailname': '物料名称',
|
||||
'quantity': '数量',
|
||||
'unit': '物料单位',
|
||||
'addDialogTitle': '新增Bom清单',
|
||||
'editDialogTitle': '编辑Bom清单',
|
||||
'placeholderunit': '单位不能为空'
|
||||
},
|
||||
materialbatch: {
|
||||
'placeholderkeywords': '批次名称/编码/物料名称',
|
||||
'index': '序号',
|
||||
'createTime': '添加时间',
|
||||
'externalCode': '批次号',
|
||||
'name': '批次名称',
|
||||
'materialCode': '物料编码',
|
||||
'materialName': '物料名称',
|
||||
'remark': '备注',
|
||||
'operation': '操作',
|
||||
'placeholderbatchnumber': '批次号不能为空',
|
||||
'placeholderbatchname': '批次名称不能为空'
|
||||
},
|
||||
report: {
|
||||
'placeholderkeywords': '基板编码',
|
||||
'Keyword': '基板编码',
|
||||
'eqName': '设备名称',
|
||||
'code': '基板编码'
|
||||
},
|
||||
currentConsume: {
|
||||
'index': '序号',
|
||||
'eqName': '设备名称',
|
||||
'materialName': '物料名称',
|
||||
'materialCode': '物料编码',
|
||||
'materialBatch': '物料批次号',
|
||||
'beginTime': '物料开始使用时间',
|
||||
'materialNowCon': '物料当前消耗值',
|
||||
'MaterialConThr': '物料消耗阈值',
|
||||
'remark': '备注'
|
||||
},
|
||||
historyConsume: {
|
||||
'index': '序号',
|
||||
'eqName': '设备名称',
|
||||
'materialName': '物料名称',
|
||||
'materialCode': '物料编码',
|
||||
'materialBatch': '物料批次号',
|
||||
'beginTime': '物料开始使用时间',
|
||||
'endTime': '物料结束使用时间',
|
||||
'materialNowCon': '物料消耗总量',
|
||||
'MaterialConThr': '物料消耗阈值',
|
||||
'remark': '备注'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user