rev:库存变动国际化

This commit is contained in:
2024-12-21 14:14:23 +08:00
parent ea706b2a62
commit eaecb60305
4 changed files with 111 additions and 21 deletions

View 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': '修改时间'
}
}
}