feat: 载具维护、客户信息、计量单位、基础分类
This commit is contained in:
13
lms/nladmin-ui/src/i18n/langs/baseclass/en.js
Normal file
13
lms/nladmin-ui/src/i18n/langs/baseclass/en.js
Normal file
@@ -0,0 +1,13 @@
|
||||
export default {
|
||||
'BasicClassification': {
|
||||
'table': {
|
||||
'code': 'code',
|
||||
'name': 'name',
|
||||
'values': 'value',
|
||||
'description': 'remark'
|
||||
},
|
||||
'rules': {
|
||||
'NotNull': 'Cannot be empty'
|
||||
}
|
||||
}
|
||||
}
|
||||
13
lms/nladmin-ui/src/i18n/langs/baseclass/in.js
Normal file
13
lms/nladmin-ui/src/i18n/langs/baseclass/in.js
Normal file
@@ -0,0 +1,13 @@
|
||||
export default {
|
||||
'BasicClassification': {
|
||||
'table': {
|
||||
'code': 'kode',
|
||||
'name': 'nama',
|
||||
'values': 'nilai',
|
||||
'description': 'Catatan'
|
||||
},
|
||||
'rules': {
|
||||
'NotNull': 'Tidak dapat kosong'
|
||||
}
|
||||
}
|
||||
}
|
||||
13
lms/nladmin-ui/src/i18n/langs/baseclass/zh.js
Normal file
13
lms/nladmin-ui/src/i18n/langs/baseclass/zh.js
Normal file
@@ -0,0 +1,13 @@
|
||||
export default {
|
||||
'BasicClassification': {
|
||||
'table': {
|
||||
'code': '编码',
|
||||
'name': '名称',
|
||||
'values': '值',
|
||||
'description': '备注'
|
||||
},
|
||||
'rules': {
|
||||
'NotNull': '不能为空'
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -2,10 +2,16 @@ import zhLocale from 'element-ui/lib/locale/lang/zh-CN'
|
||||
import zh from './zh-CN'
|
||||
import menu from './menu/zh'
|
||||
import param from './param/zh'
|
||||
import customer from './customer/zh'
|
||||
import unit from './unit/zh'
|
||||
import vehicleInfo from './vehicle/info/zh'
|
||||
|
||||
export default {
|
||||
...zhLocale,
|
||||
...zh,
|
||||
...menu,
|
||||
...param
|
||||
...param,
|
||||
...customer,
|
||||
...unit,
|
||||
...vehicleInfo
|
||||
}
|
||||
|
||||
@@ -1,5 +1,37 @@
|
||||
export default {
|
||||
'customer': {
|
||||
'title': 'Customer information management',
|
||||
'placeholder': {
|
||||
'fuzzy_search': 'Fuzzy Search',
|
||||
'tip_talk': 'Enter a customer code or customer name'
|
||||
},
|
||||
'table': {
|
||||
'customer_code': 'customer no',
|
||||
'customer_name': 'customer name',
|
||||
'customer_simple_name': 'customer abbreviation',
|
||||
'sales_owner': 'salesman',
|
||||
'is_used': 'used',
|
||||
'remark': 'remark',
|
||||
'zj_print_no': 'subvolume print template no',
|
||||
'bz_print_no': 'package print template no',
|
||||
'shd_print_no': 'delivery order print no',
|
||||
'shd_dtl_num': 'delivery order detail number',
|
||||
'is_auto_table': 'auto labelling',
|
||||
'create_time': 'create time',
|
||||
'create_user': 'create user',
|
||||
'update_time': 'update time',
|
||||
'update_user': 'update user'
|
||||
},
|
||||
'dialog': {
|
||||
'tax_no': 'identification number',
|
||||
'register_no': 'registered number',
|
||||
'manage_lice_no': 'operation license',
|
||||
'busi_char_name': 'business license',
|
||||
'zip_code': 'zip code',
|
||||
'corp_tele_no': 'TEL',
|
||||
'corp_address': 'Address',
|
||||
'ext_id': 'External ID',
|
||||
'jurid_name': 'Legal Representative'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,37 @@
|
||||
export default {
|
||||
'customer': {
|
||||
'title': 'Customer information management',
|
||||
'title': 'Manajemen Informasi Klien',
|
||||
'placeholder': {
|
||||
'fuzzy_search': 'Pencarian Kabur',
|
||||
'tip_talk': 'Masukkan kode pelanggan atau nama pelanggan'
|
||||
},
|
||||
'table': {
|
||||
'customer_code': 'kode pelanggan',
|
||||
'customer_name': 'nama pelanggan',
|
||||
'customer_simple_name': 'persingkatan pelanggan',
|
||||
'sales_owner': 'salesperson',
|
||||
'is_used': 'aktifkan',
|
||||
'remark': 'catatan',
|
||||
'zj_print_no': 'nomor templat cetakan subroll',
|
||||
'bz_print_no': 'nomor templat cetakan paket',
|
||||
'shd_print_no': 'nomor templat cetakan catatan pengiriman',
|
||||
'shd_dtl_num': 'perincian catatan pengiriman',
|
||||
'is_auto_table': 'paket label',
|
||||
'create_time': 'tarikh penciptaan',
|
||||
'create_user': 'pencipta',
|
||||
'update_time': 'tanggal modifikasi',
|
||||
'update_user': 'diubah oleh'
|
||||
},
|
||||
'dialog': {
|
||||
'tax_no': 'Nomor pendaftaran pajak',
|
||||
'register_no': 'Nomor pendaftaran bisnis',
|
||||
'manage_lice_no': 'Nomor lisensi bisnis',
|
||||
'busi_char_name': 'Lesen bisnis',
|
||||
'zip_code': 'kode zip',
|
||||
'corp_tele_no': 'telepon',
|
||||
'corp_address': 'alamat',
|
||||
'ext_id': 'Identifikasi luar',
|
||||
'jurid_name': 'Perwakilan hukum'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,37 @@
|
||||
export default {
|
||||
'customer': {
|
||||
'title': 'Manajemen Informasi Klien',
|
||||
'title': '客户信息管理',
|
||||
'placeholder': {
|
||||
'fuzzy_search': '模糊搜索',
|
||||
'tip_talk': '输入客户编码或客户名称'
|
||||
},
|
||||
'table': {
|
||||
'customer_code': '客户编码',
|
||||
'customer_name': '客户名称',
|
||||
'customer_simple_name': '客户简称',
|
||||
'sales_owner': '业务员',
|
||||
'is_used': '是否启用',
|
||||
'remark': '备注',
|
||||
'zj_print_no': '子卷打印模板号',
|
||||
'bz_print_no': '包装打印模板号',
|
||||
'shd_print_no': '送货单打印模板号',
|
||||
'shd_dtl_num': '送货单明细数',
|
||||
'is_auto_table': '是否自动贴标',
|
||||
'create_time': '创建日期',
|
||||
'create_user': '创建人',
|
||||
'update_time': '修改日期',
|
||||
'update_user': '修改人'
|
||||
},
|
||||
'dialog': {
|
||||
'tax_no': '税务登记号',
|
||||
'register_no': '工商注册号',
|
||||
'manage_lice_no': '经营许可证号',
|
||||
'busi_char_name': '营业执照',
|
||||
'zip_code': '邮政编码',
|
||||
'corp_tele_no': '公司电话',
|
||||
'corp_address': '公司地址',
|
||||
'ext_id': '外部标识',
|
||||
'jurid_name': '法人代表'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -44,6 +44,12 @@ export default {
|
||||
'Reset': 'Reset',
|
||||
'Confirm': 'Confirm',
|
||||
'Cancel': 'Cancel',
|
||||
'Yes': 'YES',
|
||||
'No': 'NO',
|
||||
'Success': 'success',
|
||||
'Fail': 'fail',
|
||||
'Please_select': 'Please Select',
|
||||
'Operation_success': 'Successful operation',
|
||||
'Operate': 'Operate',
|
||||
'Refresh': 'Refresh',
|
||||
'Closes': 'Close',
|
||||
@@ -80,6 +86,7 @@ export default {
|
||||
'Tip13': 'Are you sure to log out and exit the system?',
|
||||
'Tip14': 'WebSocket connection error',
|
||||
'Tip15': 'Please enter an icon name',
|
||||
'Tip16': 'NOT NULL',
|
||||
'loading': 'loading...'
|
||||
},
|
||||
'WorkOrder': {
|
||||
|
||||
@@ -2,10 +2,16 @@ import enLocale from 'element-ui/lib/locale/lang/en'
|
||||
import en from './en'
|
||||
import menu from './menu/en'
|
||||
import param from './param/en'
|
||||
import customer from './customer/en'
|
||||
import unit from './unit/en'
|
||||
import vehicleInfo from './vehicle/info/en'
|
||||
|
||||
export default {
|
||||
...enLocale,
|
||||
...en,
|
||||
...menu,
|
||||
...param
|
||||
...param,
|
||||
...customer,
|
||||
...unit,
|
||||
...vehicleInfo
|
||||
}
|
||||
|
||||
@@ -44,6 +44,12 @@ export default {
|
||||
'Reset': 'Reset',
|
||||
'Confirm': 'konfirmasi',
|
||||
'Cancel': 'Batalkan',
|
||||
'Yes': 'Ya',
|
||||
'No': 'Tidak',
|
||||
'Success': 'sukses',
|
||||
'Fail': 'gagal',
|
||||
'Please_select': 'Silakan pilih',
|
||||
'Operation_success': 'Operasi berhasil',
|
||||
'Operate': 'operasi',
|
||||
'Refresh': 'Segar',
|
||||
'Closes': 'Tutup',
|
||||
@@ -80,6 +86,7 @@ export default {
|
||||
'Tip13': 'Apakah Anda yakin untuk log keluar dan keluar dari sistem?',
|
||||
'Tip14': 'Koneksi WebSocket error',
|
||||
'Tip15': 'Silakan masukkan nama ikon',
|
||||
'Tip16': 'TIDAK NULL',
|
||||
'loading': 'Memuatkan Data...'
|
||||
},
|
||||
'WorkOrder': {
|
||||
|
||||
@@ -2,10 +2,16 @@ import idLocale from 'element-ui/lib/locale/lang/id'
|
||||
import id from './in'
|
||||
import menu from './menu/in'
|
||||
import param from './param/in'
|
||||
import customer from './customer/in'
|
||||
import unit from './unit/in'
|
||||
import vehicleInfo from './vehicle/info/in'
|
||||
|
||||
export default {
|
||||
...idLocale,
|
||||
...id,
|
||||
...menu,
|
||||
...param
|
||||
...param,
|
||||
...customer,
|
||||
...unit,
|
||||
...vehicleInfo
|
||||
}
|
||||
|
||||
@@ -9,7 +9,7 @@ export default {
|
||||
'component_tip': 'match the Name field within the component',
|
||||
'choose_superior_category': 'choose superior category'
|
||||
},
|
||||
'table_title': {
|
||||
'table': {
|
||||
'menu_title': 'title',
|
||||
'system': 'system',
|
||||
'icon': 'icon',
|
||||
|
||||
@@ -9,7 +9,7 @@ export default {
|
||||
'component_tip': 'Cocok medan Nama dalam komponen',
|
||||
'choose_superior_category': 'Pilih kategori superior'
|
||||
},
|
||||
'table_title': {
|
||||
'table': {
|
||||
'menu_title': 'title',
|
||||
'system': 'sistem',
|
||||
'icon': 'ikon',
|
||||
|
||||
@@ -9,7 +9,7 @@ export default {
|
||||
'component_tip': '匹配组件内Name字段',
|
||||
'choose_superior_category': '选择上级类目'
|
||||
},
|
||||
'table_title': {
|
||||
'table': {
|
||||
'menu_title': '菜单标题',
|
||||
'system': '所属系统',
|
||||
'icon': '图标',
|
||||
|
||||
22
lms/nladmin-ui/src/i18n/langs/unit/en.js
Normal file
22
lms/nladmin-ui/src/i18n/langs/unit/en.js
Normal file
@@ -0,0 +1,22 @@
|
||||
export default {
|
||||
'Unit': {
|
||||
'title': 'Measuring Unit',
|
||||
'placeholder': {
|
||||
'fuzzy_search': 'Fuzzy Search',
|
||||
'tip_talk': 'Enter unit code or unit name'
|
||||
},
|
||||
'table': {
|
||||
'code': 'code',
|
||||
'name': 'name',
|
||||
'precision': 'value',
|
||||
'is_used': 'used',
|
||||
'create_time': 'create time',
|
||||
'create_user': 'create user',
|
||||
'update_time': 'update time',
|
||||
'update_user': 'update user'
|
||||
},
|
||||
'rules': {
|
||||
'NotNull': 'Cannot be empty'
|
||||
}
|
||||
}
|
||||
}
|
||||
22
lms/nladmin-ui/src/i18n/langs/unit/in.js
Normal file
22
lms/nladmin-ui/src/i18n/langs/unit/in.js
Normal file
@@ -0,0 +1,22 @@
|
||||
export default {
|
||||
'Unit': {
|
||||
'title': 'Unit Ukuran',
|
||||
'placeholder': {
|
||||
'fuzzy_search': 'Pencarian Kabur',
|
||||
'tip_talk': 'Masukkan kode unit atau nama unit'
|
||||
},
|
||||
'table': {
|
||||
'code': 'kode',
|
||||
'name': 'nama',
|
||||
'precision': 'nilai',
|
||||
'is_used': 'aktifkan',
|
||||
'create_time': 'tarikh penciptaan',
|
||||
'create_user': 'pencipta',
|
||||
'update_time': 'tanggal modifikasi',
|
||||
'update_user': 'diubah oleh'
|
||||
},
|
||||
'rules': {
|
||||
'NotNull': 'Tidak dapat kosong'
|
||||
}
|
||||
}
|
||||
}
|
||||
22
lms/nladmin-ui/src/i18n/langs/unit/zh.js
Normal file
22
lms/nladmin-ui/src/i18n/langs/unit/zh.js
Normal file
@@ -0,0 +1,22 @@
|
||||
export default {
|
||||
'Unit': {
|
||||
'title': '计量单位',
|
||||
'placeholder': {
|
||||
'fuzzy_search': '模糊搜索',
|
||||
'tip_talk': '输入单位编码或单位名称'
|
||||
},
|
||||
'table': {
|
||||
'code': '编码',
|
||||
'name': '名称',
|
||||
'precision': '精度',
|
||||
'is_used': '是否启用',
|
||||
'create_time': '创建日期',
|
||||
'create_user': '创建人',
|
||||
'update_time': '修改日期',
|
||||
'update_user': '修改人'
|
||||
},
|
||||
'rules': {
|
||||
'NotNull': '不能为空'
|
||||
}
|
||||
}
|
||||
}
|
||||
40
lms/nladmin-ui/src/i18n/langs/vehicle/info/en.js
Normal file
40
lms/nladmin-ui/src/i18n/langs/vehicle/info/en.js
Normal file
@@ -0,0 +1,40 @@
|
||||
export default {
|
||||
'VehicleInfo': {
|
||||
'title': 'Vehicle Information Management',
|
||||
'placeholder': {
|
||||
'vehicle_no': 'Vehicle No',
|
||||
'start_vehicle': 'Atart No',
|
||||
'end_vehicle': 'End No'
|
||||
},
|
||||
'button': {
|
||||
'print': 'Printing'
|
||||
},
|
||||
'dialog': {
|
||||
'num': 'number',
|
||||
'build': 'Save',
|
||||
'build_print': 'Save And Printing'
|
||||
},
|
||||
'table': {
|
||||
'storagevehicle_type_name': 'vehicle type',
|
||||
'storagevehicle_code': 'vehicle no',
|
||||
'storagevehicle_name': 'vehicle name',
|
||||
'is_used': 'used',
|
||||
'create_time': 'create time',
|
||||
'create_user': 'create user',
|
||||
'update_time': 'update time',
|
||||
'update_user': 'update user'
|
||||
},
|
||||
'rules': {
|
||||
'NotNull': 'Cannot be empty'
|
||||
},
|
||||
'msg': {
|
||||
'only_num': 'Enter number only...',
|
||||
'tip1': 'This operation will enable the vehicle. Do you want to continue?',
|
||||
'tip2': 'This operation will deactivate the vehicle. Do you want to continue?',
|
||||
'tip3': 'Please select a record',
|
||||
'tip4': 'success print',
|
||||
'tip5': 'type can\'t empty',
|
||||
'tip6': 'num can\'t empty'
|
||||
}
|
||||
}
|
||||
}
|
||||
40
lms/nladmin-ui/src/i18n/langs/vehicle/info/in.js
Normal file
40
lms/nladmin-ui/src/i18n/langs/vehicle/info/in.js
Normal file
@@ -0,0 +1,40 @@
|
||||
export default {
|
||||
'VehicleInfo': {
|
||||
'VehicleInfo': 'Manajemen Informasi Kendaraan',
|
||||
'placeholder': {
|
||||
'vehicle_no': 'Nomor Kendaraan',
|
||||
'start_vehicle': 'Nomor Kendaraan Mulai',
|
||||
'end_vehicle': 'Nomor Kendaraan Akhir'
|
||||
},
|
||||
'button': {
|
||||
'print': 'Mencetak'
|
||||
},
|
||||
'dialog': {
|
||||
'num': 'jumlah',
|
||||
'build': 'Menghasilkan',
|
||||
'build_print': 'Menjana Dan Mencetak'
|
||||
},
|
||||
'table': {
|
||||
'storagevehicle_type_name': 'jenis kendaraan',
|
||||
'storagevehicle_code': 'kode kendaraan',
|
||||
'storagevehicle_name': 'nama kendaraan',
|
||||
'is_used': 'aktifkan',
|
||||
'create_time': 'tarikh penciptaan',
|
||||
'create_user': 'pencipta',
|
||||
'update_time': 'tanggal modifikasi',
|
||||
'update_user': 'diubah oleh'
|
||||
},
|
||||
'rules': {
|
||||
'NotNull': 'Tidak dapat kosong'
|
||||
},
|
||||
'msg': {
|
||||
'only_num': 'Hanya angka yang dapat dimasukkan',
|
||||
'tip1': 'Operasi ini akan memungkinkan kendaraan. Apakah Anda ingin melanjutkan?',
|
||||
'tip2': 'Operasi ini akan mematikan kendaraan. Apakah Anda ingin melanjutkan?',
|
||||
'tip3': 'Silakan pilih catatan',
|
||||
'tip4': 'Mencetak berhasil',
|
||||
'tip5': 'Jenis kendaraan tidak dapat kosong',
|
||||
'tip6': 'Kuantitas tidak dapat kosong'
|
||||
}
|
||||
}
|
||||
}
|
||||
40
lms/nladmin-ui/src/i18n/langs/vehicle/info/zh.js
Normal file
40
lms/nladmin-ui/src/i18n/langs/vehicle/info/zh.js
Normal file
@@ -0,0 +1,40 @@
|
||||
export default {
|
||||
'VehicleInfo': {
|
||||
'title': '载具信息管理',
|
||||
'placeholder': {
|
||||
'vehicle_no': '载具号',
|
||||
'start_vehicle': '起始载具号',
|
||||
'end_vehicle': '结束载具号'
|
||||
},
|
||||
'button': {
|
||||
'print': '打印'
|
||||
},
|
||||
'dialog': {
|
||||
'num': '载具数量',
|
||||
'build': '生成',
|
||||
'build_print': '生成并打印'
|
||||
},
|
||||
'table': {
|
||||
'storagevehicle_type_name': '载具类型',
|
||||
'storagevehicle_code': '载具编码',
|
||||
'storagevehicle_name': '载具名称',
|
||||
'is_used': '是否启用',
|
||||
'create_time': '创建日期',
|
||||
'create_user': '创建人',
|
||||
'update_time': '修改日期',
|
||||
'update_user': '修改人'
|
||||
},
|
||||
'rules': {
|
||||
'NotNull': '不能为空'
|
||||
},
|
||||
'msg': {
|
||||
'only_num': '只能输入数字',
|
||||
'tip1': '此操作将启用载具,是否继续?',
|
||||
'tip2': '此操作将停用载具,是否继续?',
|
||||
'tip3': '请选择一条记录',
|
||||
'tip4': '打印成功',
|
||||
'tip5': '载具类型不能为空',
|
||||
'tip6': '数量不能为空'
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -44,6 +44,12 @@ export default {
|
||||
'Reset': '重置',
|
||||
'Confirm': '确认',
|
||||
'Cancel': '取消',
|
||||
'Yes': '是',
|
||||
'No': '否',
|
||||
'Success': '成功',
|
||||
'Fail': '失败',
|
||||
'Please_select': '请选择',
|
||||
'Operation_success': '操作成功',
|
||||
'Operate': '操作',
|
||||
'Refresh': '刷新',
|
||||
'Closes': '关闭',
|
||||
@@ -80,6 +86,7 @@ export default {
|
||||
'Tip13': '确定注销并退出系统吗?',
|
||||
'Tip14': 'WebSocket连接发生错误',
|
||||
'Tip15': '请输入图标名称',
|
||||
'Tip16': '不能为空',
|
||||
'loading': '数据加载中...'
|
||||
},
|
||||
'WorkOrder': {
|
||||
|
||||
Reference in New Issue
Block a user