Commit 35ca8a8b by 吴善钰

网侦预警,添加付款金额、已预警次数和最后活动地

parent 389ffee7
...@@ -47,9 +47,18 @@ public class TbStDxzp extends BaseModel { ...@@ -47,9 +47,18 @@ public class TbStDxzp extends BaseModel {
//警情是否有效 //警情是否有效
private String jqzt_flag; private String jqzt_flag;
//付款金额
private String fkje;
//诈骗类型 //诈骗类型
private String zplx; private String zplx;
//已预警次数
private String yyjcs;
//最后活动地
private String zhhdd;
//分页查询用 //分页查询用
//查询分页开始结束 //查询分页开始结束
protected Integer begin = null; protected Integer begin = null;
...@@ -191,6 +200,30 @@ public class TbStDxzp extends BaseModel { ...@@ -191,6 +200,30 @@ public class TbStDxzp extends BaseModel {
this.zplx = zplx; this.zplx = zplx;
} }
public String getYyjcs() {
return yyjcs;
}
public void setYyjcs(String yyjcs) {
this.yyjcs = yyjcs;
}
public String getZhhdd() {
return zhhdd;
}
public void setZhhdd(String zhhdd) {
this.zhhdd = zhhdd;
}
public String getFkje() {
return fkje;
}
public void setFkje(String fkje) {
this.fkje = fkje;
}
@Override @Override
public Integer getBegin() { public Integer getBegin() {
return begin; return begin;
......
...@@ -17,6 +17,9 @@ ...@@ -17,6 +17,9 @@
BPF_QQ bpfQq, BPF_QQ bpfQq,
YJQD yjqd, YJQD yjqd,
ZPLX zplx, ZPLX zplx,
FKJE fkje,
YYJCS yyjcs,
ZHHDD zhhdd,
to_char(JSSJ, 'yyyy-MM-dd') as jssj to_char(JSSJ, 'yyyy-MM-dd') as jssj
from TB_ST_DXZP where XXSC_PDBZ = '0' from TB_ST_DXZP where XXSC_PDBZ = '0'
<if test="czzt!=null and czzt!=''">and CZZT=#{czzt}</if> <if test="czzt!=null and czzt!=''">and CZZT=#{czzt}</if>
...@@ -28,6 +31,7 @@ ...@@ -28,6 +31,7 @@
<if test="bpfSjhm!=null and bpfSjhm!=''">and BPF_SJHM=#{bpfSjhm}</if> <if test="bpfSjhm!=null and bpfSjhm!=''">and BPF_SJHM=#{bpfSjhm}</if>
<if test="yjqd!=null and yjqd!=''">and YJQD=#{yjqd}</if> <if test="yjqd!=null and yjqd!=''">and YJQD=#{yjqd}</if>
<if test="zplx!=null and zplx!=''">and ZPLX=#{zplx}</if> <if test="zplx!=null and zplx!=''">and ZPLX=#{zplx}</if>
<if test="fkje!=null and fkje!=''">and FKJE=#{fkje}</if>
ORDER BY JSSJ DESC,YJQD DESC,RKSJ DESC) t ORDER BY JSSJ DESC,YJQD DESC,RKSJ DESC) t
WHERE ROWNUM <![CDATA[<=]]> #{end} WHERE ROWNUM <![CDATA[<=]]> #{end}
) WHERE RN > #{begin} ) WHERE RN > #{begin}
...@@ -45,6 +49,7 @@ ...@@ -45,6 +49,7 @@
<if test="bpfSjhm!=null and bpfSjhm!=''">and BPF_SJHM=#{bpfSjhm}</if> <if test="bpfSjhm!=null and bpfSjhm!=''">and BPF_SJHM=#{bpfSjhm}</if>
<if test="yjqd!=null and yjqd!=''">and YJQD=#{yjqd}</if> <if test="yjqd!=null and yjqd!=''">and YJQD=#{yjqd}</if>
<if test="zplx!=null and zplx!=''">and ZPLX=#{zplx}</if> <if test="zplx!=null and zplx!=''">and ZPLX=#{zplx}</if>
<if test="fkje!=null and fkje!=''">and FKJE=#{fkje}</if>
</select> </select>
<select id="getWzyjXxById" parameterType="java.lang.String" resultType="com.founder.model.TbStDxzp"> <select id="getWzyjXxById" parameterType="java.lang.String" resultType="com.founder.model.TbStDxzp">
...@@ -62,6 +67,9 @@ ...@@ -62,6 +67,9 @@
BPF_SJHM bpfSjhm, BPF_SJHM bpfSjhm,
YJQD yjqd, YJQD yjqd,
ZPLX zplx, ZPLX zplx,
FKJE fkje,
YYJCS yyjcs,
ZHHDD zhhdd,
XXCZR_XM xxczrXm, XXCZR_XM xxczrXm,
XXCZR_JH xxczrJh, XXCZR_JH xxczrJh,
XXCZR_DW xxczrDw XXCZR_DW xxczrDw
......
...@@ -13,13 +13,16 @@ var table_title = [ ...@@ -13,13 +13,16 @@ var table_title = [
}, },
{title: '诈骗方微信账号', field: 'zpfWxid', align: 'center', width: '12%'}, {title: '诈骗方微信账号', field: 'zpfWxid', align: 'center', width: '12%'},
{title: '诈骗方QQ', field: 'zpfQq', align: 'center', width: '10%'}, {title: '诈骗方QQ', field: 'zpfQq', align: 'center', width: '10%'},
{title: '诈骗方手机号码', field: 'zpfSjhm', align: 'center', width: '10%'}, {title: '诈骗方手机号码', field: 'zpfSjhm', align: 'center', width: '8%'},
{title: "被骗方微信账号", field: "bpfWxid", align: 'center', width: '12%'}, {title: "被骗方微信账号", field: "bpfWxid", align: 'center', width: '12%'},
{title: "被骗方QQ", field: "bpfQq", align: 'center', width: '10%'}, {title: "被骗方QQ", field: "bpfQq", align: 'center', width: '10%'},
{title: "被骗方手机号码", field: "bpfSjhm", align: 'center', width: '10%'}, {title: "被骗方手机号码", field: "bpfSjhm", align: 'center', width: '8%'},
{title: "接收时间", field: "jssj", align: 'center', width: '10%'}, {title: "接收时间", field: "jssj", align: 'center', width: '10%'},
{title: "预警强度", field: "yjqd", align: 'center', width: '6%'}, {title: "预警强度", field: "yjqd", align: 'center', width: '6%'},
{title: '诈骗类型', field: 'zplx', align: 'center', width: '10%'}, {title: "付款金额", field: "fkje", align: 'center', width: '6%'},
{title: '诈骗类型', field: 'zplx', align: 'center', width: '8%'},
{title: '已预警次数', field: 'yyjcs', align: 'center', width: '8%'},
{title: '最后活动地', field: 'zhhdd', align: 'center', width: '20%'},
]; ];
function yjcz(id) { function yjcz(id) {
...@@ -118,4 +121,5 @@ function doClear() { ...@@ -118,4 +121,5 @@ function doClear() {
$("#bpfQq").textbox('setValue', "") $("#bpfQq").textbox('setValue', "")
$("#bpfSjhm").textbox('setValue', "") $("#bpfSjhm").textbox('setValue', "")
$("#zplx").textbox('setValue', "") $("#zplx").textbox('setValue', "")
$("#fkje").textbox('setValue', "")
} }
\ No newline at end of file
...@@ -94,6 +94,10 @@ ...@@ -94,6 +94,10 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<td class="ar" width="13.3%">付款金额:</td>
<td width="20%">
<input class="easyui-textbox" style="height:26px;width:184px;" type="text" name="fkje" id="fkje">
</td >
<td class="ar" width="13.3%">诈骗类型:</td> <td class="ar" width="13.3%">诈骗类型:</td>
<td width="20%"> <td width="20%">
<input class="easyui-textbox" style="height:26px;width:184px;" type="text" name="zplx" id="zplx"> <input class="easyui-textbox" style="height:26px;width:184px;" type="text" name="zplx" id="zplx">
......
...@@ -49,8 +49,7 @@ ...@@ -49,8 +49,7 @@
<img src="img/5.9.4.jpg" style=" position:fixed; width:100%;height:100%; z-index:-1; top:0;"> <img src="img/5.9.4.jpg" style=" position:fixed; width:100%;height:100%; z-index:-1; top:0;">
<div class="txfx_banner"><img src="/img/tx_banner-logo.png" class="tx_banner_logo"> <div class="txfx_banner"><img src="/img/tx_banner-logo.png" class="tx_banner_logo">
<img src="/img/wzyj.png" class="txfx_ti"></div> <img src="/img/wzyj.png" class="txfx_ti"></div>
<div class="max_box" style="zoom:" 100
"">
<article class="main-cen-box"> <article class="main-cen-box">
<div class="tlg" id="tlg"> <div class="tlg" id="tlg">
<form name="wzyjAddForm" id="wzyjAddForm" action="" method="post" enctype="multipart/form-data"> <form name="wzyjAddForm" id="wzyjAddForm" action="" method="post" enctype="multipart/form-data">
...@@ -62,16 +61,16 @@ ...@@ -62,16 +61,16 @@
<tbody> <tbody>
<input type="hidden" name="id" id="id" value="${tbStDxzp.id}"> <input type="hidden" name="id" id="id" value="${tbStDxzp.id}">
<tr> <tr>
<td class="ar" width="15%">诈骗方微信账号</td> <td class="ar" width="21%">诈骗方微信</td>
<td width="20%"> <td width="15%">
${tbStDxzp.zpfWxid} ${tbStDxzp.zpfWxid}
</td> </td>
<td class="ar" width="15%">诈骗方QQ:</td> <td class="ar" width="15%">诈骗方QQ:</td>
<td width="20%"> <td width="20%">
${tbStDxzp.zpfQq} ${tbStDxzp.zpfQq}
</td> </td>
<td class="ar" width="15%">诈骗方手机号码:</td> <td class="ar" width="22%">诈骗方手机号码:</td>
<td width="20%"> <td width="15%">
${tbStDxzp.zpfSjhm} ${tbStDxzp.zpfSjhm}
</td> </td>
</tr> </tr>
...@@ -80,16 +79,20 @@ ...@@ -80,16 +79,20 @@
<td width="20%"> <td width="20%">
${tbStDxzp.bpfWxid} ${tbStDxzp.bpfWxid}
</td> </td>
<td class="ar" width="15%">被骗方手机号码:</td>
<td width="20%">
${tbStDxzp.bpfSjhm}
</td>
<td class="ar" width="15%">被骗方QQ:</td> <td class="ar" width="15%">被骗方QQ:</td>
<td width="20%"> <td width="20%">
${tbStDxzp.bpfQq} ${tbStDxzp.bpfQq}
</td> </td>
<td class="ar" width="15%">被骗方手机号码:</td>
<td width="20%">
${tbStDxzp.bpfSjhm}
</td>
</tr> </tr>
<tr> <tr>
<td class="ar" width="15%">付款金额:</td>
<td width="20%">
${tbStDxzp.fkje}
</td>
<td class="ar" width="15%">诈骗类型:</td> <td class="ar" width="15%">诈骗类型:</td>
<td width="20%"> <td width="20%">
${tbStDxzp.zplx} ${tbStDxzp.zplx}
...@@ -99,7 +102,17 @@ ...@@ -99,7 +102,17 @@
${tbStDxzp.yjqd} ${tbStDxzp.yjqd}
</td> </td>
</tr> </tr>
<tr> <tr>
<td class="ar" width="15%">已预警次数:</td>
<td width="20%">
${tbStDxzp.yyjcs}
</td>
<td class="ar" width="16%">最后活动地:</td>
<td width="20%" colspan="3">
${tbStDxzp.zhhdd}
</td>
</tr>
<tr>
<td class="ar" width="13.3%">处置状态:</td> <td class="ar" width="13.3%">处置状态:</td>
<td width="20%"> <td width="20%">
<c:if test="${tbStDxzp.czzt == '1'}"> <c:if test="${tbStDxzp.czzt == '1'}">
...@@ -118,23 +131,23 @@ ...@@ -118,23 +131,23 @@
</td> </td>
</tr> </tr>
</table> </table>
<div class="yhkzf total_g" id="yhkzf" style="visibility:collapse;"> <div class="yhkzf total_g" id="yhkzf" style="visibility: visible;width: calc(100% - 10px);margin: 0 5px;">
<table class="table-cx-th disanfang"> <table class="table-cx-th disanfang">
<tr> <tr>
<td style="text-align:right; width:14%;"><i class="fa fa-asterisk" <td style="text-align:right; width:16%;"><i class="fa fa-asterisk"
style="color:red; margin-right:4px;"></i><span style="color:red; margin-right:4px;"></i><span
class="zfzhssyh">核查结果:</span></td> class="zfzhssyh">核查结果:</span></td>
<td width="20%"> <td width="34%">
<span class="textbox" style="height:26px;width:184px;"> <span class="textbox" style="height:26px;width:184px;">
<input style="height:26px;width:184px;" type="text" value="${tbStDxzp.hcjg}" <input style="height:26px;width:184px;" type="text" value="${tbStDxzp.hcjg}"
id="hcjg" name="hcjg" class="val easyui-combotree" id="hcjg" name="hcjg" class="val easyui-combotree"
data-options="panelHeight:'auto',url: '/queryTypeCode?type=CODE_HCJG',method:'get',fit:true,textField : 'text', valueField : 'id'"/> data-options="panelHeight:'auto',url: '/queryTypeCode?type=CODE_HCJG',method:'get',fit:true,textField : 'text', valueField : 'id'"/>
</span> </span>
</td> </td>
<td style="text-align:right; width:14%;"><i class="fa fa-asterisk" <td style="text-align:right; width:16%;"><i class="fa fa-asterisk"
style="color:red; margin-right:4px;"></i><span style="color:red; margin-right:4px;"></i><span
class="zfzhssyh">是否被骗:</span></td> class="zfzhssyh">是否被骗:</span></td>
<td style="text-align:left; width:23%;"> <td style="text-align:left; width:34%;">
<select id="bp_flag" class="easyui-combobox" name="bp_flag" style="height:26px;width:184px;" data-options="panelHeight:'auto'"> <select id="bp_flag" class="easyui-combobox" name="bp_flag" style="height:26px;width:184px;" data-options="panelHeight:'auto'">
<option value="">--请选择--</option> <option value="">--请选择--</option>
<option value="0">未被骗</option> <option value="0">未被骗</option>
......
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