年度报告json
## 子公司年度报告JSON解析
### 子公司
```
"office": {
"officeCode": {
"text": "chunnan",
"style": {}
},
"officeName": {
"text": "春南公司",
"style": {
}
}
},
```
### 年份
```
"year": {
"text": "2019",
"style": {}
},
```
### 标题
```
"title": {
"content": [
{
"text": "${office.officeName.text}",
"style": {}
}
],
"style": {}
},
```
### 副标题
```
"subTitle": {
"content": [
{
"text": "${year.text}年度运营报告",
"style": {}
}
],
"style": {}
},
```
### 数组 data
```
"data": []
```
### data-level 层级
```
{
"title": {
"content": [
{
"text": "经营环境分析",
"style": {}
}
],
"style": {
}
},
"type": "level",
"level": "1",
"children": []
```
### data-text 文本
```
{
"title": {
"content": [
{
"text": "",
"style": {}
}
],
"style": {}
},
"ignoreTitle": true,//忽略标题
"type": "text",
"content": {
"content": [
{
"text": "xxx",
"style": {}
}
],
"style": {}
}
}
```
### ### data-picture 图片
```
{
"title": {
"content": [
{
"text": "",
"style": {}
}
],
"style": {}
},
"ignoreTitle": true,
"type": "picture",
"picture": {
"path": "http://deepoove.com/images/icecream.png",
"altMeta": "图片不存在",
"width": 100,
"height": 100
}
},
```
### data-table
```
{
"title": {
"content": [
{
"text": "${year.text}年刷卡排污的主要数据如下表:",
"style": {}
}
],
"style": {}
},
"type": "table",
"table": {
"rows": [
{
"cells": [
{
"cellText": {
"text": "1月",
"style": {
}
},
"cellStyle": {
}
},
{
"cellText": {
"text": "0",
"style": {}
},
"cellStyle": {}
},
{
"cellText": {
"text": "0",
"style": {}
},
"cellStyle": {}
},
{
"cellText": {
"text": "",
"style": {}
},
"cellStyle": {}
}
],
"rowStyle": {}
}
],
"headers": [
{
"cells": [
{
"cellText": {
"text": "时间",
"style": {}
},
"cellStyle": {}
},
{
"cellText": {
"text": "收费水量(吨)",
"style": {}
},
"cellStyle": {}
},
{
"cellText": {
"text": "金额(万元)",
"style": {}
},
"cellStyle": {}
},
{
"cellText": {
"text": "备注",
"style": {}
},
"cellStyle": {}
}
],
"rowStyle": {}
}
],
"noDatadesc": "暂无数据",
"style": {}
}
},
```
### table-content 针对没有子标题的属于正文结构的层级关系
```
{
"title": {
"content": [
{
"text": "年度经营目标完成情况",
"style": {}
}
],
"style": {}
},
"type": "content",
"level": "2",
"children": [
{
"title": {
"content": [
{
"text": "年度工作重要目标完成情况表",
"style": {}
}
],
"style": {
"align": "center"
}
},
"type": "table",
"table": {
"rows": [
{
"cells": [
{
"cellText": {
"text": "业务指标",
"style": {},
"rowspan": 6
},
"cellStyle": {}
},
{
"cellText": {
"text": "1.1",
"style": {}
},
"cellStyle": {}
},
{
"cellText": {
"text": "出水达标率(%)",
"style": {}
},
"cellStyle": {}
},
{
"cellText": {
"text": "0",
"style": {}
},
"cellStyle": {}
},
{
"cellText": {
"text": "",
"style": {}
},
"cellStyle": {}
},
{
"cellText": {
"text": "",
"style": {}
},
"cellStyle": {}
},
{
"cellText": {
"text": "",
"style": {}
},
"cellStyle": {}
}
],
"rowStyle": {}
}
],
"headers": [
{
"cells": [
{
"cellText": {
"text": "项目",
"style": {}
},
"cellStyle": {}
},
{
"cellText": {
"text": "序号",
"style": {}
},
"cellStyle": {}
},
{
"cellText": {
"text": "指标名称",
"style": {}
},
"cellStyle": {}
},
{
"cellText": {
"text": "完成情况",
"style": {}
},
"cellStyle": {}
},
{
"cellText": {
"text": "奋斗目标",
"style": {}
},
"cellStyle": {}
},
{
"cellText": {
"text": "保证目标",
"style": {}
},
"cellStyle": {}
},
{
"cellText": {
"text": "备注",
"style": {}
},
"cellStyle": {}
}
],
"rowStyle": {}
}
],
"noDatadesc": "",
"style": {}
}
},
{
"title": {
"content": [
{
"text": "存在的重要问题及解决方案",
"style": {
"bold": true
}
}
],
"style": {
}
},
"type": "level",
"children": [
{
"title": {
"content": [
{
"text": "1.外部环境问题",
"style": {}
}
],
"style": {}
},
"type": "text",
"content": {
"content": [
{
"text": "根据富阳区颁布的2019年工业企业拆除计划显示,春南厂服务区域内的全部造纸企业将于2020年1月停产,如何安全度过项目收尾期,是对春南厂、恩菲环保的重大考验。",
"style": {}
}
],
"style": {}
}
},
{
"title": {
"content": [
{
"text": "2.工艺运行问题",
"style": {}
}
],
"style": {}
},
"type": "text",
"content": {
"content": [
{
"text": "处理水量的减少和进水浓度的降低,春南厂的工艺运行压力明显下降。除了偶尔出现氨氮、总氮指标波动,其他情况都较为理想。",
"style": {}
}
],
"style": {}
}
},
{
"title": {
"content": [
{
"text": "3.设备设施问题",
"style": {}
}
],
"style": {}
},
"type": "text",
"content": {
"content": [
{
"text": "水区设备投入使用时间较长,一些设备接近使用年限,设备的故障率有上升的势头,少数设备出现突发性故障。解决方案:1;加大设备的维保力度,如增加进水泵大修数量等;2:提前制定应急方案,及时购买关键零部件,确保生产的顺利进行。3:考虑更新部分腐蚀严重的设备,如粗、细格栅等。\n前期由于污泥处置量大,板框机24小时不间断运行,处于超负荷状态,设备设施老化超出正常范围。石灰乳投加装置环节多、环境恶劣,故障较多。解决方案:1;随着污泥处置量的减少,前期维护的欠账要及时补上; 2:择机更换故障频发、沉积严重的石灰乳管道。3:合理调整工艺参数和操作方法。\n中水系统吸沙泵的故障率有所上升,原因就是吸沙泵管道陆续出现磨穿现象。解决方法就是焊补和更换磨穿的管件。",
"style": {}
}
],
"style": {}
}
},
{
"title": {
"content": [
{
"text": "4.远程信息化管理系统问题",
"style": {}
}
],
"style": {}
},
"type": "text",
"content": {
"content": [
{
"text": "手机短信告知经办人存在滞后不及时的现象。\n2019年远程信息化管理系统运行基本稳定,中控电脑出现5次系统死机后无法打开运行软件,通过公司技术人员的协助,问题很快得以解决。",
"style": {}
}
],
"style": {}
}
},
{
"title": {
"content": [
{
"text": "5.人力资源问题",
"style": {}
}
],
"style": {}
},
"type": "text",
"content": {
"content": [
{
"text": "春南厂本年度人员流动率比去年较低,共新招聘1名员工,为厂外巡检岗离职补缺。总体而言,厂内、外巡检人员流失率较高,针对离职人员离岗原因,有如下两方面:一是员工认为个人能力与实际岗位有偏差,另谋发展;二是春南基层员工工资待遇整体偏低,导致人员流动性比较大。\n春南厂尚有14人未缴纳社保,未缴纳社保的主要是普工、板框机工人,也有个别板框机组员工提出希望可以为其缴纳社保。为防止没有缴纳社保的员工出现突发性的患病、工伤事故,无力支付大额医疗费用,出现员工闹事的现象,上半年春南厂已为普工和板框机工人缴纳了意外险,但商业保险保障的范围有限,且为避免因劳动部门检查而对公司带来的处罚,建议能给普工和板框机工人缴纳社保以此保障公司和员工的双重利益。",
"style": {}
}
],
"style": {}
}
},
{
"title": {
"content": [
{
"text": "6.团队建设问题",
"style": {}
}
],
"style": {}
},
"type": "text",
"content": {
"content": [
{
"text": "由于工作中存在的业务交叉,各部门缺少沟通和信息交流。建议在公司内部建立有效的沟通机制,加强部门间的交流,实现资源共享,保障信息畅通,从而提高工作效率。\n为增强员工工作活力,可以通过激励机制挖掘员工潜力、调动员工积极性、提高生产经营管理的效率其他问题。",
"style": {}
}
],
"style": {}
}
}
]
}
]
}
```