Commit 461bc57e authored by houyu's avatar houyu

日期

parent 7b2c23f5
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
<%@include file="/common/header.jsp"%> <%@include file="/common/header.jsp"%>
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<style>
</style>
<title>非税借口同步信息管理</title> <title>非税借口同步信息管理</title>
<%@include file="/common/jsLib.jsp"%> <%@include file="/common/jsLib.jsp"%>
<script> <script>
...@@ -154,23 +157,48 @@ ...@@ -154,23 +157,48 @@
<table width="100%"> <table width="100%">
<tr> <tr>
<th width="15%">受理编号</th> <th width="15%">受理编号</th>
<td width="35%"><input name="fstzsXm.slbh" id="slbh" value="" type="text"></td> <td width="12%"><input name="fstzsXm.slbh" id="slbh" value="" type="text"></td>
<th width="15%">应缴金领</th> <th width="15%">缴款码</th>
<td width="35%"><input name="fstzsXm.yjje" id="yjje" value="" type="text"></td> <td width="12%"><input name="fstzsXm.yjje" id="yjje" value="" type="text"></td>
<th width="15%">应缴金额</th>
<td width="12%"><input name="fstzsXm.slbh" id="slbh" value="" type="text"></td>
<th width="15%">非税通知书状态</th>
<td width="12%"><select name="rfxm.accountStatus" id="accountStatus" >
<option value="">请选择</option>
<option value="0">正常</option>
<option value="1">已缴款</option>
<option value="2">已作废</option>
</select></td>
</tr> </tr>
<tr> <tr>
<th width="15%">工程项目名称</th> <th width="15%">工程项目名称</th>
<td width="35%"><input name="fstzsXm.gcxmmc" id="gcxmmc" value="" type="text"></td> <td width="12%"><input name="fstzsXm.gcxmmc" id="gcxmmc" value="" type="text"></td>
<th width="15%">建设单位名称</th> <th width="12%">建设单位名称</th>
<td width="35%"><input name="fstzsXm.jsdwmc" id="jsdwmc" value="" type="text"></td> <td width="12%"><input name="fstzsXm.jsdwmc" id="jsdwmc" value="" type="text"></td>
<th width="15%">通知书开具时间</th>
<td width="12%" style="border-right: none;position: relative"> <input name="rfxmsfxx.fkTime" id="kprq" style="width: 90%"
type="text" class="Wdate" value="${item1.kprq}"
onfocus="WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})" datatype="*1-30" errormsg='此项为必填'>
<span style="position: relative;right: -8px">-</span>
</td>
<td width="12%" style="border-left: none">
<input name="rfxmsfxx.fkTime" id="kprq1" style="width:90%"
type="text" class="Wdate" value="${item1.kprq}"
onfocus="WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})" datatype="*1-30" errormsg='此项为必填'>
</td>
</tr> </tr>
<tr>
<td colspan="4" align="center"> <tr >
<td colspan="8" align="center">
<a href="###" class="btn_01" onclick="search_fstzs()" >查询<b></b></a>&nbsp; <a href="###" class="btn_01" onclick="search_fstzs()" >查询<b></b></a>&nbsp;
<a href="###" class="btn_01" onclick="clear_form(document.myform);" >清空<b></b></a>&nbsp; <a href="###" class="btn_01" onclick="clear_form(document.myform);" >清空<b></b></a>&nbsp;
</td> </td>
</tr> </tr>
</table> </table>
</div> </div>
<div id="pagination" > <div id="pagination" >
......
...@@ -2,116 +2,151 @@ ...@@ -2,116 +2,151 @@
<%@include file="/common/header.jsp"%> <%@include file="/common/header.jsp"%>
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>非税借口同步信息管理</title> <title>非税借口同步信息管理</title>
<%@include file="/common/jsLib.jsp"%> <%@include file="/common/jsLib.jsp"%>
<script> <script>
function search_fstzs(){ function search_fstzs(){
var queryParams = { var queryParams = {
"fstzs.slbh": $("#slbh").val(), "fstzs.slbh": $("#slbh").val(),
"fstzs.dwmc": $("#dwmc").val(), "fstzs.dwmc": $("#dwmc").val(),
"fstzs.xmmc": $("#xmmc").val(), "fstzs.xmmc": $("#xmmc").val(),
"fstzs.yjje": $("#yjje").val(), "fstzs.yjje": $("#yjje").val(),
"fstzs.jkm": $("#jkm").val(), "fstzs.jkm": $("#jkm").val(),
"fstzs.status": $("#status").val(), "fstzs.status": $("#status").val(),
}; };
$('#pagination').datagrid('options').queryParams = queryParams; $('#pagination').datagrid('options').queryParams = queryParams;
$('#pagination').datagrid('clearSelections'); $('#pagination').datagrid('clearSelections');
$("#pagination").datagrid('load'); $("#pagination").datagrid('load');
} }
$(function(){ $(function(){
$('#pagination').datagrid($.extend(window.dg_cm_pp,{ $('#pagination').datagrid($.extend(window.dg_cm_pp,{
title:'已缴款非税通知书列表', title:'已缴款非税通知书列表',
url:'${ctx}/jsp/fstzs/fstzsList.action?status=2', url:'${ctx}/jsp/fstzs/fstzsList.action?status=2',
queryParams:{ queryParams:{
"fstzs.slbh": $("#slbh").val(), "fstzs.slbh": $("#slbh").val(),
"fstzs.dwmc": $("#dwmc").val(), "fstzs.dwmc": $("#dwmc").val(),
"fstzs.xmmc": $("#xmmc").val(), "fstzs.xmmc": $("#xmmc").val(),
"fstzs.yjje": $("#yjje").val(), "fstzs.yjje": $("#yjje").val(),
"fstzs.jkm": $("#jkm").val(), "fstzs.jkm": $("#jkm").val(),
"fstzs.status": $("#status").val(), "fstzs.status": $("#status").val(),
}, },
frozenColumns:[[ frozenColumns:[[
{field:'id',checkbox:true} {field:'id',checkbox:true}
]], ]],
columns:[[ columns:[[
{field:'op',title:'操作',width:80,align:'center',formatter:function(value,rec){ {field:'op',title:'操作',width:80,align:'center',formatter:function(value,rec){
var result = ""; var result = "";
if(rec.isKp == 0) { if(rec.isKp == 0) {
result += "<a class='btn_01_mini' onclick=kaipiao('"+rec.id+"') >开票<b></b></a>"; result += "<a class='btn_01_mini' onclick=kaipiao('"+rec.id+"') >开票<b></b></a>";
} }
return result; return result;
}}, }},
{field:'jkm',title:'缴款码',width:100}, {field:'jkm',title:'缴款码',width:100},
{field:'bzrq',title:'编制日期',width:100}, {field:'bzrq',title:'编制日期',width:100},
{field:'slbh',title:'受理编号',width:100}, {field:'slbh',title:'受理编号',width:100},
{field:'jsdwmc',title:'建设单位名称',width:100}, {field:'jsdwmc',title:'建设单位名称',width:100},
{field:'gcxmmc',title:'工程项目名称',width:100}, {field:'gcxmmc',title:'工程项目名称',width:100},
{field:'jkr',title:'缴款人',width:100}, {field:'jkr',title:'缴款人',width:100},
{field:'yjje',title:'金额',width:100}, {field:'yjje',title:'金额',width:100},
{field:'pjdm',title:'票据代码',width:100}, {field:'pjdm',title:'票据代码',width:100},
{field:'jksh',title:'缴款书号',width:100}, {field:'jksh',title:'缴款书号',width:100},
{field:'dzph',title:'相关电子票号',width:100}, {field:'dzph',title:'相关电子票号',width:100},
{field:'isKp',title:'开票状态',width:100,formatter: function (value, row, index){ {field:'isKp',title:'开票状态',width:100,formatter: function (value, row, index){
if (value == 0) return "未开票"; if (value == 0) return "未开票";
return "已开票"; return "已开票";
}}, }},
{field:'isJk',title:'缴款状态',width:100,formatter: function (value, row, index){ {field:'isJk',title:'缴款状态',width:100,formatter: function (value, row, index){
if (value == 0) return "未缴款"; if (value == 0) return "未缴款";
return "已缴款"; return "已缴款";
}}, }},
{field:'jkTime',title:'缴款日期',width:100}, {field:'jkTime',title:'缴款日期',width:100},
{field:'jkqd',title:'缴款渠道',width:100} {field:'jkqd',title:'缴款渠道',width:100}
]], ]],
toolbar:[{ toolbar:[{
id:'btnkaipiao', id:'btnkaipiao',
text:'批量开票', text:'批量开票',
iconCls:'icon-ok', iconCls:'icon-ok',
handler:function(){ handler:function(){
addNew(); addNew();
} }
} }
] ]
})); }));
}); });
</script> </script>
</head> </head>
<body> <body>
<div class="page_content"> <div class="page_content">
<div class="box_01 submitdata"> <div class="box_01 submitdata">
<div class="inner12px"> <div class="inner12px">
<div class="cell boxBmargin12"> <div class="cell boxBmargin12">
<table width="100%"> <table width="100%">
<tr> <tr>
<th width="15%">受理编号</th> <th width="15%">受理编号</th>
<td width="35%"><input name="fstzsXm.slbh" id="slbh" value="" type="text"></td> <td width="12%"><input name="fstzsXm.slbh" id="slbh" value="" type="text"></td>
<th width="15%">应缴金领</th> <th width="15%">缴款码</th>
<td width="35%"><input name="fstzsXm.yjje" id="yjje" value="" type="text"></td> <td width="12%"><input name="fstzsXm.yjje" id="yjje" value="" type="text"></td>
</tr> <th width="15%">应缴金额</th>
<tr> <td width="12%"><input name="fstzsXm.slbh" id="slbh" value="" type="text"></td>
<th width="15%">工程项目名称</th> <th width="15%">非税通知书状态</th>
<td width="35%"><input name="fstzsXm.gcxmmc" id="gcxmmc" value="" type="text"></td> <td width="12%"><select name="rfxm.accountStatus" id="accountStatus" >
<th width="15%">建设单位名称</th> <option value="">请选择</option>
<td width="35%"><input name="fstzsXm.jsdwmc" id="jsdwmc" value="" type="text"></td> <option value="0">正常</option>
</tr> <option value="1">已缴款</option>
<tr> <option value="2">已作废</option>
<td colspan="4" align="center">
<a href="###" class="btn_01" onclick="search_fstzs()" >查询<b></b></a>&nbsp; </select></td>
<a href="###" class="btn_01" onclick="clear_form(document.myform);" >清空<b></b></a>&nbsp; </tr>
</td> <tr>
</tr> <th width="15%">工程项目名称</th>
</table> <td width="12%"><input name="fstzsXm.gcxmmc" id="gcxmmc" value="" type="text"></td>
</div> <th width="12%">建设单位名称</th>
<td width="12%"><input name="fstzsXm.jsdwmc" id="jsdwmc" value="" type="text"></td>
<div id="pagination" > <th width="12%">开票状态</th>
</div>
</div> <td width="12%">
</div> <select name="rfxm.accountStatus" id="accountStatus" >
</div> <option value="">请选择</option>
<option value="0">未开票</option>
<option value="1">已开票</option>
</select>
</td>
</tr>
<tr>
<th width="15%">通知书开具时间</th>
<td width="12%" style="border-right: none;position: relative"> <input name="rfxmsfxx.fkTime" id="kprq" style="width: 90%"
type="text" class="Wdate" value="${item1.kprq}"
onfocus="WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})" datatype="*1-30" errormsg='此项为必填'>
<span style="position: relative;right: -8px">-</span>
</td>
<td width="12%" style="border-left: none">
<input name="rfxmsfxx.fkTime" id="kprq1" style="width:90%"
type="text" class="Wdate" value="${item1.kprq}"
onfocus="WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})" datatype="*1-30" errormsg='此项为必填'>
</td>
</tr>
<tr >
<td colspan="8" align="center">
<a href="###" class="btn_01" onclick="search_fstzs()" >查询<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> </body>
</html> </html>
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