Commit 1443d11b authored by 徐州's avatar 徐州

修改部分问题

删除无用文件
parent 97297b52
This diff is collapsed.
<%@page language="java" pageEncoding="UTF-8" isELIgnored="false"%>
<%@include file="/common/header.jsp"%>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>项目管理</title>
<%@include file="/common/jsLib.jsp"%>
<style>
.l-btn-icon.icon-add {
margin-top: -7px;
}
</style>
<script>
// var index4Sf = 1;
function addNew(ghxmbh, ghxkzbh, yzsqy){
var dt=new Date();
// $("#win_rfxmsfxx").window("close");
createSimpleWindowForRfxm("win_rfxm","手动添加项目","${ctx}/jsp/rfxm/rfxmAdd.action?flag=add&rfxm.ghxmbh="+ghxmbh+"&rfxm.ghxkzbh="+ghxkzbh+"&yzsqy="+yzsqy+"&dt="+dt.getTime(),900,650);
}
function yanzheng(){
var ghxkzbh=$("#ghxkzbh").val();
var ghxmbh=$("#ghxmbh").val();
var yzsqy = $("#yzsqy").val();
if(""==ghxkzbh || "" == ghxmbh){
$.messager.alert('提示', '请填写验证信息!');
return;
}
$.ajax({
url: "${ctx}/jsp/rfxm/rfxmCheck.action",
type: 'post',
dataType: 'json',
async: false,
data: {"rfxm.ghxkzbh":ghxkzbh, "rfxm.ghxmbh":ghxmbh, "yzsqy":yzsqy},
error: function () {
$.messager.alert('错误', '提交出错!');
},
success: function (data) {
if (data.result) {
$.messager.alert('提示', "验证成功");
addNew(ghxmbh, ghxkzbh, yzsqy);
} else {
/*abc="0";
$("#yzjg").html('信息表编号重复!该项目状态:'+data.message);*/
$.messager.alert('提示', data.message);
return;
}
}
});
}
function consoleConfig(data) {
console.log($("#myform1").rfxm.cnjfhj);
}
function createSimpleWindowForRfxm(divName, title, href, width, height){
/**
var ah = screen.availHeight - 30;
var aw = screen.availWidth - 10;
var left = (aw - width) / 2;
var top1 = (ah - height) / 2;
*/
var location = getCenterLocation(width, height);
var left = location.left;
var top1 = location.top;
var top = window;
var i = 0;
while($(top.document).find("#newWindow").length==0){
top = top.parent;
i++;
if(i>6){
//alert("break");
break;
}
}
if($(top.document).find("#"+divName).length==0){
var div = "<div id='"+divName+"' class='easyui-window' closed='true'>";
if(!width || !height)
div += "<iframe id='"+divName+"_frm' scrolling='no' frameborder='0' style='width: 100%; height: 100%;' onload='autoAdjust(\""+title+"\", \""+divName+"\", \""+divName+"_frm\")'></iframe>";
else
div += "<iframe id='"+divName+"_frm' scrolling='no' frameborder='0' style='width: 100%; height: 100%;' ></iframe>"
div += "</div>";
$(top.document.body).append(div);
}
if(!width || !height){
}else{
top.$("#"+divName).window({
title: title,
left: left,
top: top1,
width: width,
height: height,
minimizable: false,
onBeforeClose:function(){
top.close_win(divName);
}
});
}
top.$("#"+divName+"_frm").attr("src",href);
top.$("#"+divName).window('refresh');
if(width && height)
top.$("#"+divName).window('open');
}
</script>
</head>
<body validform="true">
<div class="page_dialog">
<div class="inner6px">
<div class="cell" style="width: 100%">
<form name="myform1" method="post" enctype="multipart/form-data">
<s:token />
<%--<input type="hidden" name="flag" value="${flag}">--%>
<table width="100%" border="0">
<tr>
<th width="15%">收费区域</th>
<td width="35%">
<input id="yzsqy" name="yzsqy" style="width:90%" value="${yzsqy}" readonly/>
</td>
</tr>
<tr>
<th width="15%">代收单位</th>
<td width="35%">
<input id="dsdw" name="dsdw" style="width:90%" value="${dsdw}" readonly/>
</td>
</tr>
&nbsp;
<tr>
<th width="15">规划许可证编号</th>
<td width="35%">
<input id="ghxkzbh" name="rfxm.ghxkzbh" style="width:90%" datatype="*1-50" errormsg='此项为必填' maxlength="50"/>
<font style='color:red'>*</font>
</td>
</tr>
&nbsp;
<tr>
<th width="15">规划项目编号</th>
<td width="35%">
<input id="ghxmbh" name="rfxm.ghxmbh" style="width:90%" datatype="*1-50" errormsg='此项为必填' maxlength="50"/>
<font style='color:red'>*</font>
</td>
</tr>
</table>
&nbsp;
<table width="100%" border="0">
<tr>
<td colspan="4" height="100px" style="text-align:center">
<a href="#" class="btn_01" <%--type="submit"--%> onclick="yanzheng()">验证<b></b></a>&nbsp;
<a href="#" class="btn_01" onclick="parent.close_win('win_rfxm');">关闭<b></b></a>
</td>
</tr>
</table>
</form>
</div>
</div>
</div>
</body>
</html>
<%@page language="java" pageEncoding="UTF-8" isELIgnored="false"%>
<%@include file="/common/header.jsp"%>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>手动建档管理</title>
<%@include file="/common/jsLib.jsp"%>
<script>
function addLinkedNew(row_id){
var dt=new Date();
createSimpleWindow("win_rfxm","添加关联建档","${ctx}/jsp/rfxm/rfxmInitAdd.action?flag=add&ids="+row_id+"&dt="+dt.getTime(),900,650);
}
function search_sdjd(a){
var queryParams = {
"sdjd.xmbh": $("#xmbh").val(),
"sdjd.xkzh": $("#xkzh").val(),
"sdjd.lxpw": $("#lxpw").val()
};
$('#pagination').datagrid('options').queryParams = queryParams;
$('#pagination').datagrid('clearSelections');
$("#pagination").datagrid('load');
}
function search_sdjd1(){
var queryParams = {
"sdjd.xmbh": $("#xmbh").val(),
"sdjd.xkzh": $("#xkzh").val(),
"sdjd.lxpw": $("#lxpw").val()
};
$('#pagination').datagrid('options').queryParams = queryParams;
$('#pagination').datagrid('clearSelections');
$("#pagination").datagrid('load');
}
$(function(){
$('#pagination').datagrid($.extend(window.dg_cm_pp_2,{
title:'手动建档列表',
url:'/jsp/sdjd/sdjdQuery.action',
queryParams:{
"sdjd.xmbh": $("#xmbh").val(),
"sdjd.xkzh": $("#xkzh").val(),
"sdjd.lxpw": $("#lxpw").val()
},
frozenColumns:[[
// {field:'id',checkbox:true}
]],
columns:[[
{field:'op',title:'操作',width:80,formatter:function(value,rec){
if(rec.starts=='0'||rec.starts=='1'){
return "<a class='btn_01_mini' onclick=addLinkedNew('"+rec.id+"') >关联添加<b></b></a>&nbsp;";
}
return "<a class='btn_01_mini' onclick=addLinkedNew('"+rec.id+"') >关联添加<b></b></a>&nbsp;";}},
/* {field:'mjyj',title:'项目来源',width:100,formatter:function(value,rec){
if(rec.mjyj=='001'){
return "规划(正常)";
}
if(rec.mjyj=='002'){
return "房产测绘(超建面积)";
}
if(rec.mjyj=='003'){
return "交易登记";
}
if(rec.mjyj=='004'){
return "房改办(经营用房)";
}
if(rec.mjyj=='005'){
return "规划(变更)";
}
return "无";
}},*/
{field:'xmbh',title:'规划项目编号',width:178},
// {field:'xxbbh',title:'信息表编号',width:fixWidth(0.05)},
{field:'xkzh',title:'规划许可证号',width:178},
{field:'lxpw',title:'项目代码',width:178},
{field:'xxbbh',title:'信息表编号',width:178},
{field:'createTime',title:'创建时间',width:fixWidth(0.16)}
// {field:'lxr',title:'联系人',width:100},
// {field:'lxdh',title:'联系电话',width:100},
// {field:'xkzh',title:'许可证号',width:100},
// {field:'jzcsds',title:'建筑层数地上',width:100},
// {field:'jzcsdx',title:'建筑层数地下',width:100},
// {field:'jzmjdc',title:'建筑面积底层',width:100},
// {field:'jzmj27',title:'建筑面积2到7',width:100},
// {field:'jsmj8ys',title:'建筑面积8层以上',width:100},
// {field:'jzmjdx',title:'地下建筑面积',width:100},
// {field:'jzmjds',title:'地上总建筑面积',width:100},
// {field:'zjzmj',title:'总建筑面积',width:100}
]],
toolbar:[/*{
id:'btnadd',
text:'添加',
iconCls:'icon-add',
handler:function(){
addNew();
}
}*/]
}));
});
</script>
</head>
<body>
<div class="page_content">
<div class="box_01 submitdata">
<div class="inner12px">
<div class="cell boxBmargin12">
<table width="100%">
<tr>
<th width="15%">项目编号</th>
<td width="35%"><input name="sdjd.xmbh" id="xmbh" value="${sdjd.xmbh}" type="text"></td>
<th width="15%">项目代码</th>
<td width="35%"><input name="sdjd.lxpw" id="lxpw" value="${sdjd.lxpw}" type="text"></td>
</tr>
<tr>
<th width="15%">许可证编号</th>
<td width="35%"><input name="sdjd.xkzh" id="xkzh" value="${sdjd.xkzh}" type="text"></td>
</tr>
<tr>
</tr>
<tr>
<td colspan="4" align="center">
<a href="###" class="btn_01" onclick="search_sdjd(0)" >查询<b></b></a>&nbsp;
<!-- <a href="###" class="btn_01" onclick="search_sdjd(1)" >已复核项目<b></b></a>&nbsp; -->
<a href="###" class="btn_01" onclick="clear_form(document.myform);" >清空<b></b></a>&nbsp;
</td>
</tr>
</table>
</div>
<div id="pagination" >
</div>
</div>
</div>
</div>
</body>
</html>
......@@ -186,7 +186,7 @@
<%--<td width="35%" ><s:property value="#sfxx.sfxmzslxdbh"/></td>--%>
</tr>
<tr>
<th width="15%">应缴金额明细</th>
<th width="15%">应缴金额</th>
<td width="35%" ><s:property value="yjjemx"/></td>
<%--<td width="35%" >${li.yjjemx}</td>--%>
<%--<td width="35%" ><s:property value="#sfxx.yjjemx"/></td>--%>
......
<%@page language="java" pageEncoding="UTF-8" isELIgnored="false"%>
<%@include file="/common/header.jsp"%>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>项目管理</title>
<%@include file="/common/jsLib.jsp"%>
<style>
.l-btn-icon.icon-add {
margin-top: -7px;
}
</style>
<script>
// var index4Sf = 1;
function yanzheng(){
var aa=$("#xbxb").val();
if(""==aa){
$("#yzjg").html('请填写信息表编号!');
return;
}
$.ajax({
url: "${ctx}/jsp/sdjd/yanzheng.action",
type: 'post',
dataType: 'json',
async: false,
data: {xmxxbid : $("#xbxb").val()},
error: function () {
$.messager.alert('错误', '提交出错!');
},
success: function (data) {
if (data.result) {
$("#yzjg").html('验证成功!');
alert("验证成功");
abc="1";
} else {
abc="0";
$("#yzjg").html('信息表编号重复!该项目状态:'+data.message);
}
}
});
}
function consoleConfig(data) {
console.log($("#myform1").rfxm.cnjfhj);
}
</script>
</head>
<body validform="true">
<div class="page_dialog">
<div class="inner6px">
<div class="cell" style="width: 100%">
<form name="myform1" method="post" enctype="multipart/form-data" action="rfxmSave.action">
<s:token />
<input type="hidden" name="flag" value="${flag}">
<input type="hidden" name="rfxm.id" value="${rfxm.id}">
<table width="100%" border="0">
<tr>
<td>账户信息</td>
</tr>
<tr>
<th width="15%">代收单位</th>
<td width="35%" >
<input id="dsdw" name="rfxm.dsdw" value="${rfxm.dsdw}" style="width:90%" readonly/>
</td>
<th width="15%">代收单位层级</th>
<td width="35%">
<input id="dsdwcj" name="rfxm.dsdwcj" value="${rfxm.dsdwcj}" style="width:90%" maxlength="50" readonly/>
</td>
</tr>
</table>
<table width="100%" border="0">
<tr>
<td width="15%">项目信息</td>
</tr>
<tr>
<th width="15%">项目代码</th>
<td width="35%">
<input id="xmdm" name="rfxm.xmdm" style="width:90%" datatype="*1-50" errormsg='此项为必填' maxlength="50" value="${rfxm.xmdm}"/>
<font style='color:red'>*</font>
</td>
<th width="15">信息一览表编号</th>
<td width="35%">
<input id="xxylbbh" name="rfxm.xxylbbh" style="width:90%" datatype="*1-100" errormsg='此项为必填' maxlength="100" value="${rfxm.xxylbbh}"/>
<font style='color:red'>*</font>
</td>
</tr>
<tr>
<th width="15">规划项目编号</th>
<td width="35%">
<%--<s:if test="xmxxb.xmbh==null">--%>
<input id="ghxmbh" name="rfxm.ghxmbh" style="width:90%" datatype="*1-100" errormsg='此项为必填' maxlength="50" value="${rfxm.ghxmbh}"/>
<%--</s:if>
<s:if test="xmxxb.xmbh!=null">
<input id="ghxmbh" name="rfxm.ghxmbh" style="width:90%" datatype="*1-100" errormsg='此项为必填' maxlength="50" value="${xmxxb.xmbh}" readonly/>
</s:if>--%>
<font style='color:red'>*</font>
</td>
<th width="15">建设单位名称</th>
<td width="35%">
<input id="jsdwmc" name="rfxm.jsdwmc" style="width:90%" datatype="*1-50" errormsg='此项为必填' maxlength="50" value="${rfxm.jsdwmc}"/>
<font style='color:red'>*</font>
</td>
</tr>
<tr>
<th width="15">规划许可证编号</th>
<td width="35%">
<s:if test="rfxm.ghxkzbh==null">
建字第<input id="ghxkzbh" name="rfxm.ghxkzbh" style="width:90%" datatype="*1-50" errormsg='此项为必填' maxlength="50" value="${rfxm.ghxkzbh}"/>
</s:if>
<s:if test="rfxm.ghxkzbh!=null">
<input id="ghxkzbh" name="rfxm.ghxkzbh" style="width:90%" datatype="*1-50" errormsg='此项为必填' maxlength="50" value="${rfxm.ghxkzbh}" readonly/>
</s:if>
<font style='color:red'>*</font>
</td>
<th width="15">规划许可证类型</th>
<td width="35%">
<select id="ghxkzlx" name="rfxm.ghxkzlx">
<c:if test="${'房建' eq rfxm.ghxkzlx}">
<option grade="1" value="房建" selected="selected">房建</option>
<option grade="2" value="市政">市政</option>
</c:if>
<c:if test="${rfxm.ghxkzlx eq '市政'}">
<option grade="1" value="房建">房建</option>
<option grade="2" value="市政" selected="selected">市政</option>
</c:if>
<c:if test="${empty rfxm.ghxkzlx}">
<option grade="1" value="房建" selected="selected">房建</option>
<option grade="2" value="市政">市政</option>
</c:if>
</select>
</td>
</tr>
<tr>
</tr>
<tr>
<th width="15">工程项目名称</th>
<td width="35%">
<input id="gcxmmc" name="rfxm.gcxmmc" style="width:90%" datatype="*1-50" errormsg='此项为必填' maxlength="50" value="${rfxm.gcxmmc}"/>
<font style='color:red'>*</font>
</td>
<th width="15">工程项目地点</th>
<td width="35%">
<input id="gcxmdd" name="rfxm.gcxmdd" style="width:90%" datatype="*1-50" errormsg='此项为必填' maxlength="50" value="${rfxm.gcxmdd}"/>
<font style='color:red'>*</font>
</td>
</tr>
<tr>
<th width="15">地上建筑面积</th>
<td width="35%">
<input id="dsjzmj" name="rfxm.dsjzmj" style="width:90%" datatype="*1-50" errormsg='此项为必填' maxlength="50" value="${rfxm.dsjzmj}"/>
<font style='color:red'>*</font>
</td>
<th width="15">地下建筑面积</th>
<td width="35%">
<input id="dxjzmj" name="rfxm.dxjzmj" style="width:90%" datatype="*1-50" errormsg='此项为必填' maxlength="50" value="${rfxm.dxjzmj}"/>
<font style='color:red'>*</font>
</td>
</tr>
<tr>
<th width="15">建设单位联系人</th>
<td width="35%">
<input id="jsdwlxr" name="rfxm.jsdwlxr" style="width:90%" datatype="*1-50" errormsg='此项为必填' maxlength="50" value="${rfxm.jsdwlxr}"/>
<font style='color:red'>*</font>
</td>
<th width="15">联系电话</th>
<td width="35%">
<input id="lxdh" name="rfxm.lxdh" style="width:90%"<%-- onblur="checkDicType()"--%> value="${rfxm.lxdh}"/>
</td>
</tr>
</table>
<table width="100%" border="0">
<tr>
<td>审核</td>
</tr>
<tr>
<th width="15">代收单位经办人</th>
<td width="35%">
<input id="dsdwjbr" name="rfxm.dsdwjbr" style="width:36%" value="${rfxm.dsdwjbr}" readonly />
<%--<font style='color:red'>*</font>--%>
</td>
</tr>
<tr>
<th width="15">经办意见</th>
<td width="85%">
<textarea id="jbyj" name="rfxm.jbyj" style="width: 95%" >${rfxm.jbyj}</textarea>
</td>
</tr>
<%--<tr>
<th width="15">代收单位复核人</th>
<td width="35%">
<input id="dsdwfhr" name="rfxm.dsdwfhr" style="width:36%" value="${rfxm.dsdwfhr}" readonly />
&lt;%&ndash;<font style='color:red'>*</font>&ndash;%&gt;
</td>
</tr>
<tr>
<th width="15">复核意见</th>
<td width="85%">
<textarea id="fhyj" name="rfxm.fhyj" style="width:95%" readonly>${rfxm.fhyj}</textarea>
</td>
</tr>--%>
</table>
<table width="100%" border="0">
<tr>
<td colspan="4" height="100px" style="text-align:center">
<s:if test="flag=='edit'">
<a href="#" class="btn_01" type="submit">修改<b></b></a>&nbsp;
</s:if>
<a href="#" class="btn_01" onclick="parent.close_win('win_rfxm');">关闭<b></b></a>
</td>
</tr>
</table>
</form>
</div>
</div>
</div>
</body>
</html>
This diff is collapsed.
<%@ page import="com.jshx.core.utils.SysPropertiesUtil" %>
<%@ page import="java.io.File" %>
<%@ page import="com.jshx.common.utils.Constant" %>
<%@ page import="com.jshx.module.admin.entity.User" %>
<%@ page import="java.util.Map" %>
<%@page language="java" pageEncoding="UTF-8" isELIgnored="false"%>
<%@include file="/common/header.jsp"%>
<%
String filePath = SysPropertiesUtil.jdlj(request)+ File.separator+ "uploads" + File.separator + Constant.ZSLC_SFXX + File.separator;
User currUser = (User) request.getSession().getAttribute("curr_user");
Map permissions = currUser.getPermissions();
%>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>查看</title>
<%@include file="/common/jsLib.jsp"%>
<style type="text/css">
a:hover { color: #F00; text-decoration: underline; }/* 鼠标移动到链接上 */
</style>
<script type="text/javascript">
/*function addTabSfxx(row_Id){
var dt=new Date();
var rfxmid = $("#ids").val();
parent.addTab("sfxxTab","收费信息","/jsp/rfxm/rfxmSfxxDetail.action?rfxm.id="+rfxmid+"&rfxmJktzs.id="+row_Id+"&dt="+dt.getTime(),850,700);
}*/
function view(row_Id,status){
var dt=new Date();
var rfxmid = $("#ids").val();
if (status == 0) {
createSimpleWindow("win_rfxm_jktzs","查看详细信息","${ctx}/jsp/rfxm/rfxmJktzsView.action?rfxm.id="+rfxmid+"&rfxmJktzs.id="+row_Id+"&reviewTag=0&dt="+dt.getTime(),850,700);
}
if (status == 1) {
createSimpleWindow("win_rfxm_jktzs","查看详细信息","${ctx}/jsp/rfxm/rfxmJktzsView1.action?rfxm.id="+rfxmid+"&rfxmJktzs.id="+row_Id+"&reviewTag=1&dt="+dt.getTime(),850,700);
}
if (status == 2) {
createSimpleWindow("win_rfxm_jktzs","查看详细信息","${ctx}/jsp/rfxm/rfxmJktzsView2.action?rfxm.id="+rfxmid+"&rfxmJktzs.id="+row_Id+"&reviewTag=2&dt="+dt.getTime(),850,700);
}
}
<%-- 作废缴款通知书 --%>
function removeNotice(row_id) {
$.messager.confirm('提示', '你确定作废当前缴款通知书吗?此操作不可逆!', function (b) {
if (b) {
$.ajax({
url: "${ctx}/jsp/rfxm/removeNotice.action",
type: 'post',
dataType: 'json',
async: false,
data: {"rfxmJktzs.id" : row_id},
error: function () {
$.messager.alert('错误', '提交出错!');
},
success: function (data) {
if (data.result) {
$.messager.alert('提示',"作废缴款通知书成功");
window.location.reload();
} else {
$.messager.alert('提示',data.message);
}
}
});
}
})
}
function reloadDate(){
$('#pagination').datagrid('clearSelections');
search_rfxmJktzs();
}
<%-- 页面筛选查询 --%>
function search_rfxmJktzs(){
var queryParams = {
"ids": $("#ids").val()
};
console.info(queryParams);
$('#pagination').datagrid('options').queryParams = queryParams;
$('#pagination').datagrid('clearSelections');
$("#pagination").datagrid('load');
}
$(function(){
$('#pagination').datagrid($.extend(window.dg_cm_pp_2,{
title:'缴款通知列表',
url:'rfxmJktzsQuery.action',
queryParams:{
"ids": $("#ids").val()
},
frozenColumns:[[
// {field:'id',checkbox:true}
]],
columns:[[
{field:'op',title:'操作',width:130,align:'center',formatter:function(value,rec){
if (rec.invalidStatus == 0) {
return "<a class='btn_01_mini' onclick=view('"+rec.id+"','"+rec.statusCnjfhj+"') >查看<b></b></a>&nbsp;" +
"<c:if test='<%=permissions.containsKey("作废通知书")%>'>"+
"<a class='btn_01_mini' onclick=removeNotice('"+rec.id+"')>作废<b></b></a>"+
"</c:if>";
} else {
return "<a class='btn_01_mini' onclick=view('"+rec.id+"','"+rec.statusCnjfhj+"') >查看<b></b></a>&nbsp;";
}
}},
/*{field:'createTime',title:'创建时间',width:fixWidth(0.16)},*/
{field:'id',hidden:'true'},
{field:'accountDetail',title:'子账户账号',width:160},
{field:'jktzsbh',title:'缴费通知书编号',width:160},
{field:'dsdw',title:'代收单位',width:160},
{field:'ghxkzbh',title:'规划许可证编号',width:160},
{field:'yjhjje',title:'应缴金额合计',width:160},
{field:'invalidStatus',title:'是否作废',width:160, formatter:function (value, rec) {
if (rec.invalidStatus == 1) {
return "已作废";
} else {
return "已生成";
}
}},
{field:'cnjfhj',title:'承诺缴费环节',width:200,align:'center',/*formatter:function(value,rec){
if ("0" == rec.statusCnjfhj) {
return "施工许可前";
}
if ("1" == rec.statusCnjfhj) {
return "竣工验收前";
}
if ("2" == rec.statusCnjfhj) {
return "x日内";
}
}*/},
]],
toolbar:[/*,{
id:'btnadd',
text:'关联添加',
iconCls:'icon-add',
handler:function(){
addLinkedNew();
}
}*/]
}));
});
</script>
</head>
<body>
<%--<form name="myform" method="post">--%>
<div class="page_content">
<div class="box_01 submitdata">
<div class="inner12px">
<div class="cell" style="<%--width: ${tableWidth}--%>">
<table width="100%">
<input id="ids" type="hidden" value="${rfxm.id}">
<tr>
<td>账户信息</td>
</tr>
<tr>
<th width="15%">代收单位名称</th>
<td width="35%">${rfxm.dsdw}</td>
<th width="15%">代收单位层级</th>
<td width="35%">${rfxm.dsdwcj}</td>
</tr>
</table>
<table>
<tr>
<td width="15%">项目信息</td>
</tr>
<tr>
<th width="15%">项目代码</th>
<td width="35%" >${rfxm.xmdm}</td>
<th width="15%">信息一览表编号</th>
<td width="35%" >${rfxm.xxylbbh}</td>
</tr>
<tr>
<th width="15%">规划项目编号</th>
<td width="35%" >${rfxm.ghxmbh}</td>
<th width="15%">建设单位名称</th>
<td width="35%" >${rfxm.jsdwmc}</td>
</tr>
<tr>
<th width="15%" id='lianxidan'>规划许可证编号</th>
<td width="35%" >${rfxm.ghxkzbh}</td>
<th width="15%">规划许可证类型</th>
<td width="35%">${rfxm.ghxkzlx}</td>
</tr>
<tr>
<%--<th width="15%">规划许可证类型</th>
<td width="35%" >${rfxm.ghxkzlx}</td>--%>
<th width="15%">工程项目名称</th>
<td width="35%" >${rfxm.gcxmmc}</td>
<th width="15%">工程项目地点</th>
<td width="35%" >${rfxm.gcxmdd}</td>
</tr>
<tr>
<th width="15%">地上建筑面积</th>
<td width="35%" >${rfxm.dsjzmj}</td>
<th width="15%">地下建筑面积</th>
<td width="35%" >${rfxm.dxjzmj}</td>
</tr>
<tr>
<th width="15%">建设单位联系人</th>
<td width="35%" >${rfxm.jsdwlxr}</td>
<th width="15%">联系电话</th>
<td width="35%" >${rfxm.lxdh}</td>
</tr>
<tr>
</tr>
</table>
</div>
</div>
</div>
<div id="pagination" ></div>
</div>
<%--</form>--%>
</body>
</html>
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
<%@ page import="com.jshx.core.utils.SysPropertiesUtil" %>
<%@ page import="java.io.File" %>
<%@ page import="com.jshx.common.utils.Constant" %>
<%@ page import="org.joda.time.DateTime" %>
<%@page language="java" pageEncoding="UTF-8" isELIgnored="false"%>
<%@include file="/common/header.jsp"%>
<%
String filePath = SysPropertiesUtil.jdlj(request)+ File.separator+ "uploads" + File.separator + Constant.ZSLC_SFXX + File.separator;
request.setAttribute("n", "\n");
%>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>打印档案资料</title>
<%@include file="/common/jsLib.jsp"%>
<script type="text/javascript" src="${ctx}/webResources/js/jatoolPrinter.js"></script>
<style>
/*.f0{left:545px;top:135px}*/
.f0{left:350px;top:310px}/* 通知书编号 */
.f0_2{left:536px;top:134px}/* 通知书编号 */
.f1{left:265px;top:225px}/* 项目代码 */
.f2{left:350px;top:194px}/* 工程项目名称 */
.f3{left:265px;top:290px}/* 项目地点 */
.f4{left:350px;top:244px}/* 规划许可证编号 */
.f5{left:350px;top:278px}/* 规划项目编号 */
.f6{left:545px;top:325px}/* 建设单位联系人 */
.f7{left:545px;top:355px}/* 联系电话 */
/*配套费*/
.f8_0{left:570px;top:446px}/* 收费项目名称 */
.f9_0{left:350px;top:420px}/* 审核部门 */
.f10_0{left:450px;top:440px}/* 应缴金额明细 */
.f11_0{left:550px;top:440px}/* 备注 */
/*防空*/
.f8_1{left:570px;top:446px}/* 收费项目名称 */
.f9_1{left:350px;top:475px}/* 审核部门 */
.f10_1{left:450px;top:490px}/* 应缴金额明细 */
.f11_1{left:550px;top:490px}/* 备注 */
/*水土保持*/
.f8_2{left:570px;top:446px}/* 收费项目名称 */
.f9_2{left:350px;top:525px}/* 审核部门 */
.f10_2{left:450px;top:540px}/* 应缴金额明细 */
.f11_2{left:550px;top:540px}/* 备注 */
/*垃圾处理*/
.f8_3{left:570px;top:446px}/* 收费项目名称 */
.f9_3{left:350px;top:560px}/* 审核部门 */
.f10_3{left:450px;top:585px}/* 应缴金额明细 */
.f11_3{left:550px;top:585px}/* 备注 */
/*道路占用*/
.f8_4{left:570px;top:446px}/* 收费项目名称 */
.f9_4{left:350px;top:620px}/* 审核部门 */
.f10_4{left:450px;top:635px}/* 应缴金额明细 */
.f11_4{left:550px;top:635px}/* 备注 */
/*绿化*/
.f8_5{left:570px;top:446px}/* 收费项目名称 */
.f9_5{left:350px;top:670px}/* 审核部门 */
.f10_5{left:450px;top:680px}/* 应缴金额明细 */
.f11_5{left:550px;top:680px}/* 备注 */
/*考古*/
.f8_6{left:570px;top:446px}/* 收费项目名称 */
.f9_6{left:350px;top:730px}/* 审核部门 */
.f10_6{left:450px;top:730px}/* 应缴金额明细 */
.f11_6{left:550px;top:730px}/* 备注 */
.f12{left:450px;top:760px}/* 应缴金额合计 */
.f13{left:350px;top:345px}/* 子账户 */
.f14{left:140px;top:925px}/* 联系人 */
.f15{left:140px;top:950px}/* 联系电话 */
.f16{left:140px;top:975px}/* 监督电话 */
.f17{left:350px;top:136px}/* 建设单位名称 */
.f23_1{left:548px;top:996px} /* 年 */
.f24_1{left:615px;top:996px} /* 月 */
.f25_1{left:650px;top:996px} /* 日 */
#page1 DIV {
position: absolute
}
#page2 DIV {
position: absolute
}
.only_for_print{display: none}
</style>
<script type="text/javascript">
function doPrint(type) {
myDoc = {
settings: {
pageWidth: 2100,
pageHeight: 1400,
orientation: 1},
documents: document,
marginIgnored:true,
dragDesigner: {viewSource:true},
settingsID: 'mydoc3',
classesReplacedWhenPrint: new Array('.only_for_print{display:block}'),
copyrights: "杰创软件拥有版权 www.jatools.com"
}
var jatoolsPrinter = document.getElementById("jatoolsPrinter");
if("pre"==type){
jatoolsPrinter.printPreview(myDoc);
}else if("print"==type){
jatoolsPrinter.print(myDoc,true);
}
}
/*$(document).ready(function(){
doPrint('pre');
});*/
</script>
</head>
<body>
<div>
<table width="100%" border="0">
<tr>
<td colspan="4" height="100px" style="text-align:center">
<a href="#" class="btn_01" onclick="doPrint('pre')">打印档案预览<b></b></a>
<a href="#" class="btn_01" onclick="parent.close_win('win_rfxm_jktzs11');">关闭<b></b></a>
</td>
</tr>
</table>
</div>
<div id="page1" class='only_for_print pagestyle' style='width:210mm;height:140mm;position:relative;'>
<img src="${ctx}/webResources/images/jktzs_11.jpg" style="position:absolute;width:100%;height:100%"/>
<div id='f0' draggable='true' class='f0'>${rfxmJktzs.jktzsbh}</div>
<%--<div id='f1' draggable='true' class='f1'>${rfxmJktzs.jfdmwybh}</div>--%>
<div id='f2' draggable='true' class='f2'>${rfxmJktzs.gcxmmc}</div>
<%--<div id='f3' draggable='true' class='f3'>${rfxm.gcxmdd}</div>--%>
<div id='f4' draggable='true' class='f4'>${rfxmJktzs.ghxkzbh}</div>
<div id='f5' draggable='true' class='f5'>${rfxmJktzs.ghxmbh}</div>
<%--<div id='f7' draggable='true' class='f7'>${rfxm.lxdh}</div>--%>
<%--<div id='f12' draggable='true' class='f12'><fmt:formatNumber value='${rfxmJktzs.yjhjje}' pattern="#,##0.00#"/></div>--%>
<div id='f13' draggable='true' class='f13'>${rfxmJktzs.accountDetail}</div>
<%-- <div id='f14' draggable='true' class='f14'>${printerName}</div>
<div id='f15' draggable='true' class='f15'>68505246</div>
<div id='f16' draggable='true' class='f16'>83377920</div>--%>
<div id='f17' draggable='true' class='f17'>${rfxm.jsdwmc}</div>
<%--
<div id='f23_1' draggable='true' class='f23_1'><%=DateTime.now().getYear()%></div>
<div id='f24_1' draggable='true' class='f24_1'><%=DateTime.now().getMonthOfYear()%></div>
<div id='f25_1' draggable='true' class='f25_1'><%=DateTime.now().getDayOfMonth()%></div>--%>
</div>
<OBJECT ID="jatoolsPrinter" CLASSID="CLSID:B43D3361-D075-4BE2-87FE-057188254255"
codebase="/njzsb/plugin/jatoolsPrinter.cab#version=8,6,0,0" width="0" height="0">
</OBJECT>
</body>
</html>
This diff is collapsed.
......@@ -237,7 +237,9 @@
}
},
{ field: 'slbh', title: '缴款通知书编号', width: 150, align: 'center' },
{ field: 'zslxdbh', title: '缴款凭证编号', width: 150, align: 'center' }
{ field: 'zslxdbh', title: '缴款凭证编号', width: 150, align: 'center' },
{ field: 'sfxmlxdbh', title: '人防联系单号', width: 150, align: 'center' },
{ field: 'xxylbbh', title: '信息一览表编号', width: 150, align: 'center' }
]],
}));
......
<%@page language="java" pageEncoding="UTF-8" isELIgnored="false"%>
<%@include file="/common/header.jsp"%>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>项目管理</title>
<%@include file="/common/jsLib.jsp"%>
<script>
function reloadDate(){
$('#pagination').datagrid('clearSelections');
search_rfxm();
}
function edit(row_Id){
var dt=new Date();
createSimpleWindow("win_rfxm","项目复核","${ctx}/jsp/rfxm/rfxmReview.action?rfxm.id="+row_Id+"&dt="+dt.getTime(),900,650);
}
function view(row_Id){
var dt=new Date();
createSimpleWindow("win_rfxm","查看项目","${ctx}/jsp/rfxm/rfxmView.action?rfxm.id="+row_Id+"&dt="+dt.getTime(),850,550);
}
function del(){
var rows = $('#pagination').datagrid('getSelections');
var ids = "";
for(var i=0;i<rows.length;i++){
ids += rows[i].id+"|";
}
if(rows.length<1){
$.messager.alert('提示','至少选择一项删除!');
}else{
$.messager.confirm("删除","确定要删除吗?",function(result){
if(result){
$.ajax({
url : "sdjdDel.action",
type: 'post',
dataType: 'json',
async : false,
data:{
ids : ids
},
error: function(){
$.messager.alert('错误','删除时出错!');
},
success: function(data){
if(data.result){
$.messager.alert('提示','删除成功!');
search_sdjd();
}else{
$.messager.alert('错误','删除时出错!');
}
}
});
}
});
}
}
<%-- 页面筛选查询 --%>
function search_rfxm(){
var queryParams = {
"zzh.xmdm": $("#xmdm").val(),
"zzh.ghxkzbh": $("#ghxkzbh").val(),
"zzh.ghxmbh": $("#ghxmbh").val(),
"zzh.xxylbbh": $("#xxylbbh").val()
};
console.info(queryParams);
$('#pagination').datagrid('options').queryParams = queryParams;
$('#pagination').datagrid('clearSelections');
$("#pagination").datagrid('load');
}
$(function(){
$('#pagination').datagrid($.extend(window.dg_cm_pp_2,{
title:'项目管理列表',
url:'rfxmQueryReview.action',
queryParams:{
"rfxm.ghxmbh": $("#ghxmbh").val(),
"rfxm.xxylbbh": $("#xxylbbh").val(),
"rfxm.xmdm": $("#xmdm").val(),
"rfxm.ghxkzbh": $("#ghxkzbh").val()
},
frozenColumns:[[
// {field:'id',checkbox:true}
]],
columns:[[
{field:'op',title:'操作',width:100,formatter:function(value,rec){
if(rec.starts=='0'||rec.starts=='1'){
return "<a class='btn_01_mini' onclick=view('"+rec.id+"') >查看<b></b></a>&nbsp";
}
return "<a class='btn_01_mini' onclick=view('"+rec.id+"') >查看<b></b></a>&nbsp;<a class='btn_01_mini' onclick=edit('"+rec.id+"')>操作<b></b></a>";
}},
/*{field:'accountName',title:'子账户名称',width:180},
{field:'accountDetail',title:'子账户账号',width:180},
{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:'xmdm',title:'项目代码',width:160},
{field:'ghxkzbh',title:'规划许可证编号',width:160},
{field:'jsdwmc',title:'建设单位名称',width:160},
{field:'gcxmmc',title:'工程项目名称',width:160},
{field:'gcxmdd',title:'工程项目地点',width:160},
{field:'status',title:'项目状态',width:180,formatter:function(value,rec){
if(rec.status == '0'){
return "待复核";
}
if(rec.status == '1'){
return "已复核";
}
if(rec.status == '2'){
return "已退回";
}
}},
]],
toolbar:[/*{
id:'btnadd',
text:'添加',
iconCls:'icon-add',
handler:function(){
addNew();
}
},{
id:'btnadd',
text:'关联添加',
iconCls:'icon-add',
handler:function(){
addLinkedNew();
}
}*/]
}));
});
</script>
</head>
<body>
<div class="page_content">
<div class="box_01 submitdata">
<div class="inner12px">
<div class="cell boxBmargin12">
<table width="100%">
<tr>
<th width="15%">规划许可证编号</th>
<td width="35%"><input name="rfxm.ghxkzbh" id="ghxkzbh" value="${rfxm.ghxkzbh}" type="text"></td>
<th width="15%">项目代码</th>
<td width="35%"><input name="rfxm.xmdm" id="xmdm" value="${rfxm.xmdm}" type="text"></td>
</tr>
<tr>
<th width="15%">信息表编号</th>
<td width="35%"><input name="rfxm.xxylbbh" id="xxylbbh" value="${rfxm.accountName}" type="text"></td>
<th width="15%">规划项目编号</th>
<td width="35%"><input name="rfxm.ghxmbh" id="ghxmbh" value="${rfxm.ghxmbh}" type="text"></td>
</tr>
<%--
<tr>
<th width="15%">子账户状态</th>
<td width="35%">
<select name="rfxm.accountStatus" id="accountStatus" >
<option value="">请选择</option>
<option value="0">未激活</option>
<option value="1">已激活</option>
<option value="2">已作废</option>
<option value="3">已到账</option>
<option value="4">已缴销</option>
</select>
</td>
</tr>--%>
<tr>
<td colspan="4" align="center">
<a href="###" class="btn_01" onclick="search_rfxm()" >查询<b></b></a>&nbsp;
<!-- <a href="###" class="btn_01" onclick="search_sdjd(1)" >已复核项目<b></b></a>&nbsp; -->
<a href="###" class="btn_01" onclick="clear_form(document.myform);" >清空<b></b></a>&nbsp;
</td>
</tr>
</table>
</div>
<div id="pagination" >
</div>
</div>
</div>
</div>
</body>
</html>
......@@ -86,9 +86,9 @@
var val = $('#cnjfhj').val();
cnjfhj = val;
}
if (cnjfhj==undefined || cnjfhj=="") {
return;
}
// if (cnjfhj==undefined || cnjfhj=="") {
// return;
// }
if (!boolean1) {
$.messager.alert('提示', message);
return;
......@@ -112,16 +112,8 @@
},
success: function (data) {
if (data.result) {
// $("#yzjg").html('验证成功!');
// alert("验证成功");
$.messager.alert('提示',"验证成功");
abc="1";
$.messager.confirm("提交","确定提交吗?",function(result){
if(result){
document.myform1.action="rfxmSfxxSave.action";
document.myform1.submit();
}
});
document.myform1.action="rfxmSfxxSave.action";
document.myform1.submit();
} else {
abc="0";
// $("#yzjg").html('添加失败!'+data.message);
......
......@@ -79,21 +79,38 @@
}
<%-- 人防用章 --%>
function generateNotice(id){
$.messager.confirm("提示", "确认要人防用章?", function(result) {
if(result) {
$.ajax({
url : "${ctx}/jsp/rfxm/rfyz.action",
type: 'post',
dataType: 'json',
data:{
ids : id
},
async : false
});
$.messager.alert("提示","操作成功")
reloadDate()
$.ajax({
url: "${ctx}/jsp/rfxm/rfyzCheck.action",
type: 'post',
dataType: 'json',
async: false,
data: {ids : id},
error: function () {
$.messager.alert('错误', '提交出错!');
},
success: function (data) {
if (!data.result) {
$.messager.alert('提示',data.message);
} else {
$.messager.confirm("提示", "确认要人防用章?", function(result) {
if(result) {
$.ajax({
url : "${ctx}/jsp/rfxm/rfyz.action",
type: 'post',
dataType: 'json',
data:{
ids : id
},
async : false
});
$.messager.alert("提示","操作成功")
reloadDate()
}
});
}
}
});
}
function produceNotice(flag, row_id){
......@@ -265,17 +282,17 @@
<table width="100%" border="0">
<tr>
<td colspan="4" height="100px" style="text-align:center">
<c:if test="${!canRfyz}">
<c:if test="${rfxm.isRfyz == 1}">
<c:if test="${rfxm.isSbj==1}">
<a id="noticeBtn0" href="#" class="btn_01 nohover" disabled="true"
>人防费用章(市本级)<b></b></a>
<a id="noticeBtn0" href="#" class="btn_01 nohover">人防费已用章(市本级)<b></b></a>
</c:if>
<c:if test="${rfxm.isSbj!=1}">
<a id="noticeBtn0" href="#" class="btn_01 nohover" disabled="true"
>人防费用章(非市本级)<b></b></a>
<a id="noticeBtn0" href="#" class="btn_01 nohover">人防费已用章(非市本级)<b></b></a>
</c:if>
</c:if>
<c:if test="${canRfyz}">
<c:if test="${rfxm.isRfyz != 1}">
<c:if test="${rfxm.isSbj==1}">
<a id="noticeBtn0" href="#" class="btn_01"
onclick="generateNotice('${rfxm.id}');">人防费用章(市本级)<b></b></a>
......@@ -284,14 +301,9 @@
<a id="noticeBtn0" href="#" class="btn_01"
onclick="generateNotice('${rfxm.id}');">人防费用章(非市本级)<b></b></a>
</c:if>
</c:if>
</c:if>
<%--<a href="#" class="btn_01" onclick="generateNotice(1);">竣工前缴款<b></b></a>
<a href="#" class="btn_01" onclick="generateNotice(2);">N日内缴款<b></b></a>--%>
<%--<a href="#" class="btn_01" onclick="parent.close_win('win_rfxm');">关闭<b></b></a>--%>
</td>
</tr>
</table>
......
......@@ -73,9 +73,7 @@
var val = $('#cnjfhj').val();
cnjfhj = val;
}
if (cnjfhj==undefined || cnjfhj=="") {
return;
}
if (!boolean1) {
$.messager.alert('提示', message);
return;
......@@ -85,37 +83,36 @@
var dsdw = $('#dsdw') .val();
var sfxmmc = $('#sfxmmcselect option:selected') .val();//选中的值
var shbm = $('#shbmselect option:selected') .val();//选中的值
$.ajax({
async: false,
url: "${ctx}/jsp/rfxm/rfxmSfxxCheck.action?flag=edit",
type: 'post',
dataType: 'json',
async: false,
data: {rfxmid : "${rfxm.id}", "ids" : "${rfxm.id}","rfxmsfxx.id":ids, "rfxmsfxx.cnjfhj":cnjfhj, "rfxmsfxx.yzsqy":yzsqy, "rfxmsfxx.dsdw":dsdw, "rfxmsfxx.sfxmmc":sfxmmc, "rfxmsfxx.shbm":shbm},
error: function () {
$.messager.alert('错误', '提交出错!');
},
success: function (data) {
if (data.result) {
// $("#yzjg").html('验证成功!');
$.messager.alert('提示','验证成功');
abc="1";
$.messager.confirm("提交","确定提交吗?",function(result){
if(result){
document.myform1.action="rfxmSfxxEdit1.action";
document.myform1.submit();
}
parent.close_win();
reloadData();
});
} else {
abc="0";
// $("#yzjg").html('添加失败!'+data.message);
$.messager.alert('错误', '验证失败,'+data.message);
return;
}
}
});
document.myform1.action="rfxmSfxxEdit1.action";
document.myform1.submit();
<%--$.ajax({--%>
<%-- async: false,--%>
<%-- url: "${ctx}/jsp/rfxm/rfxmSfxxCheck.action?flag=edit",--%>
<%-- type: 'post',--%>
<%-- dataType: 'json',--%>
<%-- async: false,--%>
<%-- data: {rfxmid : "${rfxm.id}", "ids" : "${rfxm.id}","rfxmsfxx.id":ids, "rfxmsfxx.cnjfhj":cnjfhj, "rfxmsfxx.yzsqy":yzsqy, "rfxmsfxx.dsdw":dsdw, "rfxmsfxx.sfxmmc":sfxmmc, "rfxmsfxx.shbm":shbm},--%>
<%-- error: function () {--%>
<%-- $.messager.alert('错误', '提交出错!');--%>
<%-- },--%>
<%-- success: function (data) {--%>
<%-- if (data.result) {--%>
<%-- abc="1";--%>
<%-- $.messager.confirm("提交","确定提交吗?",function(result){--%>
<%-- if(result){--%>
<%-- --%>
<%-- }--%>
<%-- parent.close_win();--%>
<%-- reloadData();--%>
<%-- });--%>
<%-- } else {--%>
<%-- abc="0";--%>
<%-- // $("#yzjg").html('添加失败!'+data.message);--%>
<%-- $.messager.alert('错误', '验证失败,'+data.message);--%>
<%-- return;--%>
<%-- }--%>
<%-- }--%>
<%--});--%>
/*}*/
}
function getShbmBySfxmmc() {
......@@ -315,22 +312,26 @@
</td>
</tr>
<tr>
<th width="15">缴费承诺环节</th>
<c:if test="${rxfm.paymentLink =='1'}">
<th width="15">缴费承诺环节${rfxmsfxx.tqjn}</th>
<c:if test="${rfxm.paymentLink ==1}">
<td width="35%">
施工许可前
</td>
</c:if>
<c:if test="${rxfm.paymentLink =='3'}">
<c:if test="${rfxm.paymentLink ==3}">
<td width="35%">
30日内
</td>
<th width="15">提前缴纳配套费</th>
<c:if test="${rfxmsfxx.tqjn =='0'}">
<c:if test="${rfxmsfxx.tqjn == '0'}">
<td width="35%">
</td>
</c:if>
<c:if test="${rfxmsfxx.tqjn =='1'}">
<c:if test="${rfxmsfxx.tqjn == '1'}">
<td width="35%">
</td>
</c:if>
</c:if>
</tr>
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
......@@ -1025,7 +1025,7 @@ public class PaymentVoucherAction extends BaseAction
if(null != xmxxb){
if(!"0".equals(xmxxb.getIssptg())){
result = false;
message = "该项目审批未通过,暂时无法打印!";
message = "该项目审批未通过,暂时无法生成凭证!";
}else{
//判断此项目是否解锁,若解锁则无需判断此单位的催缴记录(业务要求:有催缴记录的单位未缴清费用之前所有项目不允许打印)
if(!Constant.STATUS_LOCK_2.equals(paymentItemHis.getLockFlag())){
......@@ -1062,7 +1062,7 @@ public class PaymentVoucherAction extends BaseAction
if(!Constant.STATUS_LOCK_2.equals(paymentItemHis.getLockFlag())){
if(hasDelayProject(paymentItemHis.getDwmc())){
result = false;
message = "该单位有逾期未缴清的项目,暂时无法打印!";
message = "该单位有逾期未缴清的项目,暂时无法生成凭证!";
}
}
}
......
......@@ -2159,6 +2159,7 @@ public class GzlScheduleAction extends BaseAction {
yjk.setIsPrintJfpz("0");//默认缴费凭证未打印
yjk.setYzsFlag(2);
paymentItemPendingService.delete(djkys.getId());
yjk.setJbr(this.getLoginUser().getDisplayName());
paymentItemHisService.save(yjk);
xmb.setIsyjkrk("0");
xmxxbService.update(xmb);
......
......@@ -279,6 +279,9 @@ public class PaymentItemHis extends BaseModel
*/
private String isCreateJfpz;
/** 生成缴费凭证时间 */
protected Date jfpzTime;
/**
* 是否财务用章
*/
......@@ -953,4 +956,12 @@ public class PaymentItemHis extends BaseModel
public void setJbr(String jbr) {
this.jbr = jbr;
}
public Date getJfpzTime() {
return jfpzTime;
}
public void setJfpzTime(Date jfpzTime) {
this.jfpzTime = jfpzTime;
}
}
......@@ -290,6 +290,7 @@ public class PaymentItemHisAction extends BaseAction
model.setIsCreateJfpz("1");
model.setIsCwyz("0");
model.setZslxdbh(paymentItemHisService.getPzbh() + 1 + "");//取出历史最大 + 1
model.setJfpzTime(new Date());
paymentItemHisService.update(model);
this.getResponse().getWriter().println("{\"result\":true,\"zslxdbh\":\"" + model.getZslxdbh() + "\",\"mjyj\":\"" + model.getMjyj() + "\"}");
}
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
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