Files
fengtianDL_lms/nladmin-ui/src/i18n/langs/ivt/sbPointIvt/zh.js

34 lines
863 B
JavaScript

export default {
'SbPointIvt': {
'title': '生箔点位库存',
'table': {
'point_code': '点位编码',
'vehicle_code': '载具编码',
'product_area': '生产区域',
'point_location': '位置',
'ext_code': '外部编码',
'remark': '备注',
'is_used': '是否启用',
'mes_used': 'MES启用',
'update_time': '修改时间'
},
'dialog': {
'point_code': '点位编码',
'vehicle_code': '载具编码',
'product_area': '生产区域',
'point_location': '位置',
'ext_code': '外部编码',
'is_used': '是否启用',
'mes_used': 'MES启用'
},
'rules': {
'r1': '点位编码不能为空',
'r2': '点位状态不能为空',
'r3': '是否启用不能为空'
},
'msg': {
'm1': '输入点位编码'
}
}
}