Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.portalStaticPage
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
cef5f83f
authored
2020-12-29 13:46:10 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style
1 parent
16fa5269
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
staticJs/onlineApply/dataReview.js
staticViews/onlineApply/dataReview.html
staticJs/onlineApply/dataReview.js
View file @
cef5f83
...
...
@@ -9,9 +9,9 @@ $(function () {
function
fetchDataReview
()
{
let
list
=
getApplyRecord
(
GetQueryString
(
'bsm_slsq'
),
GetQueryString
(
'businessno'
));
if
(
list
.
sqrlb
==
'1'
)
{
$
(
'
.
acceptance_information h3'
).
text
(
'权利人信息'
);
$
(
'
#
acceptance_information h3'
).
text
(
'权利人信息'
);
}
else
{
$
(
'
.
acceptance_information h3'
).
text
(
'义务人信息'
);
$
(
'
#
acceptance_information h3'
).
text
(
'义务人信息'
);
}
// 房屋信息
let
houseInfo
=
getFDCQ2
(
GetQueryString
(
'bsm_slsq'
));
...
...
staticViews/onlineApply/dataReview.html
View file @
cef5f83
...
...
@@ -92,7 +92,7 @@
</ul>
</div>
<!-- ----------买方信息--------- -->
<div
class=
"acceptance_information"
>
<div
class=
"acceptance_information"
id=
"acceptance_information"
>
<h3>
权利人信息
</h3>
<ul
id=
"informationList"
class=
"informationList"
></ul>
</div>
...
...
Please
register
or
sign in
to post a comment