From eaecb60305dd1f379f20f823165c321e5215d5cb Mon Sep 17 00:00:00 2001 From: liuxy Date: Sat, 21 Dec 2024 14:14:23 +0800 Subject: [PATCH] =?UTF-8?q?rev=EF=BC=9A=E5=BA=93=E5=AD=98=E5=8F=98?= =?UTF-8?q?=E5=8A=A8=E5=9B=BD=E9=99=85=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wms_pro/qd/src/i18n/langs/ivtChange/en.js | 30 +++++++++++++ wms_pro/qd/src/i18n/langs/ivtChange/es.js | 30 +++++++++++++ wms_pro/qd/src/i18n/langs/ivtChange/zh.js | 30 +++++++++++++ .../views/wms/stor_manage/record/index.vue | 42 +++++++++---------- 4 files changed, 111 insertions(+), 21 deletions(-) create mode 100644 wms_pro/qd/src/i18n/langs/ivtChange/en.js create mode 100644 wms_pro/qd/src/i18n/langs/ivtChange/es.js create mode 100644 wms_pro/qd/src/i18n/langs/ivtChange/zh.js diff --git a/wms_pro/qd/src/i18n/langs/ivtChange/en.js b/wms_pro/qd/src/i18n/langs/ivtChange/en.js new file mode 100644 index 00000000..f4262976 --- /dev/null +++ b/wms_pro/qd/src/i18n/langs/ivtChange/en.js @@ -0,0 +1,30 @@ +export default { + 'ivtChange': { + 'title': 'Inventory changes', + 'query': { + 'search': 'Position information', + 'message': 'Please enter the position information', + 'analyseData': 'Date of Change', + 'startDate': 'Start date', + 'endDate': 'End date' + }, + 'index': { + 'struct_code': 'Position code', + 'material_code': 'Material code', + 'material_name': 'Material name', + 'vehicle_code': 'Vehicle code', + 'growth': 'Do you want to increase inventory', + 'pcsn': 'Batch', + 'qty': 'Total inventory', + 'frozen_qty': 'Blocked Stock', + 'change_qty': 'Change inventory', + 'unit_name': 'Unit', + 'vehicle_form_data': 'Material expansion information', + 'source_form_type': 'Document Number', + 'source_form_id': 'Document table name', + 'task_type': 'Change type', + 'update_time': 'Change time' + } + } +} + diff --git a/wms_pro/qd/src/i18n/langs/ivtChange/es.js b/wms_pro/qd/src/i18n/langs/ivtChange/es.js new file mode 100644 index 00000000..7d83e2b4 --- /dev/null +++ b/wms_pro/qd/src/i18n/langs/ivtChange/es.js @@ -0,0 +1,30 @@ +export default { + 'ivtChange': { + 'title': 'Cambios en el inventario', + 'query': { + 'search': 'Información de posición', + 'message': 'Por favor, introduzca la información de la posición.', + 'analyseData': 'Fecha de cambio', + 'startDate': 'Fecha de inicio', + 'endDate': 'Fecha de finalización' + }, + 'index': { + 'struct_code': 'Código de posición', + 'material_code': 'Codificación de materiales', + 'material_name': 'Nombre del material', + 'vehicle_code': 'Codificación del vehículo', + 'growth': 'Si aumentar el inventario', + 'pcsn': 'Lote', + 'qty': 'Inventario total', + 'frozen_qty': 'Congelación de existencias', + 'change_qty': 'Inventario variable', + 'unit_name': 'Unidades', + 'vehicle_form_data': 'Información de expansión de materiales', + 'source_form_type': 'Número del documento', + 'source_form_id': 'Nombre de la tabla de documentos', + 'task_type': 'Tipo de cambio', + 'update_time': 'Tiempo de modificación' + } + } +} + diff --git a/wms_pro/qd/src/i18n/langs/ivtChange/zh.js b/wms_pro/qd/src/i18n/langs/ivtChange/zh.js new file mode 100644 index 00000000..7ce165c2 --- /dev/null +++ b/wms_pro/qd/src/i18n/langs/ivtChange/zh.js @@ -0,0 +1,30 @@ +export default { + 'ivtChange': { + 'title': '库存变动', + 'query': { + 'search': '仓位信息', + 'message': '请输入仓位信息', + 'analyseData': '变动日期', + 'startDate': '开始日期', + 'endDate': '结束日期' + }, + 'index': { + 'struct_code': '仓位编码', + 'material_code': '物料编码', + 'material_name': '物料名称', + 'vehicle_code': '载具编码', + 'growth': '是否增加库存', + 'pcsn': '批次', + 'qty': '总库存', + 'frozen_qty': '冻结库存', + 'change_qty': '变动库存', + 'unit_name': '单位', + 'vehicle_form_data': '物料扩展信息', + 'source_form_type': '单据编号', + 'source_form_id': '单据表名', + 'task_type': '变动类型', + 'update_time': '修改时间' + } + } +} + diff --git a/wms_pro/qd/src/views/wms/stor_manage/record/index.vue b/wms_pro/qd/src/views/wms/stor_manage/record/index.vue index 2d8b541a..0865088b 100644 --- a/wms_pro/qd/src/views/wms/stor_manage/record/index.vue +++ b/wms_pro/qd/src/views/wms/stor_manage/record/index.vue @@ -9,25 +9,25 @@ label-width="80px" label-suffix=":" > - + - + @@ -43,29 +43,29 @@ @selection-change="crud.selectionChangeHandler" > - - - - - + + + + + - - - - - - - - - + + + + + + + + + - +