Commit 9b8bcbea authored by tangwei's avatar tangwei

巡查统计首页

parent f9053a28
...@@ -53,7 +53,18 @@ public class CheckPtListBo { ...@@ -53,7 +53,18 @@ public class CheckPtListBo {
* 巡检点级别 * 巡检点级别
*/ */
private String Level; private String Level;
private String nonum;
public String getNonum() {
return nonum;
}
public void setNonum(String nonum) {
this.nonum = nonum;
}
public String getPointID() { public String getPointID() {
return pointID; return pointID;
} }
......
...@@ -1375,6 +1375,17 @@ public class PointServiceImpl implements IPointService { ...@@ -1375,6 +1375,17 @@ public class PointServiceImpl implements IPointService {
Page<CheckPtListBo> result = new PageImpl<CheckPtListBo>(content, param, total); Page<CheckPtListBo> result = new PageImpl<CheckPtListBo>(content, param, total);
List< HashMap<String, Object>> colModel=new ArrayList<>(); List< HashMap<String, Object>> colModel=new ArrayList<>();
HashMap<String, Object> temph0 = new HashMap<>();
temph0.put("fid","nonum");
temph0.put("dataIndex","nonum");
temph0.put("name","编号");
temph0.put("title","编号");
temph0.put("type","nonum");
temph0.put("key","nonum");
HashMap<String, Object> temph1 = new HashMap<>(); HashMap<String, Object> temph1 = new HashMap<>();
temph1.put("fid","no"); temph1.put("fid","no");
temph1.put("dataIndex","no"); temph1.put("dataIndex","no");
...@@ -1382,6 +1393,7 @@ public class PointServiceImpl implements IPointService { ...@@ -1382,6 +1393,7 @@ public class PointServiceImpl implements IPointService {
temph1.put("title","编号"); temph1.put("title","编号");
temph1.put("type","no"); temph1.put("type","no");
temph1.put("key","no"); temph1.put("key","no");
temph1.put("idVisable",false);
HashMap<String, Object> temph2 = new HashMap<>(); HashMap<String, Object> temph2 = new HashMap<>();
temph2.put("fid","name"); temph2.put("fid","name");
temph2.put("dataIndex","name"); temph2.put("dataIndex","name");
...@@ -1433,6 +1445,7 @@ public class PointServiceImpl implements IPointService { ...@@ -1433,6 +1445,7 @@ public class PointServiceImpl implements IPointService {
temph8.put("key","errorMsg"); temph8.put("key","errorMsg");
colModel.add(temph1); colModel.add(temph1);
colModel.add(temph0);
colModel.add(temph2); colModel.add(temph2);
// colModel.add(temph3); // colModel.add(temph3);
colModel.add(temph4); colModel.add(temph4);
......
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