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
c8d0e1d1
authored
2020-12-28 11:45:31 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:网上申请
1 parent
87c3fd72
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
25 additions
and
13 deletions
staticJs/onlineApply/certificateIssuance.js
staticJs/onlineApply/dataReview.js
staticJs/onlineApply/houseFill.js
staticJs/onlineApply/taxAssessment.js
staticViews/onlineApply/certificateIssuance.html
staticViews/onlineApply/dataReview.html
staticViews/onlineApply/taxAssessment.html
staticJs/onlineApply/certificateIssuance.js
View file @
c8d0e1d
...
...
@@ -7,6 +7,11 @@ $(function () {
addTabs
(
'#wssq'
)
setAcceptFlow
(
GetQueryString
(
'bsm_slsq'
),
GetQueryString
(
'businessno'
));
list
=
getApplyRecord
(
GetQueryString
(
'bsm_slsq'
),
GetQueryString
(
'businessno'
));
if
(
list
.
sqrlb
==
'1'
)
{
$
(
'.acceptance_information h3'
).
text
(
'权利人信息'
);
}
else
{
$
(
'.acceptance_information h3'
).
text
(
'义务人信息'
);
}
// 房屋信息
houseInfo
=
getFDCQ2
(
GetQueryString
(
'bsm_slsq'
));
console
.
log
(
list
);
...
...
staticJs/onlineApply/dataReview.js
View file @
c8d0e1d
...
...
@@ -8,6 +8,11 @@ $(function () {
})
function
fetchDataReview
()
{
let
list
=
getApplyRecord
(
GetQueryString
(
'bsm_slsq'
),
GetQueryString
(
'businessno'
));
if
(
list
.
sqrlb
==
'1'
)
{
$
(
'.acceptance_information h3'
).
text
(
'权利人信息'
);
}
else
{
$
(
'.acceptance_information h3'
).
text
(
'义务人信息'
);
}
// 房屋信息
let
houseInfo
=
getFDCQ2
(
GetQueryString
(
'bsm_slsq'
));
$
(
'#typesPower p'
).
text
(
list
.
qllxmc
);
...
...
@@ -22,6 +27,7 @@ function fetchDataReview() {
var
listItem
;
let
userInfo
=
[];
userInfo
.
push
(
getCookie
(
'myCookie'
));
$
(
'#informationList'
).
empty
();
if
(
list
.
sqrList
&&
list
.
sqrList
.
length
>
0
)
{
for
(
var
i
=
0
;
i
<
list
.
sqrList
.
length
;
i
++
)
{
listItem
=
'<li>'
...
...
staticJs/onlineApply/houseFill.js
View file @
c8d0e1d
...
...
@@ -3,6 +3,8 @@ var slsqxx;
var
bsmCl
;
// 领证方式
var
lzfs
=
1
;
// 共有方式
var
gyfsmc
=
1
;
layui
.
use
(
'element'
,
function
()
{
let
element
=
layui
.
element
;
//导航的hover效果、二级菜单等功能,需要依赖element模块
});
...
...
@@ -165,7 +167,8 @@ function loadMailDetail() {
// 权利人添加
function
authorityPerson
()
{
$
(
'.radioInfo'
).
click
(
function
()
{
let
index
=
$
(
this
).
attr
(
"value"
)
let
index
=
$
(
this
).
attr
(
"value"
);
gyfsmc
=
index
;
if
(
$
(
'#layui-form .layui-form-item'
).
length
>
1
)
{
return
false
}
else
{
...
...
@@ -225,10 +228,6 @@ function authorityPerson() {
})
}
// 图片上传
// 询问笔录
$
(
'.record'
).
click
(
function
(
event
)
{
event
.
stopPropagation
();
})
// 领证方式
$
(
'.formRadio'
).
click
(
function
()
{
let
value
=
$
(
this
).
attr
(
'value'
);
...
...
@@ -444,7 +443,7 @@ function _saveSQR() {
contentType
:
'application/json'
,
data
:
JSON
.
stringify
({
'bsmSlsq'
:
slsqxx
.
bsmSlsq
,
'gyfsbm'
:
1
,
'gyfsbm'
:
gyfsmc
,
'sqrlb'
:
slsqxx
.
sqrlb
,
'lzfs'
:
lzfs
,
'sqrList'
:
sqrList
,
...
...
staticJs/onlineApply/taxAssessment.js
View file @
c8d0e1d
...
...
@@ -5,7 +5,12 @@ $(function () {
addTabs
(
'#wssq'
)
setAcceptFlow
(
GetQueryString
(
'bsm_slsq'
),
GetQueryString
(
'businessno'
));
// 获取页面信息
_taxVerification
(
GetQueryString
(
'bsm_slsq'
),
GetQueryString
(
'businessno'
))
_taxVerification
(
GetQueryString
(
'bsm_slsq'
),
GetQueryString
(
'businessno'
));
if
(
business
.
sqrlb
==
'1'
)
{
$
(
'.buyer_information h3'
).
text
(
'权利人信息'
);
}
else
{
$
(
'.buyer_information h3'
).
text
(
'义务人信息'
);
}
})
//下一步事件
function
skipClick
(){
...
...
staticViews/onlineApply/certificateIssuance.html
View file @
c8d0e1d
...
...
@@ -114,7 +114,7 @@
</div>
<!-- ------------买方信息-------------- -->
<div
class=
"acceptance_information"
>
<h3>
买方
信息
</h3>
<h3>
权利人
信息
</h3>
<ul
id=
"informationList"
class=
"informationList"
></ul>
</div>
<!-- ------------受理流程-------------- -->
...
...
staticViews/onlineApply/dataReview.html
View file @
c8d0e1d
...
...
@@ -93,7 +93,7 @@
</div>
<!-- ----------买方信息--------- -->
<div
class=
"acceptance_information"
>
<h3>
买方
信息
</h3>
<h3>
权利人
信息
</h3>
<ul
id=
"informationList"
class=
"informationList"
></ul>
</div>
<!-- ------------受理流程-------------- -->
...
...
@@ -141,9 +141,6 @@
</ul>
</div>
<div
class=
"next_button"
>
<!-- <button type="button" class="layui-btn layui-btn-normal">
<a onclick="skipClick()">下一步</a>
</button> -->
</div>
</div>
</div>
...
...
staticViews/onlineApply/taxAssessment.html
View file @
c8d0e1d
...
...
@@ -61,7 +61,7 @@
</div>
</ul>
<div
class=
"buyer_information"
>
<h3>
买方
信息
</h3>
<h3>
权利人
信息
</h3>
<ul
id=
"informationList"
class=
"informationList"
></ul>
</div>
</div>
...
...
Please
register
or
sign in
to post a comment