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
1c504f18
Commit
1c504f18
authored
Oct 25, 2021
by
yangyuxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
财产行为税企业所得税综合申报套餐
parent
69451dda
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
637 additions
and
7 deletions
+637
-7
index.html
jsp/zhsbtc/index.html
+138
-0
zhsbtc_grid.js
static/biz/zhsbtc_grid.js
+472
-0
table.css
static/tools/css/table.css
+6
-0
encapsulation.js
static/tools/js/encapsulation.js
+21
-7
No files found.
jsp/zhsbtc/index.html
0 → 100644
View file @
1c504f18
<!doctype html>
<html>
<head>
<meta
charset=
'UTF-8'
>
<!-- 让360双核浏览器用webkit内核渲染页面-->
<meta
name=
"renderer"
content=
"webkit"
>
<meta
name=
renderer
content=
webkit
>
<!-- 让IE浏览器用最高级内核渲染页面 还有用 Chrome 框架的页面用webkit 内核 -->
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge,chrome=1"
>
<!-- IOS6全屏 Chrome高版本全屏 -->
<meta
http-equiv=
"X-UA-Compatible"
content=
"edge"
>
<link
href=
"../../static/tools/css/bootstrap.css?v=1.1"
rel=
"stylesheet"
>
<!--滚动条-->
<link
rel=
"stylesheet"
href=
"../../static/tools/css/scroll.css"
/>
<!--table样式-->
<link
rel=
"stylesheet"
href=
"../../static/tools/css/table.css"
/>
<!--样式-->
<link
rel=
"stylesheet"
href=
"../../static/tools/css/encapsulation.css"
/>
<!--时间插件-->
<link
rel=
"stylesheet"
href=
"../../static/tools/js/My97DatePicker/skin/WdatePicker.css"
/>
<!--declare-->
<link
rel=
"stylesheet"
href=
"../../static/css/declare/declare.css"
/>
<!-- 页面自定义样式 -->
<title>
在线填报
</title>
</head>
<script>
document
.
write
(
"<script type='text/javascript' src='../../static/config.js?time="
+
Math
.
random
()
+
"'></"
+
"script"
+
">"
)
</script>
<body>
<div>
<div
style=
"background-color:#FFFFFF;"
>
<div
style=
"padding: 25px;"
>
<div
class=
"div-border"
style=
"padding-bottom: 20px;height: 60px;"
>
<img
style=
"float:left;display:block"
src=
"../../static/tools/images/zxtb.png"
>
<span
style=
"float:left;display:block;margin-left: 10px;margin-top: 9px;top: 10px;"
class=
"span-title"
>
财产行为税企业所得税综合申报套餐
</span>
</div>
<div>
<div
class=
"div-float"
style=
"padding-bottom: 8px; width: 100%;position :relative"
>
<span>
申报月份:
</span>
<input
readonly
id=
"getInputValue"
name=
"birth_date"
style=
"width: 10%; display: inline;min-width: 150px"
type=
"text"
class=
"Wdate checkId-input check-items-birthday form-control"
>
<input
id=
"reset"
class=
"btn btn-primary tdDong-btn"
style=
"margin-right: 10%;margin-right: 10px;height: 32px;margin-top: 5px;position:absolute;right: 120px;"
type=
"button"
value=
"重置申报清册"
/>
</div>
</div>
</br>
<div
class=
"div-clear-folat"
>
<strong>
税费申报
</strong>
</div>
<hr
class=
"hr-margin"
/>
<div
class=
"div-clear-folat"
>
<strong>
10111298000025892661国家税务总局天津滨海高新技术产业开发区税务局第二税务所
</strong>
</div>
<div
id=
"taxGrid"
class=
"zhsbtcTab"
></div>
<hr
class=
"hr-margin"
/>
<div
class=
"div-clear-folat"
>
<strong>
10111298000025892661国家税务总局天津滨海高新技术产业开发区税务局第二税务所
</strong>
</div>
<div
id=
"taxGrid1"
class=
"zhsbtcTab"
></div>
<!-- <div style="height:16px"></div> -->
<div
class=
"font-clo"
style=
"padding-top: 20px;"
>
<div
style=
"font-size:12px"
>
温馨提示:
</div>
<div
class=
"reminder"
><span
class=
"span-font-size"
>
如近期有税费种认定、纳税人资格、备案等发生变动,页面展现清册与实际所需不符的,
</span></div>
<div
class=
"reminder"
><span
class=
"span-font-size"
>
请点此处
“
<label
for=
"reset"
id=
"reset1"
class=
"label_declare"
>
重置申报清册
</label>
”
对该户清册进行重新生成。
</span>
</div>
</div>
</div>
</div>
</div>
<input
type=
'hidden'
name=
'data'
value=
"${token}"
id=
"token"
>
<input
type=
'hidden'
name=
'data'
value=
"${djxh}"
id=
"djxh"
>
<form
action=
"/declare/toPzzl"
method=
"POST"
target=
"_blank"
id=
"changeForm"
>
<input
type=
'hidden'
name=
'data'
id=
"changeForm_data"
>
</form>
<div
id=
"myMask"
class=
"myMask"
hidden
></div>
<div
id=
"myModal"
class=
"myModal"
hidden
>
<div
class=
"myModal-title"
>
选择申报方式
</div>
<div
class=
"myModal-body"
>
<div
class=
"myModal-body-div"
>
<div
style=
"line-height: 40px;margin: 10px;font-size: 14px;"
>
<div
id=
"dName"
></div>
<button
class=
"btn btn-primary"
id=
"normalDeclaration"
onclick=
"initpage.declarationMethod('N')"
>
一般申报
</button>
</div>
</div>
<div
class=
"myModal-body-div"
style=
"clear:both;padding-top: 10px;"
>
<div
style=
"line-height: 40px;margin: 10px;font-size: 14px;"
>
<div
id=
"ybName"
></div>
<button
class=
"btn btn-primary ybDeclaration1"
id=
"ybDeclaration"
onmouseover=
"this.className='btn ybDeclaration'"
onmouseout=
"this.className='btn btn-primary ybDeclaration1'"
onclick=
"initpage.declarationMethod('Y')"
>
一表集成
</button>
</div>
</div>
<img
class=
"img-ybjc-modal"
onclick=
"initpage.closeModal()"
src=
"../../static/tools/images/close.png"
>
</div>
</div>
</body>
<script
src=
"../../static/tools/js/jquery-1.11.3.js?v=1.1"
></script>
<script
src=
"../../static/js/tax/tool.js"
></script>
<script
src=
"../../static/tools/js/jquery.nicescroll.js?v=1.1"
></script>
<script
src=
"../../static/tools/js/bootstrap.js?v=1.1"
></script>
<script
src=
"../../static/tools/js/encapsulation.js?v=1.3"
></script>
<script
src=
"../../static/tools/js/minScroll.js?v=1.1"
></script>
<script
src=
"../../static/tools/js/My97DatePicker/WdatePicker.js?v=1.1"
></script>
<script
src=
"../../static/biz/zhsbtc_grid.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>
static/biz/zhsbtc_grid.js
0 → 100644
View file @
1c504f18
This diff is collapsed.
Click to expand it.
static/tools/css/table.css
View file @
1c504f18
...
...
@@ -400,6 +400,12 @@ fieldset[disabled] .searchPage {
padding
:
5px
6px
;
line-height
:
12px
!important
;
}
.zhsbtcTab
.tdDong-btn
{
margin-right
:
20px
;
}
.zhsbtcTab
.tdDoing-contain
{
text-align
:
left
!important
;
}
.tdDoing-contain
{
text-align
:
center
!important
;
...
...
static/tools/js/encapsulation.js
View file @
1c504f18
...
...
@@ -955,13 +955,27 @@ var JSTOOL = function() {
/* @Author GyYu @Date 16:15 2020/11/20 @Description 应对小偷,加几个隐藏的按钮*/
for
(
var
ll
=
0
;
ll
<
3
;
ll
++
){
if
(
ll
==
1
){
var
div
=
document
.
createElement
(
"div"
);
$div
=
$
(
div
);
$div
.
attr
(
"alt"
,
commonJson
[
i
][
tableObj
.
onlyId
]);
$div
.
addClass
(
"btn btn-primary tdDong-btn"
);
$div
.
html
(
tableObj
.
buttonHtml
);
$td
.
addClass
(
"tdDoing-contain"
);
$td
.
append
(
div
);
if
(
tableObj
.
buttonHtml
.
indexOf
(
","
)
>
-
1
)
{
var
buttonHtmlArr
=
tableObj
.
buttonHtml
.
split
(
","
);
for
(
var
cxi
=
0
;
cxi
<
buttonHtmlArr
.
length
;
cxi
++
)
{
var
div
=
document
.
createElement
(
"div"
);
$div
=
$
(
div
);
$div
.
attr
(
"alt"
,
commonJson
[
i
][
tableObj
.
onlyId
]);
$div
.
addClass
(
"btn btn-primary tdDong-btn"
);
$div
.
html
(
buttonHtmlArr
[
cxi
]);
$td
.
addClass
(
"tdDoing-contain"
);
$td
.
append
(
div
);
}
}
else
{
var
div
=
document
.
createElement
(
"div"
);
$div
=
$
(
div
);
$div
.
attr
(
"alt"
,
commonJson
[
i
][
tableObj
.
onlyId
]);
$div
.
addClass
(
"btn btn-primary tdDong-btn"
);
$div
.
html
(
tableObj
.
buttonHtml
);
$td
.
addClass
(
"tdDoing-contain"
);
$td
.
append
(
div
);
}
}
else
{
var
div
=
document
.
createElement
(
"div"
);
$div
=
$
(
div
);
...
...
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