Commit dd8750e7 by xing_wang

甘肃需求

parent cee101cb
......@@ -1423,9 +1423,9 @@ public class SolrController {
}
if(null!=asjRyRelateVO.getSfbhcxaj() && !"".equals(asjRyRelateVO.getSfbhcxaj())){
if("05".equals(asjRyRelateVO.getSfbhcxaj())){
asjQ += " OR LAYWSJZT:05";
}else{
asjQ += " -(LAYWSJZT:05)";
}else{
asjQ += " OR LAYWSJZT:05";
}
}
......
......@@ -201,23 +201,9 @@
<tr>
<td class="td_title">案件状态:</td>
<!--侦查终结业务数据状态,00呈请,01待审批,02审批通过,03审批未通过,04待撤销,05已撤销,06撤销未通过,07已上报,08上报失败-->
<td class="td_title" style="text-align: left">
<input type="checkbox" showType="checkbox" name="laywsjzt01" id="laywsjzt01" value="01"><label for="laywsjzt01">等待立案审批</label>
</td>
<td class="td_title" style="text-align: left">
<input type="checkbox" showType="checkbox" name="laywsjzt02" id="laywsjzt02" value="02"><label for="laywsjzt02">通过立案审批</label>
</td>
<td class="td_title" style="text-align: left">
<input type="checkbox" showType="checkbox" name="laywsjzt07" id="laywsjzt07" value="07"><label for="laywsjzt07">立案已上报</label>
</td>
<td class="td_title" style="text-align: left">
<input type="checkbox" showType="checkbox" name="Sfbhcxaj" id="sfbhcxaj" value="00"><label for="Sfbhcxaj">不包含已撤销案件</label>
<td class="td_title" style="text-align: left;display: none" >
<input type="checkbox" checked="checked" showType="checkbox" name="laywsjzt07" id="laywsjzt07" value="07" ><label for="laywsjzt07">立案已上报</label>
</td>
<td class="td_title"></td>
</tr>
<tr>
<td class="td_title"></td>
<td class="td_title" style="text-align: left">
<input type="checkbox" showType="checkbox" name="zczjywsjzt01" id="zczjywsjzt01" value="01"><label for="zczjywsjzt01">等待侦查终结审批</label>
</td>
......@@ -230,22 +216,12 @@
<td class="td_title" style="text-align: left">
<input type="checkbox" showType="checkbox" name="zczjywsjzt00" id="zczjywsjzt00" value="00"><label for="zczjywsjzt00">等待侦查终结采集</label>
</td>
<td class="td_title" style="text-align: left">
<input type="checkbox" showType="checkbox" name="Sfbhcxaj" id="sfbhcxaj" value="00"><label for="Sfbhcxaj">包含已撤销案件</label>
</td>
<td class="td_title"></td>
</tr>
<%-- <tr>
<!--侦查终结业务数据状态,00呈请,01待审批,02审批通过,03审批未通过,04待撤销,05已撤销,06撤销未通过,07已上报,08上报失败-->
<td class="td_title">业务状态:</td>
<td class="td_title">
<input type="checkbox" showType="checkbox" name="laywsjzt01" id="laywsjzt01" value="01"><label for="laywsjzt01">等待立案审批</label>
<input type="checkbox" showType="checkbox" name="laywsjzt02" id="laywsjzt02" value="02"><label for="laywsjzt02">通过立案审批</label>
<input type="checkbox" showType="checkbox" name="laywsjzt07" id="laywsjzt07" value="07"><label for="laywsjzt07">立案已上报</label>
<input type="checkbox" showType="checkbox" name="zczjywsjzt01" id="zczjywsjzt01" value="01"><label for="zczjywsjzt01">等待侦查终结审批</label>
<input type="checkbox" showType="checkbox" name="zczjywsjzt02" id="zczjywsjzt02" value="02"><label for="zczjywsjzt02">通过侦查终结审批</label>
<input type="checkbox" showType="checkbox" name="zczjywsjzt07" id="zczjywsjzt07" value="07"><label for="zczjywsjzt07">侦查终结已上报</label>
</td>
</tr>--%>
</tbody></table>
<div class="more-bt-line">
<a target="more-table-ajexpend" onclick="navCategoryFormUtils.moreCheck(this);" class="icon_expend" flag="false">+ 更多条件</a>
......
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