Your Name 8 månader sedan
förälder
incheckning
2ad76b39e9

+ 7
- 0
application/admin/controller/ZcbdPosition.php Visa fil

@@ -125,6 +125,7 @@ class ZcbdPosition extends Base
125 125
                 ->find();
126 126
 
127 127
             $v['type_name'] = $one['name'];
128
+            $v['extend'] = json_decode($v['extend'], true);
128 129
 
129 130
             $list[$k] = $v;
130 131
         }
@@ -1248,4 +1249,10 @@ class ZcbdPosition extends Base
1248 1249
             }
1249 1250
         }
1250 1251
     }
1252
+
1253
+    public function show()
1254
+    {
1255
+        $this->assign(【】);
1256
+        return $this->fetch();
1257
+    }
1251 1258
 }

+ 18
- 43
application/admin/template/zcbd_position/index.htm Visa fil

@@ -52,7 +52,7 @@
52 52
                     <thead>
53 53
                         <tr>
54 54
                             {if condition="$main_lang == $admin_lang || !empty($global['language_split'])"}
55
-                                <th class="sign w40" axis="col0">
55
+                                <th class="sign w40" axis="col0" style="width:20px;">
56 56
                                     <div class="tc"><input type="checkbox" class="checkAll"></div>
57 57
                                 </th>
58 58
                             {/if}
@@ -61,11 +61,11 @@
61 61
                                 <div class="tc">ID</div>
62 62
                             </th>
63 63
 
64
-                            <th abbr="article_title" axis="col3"  class="w200">
64
+                            <th abbr="article_title" axis="col3"  class="w150">
65 65
                                 <div class="tl text-l10" style="width: 100%">个人信息</div>
66 66
                             </th>
67 67
 
68
-                            <th abbr="article_title" axis="col3"  class="w100">
68
+                            <th abbr="article_title" axis="col3"  class="w150">
69 69
                                 <div class="tl text-l10" style="width: 100%">申报信息</div>
70 70
                             </th>
71 71
 
@@ -75,15 +75,11 @@
75 75
 
76 76
 
77 77
                             <th abbr="article_title" axis="col3" class="w100">
78
-                                <div class="tc">是否需要前置证书</div>
78
+                                <div class="tc">拥有证书</div>
79 79
                             </th>
80 80
 
81 81
                             <th abbr="article_title" axis="col3" class="w120">
82
-                                <div class="tc">主题图片</div>
83
-                            </th>
84
-
85
-                            <th abbr="article_time" axis="col6" class="w60">
86
-                                <div class="tc">启用</div>
82
+                                <div class="tc">毕业专业</div>
87 83
                             </th>
88 84
 
89 85
                             <th axis="col1" class="w180">
@@ -127,17 +123,18 @@
127 123
 
128 124
                                 <td align="left">
129 125
 
130
-                                    <div class="tc w200">
126
+                                    <div class="tc w150">
131 127
                                         称呼: {$vo.ch} <br/>
132 128
                                         手机号码: {$vo.sjhm} <br/>
129
+                                        所在地区: {$vo.extend.szsf}/{$vo.extend.szsc}<br/>
133 130
                                     </div>
134 131
                                 </td>
135 132
 
136 133
                                 <td>
137
-                                    <div class="tc w100">
138
-                                        预选地区: {$vo.yxdq}<br/>
139
-                                        申报专业: {$vo.sbzy}<br/>
140
-                                        申报等级: {$vo.sbdj}<br/>
134
+                                    <div class="tc w150">
135
+
136
+                                        申报专业: {$vo.extend.sbzy}<br/>
137
+                                        申报等级: {$vo.extend.sbdj}<br/>
141 138
                                     </div>
142 139
 
143 140
                                 </td>
@@ -148,8 +145,8 @@
148 145
                                         年龄: {$vo.nl}岁<br/>
149 146
                                         毕业时间: {$vo.bysj}<br/>
150 147
 
151
-                                        学历: {$vo.xl}<br/>
152
-                                        学校类型: {$vo.xxlx}<br/>
148
+                                        学历: {$vo.extend.xl}<br/>
149
+                                        学校类型: {$vo.extend.xxlx}<br/>
153 150
 
154 151
 
155 152
                                     </div>
@@ -158,44 +155,22 @@
158 155
 
159 156
                                 <td>
160 157
                                     <div class="tc w100">
161
-
162
-                                        {eyou:if condition='($vo.is_zs > 0)'}
163
-                                        需要 <?php echo count(json_decode($vo['zhengshu'])); ?>个
164
-                                        {eyou:else /}
165
-                                        不需要
166
-                                        {/eyou:if}
167
-
158
+                                        {$vo.extend.zs?$vo.extend.zs:'无'}
168 159
                                     </div>
169 160
                                 </td>
170 161
                                 <td>
171 162
                                     <div class="tc w120">
172
-                                        <ul class="adpic">
173
-                                            {volist name="$vo.ad" id="vs" length="1" }
174
-                                                <li>
175
-                                                    <img src="{$vs.litpic}"> {eq name="$vo.type" value="1"}<span>{$vo.ad_count}</span>{/eq}
176
-                                                </li>
177
-                                            {/volist}
178
-                                        </ul>
179
-                                    </div>
180
-                                </td>
181
-                                <td>
182
-                                    <div class="tc w60">
183
-                                        {if condition="$vo['status'] eq 1"}
184
-                                            <span class="yes" {eq name="$Think.const.CONTROLLER_NAME.'@edit'|is_check_access" value="1"}onClick="changeTableVal('zcwd_position','id','{$vo.id}','status',this);"{/eq} ><i class="fa fa-check-circle"></i>是</span>
185
-                                        {else /}
186
-                                            <span class="no" {eq name="$Think.const.CONTROLLER_NAME.'@edit'|is_check_access" value="1"}onClick="changeTableVal('zcwd_position','id','{$vo.id}','status',this);"{/eq} ><i class="fa fa-ban"></i>否</span>
187
-                                        {/if}
163
+                                        {$vo.extend.zy?$vo.extend.zy:"无"}
188 164
                                     </div>
189 165
                                 </td>
190 166
                                 <td class="operation">
191 167
                                     <div class="w180 tc">
192
-                                        {eq name="$Think.const.CONTROLLER_NAME.'@edit'|is_check_access" value="1"}
193
-                                            <a href="javascript:void(0);" data-href="{:url('ZcwfPosition/edit',array('id'=>$vo['id']))}" data-closereload="1" class="btn blue" onclick="openFullframe(this, '编辑前置条件规则', '80%', '70%');">编辑</a> <i></i>
194
-                                        {/eq}
168
+
169
+                                        <a href="javascript:void(0);" data-href="{:url('ZcbdPosition/show',array('h'=>$vo['code']))}" data-closereload="1" class="btn blue" onclick="openFullframe(this, '查看匹配详情', '80%', '100%');">查看</a> <i></i>
195 170
 
196 171
                                         {if condition="$main_lang == $admin_lang || !empty($global['language_split'])"}
197 172
                                             {eq name="$Think.const.CONTROLLER_NAME.'@del'|is_check_access" value="1"}
198
-                                                <a class="btn red"  href="javascript:void(0);" data-url="{:url('ZcwfPosition/del')}" data-id="{$vo.id}" onClick="delfun(this);">删除</a>
173
+                                                <a class="btn red"  href="javascript:void(0);" data-url="{:url('ZcbdPosition/del')}" data-id="{$vo.id}" onClick="delfun(this);">删除</a>
199 174
                                             {/eq} <!--<i></i>-->
200 175
                                         {/if}
201 176
     									

+ 666
- 0
application/admin/template/zcbd_position/show.htm Visa fil

@@ -0,0 +1,666 @@
1
+
2
+<?php
3
+
4
+function hide_phone_number_regex($phone_number) {
5
+    return preg_replace('/(\d{3})\d{4}(\d{4})/', '$1****$2', $phone_number);
6
+}
7
+
8
+$param = request()->param();
9
+function isValidChineseMobileNumber($number) {
10
+    return preg_match('/^1\d{10}$/', $number) ? true : false;
11
+}
12
+if(!empty($param['p'])){
13
+    //验证手机号码
14
+    if(isValidChineseMobileNumber($param['p'])) {
15
+        $is_cha = 1;
16
+    }else{
17
+        $is_cha = 0;
18
+    }
19
+}else{
20
+    $is_cha = 0;
21
+}
22
+
23
+$is_detail = 0;
24
+if(!empty($param['h'])){
25
+    $is_cha = 1;
26
+    $is_detail = 1;
27
+
28
+    $sql = "select * from ey_zc_form where code='".$param['h']."' and status=1 and is_del=0 limit 1";
29
+
30
+}
31
+
32
+//缓存问题 增加时间参数即可
33
+
34
+?>
35
+
36
+{eyou:if condition='($is_detail === 1)'}
37
+{eyou:sql sql='$sql' cachetime='3600' empty=''}
38
+{eyou:php}
39
+$detail = $field;
40
+$extend_info = json_decode($field['extend'],true);
41
+{/eyou:php}
42
+{/eyou:sql}
43
+
44
+
45
+<?php
46
+
47
+//区域
48
+if((int)$detail['yxdq'] === 10001){
49
+    $area_name = '不限制';
50
+}else if((int)$detail['yxdq'] === 20000){
51
+    $area_name = '全国';
52
+}else if((int)$detail['yxdq'] === 0){
53
+    $area_name = '未选';
54
+}else{
55
+    $area_name = '';
56
+    $sql2 = "select id,name from ey_citysite where id=".$detail['yxdq'];
57
+}
58
+
59
+//职称
60
+$zc_name = '';
61
+$sql3 = "select id,title from ey_zc_position where id=".$detail['sbzy'];
62
+
63
+//职称等级
64
+$zc_dj = '';
65
+$sql4 = "select id,title from ey_zcdj_position where id=".$detail['sbdj'];
66
+?>
67
+
68
+{eyou:if condition='($area_name == "")'}
69
+{eyou:sql sql='$sql2' cachetime='3600' empty=''}
70
+{eyou:php}
71
+$area_name = $field['name'];
72
+{/eyou:php}
73
+{/eyou:sql}
74
+{/eyou:if}
75
+
76
+<?php
77
+/*
78
+ *
79
+ * 减少sql调用
80
+ *
81
+ * {eyou:sql sql='$sql3' cachetime='3600' empty=''}
82
+    {eyou:php}
83
+        $zc_name = $field['title'];
84
+    {/eyou:php}
85
+{/eyou:sql}
86
+
87
+{eyou:sql sql='$sql4' cachetime='3600' empty=''}
88
+    {eyou:php}
89
+        $zc_dj = $field['title'];
90
+    {/eyou:php}
91
+{/eyou:sql}
92
+ *
93
+ *
94
+ */
95
+
96
+?>
97
+
98
+{/eyou:if}
99
+
100
+
101
+
102
+
103
+<!DOCTYPE html>
104
+<html lang="zh-CN">
105
+<head>
106
+
107
+    <title>职称评审一键匹配系统</title>
108
+    <meta name="keywords" content="职称评审系统">
109
+    <meta name="description" content="职称评审系统,输入学历、区域、专业名称等,即可为您一建匹配符合相应的区域,并提供详细的申报流程指引及各地规则参考。">
110
+
111
+    <meta charset="UTF-8">
112
+    <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
113
+    <meta name="renderer" content="webkit">
114
+    <meta name="force-rendering" content="webkit">
115
+    <meta http-equiv="X-UA-Compatible" content="IE=edge,Chrome=1">
116
+    <meta name="applicable-device" content="pc,mobile">
117
+    <meta name="author" content="order by ">
118
+
119
+
120
+<!-- 最新版本的 Bootstrap 核心 CSS 文件 -->
121
+<link rel="stylesheet" href="https://cdn.bootcdn.net/ajax/libs/twitter-bootstrap/3.4.1/css/bootstrap.min.css" integrity="sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu" crossorigin="anonymous">
122
+
123
+<!-- 可选的 Bootstrap 主题文件(一般不用引入) -->
124
+<link rel="stylesheet" href="https://cdn.bootcdn.net/ajax/libs/twitter-bootstrap/3.4.1/css/bootstrap-theme.min.css" integrity="sha384-6pzBo3FDv/PJ8r2KRkGHifhEocL+1X2rVCTTkUfGk7/0pbek5mMa1upzvWbrUbOZ" crossorigin="anonymous">
125
+
126
+<!-- 最新的 Bootstrap 核心 JavaScript 文件 -->
127
+<script src="https://cdn.bootcdn.net/ajax/libs/twitter-bootstrap/3.4.1/js/bootstrap.min.js" integrity="sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2w8c5cRVpzpU8Y5bApTppSuUkhZXN0VxHd" crossorigin="anonymous"></script>
128
+
129
+<body>
130
+
131
+<div style="width:600px;margin: 0 auto;">
132
+<div class="well" style="margin-top:20px;">
133
+<p>匹配结果展示:<br/><br/>
134
+    <!--编号: 202410247774<br/>-->
135
+    姓名: {$detail.ch}<br/>
136
+    手机: <?php echo $detail['sjhm']; ?><br/>
137
+    地区: {$extend_info.szsf}/{$extend_info.szcs}
138
+</p>
139
+</div>
140
+
141
+<div class="well" style="margin-top:20px;">
142
+
143
+    <?php
144
+    /*
145
+     *
146
+     *  预选地区: {$area_name}<br/>
147
+     */
148
+    ?>
149
+    申报专业: {$extend_info.sbzy}<br/>
150
+    申报等级: {$extend_info.sbdj}<br/>
151
+
152
+</div>
153
+<?php
154
+//现在没有所谓预选和其他推荐的区分
155
+$sql_end = '';
156
+$t = '';
157
+$scen = '抱歉!暂时未找到相关匹配结果信息!';
158
+?>
159
+
160
+<?php
161
+$result_map = "";
162
+$xl = ['不限制','中专','高技','大专','本科','硕士','博士'];
163
+//先列出全国 再其他省 再到市
164
+$sql = 'select * from ey_zcwd_position where type='.$detail['sbzy'].' and sbdj='.$detail['sbdj'].' and is_del=0 and status=1'.$sql_end.' order by sf asc';
165
+$is_list_empty = '';
166
+?>
167
+{eyou:sql sql="$sql" cachetime='3600' empty='' id="field"}
168
+<?php
169
+$is_list_empty = $field['id'];
170
+?>
171
+<div class="panel panel-primary">
172
+    <div class="panel-body">
173
+
174
+        {eyou:if condition='((int)$field.sf === 0)'}
175
+        ({$t}匹配结果)全国通用申报要求对比结果如下:
176
+        {eyou:else /}
177
+        <?php
178
+        if((int)$field['sf'] > 0){
179
+            $sql22 = "select id,name from ey_citysite where id=".$field['sf'];
180
+            $sql222 = '';
181
+            if((int)$field['cs'] > 0){
182
+                $sql222 = "select id,name from ey_citysite where id=".$field['cs'];
183
+            }
184
+        }
185
+        ?>
186
+
187
+        {eyou:sql sql='$sql22' cachetime='3600' empty='' id="kop"}
188
+        <?php
189
+        $aname = $kop['name'];
190
+        ?>
191
+        {/eyou:sql}
192
+        {eyou:if condition='((int)$field.cs > 0)'}
193
+        {eyou:sql sql='$sql222' cachetime='3600' empty='' id="kop"}
194
+        <?php
195
+        $bname = $kop['name'];
196
+        ?>
197
+        {/eyou:sql}
198
+        {/eyou:if}
199
+
200
+        ({$t}匹配结果){$aname}{$bname}地区申报要求对比结果如下:
201
+        {/eyou:if}
202
+
203
+
204
+    </div>
205
+    <div class="panel-footer" style="padding:3px 5px;">
206
+
207
+        <!--查询专业-->
208
+        <?php
209
+        $num = 0;
210
+        $sql2 = "select * from ey_zcwe_position where type=".$field['id']." and is_del=0 and status=1";
211
+        ?>
212
+        {eyou:sql sql="$sql2" cachetime='3600' empty='暂无相关数据' id="field2"}
213
+        <table class="table table-bordered" style="margin-bottom:0px;margin-top:5px;">
214
+            <thead>
215
+            <tr>
216
+                <th scope="col" style="text-align: center;">情况<br/>{$i}</th>
217
+                <th scope="col">字段<br/>信息</th>
218
+                <th scope="col">实际<br/>要求</th>
219
+                <th scope="col">填写<br/>资料</th>
220
+                <th scope="col">匹配<br/>结果</th>
221
+            </tr>
222
+            </thead>
223
+            <tbody>
224
+            <?php
225
+            //先判断学历是否符合
226
+            ?>
227
+            <tr>
228
+                <th scope="row">1</th>
229
+                <td>学历</td>
230
+                <td><?php echo $xl[$field2['xlyq']];?></td>
231
+                <td><?php echo $xl[$detail['xl']];?></td>
232
+                <td>
233
+                    <?php
234
+                    if($field2['xlyq'] == $detail['xl']){
235
+                        echo "<font style='color: blue;'>符合</font>";
236
+                        $num++;
237
+                    }else{
238
+                        echo "<font style='color: red;'>不符合</font>";
239
+                    }
240
+                    ?>
241
+                </td>
242
+            </tr>
243
+            <tr>
244
+                <th scope="row">2</th>
245
+                <td>年龄</td>
246
+                <td>
247
+                    <?php
248
+                    if((int)$field2['is_ega'] === 0){
249
+                        echo "不限制";
250
+                    }else{
251
+                        echo $field2['ega_0'].'-'.$field2['ega_1'].'岁';
252
+                    }
253
+                    ?>
254
+                </td>
255
+                <td>
256
+                    {$detail.nl}岁
257
+                </td>
258
+                <td>
259
+                    <?php
260
+                    if((int)$detail['nl'] <= (int)$field2['ega_1'] && (int)$detail['nl'] >= (int)$field2['ega_0']){
261
+                        echo "<font style='color: blue;'>符合</font>";
262
+                        $num++;
263
+                    }else{
264
+                        echo "<font style='color: red;'>不符合</font>";
265
+                    }
266
+                    ?>
267
+                </td>
268
+
269
+            </tr>
270
+            <tr>
271
+                <th scope="row">3</th>
272
+                <td>毕业<br/>专业</td>
273
+                <td>
274
+
275
+                    {eyou:if condition='((int)$field2.byzy === 0)'}
276
+                    不限制
277
+                    {eyou:else /}
278
+
279
+                    <?php
280
+                    //查询出毕业专业 $deta
281
+                    $zhengshu2 = json_decode($field2['zhengshu2'],true);
282
+                    $zhengshu2_str = '0';
283
+                    foreach ($zhengshu2 as $k => $v){
284
+                        $zhengshu2_str .= ','.$v;
285
+                    }
286
+                    $sql3 = "select id,title from ey_zczy_position where id IN(".$zhengshu2_str.") and is_del=0 and status=1";
287
+                    ?>
288
+
289
+
290
+                    {eyou:notempty name='$zhengshu2' /}
291
+                    {eyou:sql sql="$sql3" cachetime='3600' empty='' id="field3"}
292
+                    <?php /***/ ?>{$field3.title}<br/>
293
+                    {/eyou:sql}
294
+                    {eyou:else /}
295
+                    不限制
296
+                    {/eyou:notempty}
297
+
298
+
299
+
300
+                    {/eyou:if}
301
+
302
+
303
+
304
+                </td>
305
+                <td>
306
+                    <?php
307
+                    //查询出毕业专业 $deta
308
+                    $zhengshu = json_decode($detail['zy'],true);
309
+                    $zhengshu_str = '0';
310
+                    foreach ($zhengshu as $k => $v){
311
+                        $zhengshu_str .= ','.$v;
312
+                    }
313
+                    $sql3 = "select id,title from ey_zczy_position where id IN(".$zhengshu_str.") and is_del=0 and status=1";
314
+                    ?>
315
+
316
+                    {eyou:notempty name='$zhengshu' /}
317
+                    {eyou:sql sql="$sql3" cachetime='3600' empty='' id="field3"}
318
+                    {$field3.title}<br/>
319
+                    {/eyou:sql}
320
+                    {eyou:else /}
321
+                    无
322
+                    {/eyou:notempty}
323
+                </td>
324
+
325
+                <td>
326
+                    <?php
327
+                    if((int)$field2.byzy === 0 || empty($zhengshu2)){
328
+                        echo "<font style='color: blue;'>符合</font>";
329
+                        $num++;
330
+                    }else{
331
+                        if(empty($zhengshu)){
332
+                            echo "<font style='color: red;'>不符合</font>";
333
+                        }else{
334
+                            $run = "<font style='color: red;'>不符合</font>";
335
+                            $ik = 1;
336
+                            foreach ($zhengshu as $k => $v){
337
+                                if(in_array($v,$zhengshu2)){
338
+                                    //$run = '<font style="color: blue;">符合</font><br/>'.$ik.'项';
339
+                                    $run = '<font style="color: blue;">符合</font><br/>';
340
+                                    $ik++;
341
+                                }
342
+                            }
343
+                            echo $run;
344
+                            if($ik>1){
345
+                                $num++; //符合+1
346
+                            }
347
+                        }
348
+                    }
349
+                    ?>
350
+                </td>
351
+
352
+
353
+            </tr>
354
+            <tr>
355
+                <th scope="row">4</th>
356
+                <td>学校<br/>类型</td>
357
+                <td>
358
+                    {eyou:if condition='((int)$field2.xxlx === 0)'}
359
+                    不限制
360
+                    {eyou:else /}
361
+                    <?php
362
+                    if((int)$field2['xxlx'] === 1) echo "全日制";
363
+                    if((int)$field2['xxlx'] === 2) echo "非全日制";
364
+                    ?>
365
+                    {/eyou:if}
366
+                </td>
367
+                <td>
368
+                    {eyou:if condition='((int)$detail.xxlx === 1)'}
369
+                    全日制
370
+                    {eyou:else /}
371
+                    非全日制
372
+                    {/eyou:if}
373
+                </td>
374
+                <td>
375
+                    {eyou:if condition='((int)$field2.xxlx === 0)'}
376
+                    符合
377
+                    {eyou:else /}
378
+                    <?php
379
+                    if((int)$field2['xxlx'] === (int)$detail['xxlx']){
380
+                        echo "<font style='color: blue;'>符合</font>";
381
+                        $num++;
382
+                    }else{
383
+                        echo "<font style='color: red;'>不符合</font>";
384
+                    }
385
+                    ?>
386
+                    {/eyou:if}
387
+                </td>
388
+            </tr>
389
+            <tr>
390
+                <th scope="row">5</th>
391
+                <td>毕业<br/>时间</td>
392
+                <td>
393
+                    {eyou:if condition='((int)$field2.bysj === 0)'}
394
+                    <?php /*不要求**/  ?>不要求
395
+                    {eyou:else /}
396
+                    <?php /*要求>={$field2.bysj_time}年**/  ?>要求>={$field2.bysj_time}年
397
+                    {/eyou:if}
398
+                </td>
399
+                <td>
400
+
401
+                    <?php
402
+
403
+                    //$detail['bysj']
404
+                    //假设我们要计算的时间是2000年1月1日
405
+                    $startDate = new DateTime($detail['bysj']);
406
+                    // 获取现在的日期
407
+                    $now = new DateTime('now');
408
+                    // 计算差值
409
+                    $interval = date_diff($startDate, $now);
410
+                    // 输出年份
411
+                    //echo $interval->y . ' years';
412
+                    if($interval->y > 0){
413
+                        echo '已毕业'.$interval->y . '年';
414
+                    }else{
415
+                        echo '刚毕业不足1年';
416
+                    }
417
+
418
+
419
+                    ?>
420
+
421
+
422
+                </td>
423
+                <td>
424
+                    <?php
425
+                    if((int)$field2['bysj'] === 0){
426
+                        echo "<font style='color: blue;'>符合</font>";
427
+                        $num++;
428
+                    }else{
429
+                        if((int)$field2['bysj_time'] <= $interval->y){
430
+                            echo "<font style='color: blue;'>符合</font>";
431
+                            $num++;
432
+                        }else{
433
+                            echo "<font style='color: red;'>不符合</font>";
434
+                        }
435
+                    }
436
+                    ?>
437
+                </td>
438
+            </tr>
439
+            <tr>
440
+                <th scope="row">6</th>
441
+                <td>前置<br/>证书</td>
442
+                <td>
443
+                    <?php
444
+                    $zs_all = [];
445
+                    //(且或) 列出证书要求
446
+                    //调用需要的记录 is_zs
447
+                    $sql5 = "select * from ey_zcwf_position where type_son=".$field2['id']." and is_del=0 and status=1 and is_zs=1";
448
+                    ?>
449
+                    {eyou:sql sql="$sql5" cachetime='3600' empty='不限制' id="field3"}
450
+
451
+                    <?php
452
+                    if($i > 1){
453
+                        echo "或<br/>";
454
+                    }
455
+                    ?>
456
+
457
+                    <?php
458
+                    //查询出证书 $deta
459
+                    $zhengshu3 = json_decode($field3['zhengshu'],true);
460
+                    $sjnx = json_decode($field3['sjnx'],true);
461
+                    //var_dump($field3);
462
+                    //var_dump($field3['zhengshu']);
463
+                    //var_dump($field3['sjnx']);
464
+                    $zs_all[] = [
465
+                        'a' => $zhengshu3,
466
+                        'b' => $sjnx
467
+                    ];
468
+                    //var_dump($sjnx);
469
+                    $zhengshu3_str = '0';
470
+                    foreach ($zhengshu3 as $k => $v){
471
+                        $zhengshu3_str .= ','.$v;
472
+                    }
473
+                    $sql3 = "select id,title from ey_zczs_position where id IN(".$zhengshu3_str.") and is_del=0 and status=1";
474
+                    ?>
475
+                    {eyou:notempty name='$zhengshu3' /}
476
+                    {eyou:sql sql="$sql3" cachetime='3600' empty='' id="field4"}
477
+                    <?php
478
+                    $key_s = array_search($field4['id'], $zhengshu3);
479
+                    $year_s = $sjnx[$key_s];
480
+                    ?>
481
+                    <?php  /**{$field4.title}(需要{$year_s}年)**/?>{$field4.title}(需要{$year_s}年)<br/>
482
+                    {/eyou:sql}
483
+                    {eyou:else /}
484
+                    <!--忽略-->
485
+                    {/eyou:notempty}
486
+
487
+
488
+                    {/eyou:sql}
489
+                </td>
490
+                <td>
491
+
492
+
493
+                    <?php
494
+                    //查询出拥有的证书 $deta
495
+                    $zhengshu = json_decode($detail['zs'],true);
496
+                    $zsnx = json_decode($detail['zsnx'],true);
497
+                    $zhengshu_str = '0';
498
+                    foreach ($zhengshu as $k => $v){
499
+                        $zhengshu_str .= ','.$v;
500
+                    }
501
+                    $sql3 = "select id,title from ey_zczs_position where id IN(".$zhengshu_str.") and is_del=0 and status=1";
502
+                    ?>
503
+
504
+                    {eyou:notempty name='$zhengshu' /}
505
+                    {eyou:sql sql="$sql3" cachetime='3600' empty='' id="field3"}
506
+                    <?php
507
+                    $key_s = array_search($field3['id'], $zhengshu);
508
+                    $year_s = $zsnx[$key_s];
509
+                    ?>
510
+                    <?php /**{$field3.title}(拥有{$year_s}年)**/ ?>{$field3.title}(拥有{$year_s}年)<br/>
511
+                    {/eyou:sql}
512
+                    {eyou:else /}
513
+                    无
514
+                    {/eyou:notempty}
515
+
516
+                </td>
517
+
518
+                <td>
519
+                    <?php
520
+                    //var_dump($field['id']);
521
+                    //var_dump($zs_all);
522
+                    //表示没查出限制要求
523
+                    if(empty($zhengshu3)){
524
+                        echo "<font style='color: blue;'>符合</font>";
525
+                        $num++;
526
+                    }else{
527
+                        if(empty($zhengshu)){
528
+                            //用户没有证书
529
+                            echo "<font style='color: red;'>不符合</font>";
530
+                        }else{
531
+                            //判断是否包含
532
+                            //第一轮 循环 或
533
+                            foreach ($zs_all as $k => $v){
534
+                                if($k > 0){
535
+                                    //echo "或<br/>";
536
+                                }
537
+                                $ik = 1;
538
+                                $ik2 = 1;
539
+                                $ik3 = 1;
540
+                                //第二轮 循环 且
541
+                                //var_dump($v['a']);
542
+                                $ik4 = 0; //真实有效数量
543
+                                foreach ($v['a'] as $k2 => $v2){
544
+                                    //var_dump($v2);
545
+                                    //var_dump($zhengshu);
546
+                                    //第三轮 循环 每一项要求是否在 用户拥有的证书 里面
547
+                                    //必须完全满足
548
+                                    if((int)$v2 > 0) {
549
+                                        if (in_array($v2, $zhengshu)) {
550
+                                            //判断年限是否符合要求
551
+                                            $key_i = array_search($v2, $zhengshu);
552
+                                            //var_dump($zsnx[$key_i]);
553
+                                            if ((int)$zsnx[$key_i] >= (int)$v['b'][$k2]) {
554
+                                                $run_1 = '<font style="color: blue;">符合</font><br/>' . $ik . '项';
555
+                                                $ik++;
556
+                                            } else {
557
+                                                $run_2 = '<font style="color: blue;">年限不符合</font><br/>' . $ik2 . '项';
558
+                                                $ik2++;
559
+                                            }
560
+                                        } else {
561
+                                            $run_3 = '<font style="color: blue;">未拥有</font><br/>' . $ik3 . '项';
562
+                                            $ik3++;
563
+                                        }
564
+                                        $ik4++;
565
+                                    }
566
+                                }
567
+                                //具体情况 循环且
568
+                                //echo $run_1;
569
+                                //echo $run_2;
570
+                                //echo $run_3;
571
+                                //echo count($v['a']);
572
+                                //var_dump($ik);
573
+                                //var_dump(count($v['a']));
574
+                                if(($ik-1) === $ik4){
575
+                                    //echo "<font style='color: blue;'>符合1</font>";
576
+                                    $res = "<font style='color: blue;'>符合</font>";
577
+                                    $num++;
578
+                                    //跳出循环 已经符合其中 一个 且了
579
+                                    break;
580
+                                }else{
581
+                                    //echo "<font style='color: red;'>不符合2</font>";
582
+                                    $res = "<font style='color: red;'>不符合</font>";
583
+                                }
584
+                            }
585
+                            echo $res;
586
+                        }
587
+                    }
588
+                    ?>
589
+
590
+
591
+                </td>
592
+
593
+
594
+            </tr>
595
+            <tr>
596
+                <th scope="row">7</th>
597
+                <td>综合<br/>评估</td>
598
+                <td colspan="3" style="vertical-align:middle;">
599
+
600
+
601
+                    <?php
602
+                    //echo $num;
603
+                    if($num >= 6){
604
+                        //多次循环可能大于6
605
+                        echo "<font style='color: blue;'>完全符合要求!</font>";
606
+
607
+                        if(!empty($bname)){
608
+                            $bname_str = '/'.$bname;
609
+                        }
610
+
611
+                        $result_map .= $aname.$bname_str.'地区<br/>';
612
+
613
+
614
+                    }else if($num === 0){
615
+                        echo "<font style='color: red;'>完全不符合要求!</font>";
616
+                    }else{
617
+                        echo "<font style='color: #ff4c08;'>未完全符合要求!</font>";
618
+                    }
619
+                    $num = 0;
620
+                    ?>
621
+
622
+                </td>
623
+            </tr>
624
+            </tbody>
625
+        </table>
626
+        {/eyou:sql}
627
+    </div>
628
+</div>
629
+{/eyou:sql}
630
+
631
+<?php
632
+//var_dump($is_list_empty);
633
+?>
634
+{eyou:if condition='(empty($is_list_empty))'}
635
+<div class="alert alert-danger" role="alert" style="">
636
+    <!--<span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span>
637
+    <span class="sr-only">Error:</span>-->
638
+    {$scen}
639
+</div>
640
+{eyou:else /}
641
+
642
+<?php
643
+if(empty($result_map)){
644
+    $info = '';
645
+    $result_map = "抱歉!未找到符合地区!";
646
+    $class = 'alert-danger';
647
+}else{
648
+    //$result_map;
649
+    $info = "找到以下符合申请的地区:<br/><br/>";
650
+    $class = 'alert-success';
651
+}
652
+?>
653
+
654
+
655
+<div class="alert {$class}" role="alert" style="">
656
+    <?php
657
+    echo $info;
658
+    echo $result_map;
659
+    ?>
660
+</div>
661
+
662
+{/eyou:if}
663
+</div>
664
+</body>
665
+
666
+</html>

