Commit eeee5305 by wuchengwu

森林,高支队透视层级控制

parent e25169aa
...@@ -109,6 +109,15 @@ public class RstBean implements Serializable { ...@@ -109,6 +109,15 @@ public class RstBean implements Serializable {
private String sxzlcjl;//三项质量合格率,表示十指纹、人像、手机质量合格率 private String sxzlcjl;//三项质量合格率,表示十指纹、人像、手机质量合格率
private String ifslgzd;//是否为森林高支队透视
public String getIfslgzd() {
return ifslgzd;
}
public void setIfslgzd(String ifslgzd) {
this.ifslgzd = ifslgzd;
}
public String getRys() { public String getRys() {
return rys; return rys;
......
...@@ -155,6 +155,16 @@ public class TbRyRycj { ...@@ -155,6 +155,16 @@ public class TbRyRycj {
private String sxzlcjl;//三项质量合格率,表示十指纹、人像、手机质量合格率 private String sxzlcjl;//三项质量合格率,表示十指纹、人像、手机质量合格率
private String ifslgzd;//是否为森林高支队透视
public String getIfslgzd() {
return ifslgzd;
}
public void setIfslgzd(String ifslgzd) {
this.ifslgzd = ifslgzd;
}
public String getZwycs() { public String getZwycs() {
return zwycs; return zwycs;
} }
......
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
<td class="td_r">统计单位:</td> <td class="td_r">统计单位:</td>
<td> <td>
<p class="datebox-h"> <p class="datebox-h">
<input type="text" style="height: 25px;" id="RCcdw" name="RCcdw" class="val easyui-combotree" data-options="url: '/queryTypeCode?type=CODE_QGUNIT',method:'get',textField : 'text', valueField : 'id'"/> <input type="text" style="height: 25px;" id="RCcdw" name="RCcdw" class="val easyui-combotree" data-options="url: '/queryTypeCode?type=CODE_UNIT',method:'get',textField : 'text', valueField : 'id'"/>
</p> </p>
</td> </td>
<td class="td_r">统计时间:</td> <td class="td_r">统计时间:</td>
...@@ -159,10 +159,14 @@ ...@@ -159,10 +159,14 @@
// return "<a href='javascript:void(0)' style='text-decoration:none;' onclick=showlist('"+nameCode+"','"+row.unitgrade+"','xtzrs','"+value+"','"+row.maxccsjStr+"','"+row.minccsjStr+"','" + row.name + "')>"+value+"</a>"; // return "<a href='javascript:void(0)' style='text-decoration:none;' onclick=showlist('"+nameCode+"','"+row.unitgrade+"','xtzrs','"+value+"','"+row.maxccsjStr+"','"+row.minccsjStr+"','" + row.name + "')>"+value+"</a>";
}else { }else {
if(row.unitgrade > '4') { if(row.unitgrade > '4') {
if(row.ifslgzd !='true'){
return "<a href='javascript:void(0)' style='text-decoration:none;' onclick=doQuery('" + row.code + "','" + row.unitgrade + "','true')>" + value + "</a>"; return "<a href='javascript:void(0)' style='text-decoration:none;' onclick=doQuery('" + row.code + "','" + row.unitgrade + "','true')>" + value + "</a>";
}else { }else {
return value; return value;
} }
}else {
return value;
}
} }
} }
}, // rowspan:2 表示跨两行 }, // rowspan:2 表示跨两行
......
...@@ -154,11 +154,15 @@ ...@@ -154,11 +154,15 @@
return value; return value;
// return "<a href='javascript:void(0)' style='text-decoration:none;' onclick=showlist('"+nameCode+"','"+row.unitgrade+"','xtzrs','"+value+"','"+row.maxccsjStr+"','"+row.minccsjStr+"','" + row.name + "')>"+value+"</a>"; // return "<a href='javascript:void(0)' style='text-decoration:none;' onclick=showlist('"+nameCode+"','"+row.unitgrade+"','xtzrs','"+value+"','"+row.maxccsjStr+"','"+row.minccsjStr+"','" + row.name + "')>"+value+"</a>";
}else { }else {
if(row.unitgrade > '4') { if(row.unitgrade > '4' ) {
if(row.ifslgzd !='true'){
return "<a href='javascript:void(0)' style='text-decoration:none;' onclick=doQuery('" + row.code + "','" + row.unitgrade + "','true')>" + value + "</a>"; return "<a href='javascript:void(0)' style='text-decoration:none;' onclick=doQuery('" + row.code + "','" + row.unitgrade + "','true')>" + value + "</a>";
}else { }else {
return value; return value;
} }
}else {
return value;
}
} }
} }
}, // rowspan:2 表示跨两行 }, // rowspan:2 表示跨两行
......
...@@ -157,10 +157,14 @@ ...@@ -157,10 +157,14 @@
// return "<a href='javascript:void(0)' style='text-decoration:none;' onclick=showlist('"+nameCode+"','"+row.unitgrade+"','xtzrs','"+value+"','"+row.maxccsjStr+"','"+row.minccsjStr+"','" + row.name + "')>"+value+"</a>"; // return "<a href='javascript:void(0)' style='text-decoration:none;' onclick=showlist('"+nameCode+"','"+row.unitgrade+"','xtzrs','"+value+"','"+row.maxccsjStr+"','"+row.minccsjStr+"','" + row.name + "')>"+value+"</a>";
}else { }else {
if(row.unitgrade > 4) { if(row.unitgrade > 4) {
if(row.ifslgzd !='true'){
return "<a href='javascript:void(0)' style='text-decoration:none;' onclick=doQuery('" + row.code + "','" + row.unitgrade + "','true')>" + value + "</a>"; return "<a href='javascript:void(0)' style='text-decoration:none;' onclick=doQuery('" + row.code + "','" + row.unitgrade + "','true')>" + value + "</a>";
}else { }else {
return value; return value;
} }
}else {
return value;
}
} }
} }
}, // rowspan:2 表示跨两行 }, // rowspan:2 表示跨两行
......
...@@ -432,7 +432,7 @@ ...@@ -432,7 +432,7 @@
// window.open("/toZlcc?rybh=" + rybh + "&szzwbh=" + szzwbh + "&ccbh=" + $("#ccbh").val()+ "&rwbh=" + rwbh, '_blank'); // window.open("/toZlcc?rybh=" + rybh + "&szzwbh=" + szzwbh + "&ccbh=" + $("#ccbh").val()+ "&rwbh=" + rwbh, '_blank');
var ccfs = $("#ccfs").val(); var ccfs = $("#ccfs").val();
var jcfs = $("#jcfs").val(); var jcfs = $("#jcfs").val();
if (jcfs >= ccfs) { if (parseInt(jcfs) >= parseInt(ccfs)) {
$.messager.alert('提示', "该任务抽查数据已满,无法继续进行抽查!"); $.messager.alert('提示', "该任务抽查数据已满,无法继续进行抽查!");
return; return;
} }
......
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