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': '输入载具号'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
71
nladmin-ui/src/i18n/langs/ivt/hot/en.js
Normal file
71
nladmin-ui/src/i18n/langs/ivt/hot/en.js
Normal file
@@ -0,0 +1,71 @@
|
||||
export default {
|
||||
'Hot': {
|
||||
'pan1': {
|
||||
'title': 'Stock Inquiry',
|
||||
'table': {
|
||||
'point_code': 'Point Code',
|
||||
'point_status': 'Point Status',
|
||||
'container_name': 'Container Name',
|
||||
'ivt_qty': 'Ivt Qty',
|
||||
'instorage_time': 'Instorage Time',
|
||||
'product_area': 'Product Area',
|
||||
'temperature': 'Temperature',
|
||||
'last_time': 'Countdown',
|
||||
'group_name': 'Group',
|
||||
'ext_code': 'Ext Code',
|
||||
'point_location': 'Position',
|
||||
'is_used': 'Enabled',
|
||||
'remark': 'Remark',
|
||||
'update_time': 'Update Time'
|
||||
},
|
||||
'dialog': {
|
||||
'point_code': 'point code',
|
||||
'product_area': 'product area',
|
||||
'point_status': 'point status',
|
||||
'container_name': 'container name',
|
||||
'temperature': 'temperature',
|
||||
'is_used': 'enabled',
|
||||
'point_location': 'position',
|
||||
'instorage_time': 'instorage time'
|
||||
},
|
||||
'search': {
|
||||
'p1': 'Enter the point code',
|
||||
'button_1': 'Return MES'
|
||||
},
|
||||
'msg': {
|
||||
'm1': 'Point codes cannot be empty',
|
||||
'm2': 'The point status cannot be empty',
|
||||
'm3': 'Please select a point to send back!'
|
||||
}
|
||||
},
|
||||
'pan2': {
|
||||
'title': 'Oven Task',
|
||||
'table': {
|
||||
'bill_code': 'Bill Code',
|
||||
'container_name': 'Container Name',
|
||||
'start_point_code': 'Start Point',
|
||||
'end_point_code': 'End Point',
|
||||
'temperature': 'Temperature',
|
||||
'oven_time': 'Oven Time',
|
||||
'task_code': 'Task Code',
|
||||
'create_name': 'Create Name',
|
||||
'create_time': 'Create Time',
|
||||
'confirm_optname': 'Confirm Name',
|
||||
'confirm_time': 'Confirm Time'
|
||||
},
|
||||
'dialog': {
|
||||
'bill_code': 'bill code',
|
||||
'task_code': 'task code',
|
||||
'start_point_code': 'start point',
|
||||
'end_point_code': 'end point',
|
||||
'container_name': 'container name',
|
||||
'create_time': 'create time'
|
||||
},
|
||||
'statusDtlList': {
|
||||
'build': 'build',
|
||||
'running': 'running',
|
||||
'confirm': 'confirm'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
71
nladmin-ui/src/i18n/langs/ivt/hot/in.js
Normal file
71
nladmin-ui/src/i18n/langs/ivt/hot/in.js
Normal file
@@ -0,0 +1,71 @@
|
||||
export default {
|
||||
'Hot': {
|
||||
'pan1': {
|
||||
'title': 'Pertanyaan Stok',
|
||||
'table': {
|
||||
'point_code': 'Kode Titik',
|
||||
'point_status': 'Status Poin',
|
||||
'container_name': 'Nama Kontainer',
|
||||
'ivt_qty': 'Ivt_qty',
|
||||
'instorage_time': 'Waktu Penyimpanan',
|
||||
'product_area': 'Area Produk',
|
||||
'temperature': 'Suhu',
|
||||
'last_time': 'Hitung mundur',
|
||||
'group_name': 'Grup',
|
||||
'ext_code': 'Kode Ekst',
|
||||
'point_location': 'Posisi',
|
||||
'is_used': 'Diaktifkan',
|
||||
'remark': 'Komentar',
|
||||
'update_time': 'Waktu Pembaruan'
|
||||
},
|
||||
'dialog': {
|
||||
'point_code': 'kode titik',
|
||||
'product_area': 'area produk',
|
||||
'point_status': 'status poin',
|
||||
'container_name': 'nama kontainer',
|
||||
'temperature': 'suhu',
|
||||
'is_used': 'diaktifkan',
|
||||
'point_location': 'posisi',
|
||||
'instorage_time': 'waktu penyimpanan'
|
||||
},
|
||||
'search': {
|
||||
'p1': 'Masukkan kode poin',
|
||||
'button_1': 'Kembalikan MES'
|
||||
},
|
||||
'msg': {
|
||||
'm1': 'Kode poin tidak boleh kosong',
|
||||
'm2': 'Status poin tidak boleh kosong',
|
||||
'm3': 'Silakan pilih titik untuk dikirim kembali!'
|
||||
}
|
||||
},
|
||||
'pan2': {
|
||||
'title': 'Tugas Oven',
|
||||
'table': {
|
||||
'bill_code': 'Kode Tagihan',
|
||||
'container_name': 'Nama Kontainer',
|
||||
'start_point_code': 'Titik Awal',
|
||||
'end_point_code': 'Titik Akhir',
|
||||
'temperature': 'Suhu',
|
||||
'oven_time': 'Waktu Oven',
|
||||
'task_code': 'Kode Tugas',
|
||||
'create_name': 'Buat Nama',
|
||||
'create_time': 'Buat Waktu',
|
||||
'confirm_optname': 'Konfirmasi Nama',
|
||||
'confirm_time': 'Konfirmasi Waktu'
|
||||
},
|
||||
'dialog': {
|
||||
'bill_code': 'kode tagihan',
|
||||
'task_code': 'kode tugas',
|
||||
'start_point_code': 'titik awal',
|
||||
'end_point_code': 'titik akhir',
|
||||
'container_name': 'nama kontainer',
|
||||
'create_time': 'buat waktu'
|
||||
},
|
||||
'statusDtlList': {
|
||||
'build': 'membangun',
|
||||
'running': 'berlari',
|
||||
'confirm': 'mengonfirmasi'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
71
nladmin-ui/src/i18n/langs/ivt/hot/zh.js
Normal file
71
nladmin-ui/src/i18n/langs/ivt/hot/zh.js
Normal file
@@ -0,0 +1,71 @@
|
||||
export default {
|
||||
'Hot': {
|
||||
'pan1': {
|
||||
'title': '烘烤区点位库存',
|
||||
'table': {
|
||||
'point_code': '点位编码',
|
||||
'point_status': '点位状态',
|
||||
'container_name': '母卷号',
|
||||
'ivt_qty': '库存数',
|
||||
'instorage_time': '入箱时间',
|
||||
'product_area': '生产区域',
|
||||
'temperature': '温度',
|
||||
'last_time': '倒计时',
|
||||
'group_name': '组别',
|
||||
'ext_code': '外部编码',
|
||||
'point_location': '位置',
|
||||
'is_used': '是否启用',
|
||||
'remark': '备注',
|
||||
'update_time': '修改时间'
|
||||
},
|
||||
'dialog': {
|
||||
'point_code': '点位编码',
|
||||
'product_area': '生产区域',
|
||||
'point_status': '点位状态',
|
||||
'container_name': '母卷号',
|
||||
'temperature': '温度',
|
||||
'is_used': '是否启用',
|
||||
'point_location': '生产位置',
|
||||
'instorage_time': '入箱时间'
|
||||
},
|
||||
'search': {
|
||||
'p1': '输入点位编码',
|
||||
'button_1': '回传MES'
|
||||
},
|
||||
'msg': {
|
||||
'm1': '点位编码不能为空',
|
||||
'm2': '点位状态不能为空',
|
||||
'm3': '请选择一个点位进行回传!'
|
||||
}
|
||||
},
|
||||
'pan2': {
|
||||
'title': '烘箱任务',
|
||||
'table': {
|
||||
'bill_code': '单据编码',
|
||||
'container_name': '母卷号',
|
||||
'start_point_code': '起始点位',
|
||||
'end_point_code': '终点点位',
|
||||
'temperature': '烤箱温度',
|
||||
'oven_time': '烘烤时间',
|
||||
'task_code': '任务编码',
|
||||
'create_name': '创建人',
|
||||
'create_time': '创建时间',
|
||||
'confirm_optname': '确认人',
|
||||
'confirm_time': '确认时间'
|
||||
},
|
||||
'dialog': {
|
||||
'bill_code': '单据编码',
|
||||
'task_code': '任务编码',
|
||||
'start_point_code': '起点编码',
|
||||
'end_point_code': '终点编码',
|
||||
'container_name': '母卷号',
|
||||
'create_time': '创建时间'
|
||||
},
|
||||
'statusDtlList': {
|
||||
'build': '生成',
|
||||
'running': '执行中',
|
||||
'confirm': '确认'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
33
nladmin-ui/src/i18n/langs/ivt/sbPointIvt/en.js
Normal file
33
nladmin-ui/src/i18n/langs/ivt/sbPointIvt/en.js
Normal file
@@ -0,0 +1,33 @@
|
||||
export default {
|
||||
'SbPointIvt': {
|
||||
'title': 'Raw Foil Point Inventory',
|
||||
'table': {
|
||||
'point_code': 'Point Code',
|
||||
'vehicle_code': 'Vehicle Code',
|
||||
'product_area': 'Production Area',
|
||||
'point_location': 'Position',
|
||||
'ext_code': 'Ext Code',
|
||||
'remark': 'Remark',
|
||||
'is_used': 'Enable',
|
||||
'mes_used': 'MES Enable',
|
||||
'update_time': 'Update Time'
|
||||
},
|
||||
'dialog': {
|
||||
'point_code': 'point code',
|
||||
'vehicle_code': 'vehicle code',
|
||||
'product_area': 'production area',
|
||||
'point_location': 'position',
|
||||
'ext_code': 'ext code',
|
||||
'is_used': 'enable',
|
||||
'mes_used': 'mes enable'
|
||||
},
|
||||
'rules': {
|
||||
'r1': 'Point codes cannot be empty',
|
||||
'r2': 'The point status cannot be empty',
|
||||
'r3': 'Enable or not The value cannot be empty'
|
||||
},
|
||||
'msg': {
|
||||
'm1': 'Enter the point code'
|
||||
}
|
||||
}
|
||||
}
|
||||
33
nladmin-ui/src/i18n/langs/ivt/sbPointIvt/in.js
Normal file
33
nladmin-ui/src/i18n/langs/ivt/sbPointIvt/in.js
Normal file
@@ -0,0 +1,33 @@
|
||||
export default {
|
||||
'SbPointIvt': {
|
||||
'title': 'Persediaan Titik Foil Mentah',
|
||||
'table': {
|
||||
'point_code': 'Kode Titik',
|
||||
'vehicle_code': 'Kode Kendaraan',
|
||||
'product_area': 'Area Produksi',
|
||||
'point_location': 'Posisi',
|
||||
'ext_code': 'Kode Ekst',
|
||||
'remark': 'Komentar',
|
||||
'is_used': 'Aktifkan',
|
||||
'mes_used': 'MES Aktif',
|
||||
'update_time': 'Waktu Pembaruan'
|
||||
},
|
||||
'dialog': {
|
||||
'point_code': 'kode titik',
|
||||
'vehicle_code': 'kode kendaraan',
|
||||
'product_area': 'area produksi',
|
||||
'point_location': 'posisi',
|
||||
'ext_code': 'kode ekst',
|
||||
'is_used': 'aktifkan',
|
||||
'mes_used': 'mes aktif'
|
||||
},
|
||||
'rules': {
|
||||
'r1': 'Kode poin tidak boleh kosong',
|
||||
'r2': 'Status poin tidak boleh kosong',
|
||||
'r3': 'Aktifkan atau tidak Nilainya tidak boleh kosong'
|
||||
},
|
||||
'msg': {
|
||||
'm1': 'Masukkan kode poin'
|
||||
}
|
||||
}
|
||||
}
|
||||
33
nladmin-ui/src/i18n/langs/ivt/sbPointIvt/zh.js
Normal file
33
nladmin-ui/src/i18n/langs/ivt/sbPointIvt/zh.js
Normal file
@@ -0,0 +1,33 @@
|
||||
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': '输入点位编码'
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user