You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
79 lines
2.4 KiB
79 lines
2.4 KiB
export default {
|
|
'CoolRegion': {
|
|
'pan1': {
|
|
'title': '冷却区库存',
|
|
'table': {
|
|
'point_code': '点位编码',
|
|
'cool_ivt_status': '库存状态',
|
|
'full_point_code': '满轴位',
|
|
'full_point_status': '满轴位状态',
|
|
'container_name': '母卷号',
|
|
'empty_point_code': '空轴位',
|
|
'empty_point_status': '空轴位状态',
|
|
'empty_vehicle_code': '空轴编号',
|
|
'ivt_qty': '库存数',
|
|
'qty_unit_name': '计量单位',
|
|
'instorage_time': '入库时间',
|
|
'product_area': '生产区域',
|
|
'point_location': '位置',
|
|
'is_used': '是否启用',
|
|
'remark': '备注',
|
|
'update_time': '修改时间'
|
|
},
|
|
'dialog': {
|
|
'point_code': '点位编码',
|
|
'cool_ivt_status': '库存状态',
|
|
'full_point_status': '满轴位状态',
|
|
'container_name': '母卷号',
|
|
'empty_point_status': '空轴位状态',
|
|
'empty_vehicle_code': '空轴编号',
|
|
'product_area': '生产区域',
|
|
'point_location': '位置',
|
|
'is_used': '是否启用'
|
|
},
|
|
'search': {
|
|
'createTime': '入库时间',
|
|
'button_1': '回传MES',
|
|
'button_2': '入冷却回传'
|
|
},
|
|
'msg': {
|
|
'm1': '输入点位编码',
|
|
'm2': '输入母卷号',
|
|
'm3': '请选择一个点位进行回传!'
|
|
},
|
|
'rules': {
|
|
'r1': '满轴位状态不能为空',
|
|
'r2': '空轴位状态不能为空',
|
|
'r3': '库存状态不能为空'
|
|
}
|
|
},
|
|
'pan2': {
|
|
'title': '冷却区出入记录',
|
|
'table': {
|
|
'bill_code': '单据编码',
|
|
'io_type': '出入类型',
|
|
'qty': '数量',
|
|
'pcsn': '批次',
|
|
'start_point_code': '起始点位',
|
|
'end_point_code': '终点点位',
|
|
'create_name': '创建人',
|
|
'create_time': '创建时间',
|
|
'confirm_optname': '确认人',
|
|
'confirm_time': '确认时间'
|
|
},
|
|
'search': {
|
|
'start_point_code': '起点点位编码',
|
|
'end_point_code': '终点点位编码',
|
|
'pcsn': '批次号',
|
|
'vehicle_code': '载具编码',
|
|
'createTime': '创建时间'
|
|
},
|
|
'msg': {
|
|
'm1': '输入起点点位编码',
|
|
'm2': '输入终点点位编码',
|
|
'm3': '输入批次',
|
|
'm4': '输入载具号'
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|