+ 58
- 1
application/api/controller/Diyajax.php Visa fil

@@ -353,12 +353,48 @@ class Diyajax extends Base
353 353
         $param['zhengshu_val'] = substr($param['zhengshu_val'], 0, -1);
354 354
         $param['zhengshu'] = explode(',',$param['zhengshu_val']);
355 355
 
356
+
357
+        //翻译冗余字段
358
+        $xl_arr = ['','中专','高技','大专','本科','硕士','博士'];
359
+        $xxlx_arr = ['','全日制','非全日制'];
360
+        $sbzy_val = Db::name('zc_position')->where('id',$param['sbzy'])->value('title');
361
+        $sbdj_val = Db::name('zcdj_position')->where('id',$param['sbdj'])->value('title');
362
+        $zs_list = Db::name('zczs_position')->field('id,title')->where('id','in',$param['zhengshu'])->select();
363
+        $zs_str = '';
364
+        foreach ($zs_list as $k => $v){
365
+            $key = array_search($v['id'],$param['zhengshu']);
366
+            $zs_str .= $v['title'].'('.$param['zsnx'][$key].'年),';
367
+        }
368
+        $zy_list = Db::name('zczy_position')->field('id,title')->where('id','in',$param['zy'])->select();
369
+        $zy_str = '';
370
+        foreach ($zy_list as $k => $v){
371
+            $zy_str .= $v['title'].',';
372
+        }
373
+        $szcs_str = Db::name('citysite')
374
+            ->where('id', $param['szcs'])
375
+            ->value('name');
376
+        $szsf_str = Db::name('citysite')
377
+            ->where('id', $param['szsf'])
378
+            ->value('name');
379
+        $json = [
380
+            'xl' => $xl_arr[$param['xl']], //学历
381
+            'sbzy' => $sbzy_val, //申报专业
382
+            'sbdj' => $sbdj_val, //申报等级
383
+            'xxlx' => $xxlx_arr[$param['xxlx']], //学校类型
384
+            'zs' => $zs_str, //证书
385
+            'zy' => $zy_str, //专业
386
+            'szsf' => $szsf_str, //省份
387
+            'szcs' => $szcs_str, //城市
388
+        ];
389
+        $json_str = json_encode($json,JSON_UNESCAPED_UNICODE);
390
+        //{"xl":"中专","sbzy":"建筑职称","sbdj":"初级","xxlx":"全日制","zs":"建筑一级证书(1年),","zy":"计算机网络技术,","szsf":"广东","szcs":"广州"}
391
+
356 392
         //插入数据
