15 changed files with 413 additions and 18 deletions
@ -0,0 +1,60 @@ |
|||||
|
export default { |
||||
|
'hotpointivt': { |
||||
|
'title': 'Baking area spot inventory', |
||||
|
'title1': 'Inventory Query', |
||||
|
'title2': 'Oven task', |
||||
|
'title3': 'Return to MES', |
||||
|
'dialog': { |
||||
|
'last_time': 'countdown', |
||||
|
'group_name': 'group', |
||||
|
'ext_code': 'External encoding', |
||||
|
'oven_time': 'baking time', |
||||
|
'in_callback': 'Return in box', |
||||
|
'out_callback': 'Outbound Return', |
||||
|
'ivt_qty': 'Inventory quantity', |
||||
|
'start_point_code': 'Starting point position', |
||||
|
'end_point_code': 'End point location', |
||||
|
'confirm_optname': 'CONFIRMED BY', |
||||
|
'confirm_time': 'Confirm time', |
||||
|
'callback': 'Cooling in return', |
||||
|
'remark': 'remark', |
||||
|
'yes': 'yes', |
||||
|
'no': 'no', |
||||
|
'confirm': 'confirm', |
||||
|
'cancel': 'cancel', |
||||
|
'enable': 'enabled', |
||||
|
'is_enable': 'Is it enabled', |
||||
|
'is_delete': 'Do you want to delete it', |
||||
|
'create_name': 'Creator', |
||||
|
'create_time': 'Creation time', |
||||
|
'update_name': 'Modified by', |
||||
|
'update_time': 'Change time', |
||||
|
'operate': 'operation' |
||||
|
}, |
||||
|
'placeholder': { |
||||
|
'point_code': 'Point code', |
||||
|
'input': 'Input point code', |
||||
|
'point_status': 'Point status', |
||||
|
'temperature': 'temperature', |
||||
|
'bill_code': 'Document code', |
||||
|
'task_code': 'Task code', |
||||
|
'container_name': 'Mother roll number', |
||||
|
'full_point_status': 'Full axis position status', |
||||
|
'empty_point_status': 'Empty axis position status', |
||||
|
'product_area': 'production area', |
||||
|
'point_location': 'Production location', |
||||
|
'cool_ivt_status': 'Inventory Status', |
||||
|
'is_enable': 'Is it enabled', |
||||
|
'create_time': 'Packing time', |
||||
|
'start_time': 'Start Time', |
||||
|
'end_time': 'End Time', |
||||
|
'start_point_code': 'Starting point encoding', |
||||
|
'end_point_code': 'End point encoding', |
||||
|
'pcsn': 'Batch number', |
||||
|
'vehicle_code': 'Vehicle code' |
||||
|
}, |
||||
|
'msg': { |
||||
|
'isNotEmpty': 'Cannot be empty' |
||||
|
} |
||||
|
} |
||||
|
} |
@ -0,0 +1,60 @@ |
|||||
|
export default { |
||||
|
'hotpointivt': { |
||||
|
'title': 'Inventar tempat baking area', |
||||
|
'title1': 'Penyelidikan inventori', |
||||
|
'title2': 'Tugas atas', |
||||
|
'title3': 'Kembali ke MES', |
||||
|
'dialog': { |
||||
|
'last_time': 'Hitung mundur', |
||||
|
'group_name': 'kelompok', |
||||
|
'ext_code': 'Pengkodean eksternal', |
||||
|
'oven_time': 'waktu memasak', |
||||
|
'in_callback': 'Kembali dalam kotak', |
||||
|
'out_callback': 'Kembali Keluar', |
||||
|
'ivt_qty': 'Kwantitas inventaris', |
||||
|
'start_point_code': 'Posisi titik awal', |
||||
|
'end_point_code': 'Lokasi titik akhir', |
||||
|
'confirm_optname': 'Mengkonfirmasi orang', |
||||
|
'confirm_time': 'Konfirmasi waktu', |
||||
|
'callback': 'Mendingin sebagai imbalan', |
||||
|
'remark': 'komentar', |
||||
|
'confirm': 'konfirmasi', |
||||
|
'cancel': 'batalkan', |
||||
|
'enable': 'Aktifkan', |
||||
|
'yes': 'ya', |
||||
|
'no': 'Tidak', |
||||
|
'is_enable': 'Apakah diaktifkan', |
||||
|
'is_delete': 'Apakah Anda ingin menghapusnya', |
||||
|
'create_name': 'Pencipta', |
||||
|
'create_time': 'Waktu penciptaan', |
||||
|
'update_name': 'Diubah oleh', |
||||
|
'update_time': 'Ubah waktu', |
||||
|
'operate': 'operasi' |
||||
|
}, |
||||
|
'placeholder': { |
||||
|
'point_code': 'Kode titik', |
||||
|
'input': 'Kode titik masukan', |
||||
|
'point_status': 'Status titik', |
||||
|
'temperature': 'suhu', |
||||
|
'bill_code': 'Kode dokumen', |
||||
|
'task_code': 'Kode tugas', |
||||
|
'container_name': 'Nomor Roll Ibu', |
||||
|
'full_point_status': 'Status posisi paksi penuh', |
||||
|
'empty_point_status': 'Status posisi paksi kosong', |
||||
|
'product_area': 'Area produksi', |
||||
|
'point_location': 'Lokasi produksi', |
||||
|
'cool_ivt_status': 'Status persediaan', |
||||
|
'is_enable': 'Apakah diaktifkan', |
||||
|
'create_time': 'Waktu mengemasi', |
||||
|
'start_time': 'waktu awal', |
||||
|
'end_time': 'Waktu akhir', |
||||
|
'start_point_code': 'Pengenkodasi titik awal', |
||||
|
'end_point_code': 'Pengekodan titik akhir', |
||||
|
'pcsn': 'Nomor seri', |
||||
|
'vehicle_code': 'Kode kendaraan' |
||||
|
}, |
||||
|
'msg': { |
||||
|
'isNotEmpty': 'Tidak dapat kosong' |
||||
|
} |
||||
|
} |
||||
|
} |
@ -0,0 +1,51 @@ |
|||||
|
export default { |
||||
|
'hotpointivt': { |
||||
|
'title': '烘烤区点位库存', |
||||
|
'title1': '库存查询', |
||||
|
'title2': '烘箱任务', |
||||
|
'title3': '回传MES', |
||||
|
'dialog': { |
||||
|
'last_time': '倒计时', |
||||
|
'group_name': '组别', |
||||
|
'ext_code': '外部编码', |
||||
|
'oven_time': '烘烤时间', |
||||
|
'in_callback': '入箱回传', |
||||
|
'out_callback': '出箱回传', |
||||
|
'ivt_qty': '库存数', |
||||
|
'start_point_code': '起始点位', |
||||
|
'end_point_code': '终点点位', |
||||
|
'confirm_optname': '确认人', |
||||
|
'confirm_time': '确认时间', |
||||
|
'remark': '备注', |
||||
|
'confirm': '确认', |
||||
|
'cancel': '取消', |
||||
|
'is_enable': '是否启用', |
||||
|
'yes': '是', |
||||
|
'no': '否', |
||||
|
'update_name': '修改人', |
||||
|
'update_time': '修改时间', |
||||
|
'operate': '操作' |
||||
|
}, |
||||
|
'placeholder': { |
||||
|
'point_code': '点位编码', |
||||
|
'input': '输入点位编码', |
||||
|
'point_status': '点位状态', |
||||
|
'temperature': '温度', |
||||
|
'bill_code': '单据编码', |
||||
|
'task_code': '任务编码', |
||||
|
'container_name': '母卷号', |
||||
|
'product_area': '生产区域', |
||||
|
'point_location': '生产位置', |
||||
|
'cool_ivt_status': '库存状态', |
||||
|
'is_enable': '是否启用', |
||||
|
'create_time': '入箱时间', |
||||
|
'start_time': '开始时间', |
||||
|
'end_time': '结束时间', |
||||
|
'start_point_code': '起点点位编码', |
||||
|
'end_point_code': '终点点位编码' |
||||
|
}, |
||||
|
'msg': { |
||||
|
'isNotEmpty': '不能为空' |
||||
|
} |
||||
|
} |
||||
|
} |
@ -0,0 +1,50 @@ |
|||||
|
export default { |
||||
|
'rawworkorder': { |
||||
|
'title': 'Work order for foil production process', |
||||
|
'dialog': { |
||||
|
'mfg_order_name': 'Work order number', |
||||
|
'product_name': 'product code', |
||||
|
'description': 'product name', |
||||
|
'theory_height': 'theoretical length', |
||||
|
'eqp_velocity': 'Equipment production speed', |
||||
|
'up_coiler_date': 'Start time of roll up', |
||||
|
'select_time': 'Select date and time', |
||||
|
'productin_qty': 'weight', |
||||
|
'agvno': 'wagon number', |
||||
|
'is_reload_send': 'Do you want to update again', |
||||
|
'workorder_id': 'Work order identification', |
||||
|
'point_code2': 'Point code', |
||||
|
'is_baking': 'Request baking', |
||||
|
'is_instor': 'Request to enter the semi-finished product warehouse', |
||||
|
'remark': 'remark', |
||||
|
'yes': 'yes', |
||||
|
'no': 'no', |
||||
|
'confirm': 'confirm', |
||||
|
'cancel': 'cancel', |
||||
|
'enable': 'enabled', |
||||
|
'is_enable': 'Is it enabled', |
||||
|
'is_delete': 'Do you want to delete it', |
||||
|
'create_name': 'Creator', |
||||
|
'create_time': 'Creation time', |
||||
|
'update_name': 'Modified by', |
||||
|
'update_time': 'Change time', |
||||
|
'operate': 'operation' |
||||
|
}, |
||||
|
'placeholder': { |
||||
|
'product_area': 'production area', |
||||
|
'resource_name': 'Machine code', |
||||
|
'container_name': 'Mother roll number', |
||||
|
'status': 'Work order status', |
||||
|
'create_time': 'Work order date', |
||||
|
'start_time': 'Start Time', |
||||
|
'end_time': 'End Time', |
||||
|
'compelEnd': 'Forced end', |
||||
|
'weigh': 'weigh' |
||||
|
}, |
||||
|
'msg': { |
||||
|
'isNotEmpty': 'Cannot be empty', |
||||
|
'notFinish': 'Cannot force the completion status of work orders to end', |
||||
|
'success': 'Operation successful' |
||||
|
} |
||||
|
} |
||||
|
} |
@ -0,0 +1,50 @@ |
|||||
|
export default { |
||||
|
'rawworkorder': { |
||||
|
'title': 'Perintah kerja untuk proses produksi folio', |
||||
|
'dialog': { |
||||
|
'mfg_order_name': 'Nomor Order Kerja', |
||||
|
'product_name': 'Kode produk', |
||||
|
'description': 'Nama Produk', |
||||
|
'theory_height': 'Panjang teori', |
||||
|
'eqp_velocity': 'Kecepatan produksi peralatan', |
||||
|
'up_coiler_date': 'Waktu mulai roll up', |
||||
|
'select_time': 'Pilih tanggal dan waktu', |
||||
|
'productin_qty': 'berat', |
||||
|
'agvno': 'nomor lisensi', |
||||
|
'is_reload_send': 'Apakah Anda ingin memperbarui lagi', |
||||
|
'workorder_id': 'Identifikasi pekerjaan', |
||||
|
'point_code2': 'Kode titik', |
||||
|
'is_baking': 'Permintaan pembakaran', |
||||
|
'is_instor': 'Permintaan untuk memasuki gudang produk semi-selesai', |
||||
|
'remark': 'komentar', |
||||
|
'confirm': 'konfirmasi', |
||||
|
'cancel': 'batalkan', |
||||
|
'enable': 'Aktifkan', |
||||
|
'yes': 'ya', |
||||
|
'no': 'Tidak', |
||||
|
'is_enable': 'Apakah diaktifkan', |
||||
|
'is_delete': 'Apakah Anda ingin menghapusnya', |
||||
|
'create_name': 'Pencipta', |
||||
|
'create_time': 'Waktu penciptaan', |
||||
|
'update_name': 'Diubah oleh', |
||||
|
'update_time': 'Ubah waktu', |
||||
|
'operate': 'operasi' |
||||
|
}, |
||||
|
'placeholder': { |
||||
|
'product_area': 'Area produksi', |
||||
|
'resource_name': 'Kode mesin', |
||||
|
'container_name': 'Nomor Roll Ibu', |
||||
|
'status': 'Status urutan kerja', |
||||
|
'create_time': 'Tarikh perintah kerja', |
||||
|
'start_time': 'waktu awal', |
||||
|
'end_time': 'Waktu berakhir', |
||||
|
'compelEnd': 'Akhir terpaksa', |
||||
|
'weigh': 'berat' |
||||
|
}, |
||||
|
'msg': { |
||||
|
'isNotEmpty': 'Tidak dapat kosong', |
||||
|
'notFinish': 'Tidak dapat memaksa status penyelesaian perintah kerja untuk berakhir', |
||||
|
'success': 'Operasi berhasil' |
||||
|
} |
||||
|
} |
||||
|
} |
@ -0,0 +1,46 @@ |
|||||
|
export default { |
||||
|
'rawworkorder': { |
||||
|
'title': '生箔工序工单', |
||||
|
'dialog': { |
||||
|
'mfg_order_name': '工单号', |
||||
|
'product_name': '产品编码', |
||||
|
'description': '产品名称', |
||||
|
'theory_height': '理论长度', |
||||
|
'eqp_velocity': '设备生产速度', |
||||
|
'up_coiler_date': '上卷开始时间', |
||||
|
'select_time': '选择日期时间', |
||||
|
'productin_qty': '重量', |
||||
|
'agvno': '车号', |
||||
|
'is_reload_send': '是否重新更新', |
||||
|
'workorder_id': '工单标识', |
||||
|
'point_code2': '点位编码', |
||||
|
'is_baking': '请求烘烤', |
||||
|
'is_instor': '请求入半成品库', |
||||
|
'remark': '备注', |
||||
|
'confirm': '确认', |
||||
|
'cancel': '取消', |
||||
|
'is_enable': '是否启用', |
||||
|
'yes': '是', |
||||
|
'no': '否', |
||||
|
'update_name': '修改人', |
||||
|
'update_time': '修改时间', |
||||
|
'operate': '操作' |
||||
|
}, |
||||
|
'placeholder': { |
||||
|
'product_area': '生产区域', |
||||
|
'resource_name': '机台编码', |
||||
|
'container_name': '母卷号', |
||||
|
'status': '工单状态', |
||||
|
'create_time': '工单日期', |
||||
|
'start_time': '开始时间', |
||||
|
'end_time': '结束时间', |
||||
|
'compelEnd': '强制结束', |
||||
|
'weigh': '称重' |
||||
|
}, |
||||
|
'msg': { |
||||
|
'isNotEmpty': '不能为空', |
||||
|
'notFinish': '不能对完成状态的工单强制结束', |
||||
|
'success': '操作成功' |
||||
|
} |
||||
|
} |
||||
|
} |
Loading…
Reference in new issue