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
e41e84d4
Commit
e41e84d4
authored
Aug 11, 2020
by
于广洋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
改造在线填报跳转到老板在线填报编辑页面
parent
ad0d1157
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
22 additions
and
4 deletions
+22
-4
amend_grid.js
static/biz/amend_grid.js
+5
-1
cancellation_grid.js
static/biz/cancellation_grid.js
+5
-1
declare_grid.js
static/biz/declare_grid.js
+7
-1
overdue_grid.js
static/biz/overdue_grid.js
+5
-1
No files found.
static/biz/amend_grid.js
View file @
e41e84d4
...
@@ -142,7 +142,11 @@ function initPage(companyInfo) {
...
@@ -142,7 +142,11 @@ function initPage(companyInfo) {
hideLoading
()
hideLoading
()
localStorage
.
setItem
(
"data"
,
requestData
);
localStorage
.
setItem
(
"data"
,
requestData
);
requestData
.
flag
=
true
;
requestData
.
flag
=
true
;
window
.
open
(
config
.
spreadUrl
+
"/online_report/amend/toGzPzzl?falg="
+
falg
+
'&data='
+
encodeURI
(
JSON
.
stringify
(
requestData
)));
var
url
=
config
.
spreadUrl
+
"/online_report/declare/toPzzl?falg="
+
falg
var
form
=
$
(
"#changeForm_amend"
);
form
.
attr
(
'action'
,
url
);
//通过jquery为action属性赋值
form
.
find
(
"#changeForm_data"
).
val
(
JSON
.
stringify
(
requestData
));
form
.
submit
();
/* if (data.url == "../declare/edit.jsp") {
/* if (data.url == "../declare/edit.jsp") {
window.open(config.webUrl+"declare/edit.html?falg="+falg+'¶ms=' + encodeURI(JSON.stringify(requestData)));
window.open(config.webUrl+"declare/edit.html?falg="+falg+'¶ms=' + encodeURI(JSON.stringify(requestData)));
}else if (data.url == "../declare/yearReport.jsp") {
}else if (data.url == "../declare/yearReport.jsp") {
...
...
static/biz/cancellation_grid.js
View file @
e41e84d4
...
@@ -295,7 +295,11 @@ function initPage(companyInfo) {
...
@@ -295,7 +295,11 @@ function initPage(companyInfo) {
localStorage
.
setItem
(
"data"
,
JSON
.
stringify
(
submitData
));
localStorage
.
setItem
(
"data"
,
JSON
.
stringify
(
submitData
));
console
.
log
(
"请求成功"
,
data
)
console
.
log
(
"请求成功"
,
data
)
submitData
.
flag
=
true
;
submitData
.
flag
=
true
;
window
.
open
(
config
.
spreadUrl
+
"/online_report/declare/toPzzl?falg="
+
falg
+
'&data='
+
encodeURI
(
JSON
.
stringify
(
submitData
)));
var
url
=
config
.
spreadUrl
+
"/online_report/declare/toPzzl?falg="
+
falg
var
form
=
$
(
"#changeForm"
);
form
.
attr
(
'action'
,
url
);
//通过jquery为action属性赋值
form
.
find
(
"#changeForm_data"
).
val
(
JSON
.
stringify
(
submitData
));
form
.
submit
();
/* if (data.url == "edit.jsp") {
/* if (data.url == "edit.jsp") {
window.open(config.webUrl+"declare/edit.html?falg="+falg+'¶ms=' + encodeURI(JSON.stringify(submitData)));
window.open(config.webUrl+"declare/edit.html?falg="+falg+'¶ms=' + encodeURI(JSON.stringify(submitData)));
}else if (data.url == "yearReport.jsp") {
}else if (data.url == "yearReport.jsp") {
...
...
static/biz/declare_grid.js
View file @
e41e84d4
...
@@ -342,7 +342,13 @@ function initPage(companyInfo) {
...
@@ -342,7 +342,13 @@ function initPage(companyInfo) {
localStorage
.
setItem
(
"data"
,
JSON
.
stringify
(
submitData
));
localStorage
.
setItem
(
"data"
,
JSON
.
stringify
(
submitData
));
if
(
data
.
url
==
"edit.jsp"
)
{
if
(
data
.
url
==
"edit.jsp"
)
{
submitData
.
flag
=
true
;
submitData
.
flag
=
true
;
window
.
open
(
config
.
spreadUrl
+
"/online_report/declare/toPzzl?falg="
+
falg
+
'&data='
+
encodeURI
(
JSON
.
stringify
(
submitData
)));
var
url
=
config
.
spreadUrl
+
"/online_report/declare/toPzzl?falg="
+
falg
var
form
=
$
(
"#changeForm"
);
form
.
attr
(
'action'
,
url
);
//通过jquery为action属性赋值
form
.
find
(
"#changeForm_data"
).
val
(
JSON
.
stringify
(
submitData
));
form
.
submit
();
// window.open(config.spreadUrl+"/online_report/declare/toPzzl?falg=" + falg + '&data=' + JSON.stringify(submitData));
// window.open(config.webUrl + "declare/edit.html?falg=" + falg + '¶ms=' + encodeURI(JSON.stringify(submitData)));
// window.open(config.webUrl + "declare/edit.html?falg=" + falg + '¶ms=' + encodeURI(JSON.stringify(submitData)));
}
/* else if (data.url == "yearReport.jsp") {
}
/* else if (data.url == "yearReport.jsp") {
window.open(config.webUrl + "declare/yearReport.html?falg=" + falg + '¶ms=' + encodeURI(JSON.stringify(submitData)));
window.open(config.webUrl + "declare/yearReport.html?falg=" + falg + '¶ms=' + encodeURI(JSON.stringify(submitData)));
...
...
static/biz/overdue_grid.js
View file @
e41e84d4
...
@@ -265,7 +265,11 @@ function initPage(companyInfo) {
...
@@ -265,7 +265,11 @@ function initPage(companyInfo) {
localStorage
.
setItem
(
"data"
,
JSON
.
stringify
(
submitData
));
localStorage
.
setItem
(
"data"
,
JSON
.
stringify
(
submitData
));
console
.
log
(
"请求成功"
,
data
)
console
.
log
(
"请求成功"
,
data
)
submitData
.
flag
=
true
;
submitData
.
flag
=
true
;
window
.
open
(
config
.
spreadUrl
+
"/online_report/declare/toPzzl?falg="
+
falg
+
'&data='
+
encodeURI
(
JSON
.
stringify
(
submitData
)));
var
url
=
config
.
spreadUrl
+
"/online_report/declare/toPzzl?falg="
+
falg
var
form
=
$
(
"#changeForm"
);
form
.
attr
(
'action'
,
url
);
//通过jquery为action属性赋值
form
.
find
(
"#changeForm_data"
).
val
(
JSON
.
stringify
(
submitData
));
form
.
submit
();
/* if (data.url == "edit.jsp") {
/* if (data.url == "edit.jsp") {
window.open(config.webUrl+"declare/edit.html?falg="+falg+'¶ms=' + encodeURI(JSON.stringify(submitData)));
window.open(config.webUrl+"declare/edit.html?falg="+falg+'¶ms=' + encodeURI(JSON.stringify(submitData)));
}else if (data.url == "yearReport.jsp") {
}else if (data.url == "yearReport.jsp") {
...
...
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