wdyw.html
3.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!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/wdyw.css">
</head>
<body>
<div class="main">
<div class="navigation_crumbs">
<div class="contentBox">
<span class="layui-breadcrumb">
<a href="../index.html" title="首页">首页</a>
<a href="./grzx.html" title="个人中心">个人中心</a>
<a title="我的业务"><cite>我的业务</cite></a>
</span>
</div>
</div>
<!-- -----------------个人信息------------------------ -->
<div class="central_area">
<div class="perinfo contentBox">
<div class="perinfo_left">
<img src="../staticImages/person.png" alt="">
<ul>
<li>
<span id='hellotime'>上午好:</span>
<p id="username"></p>
</li>
<li>
<span>身份证号:</span>
<p id="zjhm"></p>
</li>
</ul>
</div>
</div>
<ul class="business_titleList">
<li class="applyBusinessRecord">
<a data-id='0' class="itemTitleActive bus-active">
<p>
<span>0</span>
</p>
<p>办理合计</p>
</a>
</li>
<li class="to_be_submitted">
<a data-id='1'>
<p>
<span>0</span>
</p>
<p>待提交</p>
</a>
</li>
<li class="applyBusinessIn">
<a data-id='2'>
<p>
<span>0</span>
</p>
<p>办理中</p>
</a>
</li>
<li class="applyBusinessEnd">
<a data-id='3'>
<p>
<span>0</span>
</p>
<p>已办结</p>
</a>
</li>
</ul>
<!-- -------------预约列表--------------- -->
<div class="contentBox">
<div class="arrowList">
<p class="arrow"></p>
<p class="arrow"></p>
<p class="arrow"></p>
<p class="arrow"></p>
</div>
<ul class="appintmentList">
<div class="noData">
暂无数据
</div>
<div class="appintmentListItem"></div>
</ul>
<div id="page"></div>
</div>
</div>
</div>
</body>
</html>
<script type="text/javascript" src="../staticJs/common.js"></script>
<script type="text/javascript" src="../staticJs/down.js"></script>
<script type="text/javascript" src="../staticJs/onlineApply/workFlow.js"></script>
<script type="text/javascript" src="../staticJs/wdyw.js"></script>