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
5e482234
Commit
5e482234
authored
May 19, 2020
by
yangyuxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更正修改
parent
93e5b4f0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
32 additions
and
32 deletions
+32
-32
index.html
jsp/amend/index.html
+17
-17
amend_grid.js
static/biz/amend_grid.js
+6
-6
encapsulation.js
static/tools/js/encapsulation.js
+9
-9
No files found.
jsp/amend/index.html
View file @
5e482234
<!DOCTYPE
HTML
>
<!DOCTYPE
html
>
<html>
<head>
<met
e
charset=
'UTF-8'
>
<link
href=
"/static/tools/css/bootstrap.css?v=1.1"
rel=
"stylesheet"
>
<!--分页-->
<link
rel=
"stylesheet"
href=
"/static/tools/css/paging-table.css"
/>
<!--下拉选择-->
<link
rel=
"stylesheet"
href=
"/static/tools/css/select.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/amend/amend.css"
/>
<title>
申报更正
</title>
<met
a
charset=
'UTF-8'
>
<link
href=
"/static/tools/css/bootstrap.css?v=1.1"
rel=
"stylesheet"
>
<!--分页-->
<link
rel=
"stylesheet"
href=
"/static/tools/css/paging-table.css"
/>
<!--下拉选择-->
<link
rel=
"stylesheet"
href=
"/static/tools/css/select.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/amend/amend.css"
/>
<title>
申报更正
</title>
</head>
<body>
...
...
@@ -26,7 +26,7 @@
<div
class=
"div-float"
></div>
<div
class=
"div-float-middle"
>
<div
style=
"padding-bottom: 16px;height: 55px;"
>
<img
class=
"img-img"
src=
"static/tools/images/sbgz.png"
>
<img
class=
"img-img"
src=
"
/
static/tools/images/sbgz.png"
>
<span
class=
"span-title"
>
申报更正
</span>
</div>
<!-- <div>
...
...
static/biz/amend_grid.js
View file @
5e482234
...
...
@@ -116,22 +116,22 @@ function initPage(companyInfo) {
// form.find("#changeForm_data").val(JSON.stringify(data));
// form.submit();
var
requestData
=
JSON
.
stringify
(
data
);
var
falg
=
"amend"
;
$
.
ajax
({
type
:
"POST"
,
url
:
url
+
"/online_report/amend/toGzPzzl"
,
dataType
:
"json"
,
// 请求方式为jsonp
data
:
{
data
:
JSON
.
stringify
(
data
)
data
:
requestData
},
success
:
function
(
data
)
{
localStorage
.
setItem
(
"data"
,
JSON
.
stringify
(
data
));
console
.
log
(
"请求成功"
,
data
)
if
(
data
.
url
==
"edit.jsp"
)
{
localStorage
.
setItem
(
"data"
,
requestData
);
if
(
data
.
url
==
"../declare/edit.jsp"
)
{
window
.
open
(
"/jsp/declare/edit.html?falg="
+
falg
);
}
else
if
(
data
.
url
==
"yearReport.jsp"
)
{
}
else
if
(
data
.
url
==
"
../declare/
yearReport.jsp"
)
{
window
.
open
(
"/jsp/declare/yearReport.html?falg="
+
falg
);
}
else
if
(
data
.
url
==
"yearReportGLB.jsp"
)
{
}
else
if
(
data
.
url
==
"
../declare/
yearReportGLB.jsp"
)
{
window
.
open
(
"/jsp/declare/yearReportGLB.html?falg="
+
falg
);
}
},
...
...
static/tools/js/encapsulation.js
View file @
5e482234
...
...
@@ -98,7 +98,7 @@ function getIEVersion() {
var
_html
=
""
;
_html
+=
'<div id="mb_box"></div><div id="mb_con"><span id="mb_tit">'
+
title
+
'</span>'
if
(
type
==
"confirm"
)
{
_html
+=
'<img id="mb_img" src="/
online_report/
static/tools/images/close.png">'
;
_html
+=
'<img id="mb_img" src="/static/tools/images/close.png">'
;
_html
+=
'<div id="mb_msg">'
+
msg
+
'</div>'
;
}
if
(
type
==
"alert"
)
{
...
...
@@ -361,11 +361,11 @@ function alertBox(type, msg, showTime, callBack) {
var
srcUrl
;
var
divCss
=
"alert alert-"
+
type
+
" alert-dismissable"
;
if
(
type
==
"success"
)
{
srcUrl
=
'/
online_report/
static/tools/images/smile.png'
;
srcUrl
=
'/static/tools/images/smile.png'
;
}
else
if
(
type
==
"info"
)
{
srcUrl
=
'/
online_report/
static/tools/images/tan.png'
;
srcUrl
=
'/static/tools/images/tan.png'
;
}
else
{
srcUrl
=
'/
online_report/
static/tools/images/tan1.png'
;
srcUrl
=
'/static/tools/images/tan1.png'
;
}
if
(
showTime
==
null
)
showTime
=
3000
;
var
divAlertBox
;
...
...
@@ -492,17 +492,17 @@ function box(jqObj) {
content
+=
"<div class='container-pageBtn-control'>"
;
//content += "<a class='prePageOne'><<</a>";
//content += "<a class='prePage'><</a>";
content
+=
"<img class='prePageFF' src='/
online_report/
static/tools/images/pagination_first.gif'/>"
;
content
+=
"<img class='prePageF' src='/
online_report/
static/tools/images/pagination_prev.gif'>"
;
content
+=
"<img class='prePageFF' src='/static/tools/images/pagination_first.gif'/>"
;
content
+=
"<img class='prePageF' src='/static/tools/images/pagination_prev.gif'>"
;
content
+=
"<input class='select-input-page margin-top' value='"
+
current
+
"'></a>"
;
//content += "<a class='nextPage'>></a>";
//content += "<a class='prePageLast'>>></a>";
content
+=
"<img class='prePageL' src='/
online_report/
static/tools/images/pagination_next.gif'/>"
;
content
+=
"<img class='prePageLL' src='/
online_report/
static/tools/images/pagination_last.gif'>"
;
content
+=
"<img class='prePageL' src='/static/tools/images/pagination_next.gif'/>"
;
content
+=
"<img class='prePageLL' src='/static/tools/images/pagination_last.gif'>"
;
content
+=
"</div>"
;
//content += "<img class='page-refresh-btn' src='/
online_report/
static/tools/images/pagination_load.png'/>";
//content += "<img class='page-refresh-btn' src='/static/tools/images/pagination_load.png'/>";
//content += "<span class='totalSize'> 共<span>" + totalNum + "</span>条记录 </span>";
me
.
element
.
html
(
content
);
},
...
...
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