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
97e09611
Commit
97e09611
authored
Aug 13, 2020
by
于广洋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
前端传加密登记序号给老版本在线填报
parent
9b7414cc
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
0 deletions
+6
-0
index.html
jsp/cancellation/index.html
+1
-0
index.html
jsp/overdue/index.html
+1
-0
amend_grid.js
static/biz/amend_grid.js
+1
-0
cancellation_grid.js
static/biz/cancellation_grid.js
+1
-0
declare_grid.js
static/biz/declare_grid.js
+1
-0
overdue_grid.js
static/biz/overdue_grid.js
+1
-0
No files found.
jsp/cancellation/index.html
View file @
97e09611
...
...
@@ -102,6 +102,7 @@
$
(
"#djxh"
).
attr
(
"value"
,
companyInfo
.
djxh
);
initpage
=
initPage
(
companyInfo
.
content
);
if
(
companyInfo
.
returnCode
==
"00"
)
{
config
.
value
=
companyInfo
.
content
.
value
// 不一定对
companyInfo
.
content
.
config
=
config
initpage
=
initPage
(
companyInfo
.
content
);
...
...
jsp/overdue/index.html
View file @
97e09611
...
...
@@ -144,6 +144,7 @@
//el表达式变jq
// $("#token").attr("value","");
var
companyInfo
=
data
;
config
.
value
=
companyInfo
.
bean
.
value
$
(
"#djxh"
).
attr
(
"value"
,
companyInfo
.
djxh
);
if
(
companyInfo
.
success
)
{
companyInfo
.
bean
.
config
=
config
...
...
static/biz/amend_grid.js
View file @
97e09611
...
...
@@ -146,6 +146,7 @@ function initPage(companyInfo) {
}
localStorage
.
setItem
(
"data"
,
requestData
);
requestData
.
flag
=
true
;
requestData
.
encryptKey
=
config
.
value
;
var
url
=
config
.
spreadUrl
+
"/online_report/declare/toPzzl?falg="
+
falg
var
form
=
$
(
"#changeForm_amend"
);
form
.
attr
(
'action'
,
url
);
//通过jquery为action属性赋值
...
...
static/biz/cancellation_grid.js
View file @
97e09611
...
...
@@ -299,6 +299,7 @@ function initPage(companyInfo) {
localStorage
.
setItem
(
"data"
,
JSON
.
stringify
(
submitData
));
console
.
log
(
"请求成功"
,
data
)
submitData
.
flag
=
true
;
submitData
.
encryptKey
=
config
.
value
;
var
url
=
config
.
spreadUrl
+
"/online_report/declare/toPzzl?falg="
+
falg
var
form
=
$
(
"#changeForm"
);
form
.
attr
(
'action'
,
url
);
//通过jquery为action属性赋值
...
...
static/biz/declare_grid.js
View file @
97e09611
...
...
@@ -345,6 +345,7 @@ function initPage(companyInfo) {
localStorage
.
setItem
(
"data"
,
JSON
.
stringify
(
submitData
));
if
(
data
.
url
==
"edit.jsp"
)
{
submitData
.
flag
=
true
;
submitData
.
encryptKey
=
config
.
value
;
var
url
=
config
.
spreadUrl
+
"/online_report/declare/toPzzl?falg="
+
falg
var
form
=
$
(
"#changeForm"
);
form
.
attr
(
'action'
,
url
);
//通过jquery为action属性赋值
...
...
static/biz/overdue_grid.js
View file @
97e09611
...
...
@@ -269,6 +269,7 @@ function initPage(companyInfo) {
localStorage
.
setItem
(
"data"
,
JSON
.
stringify
(
submitData
));
console
.
log
(
"请求成功"
,
data
)
submitData
.
flag
=
true
;
submitData
.
encryptKey
=
config
.
value
;
var
url
=
config
.
spreadUrl
+
"/online_report/declare/toPzzl?falg="
+
falg
var
form
=
$
(
"#changeForm"
);
form
.
attr
(
'action'
,
url
);
//通过jquery为action属性赋值
...
...
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