From ab400b409f080c95a7461771bec2868c9b8ef88e Mon Sep 17 00:00:00 2001 From: zhang <2012681011@qq.com> Date: Sat, 21 Dec 2024 10:07:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BD=E9=99=85=E5=8C=96=E6=94=B9=E9=80=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../qd/src/i18n/langs/basedata/supplier/en.js | 40 +++++++++ .../qd/src/i18n/langs/basedata/supplier/es.js | 42 ++++++++++ .../qd/src/i18n/langs/basedata/supplier/zh.js | 42 ++++++++++ .../qd/src/i18n/langs/basedata/vehicle/en.js | 52 +++++++++--- .../qd/src/i18n/langs/basedata/vehicle/es.js | 54 ++++++++++++ .../qd/src/i18n/langs/basedata/vehicle/zh.js | 54 +++++++++--- .../views/wms/base_manage/supplier/index.vue | 83 ++++++++++--------- 7 files changed, 302 insertions(+), 65 deletions(-) create mode 100644 wms_pro/qd/src/i18n/langs/basedata/supplier/en.js create mode 100644 wms_pro/qd/src/i18n/langs/basedata/supplier/es.js create mode 100644 wms_pro/qd/src/i18n/langs/basedata/supplier/zh.js create mode 100644 wms_pro/qd/src/i18n/langs/basedata/vehicle/es.js diff --git a/wms_pro/qd/src/i18n/langs/basedata/supplier/en.js b/wms_pro/qd/src/i18n/langs/basedata/supplier/en.js new file mode 100644 index 00000000..13b62f67 --- /dev/null +++ b/wms_pro/qd/src/i18n/langs/basedata/supplier/en.js @@ -0,0 +1,40 @@ +export default { + 'supplier': { + 'title': 'supplier', + 'dialog': { + 'code': 'supplier code', + 'name': 'supplier Name', + 'address': 'Company address', + 'jurid_name': 'legal representative', + 'tax_no': 'Tax registration number', + 'register_no': 'Business registration number', + 'manage_lice_no': 'Business license number', + 'busi_char_name': 'business license', + 'zip_code': 'Postal Code', + 'remark': 'remark', + 'enable': 'enable', + 'ext_id': 'External identification', + 'class_basic': 'Basic Classification', + 'telephone': 'company phone', + 'update_name': 'Modified by', + 'update_time': 'Change time', + 'operate': 'operation', + 'yes': 'yes', + 'no': 'no', + 'confirm': 'confirm', + 'cancel': 'cancel', + 'is_update': 'Can it be modified' + }, + 'placeholder': { + 'select': 'Fuzzy Query', + 'customer_info': 'supplier information', + 'is_enable': 'Is it enabled', + 'input': 'Enter supplier code or name', + 'please_select': 'Please select', + 'import': 'import' + }, + 'msg': { + 'isNotEmpty': 'Cannot be empty' + } + } +} diff --git a/wms_pro/qd/src/i18n/langs/basedata/supplier/es.js b/wms_pro/qd/src/i18n/langs/basedata/supplier/es.js new file mode 100644 index 00000000..a0031094 --- /dev/null +++ b/wms_pro/qd/src/i18n/langs/basedata/supplier/es.js @@ -0,0 +1,42 @@ +export default { + 'supplier': { + 'title': 'Proveedores', + 'dialog': { + 'code': 'Código del proveedor', + 'name': 'Nombre del proveedor', + 'address': 'Dirección de la empresa', + 'jurid_name': 'Representante legal', + 'tax_no': 'Número de registro fiscal', + 'register_no': 'Número de registro industrial y comercial', + 'manage_lice_no': 'Número de licencia comercial', + 'busi_char_name': 'Licencia comercial', + 'zip_code': 'Código postal', + 'ext_id': 'Identificación externa', + 'class_basic': 'Clasificación básica', + 'remark': 'Nota', + 'telephone': 'Teléfono de la empresa', + 'update_name': 'Revisor', + 'enable': 'Habilitar', + 'update_time': 'Tiempo de modificación', + 'operate': 'Operación', + 'yes': 'Sí.', + 'no': 'deny', + 'confirm': 'Confirmación', + 'cancel': 'Cancelación', + 'is_update': 'Si se puede modificar' + }, + 'placeholder': { + 'select': 'Consulta inútil', + 'customer_info': 'Información del proveedor', + 'is_enable': 'Si habilitar', + 'input': 'Introduzca el Código o nombre del proveedor', + 'please_select': 'Por favor, elija', + 'import': 'Importar' + }, + 'msg': { + 'isNotEmpty': 'No puede estar vacío' + } + } + +} + diff --git a/wms_pro/qd/src/i18n/langs/basedata/supplier/zh.js b/wms_pro/qd/src/i18n/langs/basedata/supplier/zh.js new file mode 100644 index 00000000..e7d05b93 --- /dev/null +++ b/wms_pro/qd/src/i18n/langs/basedata/supplier/zh.js @@ -0,0 +1,42 @@ +export default { + 'supplier': { + 'title': '供应商', + 'dialog': { + 'code': '供应商编码', + 'name': '供应商名称', + 'address': '公司地址', + 'jurid_name': '法人代表', + 'tax_no': '税务登记号', + 'register_no': '工商注册号', + 'manage_lice_no': '经营许可证号', + 'busi_char_name': '营业执照', + 'zip_code': '邮政编码', + 'ext_id': '外部标识', + 'class_basic': '基础分类', + 'remark': '备注', + 'telephone': '公司电话', + 'update_name': '修改者', + 'enable': '启用', + 'update_time': '修改时间', + 'operate': '操作', + 'yes': '是', + 'no': '否', + 'confirm': '确认', + 'cancel': '取消', + 'is_update': '是否可修改' + }, + 'placeholder': { + 'select': '模糊查询', + 'customer_info': '供应商信息', + 'is_enable': '是否启用', + 'input': '输入供应商编码或名称', + 'please_select': '请选择', + 'import': '导入' + }, + 'msg': { + 'isNotEmpty': '不能为空' + } + } + +} + diff --git a/wms_pro/qd/src/i18n/langs/basedata/vehicle/en.js b/wms_pro/qd/src/i18n/langs/basedata/vehicle/en.js index c837c13a..ac7262b4 100644 --- a/wms_pro/qd/src/i18n/langs/basedata/vehicle/en.js +++ b/wms_pro/qd/src/i18n/langs/basedata/vehicle/en.js @@ -1,27 +1,57 @@ export default { 'vehicle': { - 'title': 'Vehicle maintenance', + 'title': 'Vehicle', 'dialog': { - 'code': 'Mother tray code', + 'code': 'Vehicle number', 'name': 'Vehicle name', 'type': 'Vehicle type', - 'one_code': 'One-dimensional code', - 'two_code': 'QR code', - 'rfid_code': 'RFID code', - 'width': 'Vehicle width', - 'long': 'Vehicle length', - 'height': 'Vehicle height', - 'over_type': 'Vehicle overbooking type', - 'occupy_qty': 'Number of warehouse positions occupied', + 'num': 'Number of vehicles', + 'material_code': 'material code', + 'material_spec': 'material specification', + 'pcsn': 'batch', + 'qty': 'Quantity of materials', + 'frozen_qty': 'Freeze quantity', + 'proc_inst_id': 'process instance', + 'vehicle_weight': 'Vehicle weight (g)', + 'print_set': 'Printing', + 'pageh': 'Paper height (mm)', + 'pagetop': 'Page margin top (mm)', + 'pageright': 'Page margin right (mm)', + 'pagedown': 'Page margin down (mm)', + 'pageleft': 'Page margin left (mm)', + 'isover_limit': 'Whether it exceeds the limit', + 'limit_type': 'Overlimit type', + 'overstruct_type': 'Overlimit cargo location', + 'width': 'width', + 'long': 'length', + 'height': 'height', + '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', + 'update': 'update', 'operate': 'operation' }, 'placeholder': { 'code': 'Vehicle number', - 'select': 'Please choose' + 'select': 'Please select', + 'print_view': 'print', + 'sc_print': 'Generate and print', + 'info': 'Vehicle material information', + 'width': 'Width (mm)', + 'long': 'Depth (mm)', + 'height': 'Height (mm)' + }, + 'msg': { + 'isNotEmpty': 'Cannot be empty', + 'num': 'Only numbers can be entered' } } } diff --git a/wms_pro/qd/src/i18n/langs/basedata/vehicle/es.js b/wms_pro/qd/src/i18n/langs/basedata/vehicle/es.js new file mode 100644 index 00000000..61cfb72b --- /dev/null +++ b/wms_pro/qd/src/i18n/langs/basedata/vehicle/es.js @@ -0,0 +1,54 @@ +export default { + 'vehicle': { + 'title': 'Vehículo', + 'dialog': { + 'code': 'Número de vehículo', + 'name': 'Nombre del vehículo', + 'type': 'Tipo de vehículo', + 'num': 'Número de vehículos', + 'material_code': 'Codificación de materiales', + 'material_spec': 'Especificaciones de materiales', + 'pcsn': 'Lote', + 'qty': 'Cantidad de materiales', + 'frozen_qty': 'Cantidad congelada', + 'proc_inst_id': 'Ejemplo de proceso', + 'vehicle_weight': 'Peso del vehículo (g)', + 'print_set': 'Configuración de impresión', + 'pageh': 'Altura del papel (mm)', + 'pagetop': 'Margen de página top (mm)', + 'pageright': 'Margen de página derecho (mm)', + 'pagedown': 'Margen de página hacia abajo (mm)', + 'pageleft': 'Margen izquierdo (mm)', + 'isover_limit': 'Si se excede el límite', + 'limit_type': 'Tipo de exceso', + 'overstruct_type': 'Exceso de capacidad', + 'width': 'Ancho', + 'long': 'Longitud', + 'height': 'Altura', + 'yes': 'Sí.', + 'no': 'No', + 'confirm': 'Confirmación', + 'cancel': 'Cancelación', + 'enable': 'Habilitar', + 'is_enable': 'Si habilitar', + 'update_name': 'Modificado por', + 'update_time': 'Tiempo de modificación', + 'update': 'modificación', + 'operate': 'Operación' + }, + 'placeholder': { + 'code': 'Número de vehículo', + 'select': 'Por favor, elija', + 'print_view': 'Imprimir', + 'sc_print': 'Generar e imprimir', + 'info': 'Información sobre el material del vehículo', + 'width': 'Ancho (mm)', + 'long': 'Profundidad (mm)', + 'height': 'Altura (mm)' + }, + 'msg': { + 'isNotEmpty': 'No puede estar vacío', + 'num': 'Solo se pueden introducir números' + } + } +} diff --git a/wms_pro/qd/src/i18n/langs/basedata/vehicle/zh.js b/wms_pro/qd/src/i18n/langs/basedata/vehicle/zh.js index 281c76c7..1481e97b 100644 --- a/wms_pro/qd/src/i18n/langs/basedata/vehicle/zh.js +++ b/wms_pro/qd/src/i18n/langs/basedata/vehicle/zh.js @@ -1,27 +1,55 @@ export default { 'vehicle': { - 'title': '载具维护', + 'title': '载具', 'dialog': { - 'code': '母托盘编码', + 'code': '载具编号', 'name': '载具名称', 'type': '载具类型', - 'one_code': '一维码', - 'two_code': '二维码', - 'rfid_code': 'RFID编码', - 'width': '载具宽度', - 'long': '载具长度', - 'height': '载具高度', - 'over_type': '载具超仓位类型', - 'occupy_qty': '占仓位数', - 'create_name': '创建人', - 'create_time': '创建时间', + 'num': '载具数量', + 'material_code': '物料编码', + 'material_spec': '物料规格', + 'pcsn': '批次', + 'qty': '物料数量', + 'frozen_qty': '冻结数量', + 'proc_inst_id': '流程实例', + 'vehicle_weight': '载具重量(g)', + 'print_set': '打印配置', + 'pageh': '纸张高度(mm)', + 'pagetop': '页边距top(mm)', + 'pageright': '页边距right(mm)', + 'pagedown': '页边距down(mm)', + 'pageleft': '页边距left(mm)', + 'isover_limit': '是否超限', + 'limit_type': '超限类型', + 'overstruct_type': '超限货位', + 'width': '宽度', + 'long': '长度', + 'height': '高度', + 'yes': '是', + 'no': '否', + 'confirm': '确认', + 'cancel': '取消', + 'print': '生成', + 'enable': '启用', + 'is_enable': '是否启用', 'update_name': '修改人', 'update_time': '修改时间', + 'update': '修改', 'operate': '操作' }, 'placeholder': { 'code': '载具号', - 'select': '请选择' + 'select': '请选择', + 'print_view': '打印', + 'sc_print': '生成并打印', + 'info': '载具物料信息', + 'width': '宽度(mm)', + 'long': '深度(mm)', + 'height': '高度(mm)' + }, + 'msg': { + 'isNotEmpty': '不能为空', + 'num': '只能输入数字' } } } diff --git a/wms_pro/qd/src/views/wms/base_manage/supplier/index.vue b/wms_pro/qd/src/views/wms/base_manage/supplier/index.vue index 3a261853..fb2363a9 100644 --- a/wms_pro/qd/src/views/wms/base_manage/supplier/index.vue +++ b/wms_pro/qd/src/views/wms/base_manage/supplier/index.vue @@ -9,18 +9,18 @@ label-width="100px" label-suffix=":" > - + - + @@ -35,94 +35,94 @@ - + - + - + - + - + - + - + - + - + - + - + - - - + + {{ $t('supplier.dialog.no') }} + {{ $t('supplier.dialog.yes') }} - + - + @@ -134,14 +134,14 @@ style="width: 100%;" @selection-change="crud.selectionChangeHandler" > - - - - - - - - + + + + + + + +