refactor: 前后端基础部分
This commit is contained in:
79
nladmin-ui/src/i18n/langs/ivt/cool/en.js
Normal file
79
nladmin-ui/src/i18n/langs/ivt/cool/en.js
Normal file
@@ -0,0 +1,79 @@
|
||||
export default {
|
||||
'CoolRegion': {
|
||||
'pan1': {
|
||||
'title': 'Cooling Zone Inventory',
|
||||
'table': {
|
||||
'point_code': 'Point Code',
|
||||
'cool_ivt_status': 'Cool Ivt Status',
|
||||
'full_point_code': 'Full Point',
|
||||
'full_point_status': 'Full Status',
|
||||
'container_name': 'Container Name',
|
||||
'empty_point_code': 'Empty Point',
|
||||
'empty_point_status': 'Empty Status',
|
||||
'empty_vehicle_code': 'Empty Vehicle Code',
|
||||
'ivt_qty': 'Inventory Qty',
|
||||
'qty_unit_name': 'Unit',
|
||||
'instorage_time': 'Instorage Time',
|
||||
'product_area': 'Production Area',
|
||||
'point_location': 'Position',
|
||||
'is_used': 'Enable',
|
||||
'remark': 'Remark',
|
||||
'update_time': 'Update Time'
|
||||
},
|
||||
'dialog': {
|
||||
'point_code': 'point code',
|
||||
'cool_ivt_status': 'cool ivt status',
|
||||
'full_point_status': 'full point status',
|
||||
'container_name': 'container name',
|
||||
'empty_point_status': 'empty status',
|
||||
'empty_vehicle_code': 'empty vehicle code',
|
||||
'product_area': 'production area',
|
||||
'point_location': 'position',
|
||||
'is_used': 'enable'
|
||||
},
|
||||
'search': {
|
||||
'createTime': 'instorage time',
|
||||
'button_1': 'Return MES',
|
||||
'button_2': 'In Cooling return'
|
||||
},
|
||||
'msg': {
|
||||
'm1': 'Enter the point code',
|
||||
'm2': 'Enter the master volume ID',
|
||||
'm3': 'Please select a point to send back!'
|
||||
},
|
||||
'rules': {
|
||||
'r1': 'The full axis status cannot be empty',
|
||||
'r2': 'The empty axis status cannot be empty',
|
||||
'r3': 'The inventory status cannot be empty'
|
||||
}
|
||||
},
|
||||
'pan2': {
|
||||
'title': 'Cooling Zone Access Record',
|
||||
'table': {
|
||||
'bill_code': 'Bill Code',
|
||||
'io_type': 'Io Type',
|
||||
'qty': 'Qty',
|
||||
'pcsn': 'Pcsn',
|
||||
'start_point_code': 'Start Point',
|
||||
'end_point_code': 'End Point',
|
||||
'create_name': 'Create Name',
|
||||
'create_time': 'Create Time',
|
||||
'confirm_optname': 'Confirm Name',
|
||||
'confirm_time': 'Confirm Time'
|
||||
},
|
||||
'search': {
|
||||
'start_point_code': 'start point code',
|
||||
'end_point_code': 'end point code',
|
||||
'pcsn': 'pcsn',
|
||||
'vehicle_code': 'vehicle code',
|
||||
'createTime': 'create time'
|
||||
},
|
||||
'msg': {
|
||||
'm1': 'Enter the starting point code',
|
||||
'm2': 'Enter the end point code',
|
||||
'm3': 'Input batch',
|
||||
'm4': 'Enter vehicle number'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
79
nladmin-ui/src/i18n/langs/ivt/cool/in.js
Normal file
79
nladmin-ui/src/i18n/langs/ivt/cool/in.js
Normal file
@@ -0,0 +1,79 @@
|
||||
export default {
|
||||
'CoolRegion': {
|
||||
'pan1': {
|
||||
'title': 'Inventarisasi Zona Pendinginan',
|
||||
'table': {
|
||||
'point_code': 'Kode Titik',
|
||||
'cool_ivt_status': 'Status Ivt Keren',
|
||||
'full_point_code': 'Titik Penuh',
|
||||
'full_point_status': 'Status Penuh',
|
||||
'container_name': 'Nama Kontainer',
|
||||
'empty_point_code': 'Titik Kosong',
|
||||
'empty_point_status': 'Status Kosong',
|
||||
'empty_vehicle_code': 'Kode Kendaraan Kosong',
|
||||
'ivt_qty': 'Jumlah Persediaan',
|
||||
'qty_unit_name': 'Satuan',
|
||||
'instorage_time': 'Waktu Penyimpanan',
|
||||
'product_area': 'Area Produksi',
|
||||
'point_location': 'Posisi',
|
||||
'is_used': 'Aktifkan',
|
||||
'remark': 'Komentar',
|
||||
'update_time': 'Waktu Pembaruan'
|
||||
},
|
||||
'dialog': {
|
||||
'point_code': 'kode titik',
|
||||
'cool_ivt_status': 'status ivt keren',
|
||||
'full_point_status': 'titik penuh',
|
||||
'container_name': 'nama kontainer',
|
||||
'empty_point_status': 'status kosong',
|
||||
'empty_vehicle_code': 'kode kendaraan kosong',
|
||||
'product_area': 'area produksi',
|
||||
'point_location': 'posisi',
|
||||
'is_used': 'aktifkan'
|
||||
},
|
||||
'search': {
|
||||
'createTime': 'waktu penyimpanan',
|
||||
'button_1': 'Kembalikan MES',
|
||||
'button_2': 'Dalam Pendinginan kembali'
|
||||
},
|
||||
'msg': {
|
||||
'm1': 'Masukkan kode poin',
|
||||
'm2': 'Masukkan ID volume master',
|
||||
'm3': 'Silakan pilih titik untuk dikirim kembali!'
|
||||
},
|
||||
'rules': {
|
||||
'r1': 'Status sumbu penuh tidak boleh kosong',
|
||||
'r2': 'Status sumbu kosong tidak boleh kosong',
|
||||
'r3': 'Status inventaris tidak boleh kosong'
|
||||
}
|
||||
},
|
||||
'pan2': {
|
||||
'title': 'Catatan Akses Zona Pendinginan',
|
||||
'table': {
|
||||
'bill_code': 'Kode Tagihan',
|
||||
'io_type': 'Jenis Io',
|
||||
'qty': 'Jumlah',
|
||||
'pcsn': 'pcsn',
|
||||
'start_point_code': 'Titik Awal',
|
||||
'end_point_code': 'Titik Akhir',
|
||||
'create_name': 'Buat Nama',
|
||||
'create_time': 'Buat Waktu',
|
||||
'confirm_optname': 'Konfirmasi Nama',
|
||||
'confirm_time': 'Konfirmasi Waktu'
|
||||
},
|
||||
'search': {
|
||||
'start_point_code': 'kode titik awal',
|
||||
'end_point_code': 'kode titik akhir',
|
||||
'pcsn': 'pcsn',
|
||||
'vehicle_code': 'kode kendaraan',
|
||||
'createTime': 'buat waktu'
|
||||
},
|
||||
'msg': {
|
||||
'm1': 'Masukkan kode titik awal',
|
||||
'm2': 'Masukkan kode titik akhir',
|
||||
'm3': 'Masukan kumpulan',
|
||||
'm4': 'Masukkan nomor kendaraan'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
79
nladmin-ui/src/i18n/langs/ivt/cool/zh.js
Normal file
79
nladmin-ui/src/i18n/langs/ivt/cool/zh.js
Normal file
@@ -0,0 +1,79 @@
|
||||
export default {
|
||||
'CoolRegion': {
|
||||
'pan1': {
|
||||
'title': '冷却区库存',
|
||||
'table': {
|
||||
'point_code': '点位编码',
|
||||
'cool_ivt_status': '库存状态',
|
||||
'full_point_code': '满轴位',
|
||||
'full_point_status': '满轴位状态',
|
||||
'container_name': '母卷号',
|
||||
'empty_point_code': '空轴位',
|
||||
'empty_point_status': '空轴位状态',
|
||||
'empty_vehicle_code': '空轴编号',
|
||||
'ivt_qty': '库存数',
|
||||
'qty_unit_name': '计量单位',
|
||||
'instorage_time': '入库时间',
|
||||
'product_area': '生产区域',
|
||||
'point_location': '位置',
|
||||
'is_used': '是否启用',
|
||||
'remark': '备注',
|
||||
'update_time': '修改时间'
|
||||
},
|
||||
'dialog': {
|
||||
'point_code': '点位编码',
|
||||
'cool_ivt_status': '库存状态',
|
||||
'full_point_status': '满轴位状态',
|
||||
'container_name': '母卷号',
|
||||
'empty_point_status': '空轴位状态',
|
||||
'empty_vehicle_code': '空轴编号',
|
||||
'product_area': '生产区域',
|
||||
'point_location': '位置',
|
||||
'is_used': '是否启用'
|
||||
},
|
||||
'search': {
|
||||
'createTime': '入库时间',
|
||||
'button_1': '回传MES',
|
||||
'button_2': '入冷却回传'
|
||||
},
|
||||
'msg': {
|
||||
'm1': '输入点位编码',
|
||||
'm2': '输入母卷号',
|
||||
'm3': '请选择一个点位进行回传!'
|
||||
},
|
||||
'rules': {
|
||||
'r1': '满轴位状态不能为空',
|
||||
'r2': '空轴位状态不能为空',
|
||||
'r3': '库存状态不能为空'
|
||||
}
|
||||
},
|
||||
'pan2': {
|
||||
'title': '冷却区出入记录',
|
||||
'table': {
|
||||
'bill_code': '单据编码',
|
||||
'io_type': '出入类型',
|
||||
'qty': '数量',
|
||||
'pcsn': '批次',
|
||||
'start_point_code': '起始点位',
|
||||
'end_point_code': '终点点位',
|
||||
'create_name': '创建人',
|
||||
'create_time': '创建时间',
|
||||
'confirm_optname': '确认人',
|
||||
'confirm_time': '确认时间'
|
||||
},
|
||||
'search': {
|
||||
'start_point_code': '起点点位编码',
|
||||
'end_point_code': '终点点位编码',
|
||||
'pcsn': '批次号',
|
||||
'vehicle_code': '载具编码',
|
||||
'createTime': '创建时间'
|
||||
},
|
||||
'msg': {
|
||||
'm1': '输入起点点位编码',
|
||||
'm2': '输入终点点位编码',
|
||||
'm3': '输入批次',
|
||||
'm4': '输入载具号'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user