2445e7f3 by 田浩浩
2 parents f32624c8 d79aaeee
...@@ -38,42 +38,92 @@ ...@@ -38,42 +38,92 @@
38 text-align: center; 38 text-align: center;
39 line-height: 36px; 39 line-height: 36px;
40 } 40 }
41 .data_list { 41 /* ----------------预约列表-------------------- */
42 margin-bottom: 20px; 42 .appointment_list {
43 margin-top: 20px;
44 font-size: 0;
45 margin-left: -10px;
46 margin-right: -10px;
47 overflow: hidden;
43 } 48 }
44 .data_list li { 49 .appointment_list li {
45 width: 31%; 50 width: 33.333%;
46 border: 1px solid #d2d2d2;
47 display: inline-block; 51 display: inline-block;
48 color: #4a4a4a; 52 padding: 0 10px;
49 border-radius: 3px;
50 box-sizing: border-box; 53 box-sizing: border-box;
51 margin-right: 20px; 54 float: left;
52 } 55 }
53 .data_list li:last-child { 56 .appointment_list li .item_content {
54 margin-right: 0; 57 border: 1px solid #CBCBCB;
58 border-radius: 4px;
59 border: 1px solid #CBCBCB;
60 font-size: 16px;
61 height: 368px;
55 } 62 }
56 .data_list li h3 { 63 .item_title {
57 background-color: #5FB878; 64 height: 48px;
58 text-align: center; 65 line-height: 48px;
59 line-height: 36px; 66 color: #FFFFFF;
60 padding: 0 10px; 67 padding: 0 20px;
61 color: #fff; 68 box-sizing: border-box;
62 } 69 }
63 .data_list li p { 70 .item_title h3 {
64 line-height: 40px; 71 display: inline-block;
65 padding: 0 10px; 72 float: left;
66 } 73 }
67 .data_list li p span { 74 .item_title p {
68 width: 85px;
69 text-align-last: justify;
70 display: inline-block; 75 display: inline-block;
71 margin-right: 10px; 76 float: right;
72 } 77 }
73 .next_button { 78 .success {
79 background-color: #44D7B6;
80 }
81 .overdue {
82 background-color: #F26363;
83 }
84 .cancel {
85 background-color: #F26363;
86 opacity: 0.5;
87 }
88 .item_info {
89 padding: 30px;
90 height: 180px;
91 }
92 .item_info li{
93 width: 100%;
94 line-height: 38px;
95 box-sizing: border-box;
96 }
97 .item_info li span {
98 display: inline-block;
99 width: 108px;
100 text-align: right;
101 color: #9B9B9B;
102 white-space: nowrap;
103 }
104 .item_info li p{
105 display: inline-block;
106 color: #303030;
107 }
108 .item_info li a{
109 display: inline-block;
110 color: #0091FF;
111 margin-left: 20px;
112 }
113 .cancel_reservation {
114 display: block;
115 width: 100px;
116 height: 40px;
117 background: #FFFFFF;
118 border-radius: 3px;
119 border: 1px solid #E6E6E6;
120 font-size: 16px;
121 color: #9B9B9B;
122 line-height: 40px;
74 text-align: center; 123 text-align: center;
75 margin-bottom: 20px; 124 margin: 0 auto;
76 } 125 }
77 .next_button a { 126 .next_button {
78 color: #fff; 127 text-align: center;
128 margin: 50px 0 100px 0;
79 } 129 }
...\ No newline at end of file ...\ No newline at end of file
......
1 * {
2 padding: 0;
3 margin: 0;
4 }
5 .mainbody {
6 width: 1200px;
7 margin: 0 auto;
8 }
9 /* --------------------导航tab------------------------- */
10 .navigation_crumbs {
11 width: 100%;
12 height: 45px;
13 padding: 10px 0;
14 line-height: 25px;
15 background: #fafafa;
16 border: 1px solid #e6e6e6;
17 box-sizing: border-box;
18 }
19 .navigation_crumbs .layui-breadcrumb a:hover {
20 color: #f46143 !important;
21 }
22
23 .contentBox {
24 width: 1200px;
25 margin: 0 auto;
26 overflow: hidden;
27 }
28 .one_content {
29 border: 1px solid #dedede;
30 margin-top: 30px;
31 }
32 .one_content .layui-tab {
33 margin: 0;
34 }
35 .one_content .layui-tab-title li {
36 width: 100px;
37 font-weight: 600;
38 color: #6d7278;
39 }
40 .one_content .layui-tab-title .layui-this {
41 color: #4a4a4a;
42 }
43 .layui-tab-brief > .layui-tab-more li.layui-this:after,
44 .layui-tab-brief > .layui-tab-title .layui-this:after {
45 border-color: #006cff;
46 }
47 .layui-tab .layui-tab-brief .layui-this {
48 color: #006cff;
49 }
50 .layui-tab .layui-tab-brief li {
51 width: 90px;
52 }
53 .online_business {
54 margin-top: 20px;
55 }
56 .online_business h2 {
57 width: 100%;
58 height: 43px;
59 line-height: 43px;
60 background: #fafafa;
61 border-radius: 4px;
62 border: 1px solid #dedede;
63 padding-left: 15px;
64 box-sizing: border-box;
65 }
66 .online_list {
67 padding-bottom: 20px;
68 overflow: hidden;
69 }
70 .online_list li {
71 width: 45% !important;
72 float: left;
73 height: 60px;
74 line-height: 60px;
75 border-bottom: 1px dotted #dedede;
76 }
77 .online_list li:nth-child(even) {
78 margin-left: 10%;
79 }
80 .online_list li a {
81 display: block;
82 width: 100%;
83 }
84 .online_list li a:hover span {
85 color: #f46143;
86 }
87 .online_list li a button {
88 float: right;
89 margin-top: 15px;
90 }
91 /* ---------------------------------------------------- */
92 .top-logo ul li {
93 display: inline-block;
94 padding: 0 8px;
95 }
96
97 .top-logo ul li:first-child {
98 border-right: 1px solid grey;
99 }
100
101 div.navigation {
102 text-align: center;
103 }
104 .navigation .layui-nav-item {
105 width: 147px;
106 position: relative;
107 }
108 .layui-bg-blue {
109 background-color: #006cff !important;
110 }
111 .title {
112 width: 900px;
113 height: 30px;
114 font-size: 30px;
115 font-weight: 500;
116 color: #4a4a4a;
117 line-height: 30px;
118 text-align: center;
119 margin: 0 auto;
120 margin-top: 50px;
121 margin-bottom: 36px;
122 }
123 .release {
124 display: flex;
125 flex-flow: row nowrap;
126 justify-content: space-between;
127 font-size: 16px;
128 font-weight: 400;
129 color: #6d7278;
130 line-height: 12px;
131 margin-bottom: 40px;
132 }
133 .release div {
134 display: inline-block;
135 }
136 .mainbody .DividingLine {
137 width: 1150px;
138 height: 1px;
139 margin:0 auto;
140 background-color:#DEDEDE;
141 margin-bottom:40px
142 }
143 .body {
144 padding-top: 20px;
145 border-top: 1px solid #dedede;
146 height: auto;
147 font-size: 16px;
148 font-weight: 400;
149 color: #4a4a4a;
150 line-height: 24px;
151 padding-bottom: 30px;
152 }
...@@ -19,8 +19,8 @@ ...@@ -19,8 +19,8 @@
19 flex: 2.1; 19 flex: 2.1;
20 position: relative; 20 position: relative;
21 top: 10px; 21 top: 10px;
22 margin-left: -3%; 22 margin-left: -3.8%;
23 margin-right: -3%; 23 margin-right: -3.8%;
24 } 24 }
25 .item_proress { 25 .item_proress {
26 position: relative; 26 position: relative;
...@@ -36,6 +36,7 @@ ...@@ -36,6 +36,7 @@
36 } 36 }
37 .app_progress li h5 { 37 .app_progress li h5 {
38 white-space: nowrap; 38 white-space: nowrap;
39 margin-top: 5px;
39 } 40 }
40 .active { 41 .active {
41 background-color: #47E1BF!important; 42 background-color: #47E1BF!important;
......
...@@ -71,4 +71,52 @@ $(function () { ...@@ -71,4 +71,52 @@ $(function () {
71 return false; 71 return false;
72 }); 72 });
73 }); 73 });
74 // 进度条
75 var data = {
76 'progressList': [
77 {
78 stepName: "信息效验",
79 stepState: 1 //0:未办理 1:正在办理 2:已办理
80 },
81 {
82 stepName: "填报信息",
83 stepState: 0
84 },
85 {
86 stepName: "完税核税",
87 stepState: 0
88 },
89 {
90 stepName: "身份认证",
91 stepState: 0
92 },
93 {
94 stepName: "资料审核",
95 stepState: 0
96 },
97 // {
98 // stepName: "线上缴费",
99 // stepState: 0
100 // },
101 // {
102 // stepName: "生成电子证书",
103 // stepState: 0
104 // }
105 ],
106 }
107
108 layui.use('laytpl', function () {
109 laytpl = layui.laytpl;
110 var getTpl = document.getElementById('progress').innerHTML
111 , view = document.getElementById('app_progress');
112 laytpl(getTpl).render(data, function (html) {
113 view.innerHTML = html;
114 });
115
116 layui.use(['element'], function () {
117 var element = layui.element;
118 //初始化动态元素,一些动态生成的元素如果不设置初始化,将不会有默认的动态效果
119 element.init();
120 });
121 });
74 }) 122 })
......
1 $(function () { 1 $(function () {
2 layui.use('element', function () { 2 layui.use('element', function () {
3 let element = layui.element; //导航的hover效果、二级菜单等功能,需要依赖element模块 3 let element = layui.element;
4 }); 4 });
5 addTabs('#wssq') 5 addTabs('#wssq')
6 // 业务 6 // 业务
7 var data = { 7 var data = {
8 'progressList': [ 8 'progressList': [
9 { 9 {
10 name: "信息效验", 10 stepName: "信息效验",
11 isActive: 1 11 stepState: 2 //0:未办理 1:正在办理 2:已办理
12 }, 12 },
13 { 13 {
14 name: "填报信息", 14 stepName: "填报信息",
15 isActive: 1 15 stepState: 2
16 }, 16 },
17 { 17 {
18 name: "完税核税", 18 stepName: "完税核税",
19 isActive: 1 19 stepState: 2
20 }, 20 },
21 { 21 {
22 name: "身份认证", 22 stepName: "身份认证",
23 isActive: 0 23 stepState: 2
24 }, 24 },
25 { 25 {
26 name: "资料审核", 26 stepName: "资料审核",
27 isActive: 0 27 stepState: 2
28 }, 28 },
29 { 29 {
30 name: "线上缴费", 30 stepName: "线上缴费",
31 isActive: 0 31 stepState: 2
32 }, 32 },
33 { 33 {
34 name: "生成电子证书", 34 stepName: "生成电子证书",
35 isActive: 0 35 stepState: 1
36 } 36 }
37 ], 37 ],
38 } 38 }
39 39
40 // layui.use('laytpl', function () { 40 layui.use('laytpl', function () {
41 // laytpl = layui.laytpl; 41 laytpl = layui.laytpl;
42 // var getTpl = document.getElementById('progress').innerHTML 42 var getTpl = document.getElementById('progress').innerHTML
43 // , view = document.getElementById('app_progress'); 43 , view = document.getElementById('app_progress');
44 // laytpl(getTpl).render(data, function (html) { 44 laytpl(getTpl).render(data, function (html) {
45 // view.innerHTML = html; 45 view.innerHTML = html;
46 // }); 46 });
47 // }); 47
48 layui.use(['element'], function () {
49 var element = layui.element;
50 //初始化动态元素,一些动态生成的元素如果不设置初始化,将不会有默认的动态效果
51 element.init();
52 });
53 });
48 }) 54 })
......
1 layui.use('element', function () {
2 var element = layui.element; //导航的hover效果、二级菜单等功能,需要依赖element模块
3 //监听导航点击
4 element.on('nav(demo)', function (elem) {
5 //console.log(elem)
6 layer.msg(elem.text());
7 });
8 });
...\ No newline at end of file ...\ No newline at end of file
...@@ -8,35 +8,52 @@ $(function () { ...@@ -8,35 +8,52 @@ $(function () {
8 }); 8 });
9 addTabs('#wssq') 9 addTabs('#wssq')
10 // 业务 10 // 业务
11 $('.feachBtn').click(function () { 11 // 业务
12 var tel = $("#tel").val(); 12 var data = {
13 //正则表达式 13 'progressList': [
14 var reg = /(1[3-9]\d{9}$)/; 14 {
15 if (!reg.test(tel)) { 15 stepName: "信息效验",
16 layui.use('layer', function(){ 16 stepState: 2 //0:未办理 1:正在办理 2:已办理
17 var layer = layui.layer; 17 },
18 layer.msg("请输入正确格式的手机号码", { 18 {
19 icon: 5 19 stepName: "填报信息",
20 }); 20 stepState: 2
21 }); 21 },
22 return false; 22 {
23 } else { 23 stepName: "完税核税",
24 let count = 5; 24 stepState: 2
25 $('.feachBtn').attr('disabled', true); 25 },
26 $('.feachBtn').css({ 26 {
27 background: '#eee', 27 stepName: "身份认证",
28 color: '#707070', 28 stepState: 1
29 }); 29 },
30 count--; 30 {
31 countDown = setInterval(() => { 31 stepName: "资料审核",
32 count--; 32 stepState: 0
33 $('.feachBtn').text(count + '秒后可重新获取'); 33 },
34 if (count === 0) { 34 {
35 $('.feachBtn').text('重新发送').removeAttr('disabled'); 35 stepName: "线上缴费",
36 clearInterval(countDown); 36 stepState: 0
37 } 37 },
38 }, 1000); 38 {
39 $('.feachBtn').text(count + '秒后可重新获取'); 39 stepName: "生成电子证书",
40 } 40 stepState: 0
41 }) 41 }
42 ],
43 }
44
45 layui.use('laytpl', function () {
46 laytpl = layui.laytpl;
47 var getTpl = document.getElementById('progress').innerHTML
48 , view = document.getElementById('app_progress');
49 laytpl(getTpl).render(data, function (html) {
50 view.innerHTML = html;
51 });
52
53 layui.use(['element'], function () {
54 var element = layui.element;
55 //初始化动态元素,一些动态生成的元素如果不设置初始化,将不会有默认的动态效果
56 element.init();
57 });
58 });
42 }) 59 })
......
...@@ -4,4 +4,51 @@ $(function () { ...@@ -4,4 +4,51 @@ $(function () {
4 }); 4 });
5 addTabs('#wssq') 5 addTabs('#wssq')
6 // 业务 6 // 业务
7 var data = {
8 'progressList': [
9 {
10 stepName: "信息效验",
11 stepState: 2 //0:未办理 1:正在办理 2:已办理
12 },
13 {
14 stepName: "填报信息",
15 stepState: 2
16 },
17 {
18 stepName: "完税核税",
19 stepState: 2
20 },
21 {
22 stepName: "身份认证",
23 stepState: 2
24 },
25 {
26 stepName: "资料审核",
27 stepState: 2
28 },
29 {
30 stepName: "线上缴费",
31 stepState: 1
32 },
33 {
34 stepName: "生成电子证书",
35 stepState: 0
36 }
37 ],
38 }
39
40 layui.use('laytpl', function () {
41 laytpl = layui.laytpl;
42 var getTpl = document.getElementById('progress').innerHTML
43 , view = document.getElementById('app_progress');
44 laytpl(getTpl).render(data, function (html) {
45 view.innerHTML = html;
46 });
47
48 layui.use(['element'], function () {
49 var element = layui.element;
50 //初始化动态元素,一些动态生成的元素如果不设置初始化,将不会有默认的动态效果
51 element.init();
52 });
53 });
7 }) 54 })
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -3,7 +3,7 @@ $(function () { ...@@ -3,7 +3,7 @@ $(function () {
3 let element = layui.element; //导航的hover效果、二级菜单等功能,需要依赖element模块 3 let element = layui.element; //导航的hover效果、二级菜单等功能,需要依赖element模块
4 //监听导航点击 4 //监听导航点击
5 element.on('nav(demo)', function (elem) { 5 element.on('nav(demo)', function (elem) {
6 //console.log(elem) 6 console.log(elem)
7 layer.msg(elem.text()); 7 layer.msg(elem.text());
8 }); 8 });
9 }); 9 });
......
...@@ -8,4 +8,51 @@ $(function () { ...@@ -8,4 +8,51 @@ $(function () {
8 }); 8 });
9 addTabs('#wssq') 9 addTabs('#wssq')
10 // 业务 10 // 业务
11 var data = {
12 'progressList': [
13 {
14 stepName: "信息效验",
15 stepState: 2 //0:未办理 1:正在办理 2:已办理
16 },
17 {
18 stepName: "填报信息",
19 stepState: 2
20 },
21 {
22 stepName: "完税核税",
23 stepState: 2
24 },
25 {
26 stepName: "身份认证",
27 stepState: 2
28 },
29 {
30 stepName: "资料审核",
31 stepState: 1
32 },
33 {
34 stepName: "线上缴费",
35 stepState: 0
36 },
37 {
38 stepName: "生成电子证书",
39 stepState: 0
40 }
41 ],
42 }
43
44 layui.use('laytpl', function () {
45 laytpl = layui.laytpl;
46 var getTpl = document.getElementById('progress').innerHTML
47 , view = document.getElementById('app_progress');
48 laytpl(getTpl).render(data, function (html) {
49 view.innerHTML = html;
50 });
51
52 layui.use(['element'], function () {
53 var element = layui.element;
54 //初始化动态元素,一些动态生成的元素如果不设置初始化,将不会有默认的动态效果
55 element.init();
56 });
57 });
11 }) 58 })
......
...@@ -29,52 +29,6 @@ ...@@ -29,52 +29,6 @@
29 </div> 29 </div>
30 <div class="progressBar"> 30 <div class="progressBar">
31 <ul class="app_progress" id="app_progress"> 31 <ul class="app_progress" id="app_progress">
32 <li class="item_proress">
33 <p class="active"></p>
34 <h5>信息效验</h5>
35 </li>
36 <li class="layui-progress">
37 <div class="layui-progress-bar" lay-percent="100%"></div>
38 </li>
39 <li class="item_proress">
40 <p class="active"></p>
41 <h5>填报信息</h5>
42 </li>
43 <li class="layui-progress">
44 <div class="layui-progress-bar" lay-percent="100%"></div>
45 </li>
46 <li class="item_proress">
47 <p class="active"></p>
48 <h5>信息效验</h5>
49 </li>
50 <li class="layui-progress">
51 <div class="layui-progress-bar" lay-percent="100%"></div>
52 </li>
53 <li class="item_proress">
54 <p class="active"></p>
55 <h5>信息效验</h5>
56 </li>
57 <li class="layui-progress">
58 <div class="layui-progress-bar" lay-percent="100%"></div>
59 </li>
60 <li class="item_proress">
61 <p class="active"></p>
62 <h5>信息效验</h5>
63 </li>
64 <li class="layui-progress">
65 <div class="layui-progress-bar" lay-percent="100%"></div>
66 </li>
67 <li class="item_proress">
68 <p class="active"></p>
69 <h5>信息效验</h5>
70 </li>
71 <li class="layui-progress">
72 <div class="layui-progress-bar" lay-percent="100%"></div>
73 </li>
74 <li class="item_proress">
75 <p class="active"></p>
76 <h5>信息效验</h5>
77 </li>
78 </ul> 32 </ul>
79 </div> 33 </div>
80 <div class="certificate_list"> 34 <div class="certificate_list">
...@@ -173,19 +127,37 @@ ...@@ -173,19 +127,37 @@
173 <script type="text/javascript" src="../staticJs/dzzs.js"></script> 127 <script type="text/javascript" src="../staticJs/dzzs.js"></script>
174 <script id="progress" type="text/html"> 128 <script id="progress" type="text/html">
175 {{# layui.each(d.progressList, function(index, item){ }} 129 {{# layui.each(d.progressList, function(index, item){ }}
176 {{# if(item.isActive==1){ }} 130 {{# if(item.stepState==2){ }}
177 <li> 131 <li class="item_proress">
178 <p class="active"></p> 132 <p class="active"></p>
179 <h5>{{item.name}}</h5> 133 <h5>{{item.stepName}}</h5>
134 </li>
135 <li class="layui-progress">
136 <div class="layui-progress-bar" lay-percent="100%"></div>
180 </li> 137 </li>
181 {{# } }} 138 {{# } }}
182 {{# if(item.isActive==0){ }} 139 {{# if(item.stepState==1){ }}
183 <li> 140 <li class="item_proress">
141 <p class="active"></p>
142 <h5>{{item.stepName}}</h5>
143 </li>
144 {{# if(index!=(d.progressList.length-1)){ }}
145 <li class="layui-progress">
146 <div class="layui-progress-bar" lay-percent="50%"></div>
147 </li>
148 {{# } }}
149 {{# } }}
150 {{# if(item.stepState==0){ }}
151 <li class="item_proress">
184 <p></p> 152 <p></p>
185 <h5>{{item.name}}</h5> 153 <h5>{{item.stepName}}</h5>
154 </li>
155 {{# if(index!=(d.progressList.length-1)){ }}
156 <li class="layui-progress">
157 <div class="layui-progress-bar" lay-percent="0%"></div>
186 </li> 158 </li>
187 {{# } }} 159 {{# } }}
160 {{# } }}
188 {{# }); }} 161 {{# }); }}
189 </script> 162 </script>
190
191 </html> 163 </html>
...\ No newline at end of file ...\ No newline at end of file
......
1 <!DOCTYPE html
2 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head>
5 <style>
6 </style>
7 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8 <title>公告详情</title>
9 <script type="text/javascript" src="../staticJs/head.js"></script>
10 <link rel="stylesheet" type="text/css" href="../staticCss/ggxq.css">
11 </head>
12 <body>
13 <div class="navigation_crumbs">
14 <div class="contentBox">
15 <span class="layui-breadcrumb">
16 <a href="../index.html">首页</a>
17 <a href="">公示公告</a>
18 <a><cite>公告详情</cite></a>
19 </span>
20 </div>
21 </div>
22 <div class="mainbody">
23 <div class="title">
24 <span>党的十八大以来双拥工作综述:为实现中国梦强军梦凝聚强大力量</span>
25 </div>
26 <div class="release">
27 <div>发布单位:国土信息</div>
28 <div>发布日期:2020-10-28</div>
29 </div>
30 <div class="DividingLine"></div>
31 <div>
32 近日,自然资源部印发《自然资源统计工作管理办法》,旨在规范自然资源统计管理工作,建立健全统计数据质量控制体系,提高自然资源统计数据的真实性,发挥统计在自然资源管理中的重要基础性作用,该办法将于2020年8月1日起施行。
33 《自然资源统计工作管理办法》 一、明确自然资源统计主要任务
34 对7大类自然资源对象(土地、矿产、森林、草原、湿地、水、海域海岛),以及其他统计对象(海洋经济、地质勘查、地质灾害、测绘地理信息、自然资源督察、行政管理)开展统计调查和统计分析,提供统计数据,实施统计监督。
35 二、明晰自然资源统计数据获取方式 自然资源统计数据获取方式主要有:资源调查、行政记录、联网直报、逐级上报。并定期公布统计数据,在政策制定、规划编制、监督考核时,需要使用数据的,以公布的统计数据为准。
36 三、健全自然资源统计数据的质控体系
37 加强源头控制,填报人对其填报、录入的原始数据的真实性、准确性负责。严格审核,各单位对其负责加工整理、汇总生成的数据进行严格审核,对数据质量负责;发现数据异常的,应当返回填报人核实修改。审核结果和修改情况记录留痕。  完善统计流程,建立健全数据审核、签署、交接、归档等管理制度,建立违规干预统计工作记录制度和统计信用制度。加强技术校核,充分利用各种技术手段对数据进行校核,开展逻辑检验、数据抽查、实地核查,综合评估、控制和提升数据质量。
38 四、加强自然资源统计信息化建设
39 加强自然资源统计信息化建设,实现统计数据全流程信息化生产和管理。建立健全统一的自然资源统计数据平台,推进统计数据平台与业务信息系统的互联互通、数据交互共享。完善统计网络直报系统。
40 五、更新制度和办法保证统计工作推进
41 在2019年07月,自然资源部办公厅已经颁发了《关于印发自然资源统计调查制度的通知》,制定“1+8”的“综合+专业”统计调查制度体系。《自然资源统计工作管理办法》出台将会进一步支持各项自然资源统计调查执行工作。办法自2020年8月1日起施行,原国土资源部公布的《国土资源统计工作管理办法》、原国家海洋局公布的《国家海洋局综合统计暂行规定》、原国家测绘地理信息局公布的《测绘统计管理办法》同时废止。
42 《办法》中明确指出,自然资源部统计归口管理机构组织开展全国自然资源综合统计工作,推进信息化建设,信息化的建设离不开对数据的运筹帷幄。北京数慧结合自身多年对数据处理的“精湛工艺”,对自然资源业务的深度理解和丰富经验,开发自然资源统计业务信息系统,设计建立部自然资源统计数据库,实现历史统计数据的迁移、分析、转换,完成历史统计数据融合与应用,为自然资源部本级统计工作提供适应当前统计业务管理的统一工作平台,有效支撑统计数据报送审核、整合汇总、数据管理、报表生成、统计报告编制、数据综合分析、数据展示和空间分析、信息服务等全流程运转模式,实现统计信息审核机制,提升自然资源统计的数据业务管理能力、综合分析能力和决策支撑能力。
43 会议强调,要按照“办赛精彩、参赛出彩、发展添彩”要求,抓紧抓实抓细各项筹办工作,确保十四运会和残特奥会办出质量、办出水平。要做好已完工场馆工程验收和体育工艺、竞赛标准专项检查,加快推进全运村场馆收尾工作,同步抓好场馆周边设施配套与城市环境综合整治,改善城市面貌,提升城市形象。要做好开闭幕式相关工作,统筹抓好医疗卫生、交通电力、餐饮住宿等准备工作,为赛事顺利举办提供有力服务保障。
44 会议强调,要加强全民健身设施建设,广泛开展群众性体育活动,建设一批体育公园、健身步道、社区多功能健身场地,让群众更多享受体育发展成果。要围绕筹办工作重大时间节点、重要标志性事件,精心组织策划有创意、有内容、有感染力的宣传推介活动,营造我市全民全运的浓厚氛围。要狠抓责任落实、狠抓进度落实、狠抓工作落实,确保把各项筹办工作谋深、抓实、干好。
45 市领导玉苏甫江·麦麦提、杨晓东、张琳、肖西亮、和文全,市执委会各成员单位主要负责同志参加。
46 </div>
47 </div>
48 </body>
49 <script type="text/javascript" src="../staticJs/common.js"></script>
50 <script type="text/javascript" src="../staticJs/down.js"></script>
51 <script type="text/javascript" src="../staticJs/ggxq.js"></script>
52 </html>
...\ No newline at end of file ...\ No newline at end of file
...@@ -27,43 +27,10 @@ ...@@ -27,43 +27,10 @@
27 <h2>转移类</h2> 27 <h2>转移类</h2>
28 <p>商品房转移买卖转移登记</p> 28 <p>商品房转移买卖转移登记</p>
29 </div> 29 </div>
30 <ul class="app_progress"> 30 <div class="progressBar">
31 <li class="selected"> 31 <ul class="app_progress" id="app_progress">
32 <span>1</span> 32 </ul>
33 信息效验 33 </div>
34 </li>
35 <div class="line"></div>
36 <li class="selected">
37 <span>2</span>
38 填报信息
39 </li>
40 <div class="line"></div>
41 <li class="selected">
42 <span>3</span>
43 完税核税
44 </li>
45 <div class="line"></div>
46 <li class="active">
47 <span>4</span>
48 身份认证
49 </li>
50 <div class="line"></div>
51 <li>
52 <span>5</span>
53 资料审核
54 </li>
55 <div class="line"></div>
56 <li>
57 <span>6</span>
58 线上缴费
59 </li>
60 <div class="line"></div>
61 <li>
62 <span>7</span>
63 生成电子证书
64 </li>
65 </ul>
66
67 <div class="info_query"> 34 <div class="info_query">
68 <div class="nav_title"> 35 <div class="nav_title">
69 <h2>买方</h2> 36 <h2>买方</h2>
...@@ -82,4 +49,39 @@ ...@@ -82,4 +49,39 @@
82 <script type="text/javascript" src="../staticJs/common.js"></script> 49 <script type="text/javascript" src="../staticJs/common.js"></script>
83 <script type="text/javascript" src="../staticJs/down.js"></script> 50 <script type="text/javascript" src="../staticJs/down.js"></script>
84 <script type="text/javascript" src="../staticJs/sfrz.js"></script> 51 <script type="text/javascript" src="../staticJs/sfrz.js"></script>
52 <script id="progress" type="text/html">
53 {{# layui.each(d.progressList, function(index, item){ }}
54 {{# if(item.stepState==2){ }}
55 <li class="item_proress">
56 <p class="active"></p>
57 <h5>{{item.stepName}}</h5>
58 </li>
59 <li class="layui-progress">
60 <div class="layui-progress-bar" lay-percent="100%"></div>
61 </li>
62 {{# } }}
63 {{# if(item.stepState==1){ }}
64 <li class="item_proress">
65 <p class="active"></p>
66 <h5>{{item.stepName}}</h5>
67 </li>
68 {{# if(index!=(d.progressList.length-1)){ }}
69 <li class="layui-progress">
70 <div class="layui-progress-bar" lay-percent="50%"></div>
71 </li>
72 {{# } }}
73 {{# } }}
74 {{# if(item.stepState==0){ }}
75 <li class="item_proress">
76 <p></p>
77 <h5>{{item.stepName}}</h5>
78 </li>
79 {{# if(index!=(d.progressList.length-1)){ }}
80 <li class="layui-progress">
81 <div class="layui-progress-bar" lay-percent="0%"></div>
82 </li>
83 {{# } }}
84 {{# } }}
85 {{# }); }}
86 </script>
85 </html> 87 </html>
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -100,7 +100,7 @@ ...@@ -100,7 +100,7 @@
100 <p>预售商品房抵押登记</p> 100 <p>预售商品房抵押登记</p>
101 <div class="button"> 101 <div class="button">
102 <button type="button" class="layui-btn layui-btn-normal layui-btn-sm"> 102 <button type="button" class="layui-btn layui-btn-normal layui-btn-sm">
103 <a href='./bljy.html?title=预告类&bus=预售商品房抵押登记'>立即办理</a> 103 <a href='./xxjy.html?title=预告类&bus=预售商品房抵押登记'>立即办理</a>
104 </button> 104 </button>
105 <button type="button" class="layui-btn layui-btn-primary layui-btn-sm">网上申请</button> 105 <button type="button" class="layui-btn layui-btn-primary layui-btn-sm">网上申请</button>
106 </div> 106 </div>
......
...@@ -27,42 +27,10 @@ ...@@ -27,42 +27,10 @@
27 <h2>转移类</h2> 27 <h2>转移类</h2>
28 <p>商品房转移买卖转移登记</p> 28 <p>商品房转移买卖转移登记</p>
29 </div> 29 </div>
30 <ul class="app_progress"> 30 <div class="progressBar">
31 <li class="selected"> 31 <ul class="app_progress" id="app_progress">
32 <span>1</span> 32 </ul>
33 信息效验 33 </div>
34 </li>
35 <div class="line"></div>
36 <li class="selected">
37 <span>2</span>
38 填报信息
39 </li>
40 <div class="line"></div>
41 <li class="selected">
42 <span>3</span>
43 完税核税
44 </li>
45 <div class="line"></div>
46 <li class="selected">
47 <span>4</span>
48 身份认证
49 </li>
50 <div class="line"></div>
51 <li class="selected">
52 <span>5</span>
53 资料审核
54 </li>
55 <div class="line"></div>
56 <li class="active">
57 <span>6</span>
58 线上缴费
59 </li>
60 <div class="line"></div>
61 <li>
62 <span>7</span>
63 生成电子证书
64 </li>
65 </ul>
66 <!-- ------------------开始支付----------------- --> 34 <!-- ------------------开始支付----------------- -->
67 <div class="audit_progress"> 35 <div class="audit_progress">
68 <h2>您的申请已提交,工作人员会在15个工作日内完成审核!</h2> 36 <h2>您的申请已提交,工作人员会在15个工作日内完成审核!</h2>
...@@ -146,4 +114,39 @@ ...@@ -146,4 +114,39 @@
146 <script type="text/javascript" src="../staticJs/common.js"></script> 114 <script type="text/javascript" src="../staticJs/common.js"></script>
147 <script type="text/javascript" src="../staticJs/down.js"></script> 115 <script type="text/javascript" src="../staticJs/down.js"></script>
148 <script type="text/javascript" src="../staticJs/xsjf.js"></script> 116 <script type="text/javascript" src="../staticJs/xsjf.js"></script>
117 <script id="progress" type="text/html">
118 {{# layui.each(d.progressList, function(index, item){ }}
119 {{# if(item.stepState==2){ }}
120 <li class="item_proress">
121 <p class="active"></p>
122 <h5>{{item.stepName}}</h5>
123 </li>
124 <li class="layui-progress">
125 <div class="layui-progress-bar" lay-percent="100%"></div>
126 </li>
127 {{# } }}
128 {{# if(item.stepState==1){ }}
129 <li class="item_proress">
130 <p class="active"></p>
131 <h5>{{item.stepName}}</h5>
132 </li>
133 {{# if(index!=(d.progressList.length-1)){ }}
134 <li class="layui-progress">
135 <div class="layui-progress-bar" lay-percent="50%"></div>
136 </li>
137 {{# } }}
138 {{# } }}
139 {{# if(item.stepState==0){ }}
140 <li class="item_proress">
141 <p></p>
142 <h5>{{item.stepName}}</h5>
143 </li>
144 {{# if(index!=(d.progressList.length-1)){ }}
145 <li class="layui-progress">
146 <div class="layui-progress-bar" lay-percent="0%"></div>
147 </li>
148 {{# } }}
149 {{# } }}
150 {{# }); }}
151 </script>
149 </html> 152 </html>
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -27,42 +27,10 @@ ...@@ -27,42 +27,10 @@
27 <h2>转移类</h2> 27 <h2>转移类</h2>
28 <p>商品房转移买卖转移登记</p> 28 <p>商品房转移买卖转移登记</p>
29 </div> 29 </div>
30 <ul class="app_progress"> 30 <div class="progressBar">
31 <li class="selected"> 31 <ul class="app_progress" id="app_progress">
32 <span>1</span> 32 </ul>
33 信息效验 33 </div>
34 </li>
35 <div class="line"></div>
36 <li class="selected">
37 <span>2</span>
38 填报信息
39 </li>
40 <div class="line"></div>
41 <li class="selected">
42 <span>3</span>
43 完税核税
44 </li>
45 <div class="line"></div>
46 <li class="selected">
47 <span>4</span>
48 身份认证
49 </li>
50 <div class="line"></div>
51 <li class="active">
52 <span>5</span>
53 资料审核
54 </li>
55 <div class="line"></div>
56 <li>
57 <span>6</span>
58 线上缴费
59 </li>
60 <div class="line"></div>
61 <li>
62 <span>7</span>
63 生成电子证书
64 </li>
65 </ul>
66 <div class="audit_progress"> 34 <div class="audit_progress">
67 <h2>您的申请已提交,工作人员会在15个工作日内完成审核!</h2> 35 <h2>您的申请已提交,工作人员会在15个工作日内完成审核!</h2>
68 <p> 36 <p>
...@@ -158,4 +126,39 @@ ...@@ -158,4 +126,39 @@
158 <script type="text/javascript" src="../staticJs/common.js"></script> 126 <script type="text/javascript" src="../staticJs/common.js"></script>
159 <script type="text/javascript" src="../staticJs/down.js"></script> 127 <script type="text/javascript" src="../staticJs/down.js"></script>
160 <script type="text/javascript" src="../staticJs/zlsh.js"></script> 128 <script type="text/javascript" src="../staticJs/zlsh.js"></script>
129 <script id="progress" type="text/html">
130 {{# layui.each(d.progressList, function(index, item){ }}
131 {{# if(item.stepState==2){ }}
132 <li class="item_proress">
133 <p class="active"></p>
134 <h5>{{item.stepName}}</h5>
135 </li>
136 <li class="layui-progress">
137 <div class="layui-progress-bar" lay-percent="100%"></div>
138 </li>
139 {{# } }}
140 {{# if(item.stepState==1){ }}
141 <li class="item_proress">
142 <p class="active"></p>
143 <h5>{{item.stepName}}</h5>
144 </li>
145 {{# if(index!=(d.progressList.length-1)){ }}
146 <li class="layui-progress">
147 <div class="layui-progress-bar" lay-percent="50%"></div>
148 </li>
149 {{# } }}
150 {{# } }}
151 {{# if(item.stepState==0){ }}
152 <li class="item_proress">
153 <p></p>
154 <h5>{{item.stepName}}</h5>
155 </li>
156 {{# if(index!=(d.progressList.length-1)){ }}
157 <li class="layui-progress">
158 <div class="layui-progress-bar" lay-percent="0%"></div>
159 </li>
160 {{# } }}
161 {{# } }}
162 {{# }); }}
163 </script>
161 </html> 164 </html>
...\ No newline at end of file ...\ No newline at end of file
......