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
7f931ed2
Commit
7f931ed2
authored
Jun 28, 2020
by
于广洋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
loading 换图
parent
f1e9becd
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
tool.js
static/js/year/tool.js
+1
-1
tool.js
static/js/yearGLB/tool.js
+1
-1
encapsulation.js
static/tools/js/encapsulation.js
+2
-2
No files found.
static/js/year/tool.js
View file @
7f931ed2
...
@@ -237,7 +237,7 @@ function dateProcessing(type) {
...
@@ -237,7 +237,7 @@ function dateProcessing(type) {
//封装等待框 调用方式:showLoading();hideLoading();
//封装等待框 调用方式:showLoading();hideLoading();
(
function
(
$
)
{
(
function
(
$
)
{
var
renderHtml
=
function
renderHtml
()
{
var
renderHtml
=
function
renderHtml
()
{
var
_html
=
'<div id="loadingDiv" style="display: none; cursor:progress;"><div id="over" style=" position: absolute;top: 0;left: 0; width: 100%;height: 100%; background-color: #000000;opacity:0.4;z-index: 9999991;"></div><div id="layout" style="position: absolute;top: 40%; left: 40%;width: 20%; height: 20%; z-index: 9999999;text-align:center;"><img id="showloading" src="/web/onlineReport/static/tools/images/loading
1
.gif" /></div></div>'
;
var
_html
=
'<div id="loadingDiv" style="display: none; cursor:progress;"><div id="over" style=" position: absolute;top: 0;left: 0; width: 100%;height: 100%; background-color: #000000;opacity:0.4;z-index: 9999991;"></div><div id="layout" style="position: absolute;top: 40%; left: 40%;width: 20%; height: 20%; z-index: 9999999;text-align:center;"><img id="showloading" src="/web/onlineReport/static/tools/images/loading
2
.gif" /></div></div>'
;
$
(
"body"
).
append
(
_html
);
$
(
"body"
).
append
(
_html
);
};
};
renderHtml
();
renderHtml
();
...
...
static/js/yearGLB/tool.js
View file @
7f931ed2
...
@@ -238,7 +238,7 @@ function dateProcessing(type) {
...
@@ -238,7 +238,7 @@ function dateProcessing(type) {
//封装等待框 调用方式:showLoading();hideLoading();
//封装等待框 调用方式:showLoading();hideLoading();
(
function
(
$
)
{
(
function
(
$
)
{
var
renderHtml
=
function
renderHtml
()
{
var
renderHtml
=
function
renderHtml
()
{
var
_html
=
'<div id="loadingDiv" style="display: none; cursor:progress;"><div id="over" style=" position: absolute;top: 0;left: 0; width: 100%;height: 100%; background-color: #000000;opacity:0.4;z-index: 9999991;"></div><div id="layout" style="position: absolute;top: 40%; left: 40%;width: 20%; height: 20%; z-index: 9999999;text-align:center;"><img id="showloading" src="/web/onlineReport/static/tools/images/loading
1
.gif" /></div></div>'
;
var
_html
=
'<div id="loadingDiv" style="display: none; cursor:progress;"><div id="over" style=" position: absolute;top: 0;left: 0; width: 100%;height: 100%; background-color: #000000;opacity:0.4;z-index: 9999991;"></div><div id="layout" style="position: absolute;top: 40%; left: 40%;width: 20%; height: 20%; z-index: 9999999;text-align:center;"><img id="showloading" src="/web/onlineReport/static/tools/images/loading
2
.gif" /></div></div>'
;
$
(
"body"
).
append
(
_html
);
$
(
"body"
).
append
(
_html
);
};
};
renderHtml
();
renderHtml
();
...
...
static/tools/js/encapsulation.js
View file @
7f931ed2
...
@@ -45,7 +45,7 @@ function getIEVersion() {
...
@@ -45,7 +45,7 @@ function getIEVersion() {
//封装等待框
//封装等待框
(
function
(
$
)
{
(
function
(
$
)
{
var
renderHtml
=
function
()
{
var
renderHtml
=
function
()
{
var
_html
=
'<div id="loadingDiv" style="display: none; cursor:progress;"><div id="over" style=" position: absolute;top: 0;left: 0; width: 100%;height: 100%; background-color: #f5f5f5;opacity:0.5;z-index: 9999991;"></div><div id="layout" style="position: absolute;top: 40%; left: 40%;width: 20%; height: 20%; z-index: 9999999;text-align:center;"><img id="showloading" src="/web/onlineReport/static/tools/images/loading
1
.gif" /></div></div>'
;
var
_html
=
'<div id="loadingDiv" style="display: none; cursor:progress;"><div id="over" style=" position: absolute;top: 0;left: 0; width: 100%;height: 100%; background-color: #f5f5f5;opacity:0.5;z-index: 9999991;"></div><div id="layout" style="position: absolute;top: 40%; left: 40%;width: 20%; height: 20%; z-index: 9999999;text-align:center;"><img id="showloading" src="/web/onlineReport/static/tools/images/loading
2
.gif" /></div></div>'
;
$
(
"body"
).
append
(
_html
);
$
(
"body"
).
append
(
_html
);
}
}
renderHtml
();
renderHtml
();
...
@@ -1191,7 +1191,7 @@ var JSTOOL = function() {
...
@@ -1191,7 +1191,7 @@ var JSTOOL = function() {
function
init
()
{
function
init
()
{
var
$loading
=
$
(
"<div></div>"
);
var
$loading
=
$
(
"<div></div>"
);
$loading
.
addClass
(
"table-body-loading"
);
$loading
.
addClass
(
"table-body-loading"
);
$loading
.
html
(
"<div> <img src='/web/onlineReport/static/tools/images/loading.gif' alt=''/><div>"
);
$loading
.
html
(
"<div> <img src='/web/onlineReport/static/tools/images/loading
2
.gif' alt=''/><div>"
);
var
html
=
"<div class='table-responsive' style='width:"
+
tableObj
.
containerWidth
+
"'>"
+
var
html
=
"<div class='table-responsive' style='width:"
+
tableObj
.
containerWidth
+
"'>"
+
"<div class='table-header-container' style='height:44px;'>"
"<div class='table-header-container' style='height:44px;'>"
...
...
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