Commit 461bc57e authored by houyu's avatar houyu

日期

parent 7b2c23f5
......@@ -2,6 +2,9 @@
<%@include file="/common/header.jsp"%>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style>
</style>
<title>非税借口同步信息管理</title>
<%@include file="/common/jsLib.jsp"%>
<script>
......@@ -154,23 +157,48 @@
<table width="100%">
<tr>
<th width="15%">受理编号</th>
<td width="35%"><input name="fstzsXm.slbh" id="slbh" value="" type="text"></td>
<th width="15%">应缴金领</th>
<td width="35%"><input name="fstzsXm.yjje" id="yjje" value="" type="text"></td>
<td width="12%"><input name="fstzsXm.slbh" id="slbh" value="" type="text"></td>
<th width="15%">缴款码</th>
<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>
<th width="15%">工程项目名称</th>
<td width="35%"><input name="fstzsXm.gcxmmc" id="gcxmmc" value="" type="text"></td>
<th width="15%">建设单位名称</th>
<td width="35%"><input name="fstzsXm.jsdwmc" id="jsdwmc" value="" type="text"></td>
<td width="12%"><input name="fstzsXm.gcxmmc" id="gcxmmc" value="" type="text"></td>
<th width="12%">建设单位名称</th>
<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>
<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="clear_form(document.myform);" >清空<b></b></a>&nbsp;
</td>
</tr>
</table>
</div>
<div id="pagination" >
......
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