rev:库存变动国际化
This commit is contained in:
30
wms_pro/qd/src/i18n/langs/ivtChange/en.js
Normal file
30
wms_pro/qd/src/i18n/langs/ivtChange/en.js
Normal file
@@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
30
wms_pro/qd/src/i18n/langs/ivtChange/es.js
Normal file
30
wms_pro/qd/src/i18n/langs/ivtChange/es.js
Normal file
@@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
30
wms_pro/qd/src/i18n/langs/ivtChange/zh.js
Normal file
30
wms_pro/qd/src/i18n/langs/ivtChange/zh.js
Normal file
@@ -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': '修改时间'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user