357 393
         $insertData = [
358 394
             'yxdq' => $param['yxdq'], //预选地区
359 395
             'sbzy' => $param['sbzy'], //申报专业
360 396
             'sbdj' => $param['sbdj'], //申报等级
361
-            'bysj' => $param['bysj'], //毕业时间
397
+            'bysj' => $param['bysj2'], //毕业时间
362 398
             'nl' => $param['nl'], //年龄
363 399
             'xl' => $param['xl'], //学历
364 400
             'xxlx' => $param['xxlx'], //学校类型
@@ -371,6 +407,9 @@ class Diyajax extends Base
371 407
             'updatetime' => getTime(),
372 408
             'is_del' => 0,
373 409
             'status' => 1,
410
+            'szcs' => $param['szcs'], //城市
411
+            'szsf' => $param['szsf'], //省份
412
+            'extend' => $json_str
374 413
         ];
375 414
         $res_id = Db::name('zc_form')->insertGetId($insertData);
376 415
         if($res_id > 0){
@@ -382,4 +421,22 @@ class Diyajax extends Base
382 421
         }
383 422
         respose(['code'=>0, 'msg'=>'提交失败', 'data'=>[]]);
384 423
     }
424
+
425
+    /*
426
+     * 获取城市1
427
+     */
428
+    public function getCsList(){
429
+        $param = request()->param();
430
+        $param['id'] = (int)$param['id'];
431
+        if(!empty($param['id'])){
432
+            $list = Db::name('citysite')
433
+                ->field('id,name')
434
+                ->where('parent_id', $param['id'])
435
+                ->where('status',1)
436
+                ->select();
437
+            respose(['code'=>1, 'msg'=>'请求成功', 'data'=>$list]);
438
+        }else{
439
+            respose(['code'=>0, 'msg'=>'请求失败', 'data'=>[]]);
440
+        }
441
+    }
385 442
 }

+ 51
- 1
template/pc/common/include/step.htm Visa fil

@@ -23,7 +23,7 @@
23 23
 
24 24
             $this.daterangepicker({
25 25
                 locale : {
26
-                    "format" : "YYYY-MM-DD",// 显示格式
26
+                    //"format" : "YYYY-MM",// 显示格式 //YYYY-MM-DD
27 27
                     "separator" : " / ",// 两个日期之间的分割线
28 28
                     // 中文化
29 29
                     "applyLabel" : "确定",
@@ -34,7 +34,12 @@
34 34
                     "monthNames" : [ "一月", "二月", "三月", "四月", "五月", "六", "七月", "八月", "九月", "十月", "十一月", "十二月" ],
35 35
                     "firstDay" : 1,
36 36
                     "defaultDate": new Date(),
37
+                    "format": 'YYYY', // 设置年份格式
37 38
                 },
39
+                startDate: moment(),
40
+                endDate: moment(),
41
+                minView: "years", // 设置最小视图为年份
42
+                maxView: "years", // 设置最大视图为年份
38 43
                 showDropdowns: true,
39 44
                 singleDatePicker: true,
40 45
                 opens: 'right', //日期选择框的弹出位置
@@ -233,6 +238,51 @@
233 238
 
234 239
         });
235 240
 
241
+
242
+        /*
243
+        * 选择省份 触发城市
244
+        *
245
+        * */
246
+        $("#choose11").change(function (){
247
+
248
+            var id = $(this).val();
249
+            if(id > 0) {
250
+                //发送请求
251
+                $('#loadingModal').modal('show');
252
+                $.ajax({
253
+                    url: '/api/Diyajax/getCsList',
254
+                    method: 'POST',
255
+                    dataType: 'json', // 指定响应数据为JSON
256
+                    data: {
257
+                        id : id
258
+                    },
259
+                    success: function(data) {
260
+                        // 请求成功后隐藏加载状态
261
+                        $('#loadingModal').modal('hide');
262
+                        // 处理返回的数据
263
+                        console.log('Ajax response:', data);
264
+                        console.log(data.data);
265
+                        var html = '<option value="0">选择您所在城市</option>';
266
+                        $.each(data.data,function (i,e){
267
+                            console.log(e);
268
+                            html += '<option value="'+e.id+'">'+e.name+'</option>';
269
+                        });
270
+                        $('#choose12').empty();
271
+                        $('#choose12').append(html);
272
+                    },
273
+                    error: function(xhr, status, error) {
274
+                        // 请求失败后隐藏加载状态
275
+                        $('#loadingModal').modal('hide');
276
+                        // 处理错误
277
+                        console.error('Ajax error:', status, error);
278
+                    }
279
+                });
280
+            }
281
+
282
+        });
283
+
284
+
285
+
236 286
         //选择学历 触发专业判断  无法进行判断
237 287
         /*
238 288
         $("#choose5").change(function (){

+ 80
- 48
template/pc/components/index/kop.htm Visa fil

@@ -1,4 +1,5 @@
1 1
 <?php
2
+$result_map = "";
2 3
 $xl = ['不限制','中专','高技','大专','本科','硕士','博士'];
3 4
 //先列出全国 再其他省 再到市
4 5
 $sql = 'select * from ey_zcwd_position where type='.$detail['sbzy'].' and sbdj='.$detail['sbdj'].' and is_del=0 and status=1'.$sql_end.' order by sf asc';
@@ -8,7 +9,7 @@ $is_list_empty = '';
8 9
 <?php
9 10
 $is_list_empty = $field['id'];
10 11
 ?>
11
-<div class="panel panel-primary">
12
+<div class="panel panel-primary" style="display:none;">
12 13
     <div class="panel-body">
13 14
 
14 15
         {eyou:if condition='((int)$field.sf === 0)'}
@@ -67,15 +68,15 @@ $is_list_empty = $field['id'];
67 68
             <tr>
68 69
                 <th scope="row">1</th>
69 70
                 <td>学历</td>
70
-                <td><?php echo $xl[$field2['xlyq']];?></td>
71
-                <td><?php echo $xl[$detail['xl']];?></td>
71
+                <td><?php //echo $xl[$field2['xlyq']];?></td>
72
+                <td><?php //echo $xl[$detail['xl']];?></td>
72 73
                 <td>
73 74
                     <?php
74 75
                     if($field2['xlyq'] == $detail['xl']){
75
-                        echo "<font style='color: blue;'>符合</font>";
76
+                        //echo "<font style='color: blue;'>符合</font>";
76 77
                         $num++;
77 78
                     }else{
78
-                        echo "<font style='color: red;'>不符合</font>";
79
+                        //echo "<font style='color: red;'>不符合</font>";
79 80
                     }
80 81
                     ?>
81 82
                 </td>
@@ -86,9 +87,9 @@ $is_list_empty = $field['id'];
86 87
                 <td>
87 88
                     <?php
88 89
                     if((int)$field2['is_ega'] === 0){
89
-                        echo "不限制";
90
+                        //echo "不限制";
90 91
                     }else{
91
-                        echo $field2['ega_0'].'-'.$field2['ega_1'].'岁';
92
+                        //echo $field2['ega_0'].'-'.$field2['ega_1'].'岁';
92 93
                     }
93 94
                     ?>
94 95
                 </td>
@@ -98,10 +99,10 @@ $is_list_empty = $field['id'];
98 99
                 <td>
99 100
                     <?php
100 101
                     if((int)$detail['nl'] <= (int)$field2['ega_1'] && (int)$detail['nl'] >= (int)$field2['ega_0']){
101
-                        echo "<font style='color: blue;'>符合</font>";
102
+                        //echo "<font style='color: blue;'>符合</font>";
102 103
                         $num++;
103 104
                     }else{
104
-                        echo "<font style='color: red;'>不符合</font>";
105
+                        //echo "<font style='color: red;'>不符合</font>";
105 106
                     }
106 107
                     ?>
107 108
                 </td>
@@ -129,7 +130,7 @@ $is_list_empty = $field['id'];
129 130
 
130 131
                     {eyou:notempty name='$zhengshu2' /}
131 132
                     {eyou:sql sql="$sql3" cachetime='3600' empty='' id="field3"}
132
-                    {$field3.title}<br/>
133
+                    <?php /**{$field3.title}*/ ?><br/>
133 134
                     {/eyou:sql}
134 135
                     {eyou:else /}
135 136
                     不限制
@@ -165,13 +166,13 @@ $is_list_empty = $field['id'];
165 166
                 <td>
166 167
                     <?php
