Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
N
njzsb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
徐州
njzsb
Commits
461bc57e
Commit
461bc57e
authored
Nov 18, 2022
by
houyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
日期
parent
7b2c23f5
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
81 additions
and
18 deletions
+81
-18
Fstzs_Yjh.jsp
WebRoot/WEB-INF/pages/fstzs/Fstzs_Yjh.jsp
+36
-8
Fstzs_Yjk.jsp
WebRoot/WEB-INF/pages/fstzs/Fstzs_Yjk.jsp
+45
-10
No files found.
WebRoot/WEB-INF/pages/fstzs/Fstzs_Yjh.jsp
View file @
461bc57e
...
...
@@ -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>
<a
href=
"###"
class=
"btn_01"
onclick=
"clear_form(document.myform);"
>
清空
<b></b></a>
</td>
</tr>
</table>
</div>
<div
id=
"pagination"
>
...
...
WebRoot/WEB-INF/pages/fstzs/Fstzs_Yjk.jsp
View file @
461bc57e
...
...
@@ -2,7 +2,7 @@
<
%@
include
file=
"/common/header.jsp"
%
>
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<head>
<title>
非税借口同步信息管理
</title>
<title>
非税借口同步信息管理
</title>
<
%@
include
file=
"/common/jsLib.jsp"
%
>
<script>
...
...
@@ -81,7 +81,7 @@
</script>
</head>
<body>
<div
class=
"page_content"
>
<div
class=
"page_content"
>
<div
class=
"box_01 submitdata"
>
<div
class=
"inner12px"
>
...
...
@@ -89,21 +89,56 @@
<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=
"12%"
>
开票状态
</th>
<td
width=
"12%"
>
<select
name=
"rfxm.accountStatus"
id=
"accountStatus"
>
<option
value=
""
>
请选择
</option>
<option
value=
"0"
>
未开票
</option>
<option
value=
"1"
>
已开票
</option>
</select>
</td>
</tr>
<tr>
<td
colspan=
"4"
align=
"center"
>
<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>
<a
href=
"###"
class=
"btn_01"
onclick=
"clear_form(document.myform);"
>
清空
<b></b></a>
</td>
</tr>
</table>
</div>
...
...
@@ -112,6 +147,6 @@
</div>
</div>
</div>
</div>
</div>
</body>
</html>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment