Commit f3785292 by liru

统计12修改

parent 3192c866
...@@ -131,6 +131,10 @@ public class DemoTableController extends BaseController ...@@ -131,6 +131,10 @@ public class DemoTableController extends BaseController
return prefix + "/reportsixteen"; return prefix + "/reportsixteen";
case "17": case "17":
return prefix + "/reportseventeen"; return prefix + "/reportseventeen";
case "18":
return prefix + "/reportonelb";
case "19":
return prefix + "/reporttwolb";
// default: // default:
// return prefix + "/groupHeader"; // return prefix + "/groupHeader";
} }
......
...@@ -2,7 +2,9 @@ package com.ruoyi.web.controller.demo.domain; ...@@ -2,7 +2,9 @@ package com.ruoyi.web.controller.demo.domain;
public class ReportOneResult { public class ReportOneResult {
private String areaName; private String areaName;
private String type;
private Integer dwl; private Integer dwl;
private Integer sl; private Integer sl;
private Integer ddjldzzdfgqy; private Integer ddjldzzdfgqy;
private Integer ddsqlhdfgqy; private Integer ddsqlhdfgqy;
...@@ -11,6 +13,8 @@ public class ReportOneResult { ...@@ -11,6 +13,8 @@ public class ReportOneResult {
private Integer yjlfnjczzdfgqy; private Integer yjlfnjczzdfgqy;
private Integer djzdyhdjzdzlxdfgqy; private Integer djzdyhdjzdzlxdfgqy;
private Integer ygdhdcsdfgqy; private Integer ygdhdcsdfgqy;
private Integer jldzzzs;
private Integer ddjl; private Integer ddjl;
private Integer lhjl; private Integer lhjl;
private Integer dws; private Integer dws;
...@@ -39,6 +43,22 @@ public class ReportOneResult { ...@@ -39,6 +43,22 @@ public class ReportOneResult {
private Integer gmysfgqy; private Integer gmysfgqy;
private Integer gmyxfgqy; private Integer gmyxfgqy;
public Integer getJldzzzs() {
return jldzzzs;
}
public void setJldzzzs(Integer jldzzzs) {
this.jldzzzs = jldzzzs;
}
public String getType() {
return type;
}
public void setType(String type) {
this.type = type;
}
public Integer getGmysfgqy() { public Integer getGmysfgqy() {
return gmysfgqy; return gmysfgqy;
} }
......
package com.ruoyi.web.controller.demo.domain; package com.ruoyi.web.controller.demo.domain;
public class ReportTwoResult { public class ReportTwoResult {
private String areaName;
private String type; private String type;
private Integer dws; private Integer dws;
private Integer sl; private Integer sl;
...@@ -25,6 +26,7 @@ public class ReportTwoResult { ...@@ -25,6 +26,7 @@ public class ReportTwoResult {
private Integer xpdjgzzdys; private Integer xpdjgzzdys;
private Integer ydydshzz; private Integer ydydshzz;
private Integer weiydydshzz;
private Integer weidjzdyhdjzdzlxdshzz; private Integer weidjzdyhdjzdzlxdshzz;
private Integer weiyjlghzzdshzz; private Integer weiyjlghzzdshzz;
private Integer weiyjlgqzzdshzz; private Integer weiyjlgqzzdshzz;
...@@ -36,6 +38,22 @@ public class ReportTwoResult { ...@@ -36,6 +38,22 @@ public class ReportTwoResult {
private Integer weinnfzdys; private Integer weinnfzdys;
private Integer weixpdjgzzdys; private Integer weixpdjgzzdys;
public Integer getWeiydydshzz() {
return weiydydshzz;
}
public void setWeiydydshzz(Integer weiydydshzz) {
this.weiydydshzz = weiydydshzz;
}
public String getAreaName() {
return areaName;
}
public void setAreaName(String areaName) {
this.areaName = areaName;
}
public Integer getDzbs() { public Integer getDzbs() {
return dzbs; return dzbs;
} }
......
...@@ -29,11 +29,11 @@ ...@@ -29,11 +29,11 @@
{ {
title: '汇总信息', title: '汇总信息',
align: 'center', align: 'center',
colspan: 4 colspan: 2
},{ },{
title: '已建立党组织的', title: '已建立党组织的',
align: 'center', align: 'center',
colspan: 20 colspan: 21
}, { }, {
title: '未建立党组织的', title: '未建立党组织的',
align: 'center', align: 'center',
...@@ -47,12 +47,6 @@ ...@@ -47,12 +47,6 @@
field: 'dwl', field: 'dwl',
title: '单位数量' title: '单位数量'
}, { }, {
field: 'gmysfgqy',
title: '规模以上非公企业'
}, {
field: 'gmyxfgqy',
title: '规模以下非公企业'
}, {
field: 'sl', field: 'sl',
title: '数量' title: '数量'
}, { }, {
...@@ -77,6 +71,9 @@ ...@@ -77,6 +71,9 @@
field : 'ygdhdcsdfgqy', field : 'ygdhdcsdfgqy',
title : '有固定活动场所的非公企业' title : '有固定活动场所的非公企业'
},{ },{
field : 'jldzzzs',
title : '已建立党组织总数'
},{
field : 'ddjl', field : 'ddjl',
title : '单独建立' title : '单独建立'
},{ },{
......
...@@ -42,8 +42,8 @@ ...@@ -42,8 +42,8 @@
} }
], ],
[ { [ {
field: 'type', field: 'areaName',
title: '类别' title: '旗区'
}, { }, {
field: 'dws', field: 'dws',
title: '单位数' title: '单位数'
......
...@@ -131,6 +131,12 @@ ...@@ -131,6 +131,12 @@
<a class="btn btn-warning" onclick="$.table.exportExcel()" shiro:hasPermission="system:shzz:export"> <a class="btn btn-warning" onclick="$.table.exportExcel()" shiro:hasPermission="system:shzz:export">
<i class="fa fa-download"></i> 导出 <i class="fa fa-download"></i> 导出
</a> </a>
<!-- <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">-->
<!-- <a-button >导入</a-button>-->
<!-- </a-upload>-->
<!-- <a class="btn btn-warning" onclick="$.table.importExcel()" shiro:hasPermission="system:shzz:importExcel">-->
<!-- <i class="fa fa-download"></i> 导入-->
<!-- </a>-->
</div> </div>
<div class="col-sm-12 select-table table-striped"> <div class="col-sm-12 select-table table-striped">
<table id="bootstrap-table"></table> <table id="bootstrap-table"></table>
......
...@@ -29,11 +29,11 @@ ...@@ -29,11 +29,11 @@
{ {
title: '汇总信息', title: '汇总信息',
align: 'center', align: 'center',
colspan: 4 colspan: 2
},{ },{
title: '已建立党组织的', title: '已建立党组织的',
align: 'center', align: 'center',
colspan: 20 colspan: 21
}, { }, {
title: '未建立党组织的', title: '未建立党组织的',
align: 'center', align: 'center',
...@@ -47,12 +47,6 @@ ...@@ -47,12 +47,6 @@
field: 'dwl', field: 'dwl',
title: '单位数量' title: '单位数量'
}, { }, {
field: 'gmysfgqy',
title: '规模以上非公企业'
}, {
field: 'gmyxfgqy',
title: '规模以下非公企业'
}, {
field: 'sl', field: 'sl',
title: '数量' title: '数量'
}, { }, {
...@@ -77,6 +71,9 @@ ...@@ -77,6 +71,9 @@
field : 'ygdhdcsdfgqy', field : 'ygdhdcsdfgqy',
title : '有固定活动场所的非公企业' title : '有固定活动场所的非公企业'
},{ },{
field : 'jldzzzs',
title : '已建立党组织总数'
},{
field : 'ddjl', field : 'ddjl',
title : '单独建立' title : '单独建立'
},{ },{
......
...@@ -42,8 +42,8 @@ ...@@ -42,8 +42,8 @@
} }
], ],
[ { [ {
field: 'type', field: 'areaName',
title: '类别' title: '旗区'
}, { }, {
field: 'dws', field: 'dws',
title: '单位数' title: '单位数'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment