多单位版国产化地质资料管理系统
zhai
2025-11-17 378d576468f1378179a8a184e78b8aa6309edc0f
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8" trimDirectiveWhitespaces="true" %>
<%@ taglib uri="http://shiro.apache.org/tags" prefix="shiro" %>
<%
    String path = request.getContextPath();
    String basePath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort()
            + path + "/";
%>
 
<!DOCTYPE HTML>
<html>
<head>
    <base href="<%=basePath%>">
    <meta name="viewport" charset="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>用户注册</title>
    <!--[if !IE]><!-->
    <link href="static/plugins/font-awesome/css/font-awesome.css" rel="stylesheet" type="text/css">
    <!--<![endif]-->
    <!--[if gte IE 8]>
    <link href="static/plugins/font-awesome/css/font-awesome.css" rel="stylesheet" type="text/css">
    <![endif]-->
    <link href="static/plugins/jquery-easyui/themes/bootstrap/easyui.css" rel="stylesheet" type="text/css">
    <link rel="stylesheet" href="static/styles/initialize.css" type="text/css">
    <link rel="stylesheet" href="static/styles/common.css" type="text/css">
    <link rel="stylesheet" href="static/plugins/layer/skin/default/layer.css" type="text/css">
 
    <script type="text/javascript" src="static/plugins/jquery/jquery.min.js"></script>
    <script type="text/javascript" src="static/plugins/jquery-easyui/jquery.easyui.min.js"></script>
    <script type="text/javascript" src="static/plugins/jquery-easyui/locale/easyui-lang-zh_CN.js"></script>
    <script type="text/javascript" src="static/scripts/easyuiExtend.js"></script>
    <script type="text/javascript" src="static/scripts/jquery-extend.js"></script>
    <script type="text/javascript" src="static/plugins/layer/layer.js"></script>
    <script type="text/javascript" src="static/plugins/slimScroll/jquery.slimscroll.min.js"></script>
 
    <script type="text/javascript" src="static/plugins/spinjs/spin.js"></script>
    <script type="text/javascript" src="static/plugins/spinjs/jquery.spin.js"></script>
    <script type="text/javascript" src="static/plugins/jquery.blockUI.js"></script>
 
    <script type="text/javascript" src="static/wcp/scripts/wcp.js"></script>
    <script type="text/javascript" src="static/wcp/scripts/libs/wcp.layer.js"></script>
    <script type="text/javascript" src="static/wcp/scripts/libs/wcp.blockUI.js"></script>
    <script type="text/javascript" src="static/wcp/scripts/libs/wcp.spin.js"></script>
    <script type="text/javascript" src="static/wcp/scripts/libs/wcp.jquery.js"></script>
 
    <!--[if lt IE 9]>
    <script type="text/javascript" src="static/plugins/json2.js"></script>
    <![endif]-->
    <style type="text/css">
        body {
            margin: 0px;
            padding: 0px;
        }
 
        .dc_container {
            padding: 40px 0px 20px;
            width: 800px;
            margin: 0px auto;
        }
 
        .dc_bt {
            margin: 0px auto 30px;
            text-align: center;
            height: 30px;
            line-height: 30px;
            font-size: 30px;
            font-weight: bold;
            color: #005a96;
        }
 
        .dc_content {
            display: block;
            margin: 0px auto;
            padding: 4px;
            background: #ecf4ff;
        }
 
        .dc_main {
            border: 1px solid #c6dffe;
            padding: 10px 15px 50px;
            background: url(images/y.png) no-repeat right bottom #fff;
            margin: 0px;
            font-size: 14px;
        }
 
        .dc_main p {
            height: 20px;
            line-height: 20px;
            padding: 5px;
            margin: 0px;
        }
 
        .dc_row1 {
            border-bottom: 1px dashed #d4d4d4;
            padding: 5px 20px 20px;
        }
 
        .dc_row1 p {
            padding: 15px 5px 5px 5px;
        }
 
        .dc_tbl {
            width: 90%;
            border-collapse: collapse;
            margin-left: 30px;
        }
 
        .dc_tbl td {
            padding: 5px;
            height: 20px;
            color: #535353;
        }
 
        .tbl_ipt1, .tbl_ipt2 {
            border: 1px solid #dcdcdc;
            height: 20px;
            line-height: 20px;
            width: 220px;
            margin-right: 10px;
        }
 
        .tbl_ipt2 {
            width: 160px;
        }
 
        .dc_row2 {
            padding: 10px 20px 0px;
        }
 
        .dc_row2 strong {
            color: #0075a9;
            padding: 15px 5px 5px;
            display: block;
        }
 
        .dc_row2 p {
            font-weight: bold;
        }
 
        .dc_row2 div {
            padding: 5px 0px 0px 30px;
        }
 
        .dc_tbl2 {
            width: 60%;
            border-collapse: collapse;
            margin-left: 20px;
        }
 
        .dc_tbl2 td {
            padding: 5px;
            height: 20px;
            color: #535353;
        }
 
        .dc_row3 {
            padding: 20px 20px 0px;
        }
 
        .tbl_ipt3 {
            height: 120px;
            width: 100%;
            width: 630px;
            border: 1px solid #dcdcdc;
        }
 
        .btn_line {
            text-align: center;
            padding-top: 30px;
        }
 
        .dctj_btn {
            border: none;
            width: 100px;
            height: 34px;
            line-height: 34px;
            overflow: hidden;
            color: #5a5a5a;
            margin: 0px auto;
            cursor: pointer;
            color: #fff;
            font-size: 14px;
            font-weight: bold;
            table-layout: 1px;
            text-align: center;
            background: url(../../Interface/images/sqtj_btn.gif) no-repeat left top;
        }
 
        .style1 {
            height: 29px;
        }
    </style>
</head>
<body>
<div class="container">
    <form method="post" id="formRegister">
        <div class="dc_container">
            <p class="dc_bt">
                湖南省自然资源事务中心用户满意度调查表</p>
            <div class="dc_content">
            </div>
            <div>
                <p style="padding-top:10px; padding-left:20px;"><strong>尊敬的用户:</strong></p>
                <p class="dc_row1">
                    <strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                        您好!为充分了解广大用户的需求,进一步提高我馆的服务质量,我们诚挚邀请您参与该项调查。调查结果仅用于分析用户对我馆服务的满意度,涉及的个人信息我们会为您保密,请放心填写。衷心感谢您的支持!</strong>
                </p>
            </div>
            <div class="dc_row1">
                <p>
                    <strong>用户信息(单位或姓名):</strong><input class="easyui-textbox" name="userMessage" type="text"
                                                                 id="userMessage"
                                                                 style="width:162px;"/>&nbsp;&nbsp;&nbsp;<strong>联系方式:</strong><input
                        class="easyui-textbox" name="telNumber" type="text" id="telNumber"/></p>
                <p>
                    <strong>您(单位)所属行业:</strong></p>
                <div>
                    <table cellpadding="0" cellspacing="0" border="0" class="dc_tbl">
                        <tr>
                            <td>
                                <input id="RadioButton1" type="radio" name="industry" value="矿业"
                                       onclick=""/><label
                                    for="RadioButton1">矿业</label>
                            </td>
                            <td>
                                <input id="RadioButton2" type="radio" name="industry" value="地质勘查"
                                       onclick=""/><label
                                    for="RadioButton2">地质勘查</label>
                            </td>
                            <td>
                                <input id="RadioButton3" type="radio" name="industry" value="石油"
                                       onclick=""/><label
                                    for="RadioButton3">石油</label>
                            </td>
                            <td>
                                <input id="RadioButton4" type="radio" name="industry" value="海洋"
                                       onclick=""/><label
                                    for="RadioButton4">海洋</label>
                            </td>
                            <td>
                                <input id="RadioButton5" type="radio" name="industry" value="核工业"
                                       onclick=""/><label
                                    for="RadioButton5">核工业</label>
                            </td>
                            <td>
                                <input id="RadioButton6" type="radio" name="industry" value="有色"
                                       onclick=""/><label
                                    for="RadioButton6">有色</label>
                            </td>
                            <td>
                                <input id="RadioButton7" type="radio" name="industry" value="冶金"
                                       onclick=""/><label
                                    for="RadioButton7">冶金</label>
                            </td>
                            <td>
                                <input id="RadioButton8" type="radio" name="industry" value="化工"
                                       onclick=""/><label
                                    for="RadioButton8">化工</label>
                            </td>
                        </tr>
                        <tr>
                            <td class="style1">
                                <input id="RadioButton9" type="radio" name="industry" value="铁道"
                                       onclick=""/><label
                                    for="RadioButton9">铁道</label>
                            </td>
                            <td class="style1">
                                <input id="RadioButton10" type="radio" name="industry" value="水利"
                                       onclick=""/><label
                                    for="RadioButton10">水利</label>
                            </td>
                            <td class="style1">
                                <input id="RadioButton11" type="radio" name="industry" value="环保"
                                       onclick=""/><label
                                    for="RadioButton11">环保</label>
                            </td>
                            <td class="style1">
                                <input id="RadioButton12" type="radio" name="industry" value="电力"
                                       onclick=""/><label
                                    for="RadioButton12">电力</label>
                            </td>
                            <td class="style1">
                                <input id="RadioButton13" type="radio" name="industry" value="土地"
                                       onclick=""/><label
                                    for="RadioButton13">土地</label>
                            </td>
                            <td class="style1">
                                <input id="RadioButton14" type="radio" name="industry" value="建筑"
                                       onclick=""/><label
                                    for="RadioButton14">建筑</label>
                            </td>
                            <td class="style1">
                                <input id="RadioButton15" type="radio" name="industry" value="教育"
                                       onclick=""/><label
                                    for="RadioButton15">教育</label>
                            </td>
                            <td class="style1">
                                <input id="RadioButton16" type="radio" name="industry" value="旅游"
                                       onclick=""/><label
                                    for="RadioButton16">旅游</label>
                            </td>
                        </tr>
                        <tr>
                            <td colspan="8">
                                <input id="RadioButton17" type="radio" name="industry" value="其他"
                                       onclick=""/><label
                                    for="RadioButton17">其他</label>
                            </td>
                        </tr>
                    </table>
                </div>
            </div>
            <div class="dc_row2">
                <strong>1.您对全国地质资料馆服务情况的满意度</strong>
                <div>
                    <p>
                        1)服务产品</p>
                    <table cellpadding="0" cellspacing="0" border="0" class="dc_tbl2">
                        <tr>
                            <table id="rdbtn_ServiceProduct" style="width:600px;">
                                <tr>
                                    <td class="style1">
                                        <input id="serviceProduct_0" type="radio"
                                               name="serviceProduct"
                                               value="非常满意"/><label
                                            for="serviceProduct_0">非常满意</label>
                                    </td>
                                    <td class="style1">
                                        <input id="serviceProduct_1" type="radio"
                                               name="serviceProduct"
                                               value="满意"/><label for="serviceProduct_1">满意</label>
                                    </td>
                                    <td class="style1">
                                        <input id="serviceProduct_2" type="radio"
                                               name="serviceProduct"
                                               value="一般"/><label for="serviceProduct_2">一般</label>
                                    </td>
                                    <td class="style1">
                                        <input id="serviceProduct_3" type="radio"
                                               name="serviceProduct"
                                               value="不满意"/><label
                                            for="serviceProduct_3">不满意</label></td>
                                    <td class="style1">
                                        <input id="serviceProduct_4" type="radio"
                                               name="serviceProduct"
                                               value="非常不满意"/><label
                                            for="serviceProduct_4">非常不满意</label>
                                    </td>
                                </tr>
                            </table>
                        </tr>
                    </table>
                    <p>
                        2)服务态度</p>
                    <table cellpadding="0" cellspacing="0" border="0" class="dc_tbl2">
                        <tr>
                            <table id="rdbtn_ServiceAttitude" style="width:600px;">
                                <tr>
                                    <td class="style1">
                                        <input id="serviceAttitude_0" type="radio" name="serviceAttitude"
                                               value="非常满意"/><label for="serviceAttitude_0">非常满意</label>
                                    </td>
                                    <td class="style1">
                                        <input id="serviceAttitude_1" type="radio" name="serviceAttitude"
                                               value="满意"/><label for="serviceAttitude_1">满意</label>
                                    </td>
                                    <td class="style1">
                                        <input id="serviceAttitude_2" type="radio" name="serviceAttitude"
                                               value="一般"/><label for="serviceAttitude_2">一般</label>
                                    </td>
                                    <td class="style1">
                                        <input id="serviceAttitude_3" type="radio" name="serviceAttitude"
                                               value="不满意"/><label for="serviceAttitude_3">不满意</label>
                                    </td>
                                    <td class="style1">
                                        <input id="serviceAttitude_4" type="radio" name="serviceAttitude"
                                               value="非常不满意"/><label
                                            for="serviceAttitude_4">非常不满意</label>
                                    </td>
                                </tr>
                            </table>
                        </tr>
                    </table>
                    <p>
                        3)服务环境与设施</p>
                    <table cellpadding="0" cellspacing="0" border="0" class="dc_tbl2">
                        <tr>
                            <table id="rdbbtn_ServiceEnvironmant" style="width:600px;">
                                <tr>
                                    <td class="style1">
                                        <input id="serviceFacilities_0" type="radio"
                                               name="serviceFacilities" value="非常满意"/><label
                                            for="serviceFacilities_0">非常满意</label>
                                    </td>
                                    <td class="style1">
                                        <input id="serviceFacilities_1" type="radio"
                                               name="serviceFacilities" value="满意"/><label
                                            for="serviceFacilities_1">满意</label>
                                    </td>
                                    <td class="style1">
                                        <input id="serviceFacilities_2" type="radio"
                                               name="serviceFacilities" value="一般"/><label
                                            for="serviceFacilities_2">一般</label>
                                    </td>
                                    <td class="style1">
                                        <input id="serviceFacilities_3" type="radio"
                                               name="serviceFacilities" value="不满意"/><label
                                            for="serviceFacilities_3">不满意</label>
                                    </td>
                                    <td class="style1">
                                        <input id="serviceFacilities_4" type="radio"
                                               name="serviceFacilities" value="非常不满意"/><label
                                            for="serviceFacilities_4">非常不满意</label>
                                    </td>
                                </tr>
                            </table>
                        </tr>
                    </table>
                </div>
                <strong>2.您对全国地质资料馆的总体满意度</strong>
                <table cellpadding="0" cellspacing="0" border="0" class="dc_tbl2">
                    <tr>
                        <table id="rdbtn_SeviceAll" style="width:600px;">
                            <tr>
                                <td class="style1">
                                    <input id="service_0" type="radio" name="service"
                                           value="非常满意"/><label for="service_0">非常满意</label>
                                </td>
                                <td class="style1">
                                    <input id="service_1" type="radio" name="service"
                                           value="满意"/><label
                                        for="service_1">满意</label>
                                </td>
                                <td class="style1">
                                    <input id="service_2" type="radio" name="service"
                                           value="一般"/><label
                                        for="service_2">一般</label>
                                </td>
                                <td class="style1">
                                    <input id="service_3" type="radio" name="service"
                                           value="不满意"/><label
                                        for="service_3">不满意</label>
                                </td>
                                <td class="style1">
                                    <input id="service_4" type="radio" name="service"
                                           value="非常不满意"/><label for="service_4">非常不满意</label>
                                </td>
                            </tr>
                        </table>
                    </tr>
                </table>
                <strong>3.您希望本馆在哪些方面进行改进?</strong>
                <table cellpadding="0" cellspacing="0" border="0" class="dc_tbl2">
                    <tr>
                        <table id="rdbtn_Improve" style="width:600px;">
                            <tr>
                                <td class="style1"><input id="improve_0" type="radio" name="improve"
                                                          value="服务产品"/><label
                                        for="improve_0">服务产品</label></td>
                                <td class="style1"><input id="improve_1" type="radio" name="improve"
                                                          value="服务态度"/><label
                                        for="improve_1">服务态度</label></td>
                                <td class="style1"><input id="improve_2" type="radio" name="improve"
                                                          value="服务环境与设施"/><label
                                        for="improve_2">服务环境与设施</label></td>
                                <td class="style1"><input id="improve_3" type="radio" name="improve"
                                                          value="其他"/><label
                                        for="improve_3">其他</label></td>
                            </tr>
                        </table>
                    </tr>
                </table>
            </div>
            <div class="dc_row3">
                <table>
                    <tr>
                        <td valign="top">
                            <strong>具体建议(选填):</strong>
                        </td>
                        <td>
                            <input name="suggest" id="suggest" class="easyui-textbox"
                                   style="height:126px;width:626px;">
                            </input>
                        </td>
                    </tr>
                </table>
            </div>
            <div class="btn_line">
                <%--                <input type="submit" name="btn_submit" value="提交" id="btn_submit" />--%>
                <%--                &nbsp;<input type="submit" name="btn_Close" value="下次再填" onclick="window.close(); return false;"--%>
                <%--                             id="btn_Close" />--%>
                <button id="btn_submit" class="pt-btn pt-btn-success">提交
                </button>
                <button id="btn_close" class="pt-btn pt-btn-default" onclick="window.close(); return false;">下次再填</button>
            </div>
        </div>
    </form>
</div>
</body>
<script type="text/javascript" src="static/scripts/ResizeScroll.js"></script>
<script>
    $(function () {
        new ResizeScroll({
            "id": ".container",
            fun: function () {
                var wh = $(window).height();
                return (wh - 2);
            }
        });
        //绑定按钮事件
        $("#btn_submit").click(function () {
 
            var obj = $("#formRegister").serializeObject();
            console.log(obj);
            wcp.ui.setBusy("body", wcp.ajax({
                url: "utilizationUser/saveUserQuestion",
                data: JSON.stringify(obj),
            }).done(function (result) {
                //关闭窗口
                closeWindow();
                top.wcp.notify.success("提交成功!");
            }));
        });
 
 
    })
 
    function closeWindow() {
        var index = top.layer.getFrameIndex(window.name); //获取窗口索引
        top.layer.close(index);
    }
 
</script>
</html>