Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
Z
zxtb_to_ssfwpt
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Bugzilla
Bugzilla
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
卢世豪
zxtb_to_ssfwpt
Commits
e6305b4f
Commit
e6305b4f
authored
Oct 24, 2020
by
刘明珠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
解决切月,读取征管数据多次调用问题
parent
4f26eeaf
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
136 additions
and
239 deletions
+136
-239
index.html
jsp/aKeyTax/index.html
+18
-41
aKeyTaxList.js
static/biz/aKeyTaxList.js
+118
-198
No files found.
jsp/aKeyTax/index.html
View file @
e6305b4f
...
@@ -10,29 +10,29 @@
...
@@ -10,29 +10,29 @@
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge,chrome=1"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge,chrome=1"
>
<!-- IOS6全屏 Chrome高版本全屏 -->
<!-- IOS6全屏 Chrome高版本全屏 -->
<meta
http-equiv=
"X-UA-Compatible"
content=
"edge"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"edge"
>
<link
href=
"
../..
/static/tools/css/bootstrap.css?v=1.1"
rel=
"stylesheet"
>
<link
href=
"
/web/onlineReport
/static/tools/css/bootstrap.css?v=1.1"
rel=
"stylesheet"
>
<!--滚动条-->
<!--滚动条-->
<link
rel=
"stylesheet"
href=
"
../..
/static/tools/css/scroll.css"
/>
<link
rel=
"stylesheet"
href=
"
/web/onlineReport
/static/tools/css/scroll.css"
/>
<!--table样式-->
<!--table样式-->
<link
rel=
"stylesheet"
href=
"
../..
/static/tools/css/table.css"
/>
<link
rel=
"stylesheet"
href=
"
/web/onlineReport
/static/tools/css/table.css"
/>
<!--样式-->
<!--样式-->
<link
rel=
"stylesheet"
href=
"
../..
/static/tools/css/encapsulation.css"
/>
<link
rel=
"stylesheet"
href=
"
/web/onlineReport
/static/tools/css/encapsulation.css"
/>
<!--时间插件-->
<!--时间插件-->
<link
rel=
"stylesheet"
href=
"
../..
/static/tools/js/My97DatePicker/skin/WdatePicker.css"
/>
<link
rel=
"stylesheet"
href=
"
/web/onlineReport
/static/tools/js/My97DatePicker/skin/WdatePicker.css"
/>
<!--declare-->
<!--declare-->
<link
rel=
"stylesheet"
href=
"
../..
/static/css/declare/declare.css"
/>
<link
rel=
"stylesheet"
href=
"
/web/onlineReport
/static/css/declare/declare.css"
/>
<!-- 页面自定义样式 -->
<!-- 页面自定义样式 -->
<title>
在线填报
</title>
<title>
在线填报
</title>
</head>
</head>
<script>
<script>
document
.
write
(
"<script type='text/javascript' src='
../..
/static/config.js?time="
+
Math
.
random
()
+
"'></"
+
"script"
+
">"
)
document
.
write
(
"<script type='text/javascript' src='
/web/onlineReport
/static/config.js?time="
+
Math
.
random
()
+
"'></"
+
"script"
+
">"
)
</script>
</script>
<body>
<body>
<div
style=
"background-color:#FFFFFF;"
>
<div
style=
"background-color:#FFFFFF;"
>
<div
style=
"padding: 25px;"
>
<div
style=
"padding: 25px;"
>
<div
class=
"div-border"
style=
"padding-bottom: 20px;height: 60px;"
>
<div
class=
"div-border"
style=
"padding-bottom: 20px;height: 60px;"
>
<img
style=
"float:left;display:block"
src=
"
../..
/static/tools/images/zxtb.png"
>
<img
style=
"float:left;display:block"
src=
"
/web/onlineReport
/static/tools/images/zxtb.png"
>
<span
style=
"float:left;display:block;margin-left: 10px;margin-top: 9px;top: 10px;"
<span
style=
"float:left;display:block;margin-left: 10px;margin-top: 9px;top: 10px;"
class=
"span-title"
>
重点税源
</span>
class=
"span-title"
>
重点税源
</span>
</div>
</div>
...
@@ -47,7 +47,7 @@
...
@@ -47,7 +47,7 @@
<input
id=
"toExamine"
class=
"btn btn-primary tdDong-btn"
<input
id=
"toExamine"
class=
"btn btn-primary tdDong-btn"
style=
"margin-right: 10px;height: 32px;margin-top: 5px;float: right;"
style=
"margin-right: 10px;height: 32px;margin-top: 5px;float: right;"
type=
"button"
value=
"审核"
/>
type=
"button"
value=
"审核"
/>
<input
id=
"re
set
"
class=
"btn btn-primary tdDong-btn"
<input
id=
"re
adData
"
class=
"btn btn-primary tdDong-btn"
style=
"margin-right: 10px;height: 32px;margin-top: 5px;float: right;"
style=
"margin-right: 10px;height: 32px;margin-top: 5px;float: right;"
type=
"button"
value=
"读取征管数据"
/>
type=
"button"
value=
"读取征管数据"
/>
</div>
</div>
...
@@ -65,7 +65,7 @@
...
@@ -65,7 +65,7 @@
<div
class=
"font-clo"
style=
"padding-top: 20px;"
>
<div
class=
"font-clo"
style=
"padding-top: 20px;"
>
<div
style=
"font-size:12px"
>
温馨提示:
</div>
<div
style=
"font-size:12px"
>
温馨提示:
</div>
<div
class=
"reminder"
><span
class=
"span-font-size"
>
1、如近期有税费种认定、纳税人资格、备案等发生变动,页面展现清册与实际所需不符的,
</span></div>
<div
class=
"reminder"
><span
class=
"span-font-size"
>
1、如近期有税费种认定、纳税人资格、备案等发生变动,页面展现清册与实际所需不符的,
</span></div>
<div
class=
"reminder"
><span
class=
"span-font-size"
>
请点此处
“
<label
for=
"re
set
"
id=
"reset1"
<div
class=
"reminder"
><span
class=
"span-font-size"
>
请点此处
“
<label
for=
"re
adData
"
id=
"reset1"
class=
"label_declare"
>
重置申报清册
</label>
”
对该户清册进行重新生成。
</span>
class=
"label_declare"
>
重置申报清册
</label>
”
对该户清册进行重新生成。
</span>
</div>
</div>
<div
class=
"reminder"
><span
<div
class=
"reminder"
><span
...
@@ -95,35 +95,12 @@
...
@@ -95,35 +95,12 @@
</body>
</body>
<script
src=
"../../static/tools/js/jquery-1.11.3.js?v=1.1"
></script>
<script
src=
"/web/onlineReport/static/tools/js/jquery-1.11.3.js?v=1.1"
></script>
<script
src=
"../../static/js/tax/tool.js"
></script>
<script
src=
"/web/onlineReport/static/tools/js/jquery.nicescroll.js?v=1.1"
></script>
<script
src=
"../../static/tools/js/jquery.nicescroll.js?v=1.1"
></script>
<script
src=
"/web/onlineReport/static/js/tax/tool.js"
></script>
<script
src=
"../../static/tools/js/bootstrap.js?v=1.1"
></script>
<script
src=
"/web/onlineReport/static/tools/js/bootstrap.js?v=1.1"
></script>
<script
src=
"../../static/tools/js/encapsulation.js?v=1.3"
></script>
<script
src=
"/web/onlineReport/static/tools/js/minScroll.js?v=1.1"
></script>
<script
src=
"../../static/tools/js/minScroll.js?v=1.1"
></script>
<script
src=
"/web/onlineReport/static/tools/js/My97DatePicker/WdatePicker.js?v=1.1"
></script>
<script
src=
"../../static/tools/js/My97DatePicker/WdatePicker.js?v=1.1"
></script>
<script
src=
"/web/onlineReport/static/tools/js/encapsulation.js?v=1.3"
></script>
<script
src=
"/web/onlineReport/static/biz/aKeyTaxList.js?v=1.0"
></script>
<script
src=
"../../static/biz/aKeyTaxList.js?v=1.0"
></script>
<script>
//
<!--
// 使用 el 表达式,将返回的信息写到此处,然后调用页面绘制方法绘制页面
// var companyInfo = ${json};
// if (companyInfo.success) {
// var initpage = initPage(companyInfo.bean);
// $("#getInputValue").on("focus", function() {
// WdatePicker({
// isShowClear:false,
// dateFmt: 'yyyy-MM',
// onpicking: function(dp){
// initpage.changeDate(this, dp);
// }
// });
// });
// } else {
// alertWarning("请求失败!");
// // 弹出错误对话框
// }
</script>
</html>
</html>
\ No newline at end of file
static/biz/aKeyTaxList.js
View file @
e6305b4f
This diff is collapsed.
Click to expand it.
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