Commit eeee5305 by wuchengwu

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

parent e25169aa
......@@ -109,6 +109,15 @@ public class RstBean implements Serializable {
private String sxzlcjl;//三项质量合格率,表示十指纹、人像、手机质量合格率
private String ifslgzd;//是否为森林高支队透视
public String getIfslgzd() {
return ifslgzd;
}
public void setIfslgzd(String ifslgzd) {
this.ifslgzd = ifslgzd;
}
public String getRys() {
return rys;
......
......@@ -155,6 +155,16 @@ public class TbRyRycj {
private String sxzlcjl;//三项质量合格率,表示十指纹、人像、手机质量合格率
private String ifslgzd;//是否为森林高支队透视
public String getIfslgzd() {
return ifslgzd;
}
public void setIfslgzd(String ifslgzd) {
this.ifslgzd = ifslgzd;
}
public String getZwycs() {
return zwycs;
}
......
......@@ -52,7 +52,7 @@
<td class="td_r">统计单位:</td>
<td>
<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>
</td>
<td class="td_r">统计时间:</td>
......@@ -159,7 +159,11 @@
// 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 {
if(row.unitgrade > '4') {
return "<a href='javascript:void(0)' style='text-decoration:none;' onclick=doQuery('" + row.code + "','" + row.unitgrade + "','true')>" + value + "</a>";
if(row.ifslgzd !='true'){
return "<a href='javascript:void(0)' style='text-decoration:none;' onclick=doQuery('" + row.code + "','" + row.unitgrade + "','true')>" + value + "</a>";
}else {
return value;
}
}else {
return value;
}
......
......@@ -154,8 +154,12 @@
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>";
}else {
if(row.unitgrade > '4') {
return "<a href='javascript:void(0)' style='text-decoration:none;' onclick=doQuery('" + row.code + "','" + row.unitgrade + "','true')>" + value + "</a>";
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>";
}else {
return value;
}
}else {
return value;
}
......
......@@ -157,7 +157,11 @@
// 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 {
if(row.unitgrade > 4) {
return "<a href='javascript:void(0)' style='text-decoration:none;' onclick=doQuery('" + row.code + "','" + row.unitgrade + "','true')>" + value + "</a>";
if(row.ifslgzd !='true'){
return "<a href='javascript:void(0)' style='text-decoration:none;' onclick=doQuery('" + row.code + "','" + row.unitgrade + "','true')>" + value + "</a>";
}else {
return value;
}
}else {
return value;
}
......
......@@ -432,7 +432,7 @@
// window.open("/toZlcc?rybh=" + rybh + "&szzwbh=" + szzwbh + "&ccbh=" + $("#ccbh").val()+ "&rwbh=" + rwbh, '_blank');
var ccfs = $("#ccfs").val();
var jcfs = $("#jcfs").val();
if (jcfs >= ccfs) {
if (parseInt(jcfs) >= parseInt(ccfs)) {
$.messager.alert('提示', "该任务抽查数据已满,无法继续进行抽查!");
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