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
76c66257
authored
2020-12-10 16:29:00 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of yun.pashanhoo.com:renchao/portalStaticPage
2 parents
9717808c
fe6b48d8
Pipeline
#7
for
76c66257
failed
in 0 seconds
Changes
14
Pipelines
1
Builds
0
Show whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
213 additions
and
256 deletions
staticCss/bljy.css
staticJs/common.js
staticJs/flfg.js
staticJs/gsgg.js
staticJs/esf-xxjy.js → staticJs/onlineApply/bdcqlCheck.js
staticJs/esf-tbxx.js → staticJs/onlineApply/houseFill.js
staticJs/onlineApply/workFlow.js
staticJs/pageHome.js
staticJs/wssq.js
staticJs/xwdt.js
staticJs/xyzc.js
staticViews/esf-xxjy.html → staticViews/onlineApply/bdcqlCheck.html
staticViews/esf-tbxx.html → staticViews/onlineApply/houseFill.html
staticViews/wssq.html
staticCss/bljy.css
View file @
76c6625
...
...
@@ -13,7 +13,7 @@
margin
:
15px
0
;
}
.layui-form-item
.layui-inline
{
width
:
48
%
;
width
:
30
%
;
}
.submitbutton
{
text-align
:
center
;
...
...
staticJs/common.js
View file @
76c6625
...
...
@@ -13,8 +13,9 @@ function SetServicesPath() {
//设置全局參數
var
portal
=
{
'api_url'
:
"http://192.168.2.59:8000"
,
//属性名用引号括起来,属性间由逗号隔开
'name'
:
'myName'
'api_url'
:
"http://192.168.2.108:8000"
,
//属性名用引号括起来,属性间由逗号隔开
'name'
:
'myName'
,
"rootPath"
:
GetRootPath
()
};
//截取日期
...
...
@@ -24,3 +25,16 @@ function CutDate(times) {
//var timestr = "" + timearr[1].split("")[1] + "月" + timearr[2] + "日\t" + timearr[3] + ":" + timearr[4] + ""
return
timestr
}
function
GetRootPath
()
{
var
curWwwPath
=
window
.
document
.
location
.
href
;
var
pathName
=
window
.
document
.
location
.
pathname
;
var
pos
=
curWwwPath
.
indexOf
(
pathName
);
return
curWwwPath
.
substring
(
0
,
pos
);
}
function
GetQueryString
(
name
)
{
var
reg
=
new
RegExp
(
"(^|&)"
+
name
+
"=([^&]*)(&|$)"
,
"i"
);
var
r
=
window
.
location
.
search
.
substr
(
1
).
match
(
reg
);
if
(
r
!=
null
)
return
(
r
[
2
]);
return
null
;
}
...
...
staticJs/flfg.js
View file @
76c6625
...
...
@@ -15,7 +15,7 @@ function getLawsArticleList() {
var
li
=
''
;
$
.
ajax
({
type
:
"get"
,
//提交方式
url
:
portal
.
api_url
+
"/
hlwj
/MhLaws/getLawsArticleList"
,
//路径
url
:
portal
.
api_url
+
"/
portal
/MhLaws/getLawsArticleList"
,
//路径
dataType
:
"json"
,
async
:
false
,
data
:
{
...
...
@@ -48,7 +48,7 @@ function getPolicyHotArticleList() {
var
li
=
''
;
$
.
ajax
({
type
:
"get"
,
//提交方式
url
:
portal
.
api_url
+
"/
hlwj
/MhPolicy/getPolicyHotArticleList"
,
//路径
url
:
portal
.
api_url
+
"/
portal
/MhPolicy/getPolicyHotArticleList"
,
//路径
dataType
:
"json"
,
async
:
false
,
//数据,这里使用的是Json格式进行传输
...
...
@@ -73,7 +73,7 @@ function HotArticle() {
var
li
=
''
;
$
.
ajax
({
type
:
"get"
,
//提交方式
url
:
portal
.
api_url
+
"/
hlwj
/MhNews/getNewsHotArticleList"
,
//路径
url
:
portal
.
api_url
+
"/
portal
/MhNews/getNewsHotArticleList"
,
//路径
dataType
:
"json"
,
async
:
false
,
//数据,这里使用的是Json格式进行传输
...
...
staticJs/gsgg.js
View file @
76c6625
...
...
@@ -38,7 +38,7 @@ layui.use('element', function(){
function
initData
()
{
$
.
ajax
({
type
:
"get"
,
//提交方式
url
:
portal
.
api_url
+
"/
hlwj
/MhNotice/getNoticeList"
,
//路径
url
:
portal
.
api_url
+
"/
portal
/MhNotice/getNoticeList"
,
//路径
data
:
{
"currentPage"
:
data
.
currentPage
,
"pageSize"
:
data
.
limit
,
...
...
@@ -71,7 +71,7 @@ function HotArticle() {
var
li
=
''
;
$
.
ajax
({
type
:
"get"
,
//提交方式
url
:
portal
.
api_url
+
"/
hlwj
/MhNews/getNewsHotArticleList"
,
//路径
url
:
portal
.
api_url
+
"/
portal
/MhNews/getNewsHotArticleList"
,
//路径
dataType
:
"json"
,
async
:
false
,
//数据,这里使用的是Json格式进行传输
...
...
@@ -96,7 +96,7 @@ function PolicyHotArticle() {
var
li
=
''
;
$
.
ajax
({
type
:
"get"
,
//提交方式
url
:
portal
.
api_url
+
"/
hlwj
/MhPolicy/getPolicyHotArticleList"
,
//路径
url
:
portal
.
api_url
+
"/
portal
/MhPolicy/getPolicyHotArticleList"
,
//路径
dataType
:
"json"
,
async
:
false
,
//数据,这里使用的是Json格式进行传输
...
...
staticJs/
esf-xxjy
.js
→
staticJs/
onlineApply/bdcqlCheck
.js
View file @
76c6625
$
(
function
()
{
layui
.
use
(
'element'
,
function
()
{
let
element
=
layui
.
element
;
});
addTabs
(
'#wssq'
)
_acceptanceProcess
(
GetRequest
(
'ywid'
).
ywid
)
addTabs
(
'#wssq'
)
;
setFristStepPageFLow
(
GetQueryString
(
'ywid'
));
// 业务
layui
.
use
([
'form'
],
function
()
{
var
form
=
layui
.
form
...
...
@@ -31,7 +32,7 @@ $(function () {
successResult
()
// seizureResult()
})
SetCheckContent
();
})
function
successResult
()
{
layui
.
use
(
'layer'
,
function
()
{
...
...
@@ -41,7 +42,7 @@ function successResult() {
scrollbar
:
false
,
btn
:
[
'下一步'
],
yes
:
function
()
{
window
.
location
.
href
=
"./esf-tbxx.html"
;
skipNextPage
()
;
},
content
:
'<ul class="dialog_con">'
+
'<li><span>姓名:</span>任超</li>'
...
...
@@ -77,53 +78,28 @@ function seizureResult() {
})
}
// 获取受理流程信息
function
_acceptanceProcess
(
ywid
,
lclb
=
1
)
{
$
.
ajax
({
type
:
"post"
,
//提交方式
url
:
portal
.
api_url
+
"/portal/ApplyBusinessService/getApplyFlow"
,
//路径
dataType
:
"json"
,
data
:
{
"ywid"
:
ywid
,
"lclb"
:
lclb
},
//数据,这里使用的是Json格式进行传输
success
:
function
(
result
)
{
//返回数据根据结果进行相应的处理
if
(
result
.
code
==
200
&&
result
.
data
!=
null
)
{
console
.
log
(
result
.
data
)
$
(
'.name_title h2'
).
text
(
result
.
data
.
shortName
)
$
(
'.name_title p'
).
text
(
result
.
data
.
businessName
)
data
.
progressList
=
result
.
data
.
stepList
}
layui
.
use
(
'laytpl'
,
function
()
{
laytpl
=
layui
.
laytpl
;
var
getTpl
=
document
.
getElementById
(
'progress'
).
innerHTML
,
view
=
document
.
getElementById
(
'app_progress'
);
laytpl
(
getTpl
).
render
(
data
,
function
(
html
)
{
view
.
innerHTML
=
html
;
});
layui
.
use
([
'element'
],
function
()
{
var
element
=
layui
.
element
;
//初始化动态元素,一些动态生成的元素如果不设置初始化,将不会有默认的动态效果
element
.
init
();
});
});
//设置查验内容
function
SetCheckContent
()
{
layui
.
use
([
'form'
,
'upload'
,
'layer'
],
function
()
{
var
bdcqzType
=
$
(
'#bdcqzType'
);
var
form
=
layui
.
form
;
if
(
business
.
sqrlb
==
"1"
)
{
$
(
"#sqrlx"
).
text
(
"权利人名称:"
);
// bdcqzType.append(new Option("不动产权证书号", "bdcqzh"));// 下拉菜单里添加元素
// bdcqzType.append(new Option("不动产权证明号", "bdcqzh"));// 下拉菜单里添加元素
bdcqzType
.
append
(
new
Option
(
"合同号"
,
"hth"
));
// 下拉菜单里添加元素
// bdcqzType.append(new Option("房产证号", "hth"));// 下拉菜单里添加元素
// bdcqzType.append(new Option("土地证号", "hth"));// 下拉菜单里添加元素
}
else
{
$
(
"#sqrlx"
).
text
(
"义务人名称:"
);
bdcqzType
.
append
(
new
Option
(
"不动产权证书号"
,
"bdcqzh"
));
// 下拉菜单里添加元素
// bdcqzType.append(new Option("不动产权证明号", "bdcqzh"));// 下拉菜单里添加元素
bdcqzType
.
append
(
new
Option
(
"合同号"
,
"hth"
));
// 下拉菜单里添加元素
// bdcqzType.append(new Option("房产证号", "hth"));// 下拉菜单里添加元素
// bdcqzType.append(new Option("土地证号", "hth"));// 下拉菜单里添加元素
}
layui
.
form
.
render
(
"select"
);
});
}
\ No newline at end of file
function
GetRequest
()
{
var
url
=
location
.
search
;
//获取url中"?"符后的字串
var
theRequest
=
new
Object
();
if
(
url
.
indexOf
(
"?"
)
!=
-
1
)
{
var
str
=
url
.
substr
(
1
);
strs
=
str
.
split
(
"?"
);
for
(
var
i
=
0
;
i
<
strs
.
length
;
i
++
)
{
theRequest
[
strs
[
i
].
split
(
"="
)[
0
]]
=
decodeURIComponent
(
strs
[
i
].
split
(
"="
)[
1
]);
}
}
return
theRequest
;
}
var
data
=
{
//数据
'progressList'
:
[],
};
\ No newline at end of file
...
...
staticJs/
esf-tbxx
.js
→
staticJs/
onlineApply/houseFill
.js
View file @
76c6625
...
...
@@ -2,19 +2,7 @@ layui.use('element', function () {
let
element
=
layui
.
element
;
//导航的hover效果、二级菜单等功能,需要依赖element模块
});
addTabs
(
'#wssq'
)
layui
.
use
(
'laytpl'
,
function
()
{
laytpl
=
layui
.
laytpl
;
var
getTpl
=
document
.
getElementById
(
'progress'
).
innerHTML
,
view
=
document
.
getElementById
(
'app_progress'
);
laytpl
(
getTpl
).
render
(
data
,
function
(
html
)
{
view
.
innerHTML
=
html
;
});
layui
.
use
([
'element'
],
function
()
{
var
element
=
layui
.
element
;
element
.
init
();
});
});
setAcceptFlow
(
GetQueryString
(
'ywid'
),
GetQueryString
(
'lclb'
));
// form 表单
layui
.
use
(
'form'
,
function
()
{
var
form
=
layui
.
form
;
...
...
@@ -137,46 +125,7 @@ layui.use(['form', 'common'], function () {
// });
});
var
data
=
{
//数据
'progressList'
:
[
{
stepName
:
"信息效验"
,
stepState
:
2
//0:未办理 1:正在办理 2:已办理
},
{
stepName
:
"填报信息"
,
stepState
:
1
},
{
stepName
:
"完税核税"
,
stepState
:
0
},
{
stepName
:
"身份认证"
,
stepState
:
0
},
{
stepName
:
"资料审核"
,
stepState
:
0
}
],
};
// 获取受理流程信息
function
_acceptanceProcess
(
ywid
,
lclb
=
1
)
{
$
.
ajax
({
type
:
"post"
,
//提交方式
url
:
portal
.
api_url
+
"/portal/ApplyBusinessService/getApplyFlow"
,
//路径
dataType
:
"json"
,
data
:
{
"ywid"
:
ywid
,
"lclb"
:
lclb
},
//数据,这里使用的是Json格式进行传输
success
:
function
(
result
)
{
//返回数据根据结果进行相应的处理
if
(
result
.
code
==
200
&&
result
.
data
!=
null
)
{
console
.
log
(
result
.
data
)
}
}
});
//下一步事件
function
skipClick
(){
skipNextPage
();
}
...
...
staticJs/onlineApply/workFlow.js
0 → 100644
View file @
76c6625
var
business
;
//获取创建的流程业务
function
getCreateFlow
(
ywid
)
{
$
.
ajax
({
type
:
"post"
,
//提交方式
url
:
portal
.
api_url
+
"/portal/ApplyBusinessService/getBusinessFlow"
,
//路径
dataType
:
"json"
,
async
:
false
,
data
:
{
"ywid"
:
ywid
},
//数据,这里使用的是Json格式进行传输
success
:
function
(
result
)
{
//返回数据根据结果进行相应的处理
if
(
result
.
code
==
200
&&
result
.
data
!=
null
)
{
business
=
result
.
data
;
}
}
});
}
//获取正在办理的流程业务
function
getAcceptFlow
(
ywid
,
lclb
)
{
$
.
ajax
({
type
:
"post"
,
//提交方式
url
:
portal
.
api_url
+
"/portal/ApplyBusinessService/getApplyFlow"
,
//路径
dataType
:
"json"
,
async
:
false
,
data
:
{
"ywid"
:
ywid
,
"lclb"
:
lclb
},
//数据,这里使用的是Json格式进行传输
success
:
function
(
result
)
{
//返回数据根据结果进行相应的处理
if
(
result
.
code
==
200
&&
result
.
data
!=
null
)
{
business
=
result
.
data
;
}
}
});
}
//设置步骤条信息
function
setArticleSteps
()
{
$
(
'.name_title h2'
).
text
(
business
.
shortName
);
var
ArticleContent
=
$
(
"#app_progress"
);
$
.
each
(
business
.
stepList
,
function
(
index
,
item
)
{
switch
(
item
.
stepState
)
{
case
0
:
ArticleContent
.
append
(
'<li class="item_proress"><p></p><h5>'
+
item
.
stepname
+
'</h5></li>'
);
ArticleContent
.
append
(
'<li class="layui-progress"><div class="layui-progress-bar" lay-percent="0%"></div></li>'
);
break
;
case
1
:
ArticleContent
.
append
(
'<li class="item_proress"><p class="activeing"></p><h5 class="activeingtext">'
+
item
.
stepname
+
'</h5></li>'
);
ArticleContent
.
append
(
'<li class="layui-progress"><div class="layui-progress-bar" lay-percent="50%"></div></li>'
);
break
;
case
2
:
ArticleContent
.
append
(
'<li class="item_proress"><p class="active"></p><h5>'
+
item
.
stepname
+
'</h5></li>'
);
ArticleContent
.
append
(
'<li class="layui-progress"><div class="layui-progress-bar" lay-percent="100%"></div></li>'
);
break
;
}
});
}
//获取业务发起流程方法
function
getInitiateFLow
(
ywid
)
{
getCreateFlow
(
ywid
);
window
.
open
(
portal
.
rootPath
+
business
.
stepList
[
0
].
pageurl
+
"?ywid="
+
ywid
,
"_self"
)
}
//工作箱调取流程方法
function
getWorkBoxFLow
(
ywid
,
lclb
)
{
getAcceptFlow
(
ywid
,
lclb
);
var
pageurl
;
$
.
each
(
business
.
stepList
,
function
(
index
,
item
)
{
if
(
item
.
stepState
==
1
)
{
page
=
item
.
pageurl
;
return
;
}
});
window
.
open
(
portal
.
rootPath
+
pageurl
+
"?ywid="
+
ywid
,
"_self"
)
}
//设置首环节页面相关内容
function
setFristStepPageFLow
(
ywid
)
{
getCreateFlow
(
ywid
);
setArticleSteps
();
}
//设置正在办理页面相关内容
function
setAcceptFlow
(
ywid
,
lclb
)
{
getAcceptFlow
(
ywid
,
lclb
);
setArticleSteps
();
}
//跳转下一个环节页面
function
skipNextPage
()
{
//更新当前流程所处环节
var
nextStepIndex
;
$
.
each
(
business
.
stepList
,
function
(
index
,
item
)
{
if
(
item
.
stepState
==
1
)
{
nextStepIndex
=
index
+
1
;
return
;
}
});
window
.
location
.
href
=
portal
.
rootPath
+
business
.
stepList
[
nextStepIndex
].
pageurl
+
"?ywid="
+
business
.
ywid
+
"&lclb="
+
business
.
lclb
;
}
staticJs/pageHome.js
View file @
76c6625
...
...
@@ -65,7 +65,7 @@ function NewsData() {
var
li
,
publishTime
;
$
.
ajax
({
type
:
"get"
,
//提交方式
url
:
portal
.
api_url
+
"/
hlwj
/MhNews/getNewsList"
,
//路径
url
:
portal
.
api_url
+
"/
portal
/MhNews/getNewsList"
,
//路径
dataType
:
"json"
,
//数据,这里使用的是Json格式进行传输
success
:
function
(
result
)
{
//返回数据根据结果进行相应的处理
...
...
@@ -95,7 +95,7 @@ function NoticeData() {
var
li
;
$
.
ajax
({
type
:
"get"
,
//提交方式
url
:
portal
.
api_url
+
"/
hlwj
/MhNotice/getMHNotice"
,
//路径
url
:
portal
.
api_url
+
"/
portal
/MhNotice/getMHNotice"
,
//路径
dataType
:
"json"
,
//数据,这里使用的是Json格式进行传输
success
:
function
(
result
)
{
//返回数据根据结果进行相应的处理
...
...
@@ -126,7 +126,7 @@ function LawsData() {
var
li
;
$
.
ajax
({
type
:
"get"
,
//提交方式
url
:
portal
.
api_url
+
"/
hlwj
/MhLaws/getLawsList"
,
//路径
url
:
portal
.
api_url
+
"/
portal
/MhLaws/getLawsList"
,
//路径
dataType
:
"json"
,
//数据,这里使用的是Json格式进行传输
success
:
function
(
result
)
{
//返回数据根据结果进行相应的处理
...
...
@@ -148,7 +148,7 @@ function policiesData() {
var
li
;
$
.
ajax
({
type
:
"get"
,
//提交方式
url
:
portal
.
api_url
+
"/
hlwj
/MhPolicy/getPolicyList"
,
//路径
url
:
portal
.
api_url
+
"/
portal
/MhPolicy/getPolicyList"
,
//路径
dataType
:
"json"
,
//数据,这里使用的是Json格式进行传输
success
:
function
(
result
)
{
//返回数据根据结果进行相应的处理
...
...
staticJs/wssq.js
View file @
76c6625
...
...
@@ -33,8 +33,7 @@ $(function () {
_initData
()
// 网上申请
$
(
document
).
on
(
"click"
,
".handleBus"
,
function
(
e
)
{
console
.
log
(
$
(
this
).
attr
(
"ywid"
))
_acceptanceProcess
(
$
(
this
).
attr
(
"ywid"
))
getInitiateFLow
(
$
(
this
).
attr
(
"ywid"
));
})
})
...
...
@@ -96,25 +95,6 @@ function _businessList(districtId) {
});
}
// 获取受理流程信息
function
_acceptanceProcess
(
ywid
,
lclb
=
1
)
{
$
.
ajax
({
type
:
"post"
,
//提交方式
url
:
portal
.
api_url
+
"/portal/ApplyBusinessService/getApplyFlow"
,
//路径
dataType
:
"json"
,
data
:
{
"ywid"
:
ywid
,
"lclb"
:
lclb
},
//数据,这里使用的是Json格式进行传输
success
:
function
(
result
)
{
//返回数据根据结果进行相应的处理
if
(
result
.
code
==
200
&&
result
.
data
!=
null
)
{
console
.
log
(
result
.
data
)
window
.
open
(
"./esf-xxjy.html?ywid="
+
ywid
+
""
,
"_self"
)
}
}
});
}
var
data
=
{
//数据
"immediateList"
:
[],
...
...
staticJs/xwdt.js
View file @
76c6625
...
...
@@ -16,7 +16,7 @@ $(function () {
function
LoadNewsData
(
currentPage
=
1
)
{
$
.
ajax
({
type
:
"get"
,
//提交方式
url
:
portal
.
api_url
+
"/
hlwj
/MhNews/getNewsArticleList"
,
//路径
url
:
portal
.
api_url
+
"/
portal
/MhNews/getNewsArticleList"
,
//路径
data
:{
"currentPage"
:
currentPage
,
"pageSize"
:
5
...
...
@@ -47,7 +47,7 @@ function HotArticle() {
var
li
=
''
;
$
.
ajax
({
type
:
"get"
,
//提交方式
url
:
portal
.
api_url
+
"/
hlwj
/MhNews/getNewsHotArticleList"
,
//路径
url
:
portal
.
api_url
+
"/
portal
/MhNews/getNewsHotArticleList"
,
//路径
dataType
:
"json"
,
async
:
false
,
//数据,这里使用的是Json格式进行传输
...
...
@@ -73,7 +73,7 @@ function PolicyHotArticle() {
var
li
=
''
;
$
.
ajax
({
type
:
"get"
,
//提交方式
url
:
portal
.
api_url
+
"/
hlwj
/MhPolicy/getPolicyHotArticleList"
,
//路径
url
:
portal
.
api_url
+
"/
portal
/MhPolicy/getPolicyHotArticleList"
,
//路径
dataType
:
"json"
,
async
:
false
,
//数据,这里使用的是Json格式进行传输
...
...
staticJs/xyzc.js
View file @
76c6625
...
...
@@ -15,7 +15,7 @@ function getLawsArticleList() {
var
li
=
''
;
$
.
ajax
({
type
:
"get"
,
//提交方式
url
:
portal
.
api_url
+
"/
hlwj
/MhPolicy/getPolicyArticleList"
,
//路径
url
:
portal
.
api_url
+
"/
portal
/MhPolicy/getPolicyArticleList"
,
//路径
dataType
:
"json"
,
async
:
false
,
data
:
{
...
...
staticViews/
esf-xxjy
.html
→
staticViews/
onlineApply/bdcqlCheck
.html
View file @
76c6625
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<head>
<style>
</style>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<title>
立即办理-信息校验
</title>
<script
type=
"text/javascript"
src=
"../staticJs/head.js"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../staticCss/progress.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../staticCss/bljy.css"
>
<script
type=
"text/javascript"
src=
"../
../
staticJs/head.js"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../
../
staticCss/progress.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../
../
staticCss/bljy.css"
>
</head>
<body>
<div
class=
"navigation_crumbs"
>
<div
class=
"contentBox"
>
<span
class=
"layui-breadcrumb"
>
<a
href=
"../../index.html"
>
首页
</a>
<a
href=
"./wssq.html"
>
网上申请
</a>
<a
href=
"../../
../
index.html"
>
首页
</a>
<a
href=
".
./..
/wssq.html"
>
网上申请
</a>
<a><cite>
信息校验
</cite></a>
</span>
</div>
...
...
@@ -24,7 +25,7 @@
<div
class=
"content_box"
>
<div
class=
"name_title"
>
<h2>
商品房
</h2>
<
p>
转移登记
</p
>
<
!-- <p>转移登记</p> --
>
</div>
<div
class=
"content_area"
>
<div
class=
"progressBar"
>
...
...
@@ -38,33 +39,33 @@
<form
class=
"layui-form"
action=
""
>
<div
class=
"layui-form-item"
>
<div
class=
"layui-inline"
>
<label
class=
"layui-form-label"
>
权利人
</label>
<div
class=
"layui-input-block"
>
<input
type=
"text"
name=
"title"
required
lay-verify=
"title"
placeholder=
"请输权利人"
class=
"layui-input"
>
<label
id=
"sqrlx"
>
权利人
</label>
<label
id=
"sqrxm"
>
张*某
</label>
</div>
<div
class=
"layui-inline"
>
<label>
证件种类:
</label>
<label
id=
"zjzl"
>
身份证
</label>
</div>
<div
class=
"layui-inline"
>
<label
class=
"layui-form-label"
>
身份证
</label>
<div
class=
"layui-input-block"
>
<input
type=
"text"
name=
"idcard"
required
lay-verify=
"identity"
placeholder=
"请输身份证"
class=
"layui-input"
>
<label>
证件号码:
</label>
<label
id=
"zjhm"
>
610100********3411
</label>
</div>
</div>
<div
class=
"layui-form-item"
>
<div
style=
"float: left;width: 220px;"
>
<select
id=
"bdcqzType"
lay-verify=
"required"
lay-filter=
"xmFilter"
>
</select>
</div>
<div
class=
"layui-form-item record_con"
>
<label
class=
"layui-form-label"
>
合同备案号
</label>
<div
class=
"layui-input-block record"
>
<input
type=
"text"
name=
"record"
required
lay-verify=
"record"
placeholder=
"请输合同备案号"
class=
"layui-input"
>
<div
style=
"float: left;width: 300px;"
>
<input
type=
"text"
name=
"record"
required
lay-verify=
"record"
class=
"layui-input"
>
</div>
</div>
<div
class=
"layui-form-item submitbutton_con"
>
<div
class=
"layui-input-block submitbutton"
>
<button
type=
"reset"
class=
"layui-btn layui-btn-primary reset"
>
重 置
</button>
<button
type=
"submit"
class=
"layui-btn layui-btn-normal submit"
lay-submit=
""
lay-filter=
"demo1"
>
查
<button
type=
"submit"
class=
"layui-btn layui-btn-normal submit"
lay-submit=
""
lay-filter=
"demo1"
>
查
询
</button>
</div>
</div>
...
...
@@ -73,42 +74,8 @@
</div>
</div>
</body>
<script
type=
"text/javascript"
src=
"../staticJs/common.js"
></script>
<script
type=
"text/javascript"
src=
"../staticJs/down.js"
></script>
<script
type=
"text/javascript"
src=
"../staticJs/esf-xxjy.js"
></script>
<script
id=
"progress"
type=
"text/html"
>
{{
#
layui
.
each
(
d
.
progressList
,
function
(
index
,
item
){
}}
{{
#
if
(
item
.
stepState
==
2
){
}}
<
li
class
=
"item_proress"
>
<
p
class
=
"active"
><
/p
>
<
h5
>
{{
item
.
stepname
}}
<
/h5
>
<
/li
>
<
li
class
=
"layui-progress"
>
<
div
class
=
"layui-progress-bar"
lay
-
percent
=
"100%"
><
/div
>
<
/li
>
{{
#
}
}}
{{
#
if
(
item
.
stepState
==
1
){
}}
<
li
class
=
"item_proress"
>
<
p
class
=
"activeing"
><
/p
>
<
h5
class
=
"activeingtext"
>
{{
item
.
stepname
}}
<
/h5
>
<
/li
>
{{
#
if
(
index
!=
(
d
.
progressList
.
length
-
1
)){
}}
<
li
class
=
"layui-progress"
>
<
div
class
=
"layui-progress-bar"
lay
-
percent
=
"50%"
><
/div
>
<
/li
>
{{
#
}
}}
{{
#
}
}}
{{
#
if
(
item
.
stepState
==
0
){
}}
<
li
class
=
"item_proress"
>
<
p
><
/p
>
<
h5
>
{{
item
.
stepname
}}
<
/h5
>
<
/li
>
{{
#
if
(
index
!=
(
d
.
progressList
.
length
-
1
)){
}}
<
li
class
=
"layui-progress"
>
<
div
class
=
"layui-progress-bar"
lay
-
percent
=
"0%"
><
/div
>
<
/li
>
{{
#
}
}}
{{
#
}
}}
{{
#
});
}}
</script>
<script
type=
"text/javascript"
src=
"../../staticJs/common.js"
></script>
<script
type=
"text/javascript"
src=
"../../staticJs/onlineApply/workFlow.js"
></script>
<script
type=
"text/javascript"
src=
"../../staticJs/onlineApply/bdcqlCheck.js"
></script>
<script
type=
"text/javascript"
src=
"../../staticJs/down.js"
></script>
</html>
\ No newline at end of file
...
...
staticViews/
esf-tbxx
.html
→
staticViews/
onlineApply/houseFill
.html
View file @
76c6625
...
...
@@ -7,17 +7,17 @@
</style>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<title>
立即办理-填报信息
</title>
<script
type=
"text/javascript"
src=
"../staticJs/head.js"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../staticCss/yysq.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../staticCss/progress.css"
>
<script
type=
"text/javascript"
src=
"../
../
staticJs/head.js"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../
../
staticCss/yysq.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../
../
staticCss/progress.css"
>
</head>
<body>
<div
class=
"navigation_crumbs"
>
<div
class=
"contentBox"
>
<span
class=
"layui-breadcrumb"
>
<a
href=
"../../index.html"
>
首页
</a>
<a
href=
"./wssq.html"
>
网上申请
</a>
<a
href=
"../../
../
index.html"
>
首页
</a>
<a
href=
".
./..
/wssq.html"
>
网上申请
</a>
<a><cite>
填报信息
</cite></a>
</span>
</div>
...
...
@@ -118,7 +118,7 @@
<div
class=
"fileSpan vm"
>
<input
type=
"file"
multiple
id=
"fileInput"
/>
<div
class=
"file_name"
>
<img
class=
"update"
src=
"../staticImages/update.png"
>
<img
class=
"update"
src=
"../
../
staticImages/update.png"
>
<p
class=
"updatetext"
>
点击文件上传
</p>
</div>
<div
class=
"fileListName"
></div>
...
...
@@ -132,7 +132,7 @@
<div
class=
"fileSpan vm"
>
<input
type=
"file"
multiple
id=
"fileInput1"
/>
<div
class=
"file_name"
>
<img
class=
"update"
src=
"../staticImages/update.png"
>
<img
class=
"update"
src=
"../
../
staticImages/update.png"
>
<p
class=
"updatetext"
>
点击文件上传
</p>
</div>
<div
class=
"fileListName1"
></div>
...
...
@@ -147,7 +147,7 @@
<div
class=
"fileSpan vm"
>
<input
type=
"file"
multiple
id=
"fileInput3"
/>
<div
class=
"file_name"
>
<img
class=
"update"
src=
"../staticImages/update.png"
>
<img
class=
"update"
src=
"../
../
staticImages/update.png"
>
<p
class=
"updatetext"
>
点击文件上传
</p>
</div>
<div
class=
"fileListName3"
></div>
...
...
@@ -158,59 +158,22 @@
</div>
</div>
<div
class=
"next_button submitButton"
>
<button
type=
"button"
class=
"layui-btn layui-btn-normal"
>
<a
href=
"./wshs.html"
>
<button
type=
"button"
class=
"layui-btn layui-btn-normal"
onclick=
"skipClick()"
>
下一步
</a>
</button>
</div>
</div>
</div>
</body>
<script
type=
"text/javascript"
src=
"../staticJs/common.js"
></script>
<script
type=
"text/javascript"
src=
"../staticJs/down.js"
></script>
<script
type=
"text/javascript"
src=
"../staticJs/esf-tbxx.js"
></script>
<script
type=
"text/javascript"
src=
"../staticJs/imageUpdate.js"
></script>
<script
type=
"text/javascript"
src=
"../staticJs/imageUpdate1.js"
></script>
<script
type=
"text/javascript"
src=
"../staticJs/imageUpdate3.js"
></script>
<script
type=
"text/javascript"
src=
"../staticJs/city-picker.js"
></script>
<script
type=
"text/javascript"
src=
"../../staticJs/common.js"
></script>
<script
type=
"text/javascript"
src=
"../../staticJs/onlineApply/workFlow.js"
></script>
<script
type=
"text/javascript"
src=
"../../staticJs/onlineApply/houseFill.js"
></script>
<script
type=
"text/javascript"
src=
"../../staticJs/imageUpdate.js"
></script>
<script
type=
"text/javascript"
src=
"../../staticJs/imageUpdate1.js"
></script>
<script
type=
"text/javascript"
src=
"../../staticJs/imageUpdate3.js"
></script>
<script
type=
"text/javascript"
src=
"../../staticJs/city-picker.js"
></script>
<script
type=
"text/javascript"
src=
"../../staticJs/down.js"
></script>
<script
type=
"text/html"
id=
"barDemo"
>
<
i
class
=
"layui-icon layui-icon-reduce-circle"
lay
-
event
=
"edit"
><
/i
>
</script>
<script
id=
"progress"
type=
"text/html"
>
{{
#
layui
.
each
(
d
.
progressList
,
function
(
index
,
item
){
}}
{{
#
if
(
item
.
stepState
==
2
){
}}
<
li
class
=
"item_proress"
>
<
p
class
=
"active"
><
/p
>
<
h5
>
{{
item
.
stepName
}}
<
/h5
>
<
/li
>
<
li
class
=
"layui-progress"
>
<
div
class
=
"layui-progress-bar"
lay
-
percent
=
"100%"
><
/div
>
<
/li
>
{{
#
}
}}
{{
#
if
(
item
.
stepState
==
1
){
}}
<
li
class
=
"item_proress"
>
<
p
class
=
"activeing"
><
/p
>
<
h5
class
=
"activeingtext"
>
{{
item
.
stepName
}}
<
/h5
>
<
/li
>
{{
#
if
(
index
!=
(
d
.
progressList
.
length
-
1
)){
}}
<
li
class
=
"layui-progress"
>
<
div
class
=
"layui-progress-bar"
lay
-
percent
=
"50%"
><
/div
>
<
/li
>
{{
#
}
}}
{{
#
}
}}
{{
#
if
(
item
.
stepState
==
0
){
}}
<
li
class
=
"item_proress"
>
<
p
><
/p
>
<
h5
>
{{
item
.
stepName
}}
<
/h5
>
<
/li
>
{{
#
if
(
index
!=
(
d
.
progressList
.
length
-
1
)){
}}
<
li
class
=
"layui-progress"
>
<
div
class
=
"layui-progress-bar"
lay
-
percent
=
"0%"
><
/div
>
<
/li
>
{{
#
}
}}
{{
#
}
}}
{{
#
});
}}
</script>
</html>
\ No newline at end of file
...
...
staticViews/wssq.html
View file @
76c6625
...
...
@@ -85,6 +85,7 @@
</body>
<script
type=
"text/javascript"
src=
"../staticJs/down.js"
></script>
<script
type=
"text/javascript"
src=
"../staticJs/common.js"
></script>
<script
type=
"text/javascript"
src=
"../staticJs/onlineApply/workFlow.js"
></script>
<script
type=
"text/javascript"
src=
"../staticJs/city-picker.js"
></script>
<script
type=
"text/javascript"
src=
"../staticJs/wssq.js"
></script>
<!-- 及时办结 -->
...
...
Please
register
or
sign in
to post a comment