'add:国际化开发'
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
export default {
|
||||
'address': {
|
||||
'title': 'wms address',
|
||||
'methods_code': 'methods code',
|
||||
'methods_name': 'methods name',
|
||||
'methods_url': 'methods url',
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
export default {
|
||||
'address': {
|
||||
'title': 'Alamat WMS',
|
||||
'methods_code': 'Kode metodologi',
|
||||
'methods_name': 'nama metode',
|
||||
'methods_url': 'meminta alamat',
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
export default {
|
||||
'address': {
|
||||
'table_title': {
|
||||
'methods_code': '方法编码',
|
||||
'methods_name': '方法名称',
|
||||
'methods_url': '请求地址',
|
||||
'remark': '备注'
|
||||
},
|
||||
'msg': {
|
||||
'delete_msg': '确定删除吗,如果存在下级节点则一并删除,此操作不能撤销!'
|
||||
}
|
||||
'title': 'wms地址',
|
||||
'methods_code': '方法编码',
|
||||
'methods_name': '方法名称',
|
||||
'methods_url': '请求地址',
|
||||
'remark': '备注'
|
||||
},
|
||||
'msg': {
|
||||
'delete_msg': '确定删除吗,如果存在下级节点则一并删除,此操作不能撤销!'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
export default {
|
||||
'device': {
|
||||
'title': '设备',
|
||||
'title': 'peralatan',
|
||||
'placeholder': {
|
||||
'enter_name_code': 'Masukkan nama atau kode',
|
||||
'device_type': 'Jenis perangkat',
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
export default {
|
||||
'opc': {
|
||||
'title': 'OPC',
|
||||
'placeholder': {
|
||||
'enter_name_code_path': 'enter a name or code or path'
|
||||
},
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
export default {
|
||||
'opc': {
|
||||
'title': 'OPC',
|
||||
'placeholder': {
|
||||
'enter_name_code_path': 'Masukkan nama, kode atau pencarian alamat'
|
||||
},
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
export default {
|
||||
'opc': {
|
||||
'title': 'OPC',
|
||||
'placeholder': {
|
||||
'enter_name_code_path': '输入名称、编码或者地址搜索'
|
||||
},
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
export default {
|
||||
'route': {
|
||||
'title': 'Routing route',
|
||||
'title1': 'Routing route',
|
||||
'title2': 'Routing scheme',
|
||||
'placeholder': {
|
||||
'enter_code': 'Please enter the device number',
|
||||
'enter_next_device_code': 'Please enter the post-device number',
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
export default {
|
||||
'route': {
|
||||
'title': 'Rute rute',
|
||||
'title1': 'Rute rute',
|
||||
'title2': 'Skema routing',
|
||||
'placeholder': {
|
||||
'enter_code': 'Silakan masukkan nomor perangkat anda',
|
||||
'enter_next_device_code': 'Silahkan masukkan nomor perangkat belakang',
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
export default {
|
||||
'route': {
|
||||
'title': '路由路线',
|
||||
'title1': '路由路线',
|
||||
'title2': '路由方案',
|
||||
'placeholder': {
|
||||
'enter_code': '请输入设备编号',
|
||||
'enter_next_device_code': '请输入后置设备编号',
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
export default {
|
||||
'storageCell': {
|
||||
'title': 'Storage location management',
|
||||
'placeholder': {
|
||||
'enter_location_code': 'enter location code',
|
||||
'enter_parent_location_code': 'enter parent location code',
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
export default {
|
||||
'storageCell': {
|
||||
'title': 'Manajemen pustaka',
|
||||
'placeholder': {
|
||||
'enter_location_code': 'Sebenarnyayangsangatbaik',
|
||||
'enter_parent_location_code': 'Kucicipi berapamu kucicipi',
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
export default {
|
||||
'storageCell': {
|
||||
'title': '库位管理',
|
||||
'placeholder': {
|
||||
'enter_location_code': '输入货位编码',
|
||||
'enter_parent_location_code': '输入父级货位编码',
|
||||
|
||||
@@ -67,6 +67,7 @@ import rrOperation from '@crud/RR.operation'
|
||||
import crudOperation from '@crud/CRUD.operation'
|
||||
import udOperation from '@crud/UD.operation'
|
||||
import pagination from '@crud/Pagination'
|
||||
import i18n from "@/i18n";
|
||||
|
||||
const defaultForm = { methods_id: null, methods_code: null, methods_name: null, methods_url: null, remark: null, create_by: null, create_time: null, update_by: null, update_time: null, is_delete: null }
|
||||
export default {
|
||||
@@ -75,7 +76,7 @@ export default {
|
||||
components: { pagination, crudOperation, rrOperation, udOperation },
|
||||
mixins: [presenter(), header(), form(defaultForm), crud()],
|
||||
cruds() {
|
||||
return CRUD({ title: 'wms地址', url: 'api/Address', idField: 'methods_id', sort: 'methods_id,desc', crudMethod: { ...crudAddress }})
|
||||
return CRUD({ title: i18n.t('address.title'), url: 'api/Address', idField: 'methods_id', sort: 'methods_id,desc', crudMethod: { ...crudAddress }})
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
||||
@@ -179,6 +179,7 @@ import udOperation from '@crud/UD.operation'
|
||||
import pagination from '@crud/Pagination'
|
||||
import { get } from '@/views/system/dict/dictDetail'
|
||||
import UploadDialog from '@/views/acs/device/UploadDialog'
|
||||
import i18n from "@/i18n";
|
||||
|
||||
const defaultForm = {
|
||||
manufacturer: null,
|
||||
@@ -208,7 +209,7 @@ export default {
|
||||
mixins: [presenter(), header(), form(defaultForm), crud()],
|
||||
cruds() {
|
||||
return CRUD({
|
||||
title: '设备',
|
||||
title: i18n.t('device.title'),
|
||||
url: 'api/device',
|
||||
idField: 'device_id',
|
||||
sort: 'device_id,desc',
|
||||
|
||||
@@ -131,6 +131,7 @@ import CRUD, { crud, form, header, presenter } from '@crud/crud'
|
||||
import crudOperation from '@crud/CRUD.operation'
|
||||
import pagination from '@crud/Pagination'
|
||||
import rrOperation from '@crud/RR.operation'
|
||||
import i18n from "@/i18n";
|
||||
|
||||
const defaultForm = {
|
||||
type: null,
|
||||
@@ -162,7 +163,7 @@ export default {
|
||||
mixins: [presenter(), header(), form(defaultForm), crud()],
|
||||
cruds() {
|
||||
return CRUD({
|
||||
title: 'opc', url: 'api/opc', idField: 'opc_id', sort: 'opc_id,desc', crudMethod: { ...crudOpc },
|
||||
title: i18n.t('opc.title'), url: 'api/opc', idField: 'opc_id', sort: 'opc_id,desc', crudMethod: { ...crudOpc },
|
||||
optShow: {
|
||||
add: true,
|
||||
edit: false,
|
||||
|
||||
@@ -98,6 +98,7 @@ import crudOperation from '@crud/CRUD.operation'
|
||||
import udOperation from '@crud/UD.operation'
|
||||
import pagination from '@crud/Pagination'
|
||||
import rrOperation from '@crud/RR.operation'
|
||||
import i18n from "@/i18n";
|
||||
|
||||
const defaultForm = { storage_id: null, storage_code: null, x: null, y: null, z: null, address: null, remark: null, is_active: null, is_delete: null, create_by: null, create_time: null, update_by: null, update_time: null, parent_storage_code: null }
|
||||
export default {
|
||||
@@ -105,7 +106,7 @@ export default {
|
||||
components: { pagination, crudOperation, udOperation, rrOperation },
|
||||
mixins: [presenter(), header(), form(defaultForm), crud()],
|
||||
cruds() {
|
||||
return CRUD({ title: '库位管理', url: 'api/storageCell', idField: 'storage_id', sort: 'storage_id,desc', crudMethod: { ...crudStorageCell }})
|
||||
return CRUD({ title: i18n.t('storageCell.title'), url: 'api/storageCell', idField: 'storage_id', sort: 'storage_id,desc', crudMethod: { ...crudStorageCell }})
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
||||
@@ -220,6 +220,7 @@ import udOperation from '@crud/UD.operation'
|
||||
import pagination from '@crud/Pagination'
|
||||
import { selectList } from '@/api/acs/route/routePlan'
|
||||
import deviceCrud from '@/api/acs/device/device'
|
||||
import i18n from "@/i18n";
|
||||
|
||||
const defaultForm = {
|
||||
line_uuid: null,
|
||||
@@ -243,7 +244,7 @@ export default {
|
||||
mixins: [presenter(), header(), form(defaultForm), crud()],
|
||||
cruds() {
|
||||
return CRUD({
|
||||
title: '路由路线',
|
||||
title: i18n.t('route.title1'),
|
||||
url: 'api/routeLine',
|
||||
idField: 'line_uuid',
|
||||
sort: 'line_uuid,desc',
|
||||
|
||||
@@ -76,6 +76,7 @@ import rrOperation from '@crud/RR.operation'
|
||||
import crudOperation from '@crud/CRUD.operation'
|
||||
import udOperation from '@crud/UD.operation'
|
||||
import pagination from '@crud/Pagination'
|
||||
import i18n from "@/i18n";
|
||||
|
||||
const defaultForm = {
|
||||
plan_uuid: null,
|
||||
@@ -95,7 +96,7 @@ export default {
|
||||
mixins: [presenter(), header(), form(defaultForm), crud()],
|
||||
cruds() {
|
||||
return CRUD({
|
||||
title: '路由方案',
|
||||
title: i18n.t('route.title2'),
|
||||
url: 'api/routePlan',
|
||||
idField: 'plan_uuid',
|
||||
sort: 'plan_uuid,desc',
|
||||
|
||||
Reference in New Issue
Block a user