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
b7179be7
Commit
b7179be7
authored
Jun 16, 2020
by
于广洋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加等待
parent
cc77fcf5
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
1 deletion
+16
-1
index.html
jsp/amend/index.html
+5
-1
index.html
jsp/cancellation/index.html
+3
-0
index.html
jsp/declare/index.html
+4
-0
index.html
jsp/overdue/index.html
+4
-0
No files found.
jsp/amend/index.html
View file @
b7179be7
...
...
@@ -75,6 +75,7 @@
</div>
</div>
<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>
...
...
@@ -97,6 +98,7 @@
// getJgxxRyxx();
//
var
url
=
"http://192.168.105.153:8091"
;
showLoading
();
$
.
ajax
({
type
:
"post"
,
url
:
url
+
"/ssfwpt/amend/index"
,
...
...
@@ -111,6 +113,7 @@
success
:
function
(
data
)
{
//客户端jquery预先定义好的callback函数,成功获取跨域服务器上的json数据后,会动态执行这个callback函数
//el表达式变jq
// $("#token").attr("value","");
hideLoading
();
var
companyInfo
=
data
;
$
(
"#djxh"
).
attr
(
"value"
,
companyInfo
.
djxh
);
if
(
companyInfo
.
success
)
{
...
...
@@ -183,6 +186,7 @@
companyInfo
.
bean
.
config
=
config
initpage
=
initPage
(
companyInfo
.
bean
);
}
else
{
hideLoading
();
alertWarning
(
"请求失败!"
);
// 弹出错误对话框
}
...
...
jsp/cancellation/index.html
View file @
b7179be7
...
...
@@ -76,6 +76,7 @@
//
// getJgxxRyxx();
var
url
=
"http://192.168.105.153:8091"
;
showLoading
();
$
.
ajax
({
type
:
"GET"
,
url
:
url
+
"/ssfwpt/cancellation/index"
,
...
...
@@ -88,6 +89,7 @@
pzzlDm
:
''
},
success
:
function
(
data
)
{
//客户端jquery预先定义好的callback函数,成功获取跨域服务器上的json数据后,会动态执行这个callback函数
hideLoading
();
//el表达式变jq
// $("#token").attr("value","");
var
companyInfo
=
data
;
...
...
@@ -105,6 +107,7 @@
});
});
}
else
{
hideLoading
();
alertWarning
(
"请求失败!"
);
// 弹出错误对话框
}
...
...
jsp/declare/index.html
View file @
b7179be7
...
...
@@ -83,6 +83,7 @@
</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>
...
...
@@ -114,6 +115,7 @@
//
// getJgxxRyxx();
var
url
=
"http://192.168.105.153:8091"
;
showLoading
();
$
.
ajax
({
type
:
"post"
,
url
:
url
+
"/ssfwpt/declare/index"
,
...
...
@@ -126,6 +128,7 @@
pzzlDm
:
''
},
success
:
function
(
data
)
{
//客户端jquery预先定义好的callback函数,成功获取跨域服务器上的json数据后,会动态执行这个callback函数
hideLoading
();
//el表达式变jq
// $("#token").attr("value","");
if
(
data
.
success
)
{
...
...
@@ -157,6 +160,7 @@
}
},
error
:
function
(
xhr
){
hideLoading
();
//jsonp 方式此方法不被触发
console
.
log
(
"=======error======================"
)
}
...
...
jsp/overdue/index.html
View file @
b7179be7
...
...
@@ -90,6 +90,7 @@
</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>
...
...
@@ -119,6 +120,7 @@
//
// getJgxxRyxx();
var
url
=
"http://192.168.105.153:8091"
;
showLoading
();
$
.
ajax
({
type
:
"GET"
,
url
:
url
+
"/ssfwpt/overdue/index"
,
...
...
@@ -131,6 +133,7 @@
pzzlDm
:
''
},
success
:
function
(
data
)
{
//客户端jquery预先定义好的callback函数,成功获取跨域服务器上的json数据后,会动态执行这个callback函数
hideLoading
();
//el表达式变jq
// $("#token").attr("value","");
var
companyInfo
=
data
;
...
...
@@ -148,6 +151,7 @@
});
});
}
else
{
hideLoading
();
alertWarning
(
"请求失败!"
);
// 弹出错误对话框
}
...
...
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