Commit 25a2a826 authored by 徐州's avatar 徐州

新增字段

parent 9515ab7e
......@@ -185,34 +185,34 @@
}
},
/*
{field:'accountStatus',title:'子账户状态',width:180,formatter:function(value,rec){
if(rec.accountStatus == '0'){
return "未激活";
}
if(rec.accountStatus == '1'){
return "已激活";
}
if(rec.accountStatus == '2'){
return "已作废";
}
if(rec.accountStatus == '3'){
return "已到账";
}
if(rec.accountStatus == '4'){
return "已缴销";
}
}},*/
/*{field:'createTime',title:'创建时间',width:fixWidth(0.16)},*/
{ field: 'dwmc', title: '建设单位名称', width: 186, align: 'center' },
{ field: 'xmmc', title: '工程项目名称', width: 186, align: 'center' },
{ field: 'jsdd', title: '工程项目地址', width: 186, align: 'center' },
{ field: 'jsdwmc', title: '建设单位名称', width: 186, align: 'center' },
{ field: 'gcxmmc', title: '工程项目名称', width: 186, align: 'center' },
{ field: 'gcxmdd', title: '工程项目地址', width: 186, align: 'center' },
{ field: 'xkzh', title: '规划许可证号', width: 186, align: 'center' },
{ field: 'xmdm', title: '缴费环节', width: 150, align: 'center' },
{ field: 'xmdm', title: '缴费环节', width: 150, align: 'center', formatter: function (value, rec) {
if(rec.payment_link == 1) {
return "施工许可前";
} else if(rec.payment_link == 3) {
return "30日内";
} else {
return "";
}
}
},
{ field: 'zsfw', title: '二级统计单位', width: 186, align: 'center' },
{ field: 'xmdm', title: '核查状态', width: 150, align: 'center' },
{ field: 'xmdm', title: '缴款通知书编号', width: 186, align: 'center' },
{ field: 'is_rfyz', title: '人防是否用章', width: 150, align: 'center', formatter: function (value, rec) {
if(rec.is_rfyz == 1) {
return "是";
} else {
return "否";
}
}
},
{ field: 'slbh', title: '缴款通知书编号', width: 186, align: 'center' },
{ field: 'zslxdbh', title: '缴款凭证编号', width: 186, align: 'center' },
]]
......@@ -257,13 +257,12 @@
<option value="2">30日</option>
</select>
</td>
<th width="15%">核查状态</th>
<th width="15%">人防是否用章</th>
<td width="35%">
<select name="jfzm.accountStatus" id="accountStatus">
<select name="jfzm.is_rfyz" id="accountStatus">
<option value="">请选择</option>
<option value="0"></option>
<option value="1">已同步</option>
<option value="2">未同步</option>
<option value="0"></option>
<option value="1"></option>
</select>
</td>
</tr>
......
......@@ -5,6 +5,7 @@ import com.jshx.core.base.vo.Pagination;
import com.jshx.core.json.CodeJsonValueProcessor;
import com.jshx.core.json.DateJsonValueProcessor;
import com.jshx.paymentItemHis.service.PaymentItemHisService;
import com.jshx.rfxm.service.RfxmService;
import com.jshx.zsdw.service.ZsdwService;
import com.neusoft.egov.utils.TextUtils;
import net.sf.json.JsonConfig;
......@@ -16,11 +17,9 @@ import java.util.Map;
public class JfzmAction extends BaseAction {
/**
* 业务类
*/
@Autowired
private PaymentItemHisService paymentItemHisService;
RfxmService rfxmService;
@Autowired
private ZsdwService zsdwService;
......@@ -51,8 +50,6 @@ public class JfzmAction extends BaseAction {
if(pagination==null)
pagination = new Pagination(this.getRequest());
paraMap.put("isCwyz", "1");// 财务用章
if (!TextUtils.isEmpty(ghxkzbh)){
paraMap.put("xkzh", "%" + ghxkzbh + "%");
}
......@@ -101,7 +98,7 @@ public class JfzmAction extends BaseAction {
// }
// });
// }
pagination = paymentItemHisService.findByPage(pagination, paraMap);
pagination = rfxmService.findByPage(pagination, paraMap);
convObjectToJson(pagination, config);
}
......
......@@ -259,6 +259,13 @@ public class PaymentItemHisAction extends BaseAction
rfxm.setDxjzmj(model.getXmxxb().getJzmjdx());//地下建筑面积
rfxm.setJsdwlxr(model.getXmxxb().getLianxiren());//建设单位联系人
rfxm.setLxdh(model.getXmxxb().getPhone());//联系电话
rfxm.setJsdd(model.getXmxxb().getJsdd());
rfxm.setXkzh(model.getXmxxb().getXkzh());
rfxm.setPaymentLink(model.getXmxxb().getPaymentLink());
rfxm.setZsfw(model.getXmxxb().getZsfw());
rfxm.setSlbh(model.getXmxxb().getSlbh());
rfxm.setZslxdbh(model.getZslxdbh());
rfxmService.save(rfxm);
}
}
......
......@@ -211,142 +211,98 @@ public class Rfxm extends BaseModel
private Integer insertType;
// 2019-7-16 end ---------------------
public Rfxm(){
/**
* 建设地点
*/
private String jsdd;
/**
* 许可证号
*/
private String xkzh;
private Integer paymentLink;
/**
* 二级统计单位
*/
private String zsfw;
/**
* 人防是否用章
*/
private Integer isRfyz;
/**
* 缴款通知书编号
*/
private String slbh;
/**
* 缴款通知书编号
*/
private String zslxdbh;
public String getZslxdbh() {
return zslxdbh;
}
public Rfxm(String sfqy,String deptId, Integer delFlag, String status, Integer statusConstract, Integer statusComplete, Integer statusWithinTheDay, String dsdw, String dsdwcj, String jfdm, String xmdm, String ghxkzbh, String ghxmbh, String ghxmlx, String ghxkzlx, String xxylbbh, String jsdwmc, String gcxmmc, String gcxmdd, String dsjzmj, String dxjzmj, String jsdwlxr, String lxdh, String jktzyjjehj, Integer sfxxbb, String dsdwjbr, String jbyj, Date jbTime, String dsdwfhr, String fhyj, Date fhTime, Integer statusJBFH, String zhcklxr, String zhcklxdh, String jddh, Integer insertType) {
this.deptId = deptId;
this.delFlag = delFlag;
this.status = status;
this.statusConstract = statusConstract;
this.statusComplete = statusComplete;
this.statusWithinTheDay = statusWithinTheDay;
this.dsdw = dsdw;
this.dsdwcj = dsdwcj;
this.jfdm = jfdm;
this.xmdm = xmdm;
this.ghxkzbh = ghxkzbh;
this.ghxmbh = ghxmbh;
this.ghxmlx = ghxmlx;
this.ghxkzlx = ghxkzlx;
this.xxylbbh = xxylbbh;
this.jsdwmc = jsdwmc;
this.gcxmmc = gcxmmc;
this.gcxmdd = gcxmdd;
this.dsjzmj = dsjzmj;
this.dxjzmj = dxjzmj;
this.jsdwlxr = jsdwlxr;
this.lxdh = lxdh;
this.jktzyjjehj = jktzyjjehj;
this.sfxxbb = sfxxbb;
this.dsdwjbr = dsdwjbr;
this.jbyj = jbyj;
this.jbTime = jbTime;
this.dsdwfhr = dsdwfhr;
this.fhyj = fhyj;
this.fhTime = fhTime;
this.statusJBFH = statusJBFH;
this.zhcklxr = zhcklxr;
this.zhcklxdh = zhcklxdh;
this.jddh = jddh;
this.insertType = insertType;
this.sfqy = sfqy;
public void setZslxdbh(String zslxdbh) {
this.zslxdbh = zslxdbh;
}
//v2
/*public Rfxm(String zzhhjdzje,String status, String qfqrlsh,String qfhjkzje,String jftzyje,String jfdmwybh,String deptId, Integer delFlag, String dsdw, String dsdwcj, String accountName, String khh, String accountDetail, String accountStatus, String jktzsbh, String jktzszt, String jfdm, String xmdm, String ghxkzbh, String ghxmbh, String ghxmlx, String ghxkzlx, String xxylbbh, String jsdwmc, String gcxmmc, String gcxmdd, String dsjzmj, String dxjzmj, String jsdwlxr, String lxdh, String sfxmmc, String shbm, String sfxmzslxdbh, String yjjemx, String jktzyjjehj, String cnjfhj, String sfxmzslxdsmj, Integer sfxxbb, String dsdwjbr, String jbyj, String dsdwfhr, String fhyj, String zhcklxr, String zhcklxdh, String jddh) {
this.zzhhjdzje = zzhhjdzje;
this.status = status;
this.qfqrlsh = qfqrlsh;
this.qfhjkzje = qfhjkzje;
this.jftzyje = jftzyje;
this.jfdmwybh = jfdmwybh;
this.deptId = deptId;
this.delFlag = delFlag;
this.dsdw = dsdw;
this.dsdwcj = dsdwcj;
this.accountName = accountName;
this.khh = khh;
this.accountDetail = accountDetail;
this.accountStatus = accountStatus;
this.jktzsbh = jktzsbh;
this.jktzszt = jktzszt;
this.jfdm = jfdm;
this.xmdm = xmdm;
this.ghxkzbh = ghxkzbh;
this.ghxmbh = ghxmbh;
this.ghxmlx = ghxmlx;
this.ghxkzlx = ghxkzlx;
this.xxylbbh = xxylbbh;
this.jsdwmc = jsdwmc;
this.gcxmmc = gcxmmc;
this.gcxmdd = gcxmdd;
this.dsjzmj = dsjzmj;
this.dxjzmj = dxjzmj;
this.jsdwlxr = jsdwlxr;
this.lxdh = lxdh;
this.sfxmmc = sfxmmc;
this.shbm = shbm;
this.sfxmzslxdbh = sfxmzslxdbh;
this.yjjemx = yjjemx;
this.jktzyjjehj = jktzyjjehj;
this.cnjfhj = cnjfhj;
this.sfxmzslxdsmj = sfxmzslxdsmj;
this.sfxxbb = sfxxbb;
this.dsdwjbr = dsdwjbr;
this.jbyj = jbyj;
this.dsdwfhr = dsdwfhr;
this.fhyj = fhyj;
this.zhcklxr = zhcklxr;
this.zhcklxdh = zhcklxdh;
this.jddh = jddh;
}*/
//v1
/* public Rfxm(String deptId, Integer delFlag, String status, Integer statusConstract, Integer statusComplete, Integer statusWithinTheDay, String dsdw, String dsdwcj, String accountName, String khh, String accountDetail, String accountStatus, String jktzsbh, String jktzszt, String jfdm, String xmdm, String ghxkzbh, String ghxmbh, String ghxmlx, String ghxkzlx, String xxylbbh, String jsdwmc, String gcxmmc, String gcxmdd, String dsjzmj, String dxjzmj, String jsdwlxr, String lxdh, String jktzyjjehj, String dsdwjbr, String jbyj, String dsdwfhr, String fhyj, String zhcklxr, String zhcklxdh, String jddh, String jfdmwybh, String zzhhjdzje, String qfqrlsh, String qfhjkzje, String jftzyje) {
this.deptId = deptId;
this.delFlag = delFlag;
this.status = status;
this.statusConstract = statusConstract;
this.statusComplete = statusComplete;
this.statusWithinTheDay = statusWithinTheDay;
this.dsdw = dsdw;
this.dsdwcj = dsdwcj;
this.accountName = accountName;
this.khh = khh;
this.accountDetail = accountDetail;
this.accountStatus = accountStatus;
this.jktzsbh = jktzsbh;
this.jktzszt = jktzszt;
this.jfdm = jfdm;
this.xmdm = xmdm;
this.ghxkzbh = ghxkzbh;
this.ghxmbh = ghxmbh;
this.ghxmlx = ghxmlx;
this.ghxkzlx = ghxkzlx;
this.xxylbbh = xxylbbh;
this.jsdwmc = jsdwmc;
this.gcxmmc = gcxmmc;
this.gcxmdd = gcxmdd;
this.dsjzmj = dsjzmj;
this.dxjzmj = dxjzmj;
this.jsdwlxr = jsdwlxr;
this.lxdh = lxdh;
this.jktzyjjehj = jktzyjjehj;
this.dsdwjbr = dsdwjbr;
this.jbyj = jbyj;
this.dsdwfhr = dsdwfhr;
this.fhyj = fhyj;
this.zhcklxr = zhcklxr;
this.zhcklxdh = zhcklxdh;
this.jddh = jddh;
this.jfdmwybh = jfdmwybh;
this.zzhhjdzje = zzhhjdzje;
this.qfqrlsh = qfqrlsh;
this.qfhjkzje = qfhjkzje;
this.jftzyje = jftzyje;
}*/
@Column(name = "deptid")
public String getSlbh() {
return slbh;
}
public void setSlbh(String slbh) {
this.slbh = slbh;
}
@Column(name = "IS_RFYZ")
public Integer getIsRfyz() {
return isRfyz;
}
public void setIsRfyz(Integer isRfyz) {
this.isRfyz = isRfyz;
}
public String getZsfw() {
return zsfw;
}
public void setZsfw(String zsfw) {
this.zsfw = zsfw;
}
@Column(name = "PAYMENT_LINK")
public Integer getPaymentLink() {
return paymentLink;
}
public void setPaymentLink(Integer paymentLink) {
this.paymentLink = paymentLink;
}
public String getXkzh() {
return xkzh;
}
public void setXkzh(String xkzh) {
this.xkzh = xkzh;
}
public String getJsdd() {
return jsdd;
}
public void setJsdd(String jsdd) {
this.jsdd = jsdd;
}
@Column(name = "deptid")
public String getDeptId()
{
return deptId;
......
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