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
34c6db8c
Commit
34c6db8c
authored
Aug 11, 2020
by
于广洋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调用原版在线填报填写报表页面
parent
742ae882
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
23 additions
and
15 deletions
+23
-15
amend_grid.js
static/biz/amend_grid.js
+4
-2
cancellation_grid.js
static/biz/cancellation_grid.js
+4
-2
declare_grid.js
static/biz/declare_grid.js
+11
-9
overdue_grid.js
static/biz/overdue_grid.js
+4
-2
No files found.
static/biz/amend_grid.js
View file @
34c6db8c
...
...
@@ -141,7 +141,9 @@ function initPage(companyInfo) {
success
:
function
(
data
)
{
hideLoading
()
localStorage
.
setItem
(
"data"
,
requestData
);
if
(
data
.
url
==
"../declare/edit.jsp"
)
{
requestData
.
flag
=
true
;
window
.
open
(
"/online_report/amend/toGzPzzl?falg="
+
falg
+
'&data='
+
encodeURI
(
JSON
.
stringify
(
requestData
)));
/* if (data.url == "../declare/edit.jsp") {
window.open(config.webUrl+"declare/edit.html?falg="+falg+'¶ms=' + encodeURI(JSON.stringify(requestData)));
}else if (data.url == "../declare/yearReport.jsp") {
window.open(config.webUrl+"declare/yearReport.html?falg="+'¶ms=' + encodeURI(JSON.stringify(requestData)));
...
...
@@ -149,7 +151,7 @@ function initPage(companyInfo) {
window.open(config.webUrl+"declare/yearReportGLB.html?falg="+'¶ms=' + encodeURI(JSON.stringify(requestData)));
}else {
window.open(config.webUrl+"error/index.html?falg="+'¶ms=' + encodeURI(JSON.stringify(requestData)));
}
}
*/
},
error
:
function
(
xhr
){
hideLoading
()
...
...
static/biz/cancellation_grid.js
View file @
34c6db8c
...
...
@@ -294,7 +294,9 @@ function initPage(companyInfo) {
hideLoading
()
localStorage
.
setItem
(
"data"
,
JSON
.
stringify
(
submitData
));
console
.
log
(
"请求成功"
,
data
)
if
(
data
.
url
==
"edit.jsp"
)
{
submitData
.
flag
=
true
;
window
.
open
(
"/online_report/declare/toPzzl?falg="
+
falg
+
'&data='
+
encodeURI
(
JSON
.
stringify
(
submitData
)));
/* if (data.url == "edit.jsp") {
window.open(config.webUrl+"declare/edit.html?falg="+falg+'¶ms=' + encodeURI(JSON.stringify(submitData)));
}else if (data.url == "yearReport.jsp") {
window.open(config.webUrl+"declare/yearReport.html?falg="+falg+'¶ms=' + encodeURI(JSON.stringify(submitData)));
...
...
@@ -302,7 +304,7 @@ function initPage(companyInfo) {
window.open(config.webUrl+"declare/yearReportGLB.html?falg="+falg+'¶ms=' + encodeURI(JSON.stringify(submitData)));
}else {
window.open(config.webUrl+"error/index.html?falg="+falg+'¶ms=' + encodeURI(JSON.stringify(submitData)));
}
}
*/
},
error
:
function
(
xhr
){
hideLoading
()
...
...
static/biz/declare_grid.js
View file @
34c6db8c
...
...
@@ -341,15 +341,17 @@ function initPage(companyInfo) {
window
.
taxInfo
=
JSON
.
stringify
(
submitData
);
localStorage
.
setItem
(
"data"
,
JSON
.
stringify
(
submitData
));
if
(
data
.
url
==
"edit.jsp"
)
{
window
.
open
(
config
.
webUrl
+
"declare/edit.html?falg="
+
falg
+
'¶ms='
+
encodeURI
(
JSON
.
stringify
(
submitData
)));
}
else
if
(
data
.
url
==
"yearReport.jsp"
)
{
submitData
.
flag
=
true
;
window
.
open
(
"/online_report/declare/toPzzl?falg="
+
falg
+
'&data='
+
encodeURI
(
JSON
.
stringify
(
submitData
)));
// window.open(config.webUrl + "declare/edit.html?falg=" + falg + '¶ms=' + encodeURI(JSON.stringify(submitData)));
}
/* else if (data.url == "yearReport.jsp") {
window.open(config.webUrl + "declare/yearReport.html?falg=" + falg + '¶ms=' + encodeURI(JSON.stringify(submitData)));
} else if (data.url == "yearReportGLB.jsp") {
window.open(config.webUrl + "declare/yearReportGLB.html?falg=" + falg + '¶ms=' + encodeURI(JSON.stringify(submitData)));
} else {
//因为后台不知道返回路径是什么样的就直接改成了else data.url == "error.jsp"
window.open(config.webUrl + "error/index.html?falg=" + falg + '¶ms=' + encodeURI(JSON.stringify(submitData)));
}
}
*/
},
error
:
function
(
xhr
)
{
//jsonp 方式此方法不被触发
...
...
static/biz/overdue_grid.js
View file @
34c6db8c
...
...
@@ -264,7 +264,9 @@ function initPage(companyInfo) {
hideLoading
()
localStorage
.
setItem
(
"data"
,
JSON
.
stringify
(
submitData
));
console
.
log
(
"请求成功"
,
data
)
if
(
data
.
url
==
"edit.jsp"
)
{
submitData
.
flag
=
true
;
window
.
open
(
"/online_report/declare/toPzzl?falg="
+
falg
+
'&data='
+
encodeURI
(
JSON
.
stringify
(
submitData
)));
/* if (data.url == "edit.jsp") {
window.open(config.webUrl+"declare/edit.html?falg="+falg+'¶ms=' + encodeURI(JSON.stringify(submitData)));
}else if (data.url == "yearReport.jsp") {
window.open(config.webUrl+"declare/yearReport.html?falg="+falg+'¶ms=' + encodeURI(JSON.stringify(submitData)));
...
...
@@ -272,7 +274,7 @@ function initPage(companyInfo) {
window.open(config.webUrl+"declare/yearReportGLB.html?falg="+falg+'¶ms=' + encodeURI(JSON.stringify(submitData)));
}else {
window.open(config.webUrl+"error/index.html?falg="+falg+'¶ms=' + encodeURI(JSON.stringify(submitData)));
}
}
*/
},
error
:
function
(
xhr
){
hideLoading
()
...
...
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