167 168
                     if((int)$field2.byzy === 0 || empty($zhengshu2)){
168
-                        echo "<font style='color: blue;'>符合</font>";
169
+                        //echo "<font style='color: blue;'>符合</font>";
169 170
                         $num++;
170 171
                     }else{
171 172
                         if(empty($zhengshu)){
172
-                            echo "<font style='color: red;'>不符合</font>";
173
+                            //echo "<font style='color: red;'>不符合</font>";
173 174
                         }else{
174
-                            $run = '不符合';
175
+                            $run = "<font style='color: red;'>不符合</font>";
175 176
                             $ik = 1;
176 177
                             foreach ($zhengshu as $k => $v){
177 178
                                 if(in_array($v,$zhengshu2)){
@@ -180,7 +181,7 @@ $is_list_empty = $field['id'];
180 181
                                     $ik++;
181 182
                                 }
182 183
                             }
183
-                            echo $run;
184
+                            //echo $run;
184 185
                             if($ik>1){
185 186
                                 $num++; //符合+1
186 187
                             }
@@ -199,8 +200,8 @@ $is_list_empty = $field['id'];
199 200
                     不限制
200 201
                     {eyou:else /}
201 202
                     <?php
202
-                    if((int)$field2['xxlx'] === 1) echo "全日制";
203
-                    if((int)$field2['xxlx'] === 2) echo "非全日制";
203
+                    //if((int)$field2['xxlx'] === 1) //echo "全日制";
204
+                    //if((int)$field2['xxlx'] === 2) //echo "非全日制";
204 205
                     ?>
205 206
                     {/eyou:if}
206 207
                 </td>
@@ -217,10 +218,10 @@ $is_list_empty = $field['id'];
217 218
                     {eyou:else /}
218 219
                     <?php
219 220
                     if((int)$field2['xxlx'] === (int)$detail['xxlx']){
220
-                        echo "<font style='color: blue;'>符合</font>";
221
+                        //echo "<font style='color: blue;'>符合</font>";
221 222
                         $num++;
222 223
                     }else{
223
-                        echo "<font style='color: red;'>不符合</font>";
224
+                        //echo "<font style='color: red;'>不符合</font>";
224 225
                     }
225 226
                     ?>
226 227
                     {/eyou:if}
@@ -231,9 +232,9 @@ $is_list_empty = $field['id'];
231 232
                 <td>毕业<br/>时间</td>
232 233
                 <td>
233 234
                     {eyou:if condition='((int)$field2.bysj === 0)'}
234
-                    不要求
235
+                    <?php /*不要求**/  ?>
235 236
                     {eyou:else /}
236
-                    要求>={$field2.bysj_time}年
237
+                    <?php /*要求>={$field2.bysj_time}年**/  ?>
237 238
                     {/eyou:if}
238 239
                 </td>
239 240
                 <td>
@@ -248,11 +249,11 @@ $is_list_empty = $field['id'];
248 249
                     // 计算差值
249 250
                     $interval = date_diff($startDate, $now);
250 251
                     // 输出年份
251
-                    //echo $interval->y . ' years';
252
+                    ////echo $interval->y . ' years';
252 253
                     if($interval->y > 0){
253
-                        echo '已毕业'.$interval->y . '年';
254
+                        //echo '已毕业'.$interval->y . '年';
254 255
                     }else{
255
-                        echo '刚毕业不足1年';
256
+                        //echo '刚毕业不足1年';
256 257
                     }
257 258
 
258 259
 
@@ -263,14 +264,14 @@ $is_list_empty = $field['id'];
263 264
                 <td>
264 265
                     <?php
265 266
                     if((int)$field2['bysj'] === 0){
266
-                        echo "<font style='color: blue;'>符合</font>";
267
+                        //echo "<font style='color: blue;'>符合</font>";
267 268
                         $num++;
268 269
                     }else{
269 270
                         if((int)$field2['bysj_time'] <= $interval->y){
270
-                            echo "<font style='color: blue;'>符合</font>";
271
+                            //echo "<font style='color: blue;'>符合</font>";
271 272
                             $num++;
272 273
                         }else{
273
-                            echo "<font style='color: red;'>不符合</font>";
274
+                            //echo "<font style='color: red;'>不符合</font>";
274 275
                         }
275 276
                     }
276 277
                     ?>
@@ -290,7 +291,7 @@ $is_list_empty = $field['id'];
290 291
 
291 292
                     <?php
292 293
                     if($i > 1){
293
-                        echo "或<br/>";
294
+                        //echo "或<br/>";
294 295
                     }
295 296
                     ?>
296 297
 
@@ -318,7 +319,7 @@ $is_list_empty = $field['id'];
318 319
                         $key_s = array_search($field4['id'], $zhengshu3);
319 320
                         $year_s = $sjnx[$key_s];
320 321
                     ?>
321
-                    {$field4.title}(需要{$year_s}年)<br/>
322
+                    <?php  /**{$field4.title}(需要{$year_s}年)**/?><br/>
322 323
                     {/eyou:sql}
323 324
                     {eyou:else /}
324 325
                     <!--忽略-->
@@ -347,7 +348,7 @@ $is_list_empty = $field['id'];
347 348
                     $key_s = array_search($field3['id'], $zhengshu);
348 349
                     $year_s = $zsnx[$key_s];
349 350
                     ?>
350
-                    {$field3.title}(拥有{$year_s}年)<br/>
351
+                    <?php /**{$field3.title}(拥有{$year_s}年)**/ ?><br/>
351 352
                     {/eyou:sql}
352 353
                     {eyou:else /}
353 354
@@ -361,18 +362,18 @@ $is_list_empty = $field['id'];
361 362
                     //var_dump($zs_all);
362 363
                     //表示没查出限制要求
363 364
                     if(empty($zhengshu3)){
364
-                        echo "<font style='color: blue;'>符合</font>";
365
+                        //echo "<font style='color: blue;'>符合</font>";
365 366
                         $num++;
366 367
                     }else{
367 368
                         if(empty($zhengshu)){
368 369
                             //用户没有证书
369
-                            echo "<font style='color: red;'>不符合</font>";
370
+                            //echo "<font style='color: red;'>不符合</font>";
370 371
                         }else{
371 372
                             //判断是否包含
372 373
                             //第一轮 循环 或
373 374
                             foreach ($zs_all as $k => $v){
374 375
                                 if($k > 0){
375
-                                    //echo "或<br/>";
376
+                                    ////echo "或<br/>";
376 377
                                 }
377 378
                                 $ik = 1;
378 379
                                 $ik2 = 1;
@@ -405,24 +406,24 @@ $is_list_empty = $field['id'];
405 406
                                     }
406 407
                                 }
407 408
                                 //具体情况 循环且
408
-                                //echo $run_1;
409
-                                //echo $run_2;
410
-                                //echo $run_3;
411
-                                //echo count($v['a']);
409
+                                ////echo $run_1;
410
+                                ////echo $run_2;
411
+                                ////echo $run_3;
412
+                                ////echo count($v['a']);
412 413
                                 //var_dump($ik);
413 414
                                 //var_dump(count($v['a']));
414 415
                                 if(($ik-1) === $ik4){
415
-                                    //echo "<font style='color: blue;'>符合1</font>";
416
+                                    ////echo "<font style='color: blue;'>符合1</font>";
416 417
                                     $res = "<font style='color: blue;'>符合</font>";
417 418
                                     $num++;
418 419
                                     //跳出循环 已经符合其中 一个 且了
419 420
                                     break;
420 421
                                 }else{
421
-                                    //echo "<font style='color: red;'>不符合2</font>";
422
+                                    ////echo "<font style='color: red;'>不符合2</font>";
422 423
                                     $res = "<font style='color: red;'>不符合</font>";
423 424
                                 }
424 425
                             }
425
-                            echo $res;
426
+                            //echo $res;
426 427
                         }
427 428
                     }
428 429
                     ?>
@@ -439,15 +440,24 @@ $is_list_empty = $field['id'];
439 440
 
440 441
 
441 442
                     <?php
442
-                    //echo $num;
443
-                    if($num === 6){
444
-                        echo "<font style='color: blue;'>完全符合要求!</font>";
445
-                    }else if($num === 0){
446
-                        echo "<font style='color: red;'>完全不符合要求!</font>";
447
-                    }else{
448
-                        echo "<font style='color: #ff4c08;'>未完全符合要求!</font>";
449
-                    }
450
-                    $num = 0;
443
+                        ////echo $num;
444
+                        if($num >= 6){
445
+                            //多次循环可能大于6
446
+                            echo "<font style='color: blue;'>完全符合要求!</font>";
447
+
448
+                            if(!empty($bname)){
449
+                                $bname_str = '/'.$bname;
450
+                            }
451
+
452
+                            $result_map .= $aname.$bname_str.'地区<br/>';
453
+
454
+
455
+                        }else if($num === 0){
456
+                            echo "<font style='color: red;'>完全不符合要求!</font>";
457
+                        }else{
458
+                            echo "<font style='color: #ff4c08;'>未完全符合要求!</font>";
459
+                        }
460
+                        $num = 0;
451 461
                     ?>
452 462
 
453 463
                 </td>
@@ -468,4 +478,26 @@ $is_list_empty = $field['id'];
468 478
     <span class="sr-only">Error:</span>-->
469 479
     {$scen}
470 480
 </div>
481
+{eyou:else /}
482
+
483
+<?php
484
+if(empty($result_map)){
485
+    $info = '';
486
+    $result_map = "抱歉!未找到符合地区!";
487
+    $class = 'alert-danger';
488
+}else{
489
+    //$result_map;
490
+    $info = "找到以下符合申请的地区:<br/><br/>";
491
+    $class = 'alert-success';
492
+}
493
+?>
494
+
495
+
496
+<div class="alert {$class}" role="alert" style="">
497
+    <?php
498
+        echo $info;
499
+        echo $result_map;
500
+    ?>
501
+</div>
502
+
471 503
 {/eyou:if}

+ 57
- 7
template/pc/components/index/step.htm Visa fil

@@ -32,6 +32,7 @@
32 32
     {eyou:sql sql='$sql' cachetime='3600' empty=''}
33 33
         {eyou:php}
34 34
             $detail = $field;
35
+            $extend_info = json_decode($field['extend'],true);
35 36
         {/eyou:php}
36 37
     {/eyou:sql}
37 38
 
@@ -67,7 +68,12 @@
67 68
         {/eyou:sql}
68 69
     {/eyou:if}
69 70
 
70
-    {eyou:sql sql='$sql3' cachetime='3600' empty=''}
71
+    <?php
72
+    /*
73
+     *
74
+     * 减少sql调用
75
+     *
76
+     * {eyou:sql sql='$sql3' cachetime='3600' empty=''}
71 77
         {eyou:php}
72 78
             $zc_name = $field['title'];
73 79
         {/eyou:php}
@@ -78,6 +84,11 @@
78 84
             $zc_dj = $field['title'];
79 85
         {/eyou:php}
80 86
     {/eyou:sql}
87
+     *
88
+     *
89
+     */
90
+
91
+    ?>
81 92
 
82 93
 {/eyou:if}
83 94
 
@@ -117,6 +128,7 @@
117 128
     }
