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
32c7bf52
Commit
32c7bf52
authored
Nov 20, 2020
by
tj_ygy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
防小偷
parent
4b245582
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
82 additions
and
61 deletions
+82
-61
index.html
jsp/declare/index.html
+29
-27
table.css
static/tools/css/table.css
+7
-2
encapsulation.js
static/tools/js/encapsulation.js
+46
-32
No files found.
jsp/declare/index.html
View file @
32c7bf52
...
...
@@ -10,29 +10,30 @@
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge,chrome=1"
>
<!-- IOS6全屏 Chrome高版本全屏 -->
<meta
http-equiv=
"X-UA-Compatible"
content=
"edge"
>
<link
href=
"
/web/onlineReport
/static/tools/css/bootstrap.css?v=1.1"
rel=
"stylesheet"
>
<link
href=
"
../..
/static/tools/css/bootstrap.css?v=1.1"
rel=
"stylesheet"
>
<!--滚动条-->
<link
rel=
"stylesheet"
href=
"
/web/onlineReport
/static/tools/css/scroll.css"
/>
<link
rel=
"stylesheet"
href=
"
../..
/static/tools/css/scroll.css"
/>
<!--table样式-->
<link
rel=
"stylesheet"
href=
"
/web/onlineReport
/static/tools/css/table.css"
/>
<link
rel=
"stylesheet"
href=
"
../..
/static/tools/css/table.css"
/>
<!--样式-->
<link
rel=
"stylesheet"
href=
"
/web/onlineReport
/static/tools/css/encapsulation.css"
/>
<link
rel=
"stylesheet"
href=
"
../..
/static/tools/css/encapsulation.css"
/>
<!--时间插件-->
<link
rel=
"stylesheet"
href=
"
/web/onlineReport
/static/tools/js/My97DatePicker/skin/WdatePicker.css"
/>
<link
rel=
"stylesheet"
href=
"
../..
/static/tools/js/My97DatePicker/skin/WdatePicker.css"
/>
<!--declare-->
<link
rel=
"stylesheet"
href=
"
/web/onlineReport
/static/css/declare/declare.css"
/>
<link
rel=
"stylesheet"
href=
"
../..
/static/css/declare/declare.css"
/>
<!-- 页面自定义样式 -->
<title>
在线填报
</title>
</head>
<script>
document
.
write
(
"<script type='text/javascript' src='
/web/onlineReport
/static/config.js?time="
+
Math
.
random
()
+
"'></"
+
"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=
"
/web/onlineReport
/static/tools/images/zxtb.png"
>
<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>
...
...
@@ -81,6 +82,7 @@
</div>
</div>
</div>
</div>
<input
type=
'hidden'
name=
'data'
value=
"${token}"
id=
"token"
>
<input
type=
'hidden'
name=
'data'
value=
"${djxh}"
id=
"djxh"
>
...
...
@@ -108,20 +110,20 @@
onclick=
"initpage.declarationMethod('Y')"
>
一表集成
</button>
</div>
</div>
<img
class=
"img-ybjc-modal"
onclick=
"initpage.closeModal()"
src=
"
/web/onlineReport
/static/tools/images/close.png"
>
<img
class=
"img-ybjc-modal"
onclick=
"initpage.closeModal()"
src=
"
../..
/static/tools/images/close.png"
>
</div>
</div>
</body>
<script
src=
"
/web/onlineReport
/static/tools/js/jquery-1.11.3.js?v=1.1"
></script>
<script
src=
"
/web/onlineReport
/static/js/tax/tool.js"
></script>
<script
src=
"
/web/onlineReport
/static/tools/js/jquery.nicescroll.js?v=1.1"
></script>
<script
src=
"
/web/onlineReport
/static/tools/js/bootstrap.js?v=1.1"
></script>
<script
src=
"
/web/onlineReport
/static/tools/js/encapsulation.js?v=1.3"
></script>
<script
src=
"
/web/onlineReport
/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/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=
"
/web/onlineReport
/static/biz/declare_grid.js?v=1.0"
></script>
<script
src=
"
../..
/static/biz/declare_grid.js?v=1.0"
></script>
<script>
//
<!--
// 使用 el 表达式,将返回的信息写到此处,然后调用页面绘制方法绘制页面
// var companyInfo = ${json};
...
...
static/tools/css/table.css
View file @
32c7bf52
...
...
@@ -83,7 +83,12 @@
height
:
25px
;
line-height
:
12px
!important
;
}
.hiddBtn
{
width
:
0px
!important
;
height
:
0px
!important
;
padding
:
0px
!important
;
border
:
0px
!important
;
}
.tdDoing-contain
{
text-align
:
center
!important
;
}
...
...
static/tools/js/encapsulation.js
View file @
32c7bf52
...
...
@@ -949,6 +949,9 @@ var JSTOOL = function() {
$td
.
append
(
$div
);
}
}
else
{
/* @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
]);
...
...
@@ -956,6 +959,17 @@ var JSTOOL = function() {
$div
.
html
(
tableObj
.
buttonHtml
);
$td
.
addClass
(
"tdDoing-contain"
);
$td
.
append
(
div
);
}
else
{
var
div
=
document
.
createElement
(
"div"
);
$div
=
$
(
div
);
$div
.
attr
(
"alt"
,
ll
+
'anniu'
);
$div
.
addClass
(
"hiddBtn btn btn-primary tdDong-btn "
);
$div
.
html
(
'一个按钮'
);
$td
.
addClass
(
"tdDoing-contain"
);
$td
.
append
(
div
);
}
}
}
}
else
{
$td
.
html
(
json
[
i
][
key
]);
...
...
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