118 129
     .daterange {
119 130
         /*position: relative;*/
131
+        position: relative;
120 132
     }
121 133
     .daterangepicker button{
122 134
         height: auto !important;
@@ -242,6 +254,7 @@
242 254
                                             <!--编号: 202410247774<br/>-->
243 255
                                             姓名: {$detail.ch}<br/>
244 256
                                             手机: <?php echo hide_phone_number_regex($detail['sjhm']); ?><br/>
257
+                                            地区: {$extend_info.szsf}/{$extend_info.szcs}
245 258
                                         </p>
246 259
                                     {/eyou:if}
247 260
                                 </div>
@@ -281,9 +294,14 @@
281 294
 
282 295
                                 <div class="well" style="margin-top:20px;">
283 296
 
284
-                                    预选地区: {$area_name}<br/>
285
-                                    申报专业: {$zc_name}<br/>
286
-                                    申报等级: {$zc_dj}<br/>
297
+                                    <?php
298
+                                    /*
299
+                                     *
300
+                                     *  预选地区: {$area_name}<br/>
301
+                                     */
302
+                                    ?>
303
+                                    申报专业: {$extend_info.sbzy}<br/>
304
+                                    申报等级: {$extend_info.sbdj}<br/>
287 305
 
288 306
                                 </div>
289 307
 
@@ -306,6 +324,7 @@
306 324
 
307 325
                                 {eyou:else /}
308 326
                                     <?php
327
+                                        //现在没有所谓预选和其他推荐的区分
309 328
                                         $sql_end = '';
310 329
                                         $t = '';
311 330
                                         $scen = '抱歉!暂时未找到相关匹配结果信息!';
@@ -368,7 +387,7 @@
368 387
                                     <!--<label class="sr-only" for="form-first-name">First name</label>
369 388
                                     <input type="text" name="form-first-name" placeholder="First name..." class="form-first-name form-control" id="form-first-name">-->
370 389
 
371
-                                    <select class="form-control" id="choose1" name="yxdq">
390
+                                    <select class="form-control" id="choose1" name="yxdq" style="display:none;">
372 391
                                         <option value="0">选择地区(可选)</option>
373 392
                                         <option value="10001">不限制</option>
374 393
                                         <option value="20000">全国</option>
@@ -377,6 +396,25 @@
377 396
                                         {/eyou:sql}
378 397
                                     </select>
379 398
                                 </div>
399
+
400
+
401
+                                <div class="form-group" style="margin-bottom: 15px;">
402
+                                    <div class="col-sm-6 col-xs-6" style="padding-left:0px;">
403
+                                        <select class="form-control" id="choose11" name="szsf">
404
+                                            <option value="0">选择您所在省份</option>
405
+                                            {eyou:sql sql="select id,name from ey_citysite where status=1 and level=1" cachetime='3600' empty='' id='field'}
406
+                                            <option value="{$field.id}">{$field.name}</option>
407
+                                            {/eyou:sql}
408
+                                        </select>
409
+                                    </div>
410
+                                    <div class="col-sm-6 col-xs-6" style="padding-right:0px;">
411
+                                        <select class="form-control" id="choose12" name="szcs">
412
+                                            <option value="0">选择您所在城市</option>
413
+                                        </select>
414
+                                    </div>
415
+                                    <div class="clear"></div>
416
+                                </div>
417
+
380 418
                                 <div class="form-group">
381 419
                                    <!-- <label class="sr-only" for="form-last-name">Last name</label>
382 420
                                     <input type="text" name="form-last-name" placeholder="Last name..." class="form-last-name form-control" id="form-last-name">-->
@@ -468,12 +506,13 @@
468 506
 
469 507
                                 <div class="form-group" style="padding-left: 5px;position: relative;">
470 508
                                     <label class="col-sm-12 control-label" style="padding-left: 0;">是否以下相关毕业专业</label>
471
-                                    <div class="col-sm-12" style="padding-left: 0;margin-bottom: 15px;" id="zys">
509
+                                    <div class="col-sm-12" style="padding-left: 0;margin-bottom: 0px;" id="zys">
472 510
                                         <!--先初始化证书-->
473 511
                                         <!--<p class="form-control-static" style="min-height:20px;padding-top:5px;padding-bottom:0px;">
474 512
                                             <font>建筑一级证书</font>  <font style="margin-left:15px;">3年</font>
475 513
                                         </p>-->
476 514
                                     </div>
515
+                                    <div class="clear"></div>
477 516
                                 </div>
478 517
 
479 518
                                 <!--<label class="sr-only" for="form-google-plus">Google plus</label>
@@ -491,7 +530,7 @@
491 530
                                     <label class="sr-only" for="form-password">Password</label>
492 531
                                     <input type="password" name="form-password" placeholder="Password..." class="form-password form-control" id="form-password">
493 532
                                 </div>-->
494
-                                <div class="form-group daterange">
533
+                                <div class="form-group daterange" style="display:none;">
495 534
                                     <label style="margin-left: 5px;">选择毕业时间</label>
496 535
                                     <!--range_date-->
497 536
                                     <div class="">
@@ -500,6 +539,17 @@
500 539
                                     </div>
501 540
                                 </div>
502 541
 
542
+                                <?php
543
+                                    $end_year = date('Y', time()) + 1;
544
+                                    /*{eyou:if condition='($i==$end_year)'}selected{/eyou:if}**/
545
+                                ?>
546
+                                <select class="form-control" id="choose33" name="bysj2" style="margin-bottom: 15px;">
547
+                                    <option value="0">选择毕业时间</option>
548
+                                    {eyou:for start='1990' end="$end_year"}
549
+                                    <option value="{$i}-07-01">{$i}年</option>
550
+                                    {/eyou:for}
551
+                                </select>
552
+
503 553
                                 <!--<label class="sr-only" for="form-repeat-password">Repeat password</label>
504 554
                                     <input type="password" name="form-repeat-password" placeholder="Repeat password..."
505 555
                                            class="form-repeat-password form-control" id="form-repeat-password">-->

+ 25
- 2
template/pc/js/botstrap-step/scripts.js Visa fil

@@ -26,6 +26,14 @@ jQuery(document).ready(function() {
26 26
     $('.registration-form .btn-next').on('click', function() {
27 27
 
28 28
 
29
+        var a11 = $('#choose11').val();
30
+        var a12 = $('#choose12').val();
31
+        if(a11 == 0 || a12 == 0){
32
+            $('#myModal .modal-body p').html('请选择您所在城市');
33
+            $('#myModal').modal('show');
34
+            return false;
35
+        }
36
+
29 37
         //校验字段
30 38
         var a = $('#choose2').val();
31 39
         console.log(a);
@@ -44,9 +52,14 @@ jQuery(document).ready(function() {
44 52
         }
45 53
 
46 54
 
55
+
56
+
57
+
58
+
59
+
47 60
         console.log($(this).index());
48 61
         //调用专业
49
-        if($(this).index() == 3) {
62
+        if($(this).index() == 4) {
50 63
             $('#loadingModal').modal('show');
51 64
             $.ajax({
52 65
                 url: '/api/Diyajax/getZcZyList',
@@ -84,7 +97,10 @@ jQuery(document).ready(function() {
84 97
         }
85 98
 
86 99
         //填完个人资料 点击下一步
87
-        if($(this).index() == 6) {
100
+        if($(this).index() == 7) {
101
+
102
+
103
+
88 104
 
89 105
             var b = $('#choose6').val();
90 106
             console.log(a);
@@ -108,6 +124,13 @@ jQuery(document).ready(function() {
108 124
                 return false;
109 125
             }
110 126
 
127
+            var b33 = $('#choose33').val();
128
+            console.log(a);
129
+            if(b33 == 0){
130
+                $('#myModal .modal-body p').html('请选择毕业时间');
131
+                $('#myModal').modal('show');
132
+                return false;
133
+            }
111 134
 
112 135
             //调用证书
113 136
             $('#loadingModal').modal('show');

Loading…
Avbryt
Spara