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

+ 1
- 1
application/admin/conf/auth_rule.php Visa fil

@@ -57,7 +57,7 @@ return [
57 57
         'name'  => '允许操作',
58 58
         'is_modules'    => 1,
59 59
         'sort_order'    => 100,
60
-        'auths' => 'Other@*,ZcPosition@*,ZczsPosition@*,ZczyPosition@*,ZcdjPosition@*',
60
+        'auths' => 'Other@*,ZcPosition@*,ZczsPosition@*,ZczyPosition@*,ZcdjPosition@*,ZcbdPosition@*',
61 61
     ],
62 62
     [
63 63
         'id' => 49, // 复制广告管理  职称问答流程

+ 1251
- 0
application/admin/controller/ZcbdPosition.php
Filskillnaden har hållits tillbaka eftersom den är för stor
Visa fil


+ 18
- 0
application/admin/controller/ZcwfPosition.php Visa fil

@@ -221,6 +221,13 @@ class ZcwfPosition extends Base
221 221
              */
222 222
             //var_dump($post);die;
223 223
 
224
+
225
+            //增加
226
+            $post['zhengshu_val'] = substr($post['zhengshu_val'], 0, -1);
227
+            $post['zhengshu'] = explode(',',$post['zhengshu_val']);
228
+            //var_dump($post['zhengshu']);die;
229
+            //var_dump($post);die;
230
+
224 231
             if((int)$post['is_zs'] === 0){
225 232
                 $post['zhengshu'] = '';
226 233
                 $post['sjnx'] = '';
@@ -544,6 +551,15 @@ class ZcwfPosition extends Base
544 551
                     $this->error("不可更改系统预定义位置", url('ZcwfPosition/edit',array('id'=>$post['id'])));
545 552
                 }
546 553
 
554
+
555
+
556
+                //增加
557
+                $post['zhengshu_val'] = substr($post['zhengshu_val'], 0, -1);
558
+                $post['zhengshu'] = explode(',',$post['zhengshu_val']);
559
+                //var_dump($post['zhengshu']);die;
560
+                //var_dump($post);die;
561
+
562
+
547 563
                 if((int)$post['is_zs'] === 0){
548 564
                     $post['zhengshu'] = '';
549 565
                     $post['sjnx'] = '';
@@ -560,6 +576,8 @@ class ZcwfPosition extends Base
560 576
                     $post['zhengshu'] = '';
561 577
                 }
562 578
 
579
+                //var_dump($post);die;
580
+
563 581
 
564 582
                 //验证是否已经有重复的 排除自身ID
565 583
                 $one = Db::name('zcwf_position')->where([

+ 1
- 1
application/admin/template/zc_position/choose.htm Visa fil

@@ -163,7 +163,7 @@
163 163
 
164 164
                     <!---checked-->
165 165
                     {eyou:foreach name='$pro_list' item='field1'}
166
-                    <hr/>{$pro_list_t[$key]}<br/>
166
+                    <!--<hr/>{$pro_list_t[$key]}<br/>-->
167 167
                     {eyou:foreach name='$field1' item='field2'}
168 168
                     <span style="margin-right: 10px;">
169 169
                         <input type="checkbox" name="map[]" value="{$field2.id}" id="category{$field2.id}" {$field2.is_check} />

+ 922
- 0
application/admin/template/zcbd_position/add.htm Visa fil

@@ -0,0 +1,922 @@
1
+{include file="public/layout" /}
2
+
3
+<body class="bodystyle" style="overflow-y: scroll;">
4
+<div id="toolTipLayer" style="position: absolute; z-index: 9999; display: none; visibility: visible; left: 95px; top: 573px;"></div>
5
+<div id="append_parent"></div>
6
+<div id="ajaxwaitid"></div>
7
+<div class="page min-hg-c-10">
8
+    <form class="form-horizontal" id="post_form" action="{:url('ZcwdPosition/add')}" method="post">
9
+        <div class="ncap-form-default">
10
+
11
+
12
+            <dl class="row">
13
+                <dt class="tit">
14
+                    <label for="type">规则详情</label>
15
+                </dt>
16
+                <dd class="opt">
17
+                    <input type="hidden" name="type" value="{$rule_id}" />
18
+                    <input type="hidden" name="type_son" value="{$rule_id_son}" />
19
+                    规则编号: {$detail.orderno} &nbsp;&nbsp;&nbsp;&nbsp; 规则名称: {$detail_son.title} <br/>
20
+                </dd>
21
+            </dl>
22
+
23
+
24
+
25
+            <hr/>
26
+            <b>设置前置条件:</b>
27
+
28
+
29
+            <dl class="row">
30
+                <dt class="tit">
31
+                    <label for="type">是否需要证书</label>
32
+                </dt>
33
+                <dd class="opt">
34
+
35
+
36
+                    <!--<label class="curpoin"><input type="radio" id="type{$field1.id}" name="type" value="{$field1.id}" onclick="TypeSwitch({$field1.id});">{$field1.name}</label>
37
+                    -->
38
+
39
+                    <?php
40
+                    /*
41
+                     * {eyou:foreach name='$pro_list' item='field1'}
42
+                <option value="{$field1.id}" {eq name="$Request.param.type" value="$field1.id"}selected{/eq}>{$field1.name}</option>
43
+                {/eyou:foreach}
44
+                     */
45
+                    ?>
46
+                    <select name="is_zs" class="select" id="selectTest666" style="margin:0px 5px;height:30px;width:130px;">
47
+                        <option value="0">不需要</option>
48
+                        <option value="1">需要</option>
49
+                    </select>
50
+
51
+                    <script>
52
+                        $(function(){
53
+                            $("#selectTest666").change(function(e){
54
+
55
+
56
+                                /*var item = $("#selectTest").val();
57
+                                if(item == '' || item == 0){
58
+                                    layer.msg('请先选择申报专业!', {icon: 2,time: 1000});
59
+                                    $("#selectTest666").val('0');
60
+                                    return false;
61
+                                }
62
+                                console.log(item);
63
+
64
+                                //发送ajax 请求地区数据
65
+                                $.ajax({
66
+                                    type:'POST',
67
+                                    url:"{:url('ZcwdPosition/getZs', ['_ajax'=>1])}",
68
+                                    data:{
69
+                                        id: item  //获取当前专业
70
+                                        ,_ajax:1
71
+                                    },
72
+                                    success:function(res){
73
+                                        $('#zhengshu').html(res.data);
74
+                                    }
75
+                                });*/
76
+
77
+                                console.log($(this).val());
78
+                                var v = $(this).val();
79
+                                if(v == 1){
80
+                                    $('#citychoose').show();
81
+                                }else{
82
+                                    $('#citychoose').hide();
83
+                                }
84
+                            });
85
+                        });
86
+                    </script>
87
+
88
+                    <span class="err"></span>
89
+                    <p class="notic"></p>
90
+                </dd>
91
+            </dl>
92
+
93
+            <dl class="row" id="citychoose" style="display: none;">
94
+                <dt class="tit"> <label for="title"><em>*</em>证书选择</label> </dt>
95
+                <dd class="opt">
96
+
97
+                    <!---checked-->
98
+                    <div id="zhengshu">
99
+                        {$zs_html}
100
+                    </div>
101
+
102
+                    <span class="err"></span>
103
+                    <p class="notic2 red" id="title_tips"></p>
104
+                </dd>
105
+            </dl>
106
+
107
+
108
+            <!--<dl class="row">
109
+                <dt class="tit"> <label for="title"><em>*</em>工作时间年限</label> </dt>
110
+                <dd class="opt">
111
+                    <select name="sjnx[]" class="select" id="selectTest888" style="margin:0px 5px;height:30px;width:130px;">
112
+                        <option value="0" selected>不限制</option>
113
+                        <option value="1">1年</option>
114
+                        <option value="2">2年</option>
115
+                        <option value="3">3年</option>
116
+                        <option value="4">4年</option>
117
+                        <option value="5">5年</option>
118
+                        <option value="6">6年</option>
119
+                        <option value="7">7年</option>
120
+                        <option value="8">8年</option>
121
+                    </select>
122
+                    以上(包括)
123
+                </dd>
124
+            </dl>-->
125
+
126
+            <dl class="row">
127
+                <dt class="tit"> <label for="title"><em>*</em>工作要求:</label> </dt>
128
+                <dd class="opt">
129
+                    {eyou:for start='1' end='10'}
130
+                    {$i}.&nbsp;<input type="text" name="gzyq[]" value="" id="title" class="input-txt" autocomplete="off" style="margin-top: 5px;width: 800px !important;"><br/>
131
+                    {/eyou:for}
132
+                </dd>
133
+            </dl>
134
+
135
+
136
+            <hr/>
137
+            <b>其他:</b>
138
+
139
+            <?php
140
+
141
+            /*
142
+             * <dl class="row 1615775137_dl" style="display: none;" id="1615775137_1">
143
+                <dt class="tit"> <label>主题背景</label> </dt>
144
+                <dd class="opt">
145
+                    <div class="tab-pane" id="tab_imgupload">
146
+                        <table class="table table-bordered">
147
+                            <tbody>
148
+                            <tr>
149
+                                <td >
150
+                                    <div class="sort-list">
151
+                                        <div class="images_upload">
152
+                                        </div>
153
+                                    </div>
154
+                                    <a href="javascript:void(0);" onClick="GetUploadify(30,'','allimg','imgupload_call_back');" class="img-upload b-img-upload mb15" title="点击上传">
155
+                                        <div class="y-line"></div>
156
+                                        <div class="x-line"></div>
157
+                                    </a>
158
+                                </td>
159
+                            </tr>
160
+                            </tbody>
161
+                        </table>
162
+                    </div>
163
+                    <!-- 上传图片显示的样板 start -->
164
+                    <div class="images_upload_tpl none">
165
+                        <div class="images_upload ic">
166
+                            <div class="ic">
167
+                                <div class='upimg' title="拖动修改排序" onmouseover="upimgMouseover(this);" onmouseout="upimgMouseout(this);">
168
+                                    <div class='icaction' style="display: none">
169
+                                        <span class="load_images" onclick="">
170
+                                            <a href="javascript:void(0);" style="color: white">
171
+                                                <i class='fa fa-search-plus'></i>大图
172
+                                            </a>
173
+                                        </span>
174
+                                        <span class="load_images" onclick="">
175
+                                            <i class='fa fa-file-text-o'></i>信息
176
+                                        </span>
177
+                                    </div>
178
+                                    <div class='cover-bg' style="display: none"></div>
179
+                                    <img src="__STATIC__/admin/images/add-button.jpg"/>
180
+                                     <a class="delect" href="javascript:void(0);" title="删除"></a>
181
+                                </div>
182
+
183
+                                <div class="load_input" data-showOrHide="hide">
184
+                                    <input type="hidden"/>
185
+                                    <span class="span_input"> <input type="hidden"/> </span>
186
+                                    <textarea placeholder="请输入标题..." style="height: 28px;"></textarea>
187
+                                    <textarea placeholder="请输入链接网址..." style="height: 28px;"></textarea>
188
+                                    <textarea placeholder="广告注释:支持HTML代码" style="height: 64px;"></textarea>
189
+                                    <div class="operation">
190
+                                        <a href="javascript:void(0)">&nbsp;&nbsp;</a>
191
+                                        <a href="javascript:void(0)">&nbsp;&nbsp;</a>
192
+                                        <a style="width: 32%;" href="javascript:void(0);">&nbsp;&nbsp;</a>
193
+                                    </div>
194
+                                 </div>
195
+                            </div>
196
+                        </div>
197
+                    </div>
198
+                    <!-- 上传图片显示的样板 end -->
199
+                </dd>
200
+            </dl>
201
+             */
202
+
203
+            ?>
204
+
205
+            <dl class="row 1615775137_dl" style="display: none;" id="1615775137_2">
206
+                <dt class="tit"> <label for="type">广告内容</label> </dt>
207
+                <dd class="opt">
208
+                    <input type="text" name="video_litpic" id="video_litpic" class="input-txt">
209
+                    <input type="file" id="courseware_file" data-type='local' onchange="upload_video_litpic_1615775137(this)" style="display: none;">
210
+                    {eq name="$WeappOpen.qny_open" value="1"}
211
+                    &nbsp;<a href="javascript:void(0);" class="ncap-btn ncap-btn-green" id="upload_video_litpic_qiniu" onclick="$('#courseware_file').attr('data-type', 'qiniu').trigger('click');">七牛云上传</a>
212
+                    {/eq}
213
+                    {eq name="$WeappOpen.oss_open" value="1"}
214
+                    &nbsp;<a href="javascript:void(0);" class="ncap-btn ncap-btn-green" id="upload_video_litpic_oss" onclick="$('#courseware_file').attr('data-type', 'oss').trigger('click');">oss上传</a>
215
+                    {/eq}
216
+                    {eq name="$WeappOpen.cos_open" value="1"}
217
+                    &nbsp;<a href="javascript:void(0);" class="ncap-btn ncap-btn-green" id="upload_video_litpic_cos" onclick="$('#courseware_file').attr('data-type', 'cos').trigger('click');">cos上传</a>
218
+                    {/eq}
219
+                    &nbsp;<a href="javascript:void(0);" class="ncap-btn ncap-btn-green " id="upload_video_litpic_local" onclick="$('#courseware_file').attr('data-type', 'local').trigger('click');">本地上传</a>
220
+                    <input type="hidden" id="OpenPreviewVideoUrl" value="{:url('ZcwdPosition/open_preview_video')}">
221
+                    &nbsp;<a href="javascript:void(0);" class="ncap-btn ncap-btn-green" id="PreviewVideo" onclick="OpenPreviewVideo();">预览</a>
222
+                </dd>
223
+            </dl>
224
+
225
+            <dl class="row 1615775137_dl" style="display: none;" id="1615775137_3">
226
+                <dt class="tit"> <label for="type">广告内容</label> </dt>
227
+                <dd class="opt">
228
+                    <textarea rows="5" cols="60" id="html_intro" name="html_intro" style="height: 200px;"></textarea>
229
+                    <span class="err"></span>
230
+                    <p class="notic"></p>
231
+                </dd>
232
+            </dl>
233
+
234
+            <dl class="row">
235
+                <dt class="tit">
236
+                    <label>其他条件</label>
237
+                </dt>
238
+                <dd class="opt">          
239
+                    <textarea rows="5" cols="60" id="intro" name="qttj" style="height:60px;"></textarea>
240
+                    <span class="err"></span>
241
+                    <p class="notic"></p>
242
+                </dd>
243
+            </dl>
244
+
245
+            <dl class="row">
246
+                <dt class="tit">
247
+                    <label>输出结果</label>
248
+                </dt>
249
+                <dd class="opt">
250
+
251
+                    匹配算法: 前端根据选择的申报专业和所选资料,按所设定的规则(多条)进行对比,结果可能符合多个区域(符合省市),生成多个报告;
252
+
253
+
254
+                    <span class="err"></span>
255
+                    <p class="notic"></p>
256
+                </dd>
257
+            </dl>
258
+
259
+            <input type="hidden" id="zhengshu_val" name="zhengshu_val" value="" />
260
+
261
+
262
+            <div class="bot"><a href="JavaScript:void(0);" onclick="checkForm();" class="ncap-btn-big ncap-btn-green" id="submitBtn">确认提交</a></div>
263
+        </div>
264
+    </form>
265
+</div>
266
+
267
+<script type="text/javascript">
268
+    var SelectedType = 1;
269
+    $(function() {
270
+        // 新增时,广告类型默认选中图片类型
271
+        $('#type1').prop('checked', 'checked');
272
+        // 新增时,默认显示图片上传
273
+        $('#1615775137_1').show();
274
+        // 多媒体类型 && 广告内容不为空 则执行显示 否则 执行隐藏
275
+        VideoLitpicValue('#video_litpic');
276
+    });
277
+
278
+    // 切换广告类型
279
+    function TypeSwitch(typeValue) {
280
+        // 隐藏全部类型内容
281
+        $('.1615775137_dl').hide();
282
+        // 显示指定类型内容
283
+        $('#1615775137_'+typeValue).show();
284
+        // 切换类型后设置为当前切换的类型
285
+        SelectedType = typeValue;
286
+        // 多媒体类型 && 广告内容不为空 则执行显示 否则 执行隐藏
287
+        VideoLitpicValue('#video_litpic');
288
+    }
289
+
290
+    // 多媒体类型 && 广告内容不为空 则执行显示 否则 执行隐藏
291
+    function VideoLitpicValue(obj) {
292
+        // 获取广告内容(多媒体为播放链接)
293
+        // var video_litpic = $(obj).val();
294
+        // 判断隐藏/显示预览按钮if (2 == SelectedType && video_litpic)
295
+        if (2 == SelectedType) {
296
+            $('#PreviewVideo').show();
297
+        } else {
298
+            $('#PreviewVideo').hide();
299
+        }
300
+    }
301
+
302
+    // 打开预览视频
303
+    function OpenPreviewVideo() {
304
+        // 获取视频链接
305
+        var video_litpic = $('#video_litpic').val();
306
+        if (video_litpic == '') {
307
+            $('#video_litpic').focus();
308
+            showErrorMsg('请先上传视频');
309
+            return false;
310
+        }
311
+
312
+        /* 视频链接后缀验证处理 */
313
+        var fileExt = video_litpic.substr(video_litpic.lastIndexOf('.')).toLowerCase();
314
+        var fileExt = judgeExt(fileExt);
315
+        if (fileExt == -1) {
316
+            $('#video_litpic').focus();
317
+            showErrorMsg('不支持的视频格式,可在附件设置中修改');
318
+            return false;
319
+        }
320
+        /* END */
321
+
322
+        /* 视频链接是否存在斜杠处理 */
323
+        var fileInfo = video_litpic.lastIndexOf('/');
324
+        if (fileInfo == -1) {
325
+            $('#video_litpic').focus();
326
+            showErrorMsg('视频链接不完整,无法正常预览');
327
+            return false;
328
+        }
329
+        /* END */
330
+
331
+        // 打开视频播放
332
+        $.ajax({
333
+            type : 'post',
334
+            url  : $('#OpenPreviewVideoUrl').val(),
335
+            data : {video_litpic: video_litpic},
336
+            dataType : 'json',
337
+            success : function(res) {
338
+                if (1 == res.code) {
339
+                    var PreviewVideo = "<video style='width:100%; height:100%;' src='"+res.url+"' controls preload='auto' oncontextmenu='return fase' autoplay></video>";
340
+                    layer.open({
341
+                        type: 1,
342
+                        title: false,
343
+                        fixed: true, //不固定
344
+                        shadeClose: false,
345
+                        shade: layer_shade,
346
+                        area: ['80%', '80%'],
347
+                        content: PreviewVideo
348
+                    });
349
+                } else {
350
+                    showErrorMsg(res.msg);
351
+                }
352
+            },
353
+            error: function(e) {
354
+                showErrorAlert(e.responseText);
355
+            }
356
+        });
357
+    }
358
+
359
+    // 上传媒体文件
360
+    function upload_video_litpic_1615775137(e) {
361
+        var data_type = $(e).attr('data-type');
362
+        if ('qiniu' == data_type) {
363
+            // 七牛云上传
364
+            upload_video_litpic_qiniu(e);
365
+        } else if ('oss' == data_type) {
366
+             // OSS上传
367
+            upload_video_litpic_oss(e);
368
+        } else if ('cos' == data_type) {
369
+             // COS上传
370
+            upload_video_litpic_cos(e);
371
+        } else {
372
+            // 本地上传
373
+            upload_video_litpic_local(e);
374
+        }
375
+    }
376
+
377
+    // 七牛云上传
378
+    function upload_video_litpic_qiniu(e) {
379
+        // 获取文件路径名
380
+        var file = $(e)[0].files[0];
381
+
382
+        // 验证上传格式
383
+        var fileName = file.name;
384
+        var fileExt = fileName.substr(fileName.lastIndexOf('.')).toLowerCase();
385
+        var ext = judgeExt(fileExt);
386
+        if (ext == -1) {
387
+            showErrorMsg('不支持选中的视频格式,可在附件设置中修改');
388
+            return false;
389
+        }
390
+
391
+        // 验证上传大小
392
+        var size = "{$upload_max_filesize}";
393
+        if (file.size > size) {
394
+            showErrorMsg('视频大小超过限制,可在附件设置中修改');
395
+            return false;
396
+        }
397
+
398
+        // 执行上传
399
+        layer_loading('上传本地');
400
+        $.ajax({
401
+            type: 'POST',
402
+            url: '__ROOT_DIR__/index.php?m=plugins&c=Qiniuyun&a=qiniu_upload',
403
+            data: {_ajax: 1},
404
+            dataType: "JSON",
405
+            success: function(res1) {
406
+                if (1 == res1.code) {
407
+                    var token  = res1.data.token;
408
+                    var formData = new FormData();
409
+                    formData.append('file', file);
410
+                    formData.append('token', token);
411
+
412
+                    fileName = res1.data.filePath + fileExt;
413
+                    formData.append('key', fileName);
414
+                    $.ajax({
415
+                        url: res1.data.uphost,
416
+                        type: 'POST',
417
+                        dataType: 'JSON',
418
+                        data: formData,
419
+                        timeout: 1200000,
420
+                        cache: false,
421
+                        processData: false,
422
+                        contentType: false,
423
+                        xhr: function () {
424
+                            myXhr = $.ajaxSettings.xhr();
425
+                            if (myXhr.upload) {
426
+                                myXhr.upload.addEventListener('progress', function(e){
427
+                                    var curr = e.loaded;
428
+                                    var total = e.total;
429
+                                    process = parseInt(curr / total * 100);
430
+                                    $("#upload_video_litpic_qiniu").text('上传中...'+process+"%");
431
+                                });
432
+                            }
433
+                            return myXhr;
434
+                        },
435
+                        success: function(res2) {
436
+                            layer.closeAll();
437
+                            $("#upload_video_litpic_qiniu").text('上传成功');
438
+                            setTimeout(function() {
439
+                                $('#upload_video_litpic_qiniu').text('七牛云上传');
440
+                            }, 2000);
441
+                            var video_url = res1.data.domain + "/" + res2.key;
442
+                            $("#video_litpic").val(video_url);
443
+                        },
444
+                        error: function(e) {
445
+                            layer.closeAll();
446
+                            showErrorMsg(e.responseText);
447
+                            return false;
448
+                        }
449
+                    });
450
+                } else {
451
+                    layer.closeAll();
452
+                    showErrorMsg(res1.msg);
453
+                }
454
+            },
455
+            error: function(e) {
456
+                layer.closeAll();
457
+                showErrorMsg(e.responseText);
458
+            }
459
+        });
460
+    }
461
+
462
+    // 阿里云OSS上传
463
+    function upload_video_litpic_oss(e) {
464
+        // 获取文件路径名
465
+        var file = $(e)[0].files[0];
466
+
467
+        // 验证上传格式
468
+        var fileName = file.name;
469
+        var fileExt = fileName.substr(fileName.lastIndexOf('.')).toLowerCase();
470
+        var ext = judgeExt(fileExt);
471
+        if (ext == -1) {
472
+            showErrorMsg('不支持选中的视频格式,可在附件设置中修改');
473
+            return false;
474
+        }
475
+
476
+        // 验证上传大小
477
+        var size = "{$upload_max_filesize}";
478
+        if (file.size > size) {
479
+            showErrorMsg('视频大小超过限制,可在附件设置中修改');
480
+            return false;
481
+        }
482
+
483
+        // 执行上传
484
+        layer_loading('上传阿里云OSS');
485
+        $.ajax({
486
+            type: 'POST',
487
+            url: '__ROOT_DIR__/index.php?m=plugins&c=AliyunOss&a=oss_upload',
488
+            data: {_ajax: 1},
489
+            dataType: "JSON",
490
+            success: function(res1){
491
+                if (1 == res1.code){
492
+                    fileName = res1.data.filePath + fileExt;
493
+                    //组装发送数据
494
+                    var request = new FormData();
495
+                    request.append("OSSAccessKeyId",res1.data.accessid);
496
+                    request.append("policy",res1.data.policy);
497
+                    request.append("Signature",res1.data.signature);
498
+                    request.append("key",fileName);
499
+                    request.append("success_action_status",201);
500
+                    request.append('file', file);
501
+
502
+                    $.ajax({
503
+                        url : res1.data.host,
504
+                        data : request,
505
+                        processData: false,
506
+                        cache: false,
507
+                        contentType: false,
508
+                        dataType: 'xml',
509
+                        type : 'post',
510
+                        xhr: function () {
511
+                            myXhr = $.ajaxSettings.xhr();
512
+                            if (myXhr.upload) {
513
+                                myXhr.upload.addEventListener('progress', function(e){
514
+                                    var curr = e.loaded;
515
+                                    var total = e.total;
516
+                                    var process = parseInt(curr / total * 100);
517
+                                    $("#upload_video_litpic_oss").text('上传中...'+process+"%");
518
+                                });
519
+                            }
520
+                            return myXhr;
521
+                        },
522
+                        success : function(data) {
523
+                            layer.closeAll();
524
+                            var res = $(data).find('PostResponse');
525
+                            if (res) {
526
+                                var key = res.find('Key').text();
527
+                                $("#upload_video_litpic_oss").text('上传成功');
528
+                                setTimeout(function() {
529
+                                    $('#upload_video_litpic_oss').text('oss上传');
530
+                                }, 2000);
531
+                                var video_url = res1.data.domain + "/" + key;
532
+                                $("#video_litpic").val(video_url);
533
+                            } else {
534
+                                $("#upload_video_litpic_oss").text('上传失败');
535
+                                setTimeout(function() {
536
+                                    $('#upload_video_litpic_oss').text('oss上传');
537
+                                }, 2000);
538
+                            }
539
+                        },
540
+                        error : function(e) {
541
+                            layer.closeAll();
542
+                            console.log(e.responseText);
543
+                        }
544
+                    });
545
+                } else {
546
+                    layer.closeAll();
547
+                    showErrorMsg(res1.msg);
548
+                }
549
+            },
550
+            error: function(e) {
551
+                layer.closeAll();
552
+                showErrorMsg(e.responseText);
553
+            }
554
+        });
555
+    }
556
+
557
+    // 腾讯云COS上传
558
+    function upload_video_litpic_cos(e) {
559
+        // 获取文件路径名
560
+        var file = $(e)[0].files[0];
561
+
562
+        // 验证上传格式
563
+        var fileName = file.name;
564
+        var fileExt = fileName.substr(fileName.lastIndexOf('.')).toLowerCase();
565
+        var ext = judgeExt(fileExt);
566
+        if (ext == -1) {
567
+            showErrorMsg('不支持选中的视频格式,可在附件设置中修改');
568
+            return false;
569
+        }
570
+
571
+        // 验证上传大小
572
+        var size = "{$upload_max_filesize}";
573
+        if (file.size > size) {
574
+            showErrorMsg('视频大小超过限制,可在附件设置中修改');
575
+            return false;
576
+        }
577
+
578
+        // 上传参数
579
+        var formData = new FormData();
580
+            formData.append('file', file);
581
+            formData.append('file_ext', fileExt);
582
+
583
+        // 执行上传
584
+        $.ajax({
585
+            type: 'post',
586
+            url: '__ROOT_DIR__/index.php?m=plugins&c=Cos&a=cos_upload&_ajax=1',
587
+            data: formData,
588
+            contentType: false,
589
+            processData: false,
590
+            dataType: 'json',
591
+            xhr: function () {
592
+                myXhr = $.ajaxSettings.xhr();
593
+                if (myXhr.upload) {
594
+                    myXhr.upload.addEventListener('progress', function(e){
595
+                        var curr = e.loaded;
596
+                        var total = e.total;
597
+                        process = parseInt(curr / total * 100);
598
+                        if (100 == process) {
599
+                            process = 99;
600
+                            layer_loading('上传腾讯云');
601
+                        }
602
+                        $("#upload_video_litpic_cos").text('上传中...'+process+"%");
603
+                        
604
+                    });
605
+                }
606
+                return myXhr;
607
+            },
608
+            success: function(res) {
609
+                layer.closeAll();
610
+                if (1 == res.code) {
611
+                    $("#video_litpic").val(res.data.url);
612
+                    $("#upload_video_litpic_cos").text('上传成功');
613
+                } else {
614
+                    $("#upload_video_litpic_cos").text('上传失败');
615
+                }
616
+                setTimeout(function() {
617
+                    $('#upload_video_litpic_cos').text('cos上传');
618
+                }, 2000);
619
+            },
620
+            error: function(e) {
621
+                layer.closeAll();
622
+                showErrorMsg(e.responseText);
623
+            }
624
+        });
625
+    }
626
+
627
+    // 本地上传
628
+    function upload_video_litpic_local(e) {
629
+        // 获取文件路径名
630
+        var file = $(e)[0].files[0];
631
+
632
+        // 验证上传格式
633
+        var fileName = file.name;
634
+        var fileExt = fileName.substr(fileName.lastIndexOf('.')).toLowerCase();
635
+        var ext = judgeExt(fileExt);
636
+        if (ext == -1) {
637
+            showErrorMsg('不支持选中的视频格式,可在附件设置中修改');
638
+            return false;
639
+        }
640
+
641
+        // 验证上传大小
642
+        var size = "{$upload_max_filesize}";
643
+        if (file.size > size) {
644
+            showErrorMsg('视频大小超过限制,可在附件设置中修改');
645
+            return false;
646
+        }
647
+
648
+        // 定义上传数据
649
+        var formData = new FormData();
650
+        formData.append('file', file);
651
+
652
+        // 执行上传
653
+        layer_loading('上传本地');
654
+        $.ajax({
655
+            type: 'post',
656
+            url : "{:url('Ueditor/upVideo', ['savepath'=>'media'])}",
657
+            data: formData,
658
+            contentType: false,
659
+            processData: false,
660
+            dataType: 'json',
661
+            xhr: function () {
662
+                myXhr = $.ajaxSettings.xhr();
663
+                if (myXhr.upload) {
664
+                    myXhr.upload.addEventListener('progress', function(e){
665
+                        var curr = e.loaded;
666
+                        var total = e.total;
667
+                        process = parseInt(curr / total * 100);
668
+                        $("#upload_video_litpic_local").html('上传中...'+process+"%");
669
+                    });
670
+                }
671
+                return myXhr;
672
+            },
673
+            success: function (res) {
674
+                layer.closeAll();
675
+                $("#upload_video_litpic_local").html('上传成功');
676
+                setTimeout(function() {
677
+                    $('#upload_video_litpic_local').html('本地上传');
678
+                }, 2000);
679
+                if ("SUCCESS" == res.state) {
680
+                    $("#video_litpic").val(res.url);
681
+                } else {
682
+                    showErrorMsg(res.msg);
683
+                }
684
+            }
685
+        });
686
+    }
687
+
688
+    // 验证格式
689
+    function judgeExt(ext) {
690
+        var type = "{$media_type}";
691
+        var extArr = [];
692
+        extArr = type.split("|");
693
+        var ext = ext.replace(".","");
694
+        return extArr.indexOf(ext);
695
+    }
696
+</script>
697
+
698
+<script type="text/javascript">
699
+	var parentObj = parent.layer.getFrameIndex(window.name); //先得到当前iframe层的索引
700
+    // 勾选新窗口打开链接
701
+    function CheckedTarget(t){
702
+        if ($(t).is(':checked')) {
703
+            $(t).parent().find('input[name="img_target[]"]').val(1);
704
+        }else{
705
+            $(t).parent().find('input[name="img_target[]"]').val(0);
706
+        }
707
+    }
708
+    // 鼠标事件,加载查看大图和更新图片
709
+    function upimgMouseover(obj)
710
+    {
711
+        $(obj).find('div.icaction').show();
712
+        $(obj).find('div.cover-bg').show();
713
+    }
714
+    function upimgMouseout(obj)
715
+    {
716
+        $(obj).find('div.icaction').hide();
717
+        $(obj).find('div.cover-bg').hide();
718
+    }
719
+
720
+    // 检测广告名称是否存在重复
721
+    function DetectionTitleRepeat(obj) {
722
+        // 当前广告ID
723
+        var id = 0;
724
+        // 传入的广告名称
725
+        var title = $(obj).val();
726
+        // 执行检测
727
+        $.ajax({
728
+            type: 'post',
729
+            url : "{:url('ZcwfPosition/detection_title_repeat', ['_ajax'=>1])}",
730
+            data: {id: id, title: title},
731
+            dataType: 'json',
732
+            success: function(res) {
733
+                if (0 == res.code) {
734
+                    $('#title_tips').show().html(res.msg);
735
+                } else {
736
+                    $('#title_tips').hide().html('');
737
+                }
738
+            },
739
+            error: function(e){
740
+                layer.closeAll();
741
+                showErrorAlert(e.responseText);
742
+            }
743
+        });
744
+    }
745
+
746
+    // 判断输入框是否为空
747
+    function checkForm(){
748
+     /*   if($('input[name=title]').val() == ''){
749
+            layer.msg('广告位名称不能为空!', {icon: 2,time: 1000});
750
+            return false;
751
+        }*/
752
+
753
+        /*if($("#selectTest").val() == ''){
754
+            layer.msg('请选择申报专业!', {icon: 2,time: 1000});
755
+            return false;
756
+        }*/
757
+
758
+        if($('#selectTest666').val() == '1'){
759
+            var checkedValues = [];
760
+            $('#zhengshu input[type=checkbox]:checked').each(function() {
761
+                checkedValues.push($(this).val());
762
+            });
763
+            console.log(checkedValues); // 打印选中的checkbox值
764
+            if(checkedValues.length > 0){
765
+
766
+            }else{
767
+                layer.msg('请选择证书!', {icon: 2,time: 1000});
768
+                return false;
769
+            }
770
+        }
771
+
772
+
773
+
774
+        //'zyid': $("#selectTest").val(),
775
+        //'sf': $('#selectTest000_1').val(),
776
+        //'cs': $('#selectTest000_2').val(),
777
+        //'sbdj': $('#selectTest000_2').val(),
778
+
779
+
780
+        //循环所有checkbox 重新构建数组
781
+        //var zhengshu = [];
782
+        var zhengshu = '';
783
+        $('#zhengshu input[type=checkbox]').each(function() {
784
+            if ($(this).is(':checked')) {
785
+                // 至少有一个checkbox被选中
786
+                //zhengshu.push($(this).val());
787
+                zhengshu += $(this).val()+',';
788
+            } else {
789
+                // 没有任何checkbox被选中
790
+                //zhengshu.push("0");
791
+                zhengshu += '0,';
792
+            }
793
+        });
794
+        console.log($('#post_form').serializeArray());
795
+        $('#zhengshu_val').val(zhengshu);
796
+
797
+
798
+        layer_loading('正在处理');
799
+        $.ajax({
800
+            type : 'post',
801
+            url : "{:url('ZcwfPosition/add', ['_ajax'=>1])}",
802
+            data : $('#post_form').serialize(),
803
+            dataType : 'json',
804
+            success : function(res) {
805
+                layer.closeAll();
806
+                if (1 == res.code) {
807
+                    var _parent = parent;
808
+                    _parent.layer.close(parentObj);
809
+                    _parent.layer.msg(res.msg, {icon: 1, shade: layer_shade, time: 1000}, function() {
810
+                        _parent.window.location.reload();
811
+                    });
812
+                } else {
813
+                    showErrorMsg(res.msg);
814
+                }
815
+            },
816
+            error: function(e) {
817
+                layer.closeAll();
818
+                showErrorAlert(e.responseText);
819
+            }
820
+        });
821
+    }
822
+
823
+    // 显示信息输入框
824
+    function ShowInput(id) {
825
+        var obj = $("#"+id+"_ShowInput");
826
+        var showOrHide = obj.attr('data-showOrHide');
827
+        if ('hide' == showOrHide) {
828
+            obj.show().attr('data-showOrHide', 'show');
829
+        } else {
830
+            obj.hide().attr('data-showOrHide', 'hide');
831
+        }
832
+    }
833
+
834
+    // 隐藏信息输入
835
+    function HideInput(id) {
836
+        $("#"+id+"_ShowInput").hide().attr('data-showOrHide', 'hide');
837
+    }
838
+
839
+    // 上传图集相册回调函数
840
+    function imgupload_call_back(paths){
841
+        var last_div = $(".images_upload_tpl").html();
842
+        var inputs   = $('.span_input input');
843
+        var timestamp = 0;
844
+
845
+        for (var i=0; i<paths.length; i++){
846
+            // 生成新的时间戳
847
+            timestamp = (new Date()).getTime();
848
+            // 插入一个 新图片
849
+            $(".images_upload:eq(0)").before(last_div);
850
+            // 处理他的链接地址
851
+            $(".images_upload:eq(0)").find('span:eq(0)').attr('onclick',"Images('"+paths[i]+"', 900, 600);");
852
+            // 处理信息显示隐藏按钮
853
+            $(".images_upload:eq(0)").find('span:eq(1)').attr('onclick', "ShowInput('"+timestamp+"');");
854
+            // 处理他的图片路径
855
+            $(".images_upload:eq(0)").find('img').attr('src',paths[i]);
856
+            // 处理删除按钮
857
+            $(".images_upload:eq(0)").find('a:eq(1)').attr('onclick', "ClearPicArr(this, '"+paths[i]+"', 0);");
858
+            // 处理图片信息框ID
859
+            $(".images_upload:eq(0)").find('.load_input:eq(0)').attr('id', timestamp+'_ShowInput');
860
+
861
+            // 处理图片路径及隐藏域
862
+            if (inputs.length > '0') {
863
+                // 修改隐藏域,提交ID隐藏域
864
+                $(".images_upload:eq(0)").find('input:eq(0)').attr('name','img_id[]').attr('value',''); 
865
+                // 修改隐藏域,提交图片隐藏域
866
+                $(".span_input:eq(0)").find('input:eq(0)').attr('name','img_litpic[]').attr('value',paths[i]);
867
+                // 提交标题
868
+                $(".images_upload:eq(0)").find('textarea:eq(0)').attr('name','img_title[]');
869
+                // 提交跳转链接
870
+                $(".images_upload:eq(0)").find('textarea:eq(1)').attr('name','img_links[]');
871
+                // 处理内容描述
872
+                $(".images_upload:eq(0)").find('textarea:eq(2)').attr('name','img_intro[]');
873
+                // 提交新窗口选项
874
+                $(".images_upload:eq(0)").find('div.operation a:eq(0)').html("<label><input type='checkbox' title='在新窗口打开' onclick='CheckedTarget(this)'/>新窗口<input type='hidden' name='img_target[]' value='0'></label>");
875
+                // 处理收回按钮
876
+                $(".images_upload:eq(0)").find('div.operation a:eq(2)').attr('onclick', "HideInput('"+timestamp+"');").attr('title', "收回").html('<i style="font-size:16px;" class="fa fa-angle-double-up"></i>');
877
+            }
878
+        }
879
+    }
880
+
881
+    // 上传之后删除组图input
882
+    function ClearPicArr(obj,path)
883
+    {
884
+        $(obj).parent().parent().parent().remove(); // 删除完服务器的, 再删除 html上的图片
885
+        $.ajax({
886
+            type:'POST',
887
+            url:"{:url('Uploadimgnew/delupload')}",
888
+            data:{action:"del", filename:path, _ajax:1},
889
+            success:function(){}
890
+        }); 
891
+    }
892
+
893
+    // 代码调用js
894
+    function copyToClipBoard(id) {
895
+        var adstr = "{eyou:ad aid='" + id + "'}\r\n   <a href='{$"+"field.links}' {$"+"field.target}><img src='{$"+"field.litpic}' alt='{$"+"field.title}' /></a>\r\n{/eyou:ad";
896
+        var contentdiv = '<div class="dialog_content" style="margin: 0px; padding: 0px;"><dl style="padding:10px 30px;line-height:30px"><dd>标签 ad 调用:</dd>'
897
+        contentdiv += '<textarea rows="4" cols="60" style="width:400px;height:80px;">' + adstr + '}</textarea>'
898
+        contentdiv += '<dd style="border-top: dotted 1px #E7E7E7; color: #F60;">请将对应标签代码复制并粘贴到对应模板文件中!</dd></dl></div>'
899
+        layer.open({
900
+            title: '代码调用',
901
+            type: 1,
902
+            shade: layer_shade,
903
+            skin: 'layui-layer-demo',
904
+            area: ['480px', '240px'], //宽高
905
+            content: contentdiv
906
+        });
907
+    }
908
+
909
+    // 图集相册的拖动排序相关 js
910
+    $( ".sort-list" ).sortable({
911
+        start: function( event, ui) {
912
+        
913
+        }
914
+        ,stop: function( event, ui ) {
915
+
916
+        }
917
+    });
918
+    //因为他们要拖动,所以尽量设置他们的文字不能选择。  
919
+    // $( ".sort-list" ).disableSelection();
920
+</script>
921
+
922
+{include file="public/footer" /}

+ 1006
- 0
application/admin/template/zcbd_position/edit.htm
Filskillnaden har hållits tillbaka eftersom den är för stor
Visa fil


+ 294
- 0
application/admin/template/zcbd_position/index.htm Visa fil

@@ -0,0 +1,294 @@
1
+{include file="public/layout" /}
2
+
3
+<body class="bodystyle" style="cursor: default; -moz-user-select: inherit;">
4
+<div id="append_parent"></div>
5
+<div id="ajaxwaitid"></div>
6
+<div class="page min-hg-c-10">
7
+
8
+
9
+    {include file="zc_position/admin_bar" /}
10
+
11
+
12
+    <div class="flexigrid">
13
+        <div class="mDiv">
14
+            <div class="ftitle">
15
+				{if condition="$main_lang == $admin_lang || !empty($global['language_split'])"}
16
+				    {eq name="$Think.const.CONTROLLER_NAME.'@add'|is_check_access" value="1"}
17
+        				 <div class="fbutton" style="display:none;">
18
+        				     <a href="javascript:void(0);" data-href="{:url('ZcwdPosition/add')}" onclick="openFullframe(this, '新增职称', '80%', '70%');">
19
+        				         <div class="add">
20
+        				             <span><i class="layui-icon layui-icon-addition"></i>新增职称</span>
21
+        				         </div>
22
+        				     </a>
23
+        				 </div>
24
+				    {/eq}
25
+				 {/if}
26
+            </div>
27
+            <form id="searchForm" class="navbar-form form-inline" action="{:url('ZcwdPosition/index')}" method="get" onsubmit="layer_loading('正在处理');">
28
+                {$searchform.hidden|default=''}
29
+                <div class="sDiv">
30
+                    <div class="sDiv2" style="display: none;">
31
+                        <select name="type" class="select" style="margin:0px 5px;">
32
+                            <option value="">--选择地区--</option>
33
+
34
+                            {eyou:foreach name='$pro_list' item='field1'}
35
+                            <option value="{$field1.id}" {eq name="$Request.param.type" value="$field1.id"}selected{/eq}>{$field1.name}</option>
36
+                            {/eyou:foreach}
37
+
38
+                        </select>
39
+                    </div>
40
+                    <div class="sDiv2">
41
+                        <input type="text" size="30" name="keywords" value="{$Request.param.keywords}" class="qsbox" placeholder="名称搜索...">
42
+                        <input type="submit" class="btn" value="搜索">
43
+						<i class="iconfont e-sousuo"></i>
44
+                    </div>
45
+                </div>
46
+            </form>
47
+        </div>
48
+
49
+        <div class="hDiv">
50
+            <div class="hDivBox">
51
+                <table cellspacing="0" cellpadding="0" style="width: 100%">
52
+                    <thead>
53
+                        <tr>
54
+                            {if condition="$main_lang == $admin_lang || !empty($global['language_split'])"}
55
+                                <th class="sign w40" axis="col0">
56
+                                    <div class="tc"><input type="checkbox" class="checkAll"></div>
57
+                                </th>
58
+                            {/if}
59
+
60
+                            <th abbr="article_title" axis="col3" class="w60">
61
+                                <div class="tc">ID</div>
62
+                            </th>
63
+
64
+                            <th abbr="article_title" axis="col3"  class="w200">
65
+                                <div class="tl text-l10" style="width: 100%">个人信息</div>
66
+                            </th>
67
+
68
+                            <th abbr="article_title" axis="col3"  class="w100">
69
+                                <div class="tl text-l10" style="width: 100%">申报信息</div>
70
+                            </th>
71
+
72
+                            <th abbr="article_title" axis="col3" class="w200">
73
+                                <div class="tc">学历信息</div>
74
+                            </th>
75
+
76
+
77
+                            <th abbr="article_title" axis="col3" class="w100">
78
+                                <div class="tc">是否需要前置证书</div>
79
+                            </th>
80
+
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>
87
+                            </th>
88
+
89
+                            <th axis="col1" class="w180">
90
+                                <div class="tc">操作</div>
91
+                            </th>
92
+                        </tr>
93
+                    </thead>
94
+                </table>
95
+            </div>
96
+        </div>
97
+
98
+        <div class="bDiv" style="height: auto;">
99
+            <div id="flexigrid" cellpadding="0" cellspacing="0" border="0">
100
+                <table style="width: 100%">
101
+                    <tbody>
102
+                    {empty name="list"}
103
+                        <tr>
104
+                            <td class="no-data" align="center" axis="col0" colspan="50">
105
+                                <div class="no_row">
106
+                                    <div class="no_pic"><img src="__SKIN__/images/null-data.png"></div>
107
+                                </div>
108
+                            </td>
109
+                        </tr>
110
+                    {else/}
111
+                        {foreach name="list" item="vo" key="k" }
112
+                            <tr>
113
+                                {if condition="$main_lang == $admin_lang || !empty($global['language_split'])"}
114
+                                <td class="sign">
115
+                                    <div class="w40 tc"> <input type="checkbox" name="ids[]" value="{$vo.id}"> </div>
116
+                                </td>
117
+                                {/if}
118
+                                <td>
119
+                                    <div class="tc w60">
120
+                                    {eq name='$main_lang' value='$admin_lang'}
121
+                                        {$vo.id}
122
+                                    {else /}
123
+                                        {$main_adv_list[$vo['id']]['id']|default=$vo['id']}
124
+                                    {/eq}
125
+                                    </div>
126
+                                </td>
127
+
128
+                                <td align="left">
129
+
130
+                                    <div class="tc w200">
131
+                                        称呼: {$vo.ch} <br/>
132
+                                        手机号码: {$vo.sjhm} <br/>
133
+                                    </div>
134
+                                </td>
135
+
136
+                                <td>
137
+                                    <div class="tc w100">
138
+                                        预选地区: {$vo.yxdq}<br/>
139
+                                        申报专业: {$vo.sbzy}<br/>
140
+                                        申报等级: {$vo.sbdj}<br/>
141
+                                    </div>
142
+
143
+                                </td>
144
+
145
+
146
+                                <td>
147
+                                    <div class="tc w200">
148
+                                        年龄: {$vo.nl}岁<br/>
149
+                                        毕业时间: {$vo.bysj}<br/>
150
+
151
+                                        学历: {$vo.xl}<br/>
152
+                                        学校类型: {$vo.xxlx}<br/>
153
+
154
+
155
+                                    </div>
156
+                                </td>
157
+
158
+
159
+                                <td>
160
+                                    <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
+
168
+                                    </div>
169
+                                </td>
170
+                                <td>
171
+                                    <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}
188
+                                    </div>
189
+                                </td>
190
+                                <td class="operation">
191
+                                    <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}
195
+
196
+                                        {if condition="$main_lang == $admin_lang || !empty($global['language_split'])"}
197
+                                            {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>
199
+                                            {/eq} <!--<i></i>-->
200
+                                        {/if}
201
+    									
202
+                                       <!-- <a class="btn blue" href="javascript:void(0);" onclick="copyToClipBoard({$main_adv_list[$vo['id']]['id']|default=$vo['id']}, 1, {$vo['type']})">标签调用</a>-->
203
+                                    </div>
204
+                                </td>
205
+                            </tr>
206
+                        {/foreach}
207
+                    {/empty}
208
+                    </tbody>
209
+                </table>
210
+            </div>
211
+            <div class="iDiv" style="display: none;"></div>
212
+        </div>
213
+        {notempty name="list"}
214
+        <div class="tDiv">
215
+            <div class="tDiv2">
216
+                {if condition="$main_lang == $admin_lang || !empty($global['language_split'])"}
217
+                    <div class="fbutton checkboxall"> <input type="checkbox" class="checkAll"> </div>
218
+                    {eq name="$Think.const.CONTROLLER_NAME.'@del'|is_check_access" value="1"}
219
+                        <div class="fbutton">
220
+                            <a onclick="batch_del(this, 'ids');" data-url="{:url('ZcwdPosition/del')}" class="layui-btn layui-btn-primary">批量删除</a>
221
+                        </div>
222
+                    {/eq}
223
+                {/if}
224
+                <!-- 分页 -->
225
+                {include file="public/page" /}
226
+            </div>
227
+            <div style="clear:both"></div>
228
+        </div>
229
+        {/notempty}
230
+    </div>
231
+</div>
232
+
233
+<script type="text/javascript">
234
+    $(function() {
235
+        $('input[name*=ids]').click(function() {
236
+            if ($('input[name*=ids]').length == $('input[name*=ids]:checked').length) {
237
+                $('.checkAll').prop('checked', 'checked');
238
+            } else {
239
+                $('.checkAll').prop('checked', false);
240
+            }
241
+        });
242
+        $('input[type=checkbox].checkAll').click(function() {
243
+            $('input[type=checkbox]').prop('checked', this.checked);
244
+        });
245
+    });
246
+    
247
+    $(document).ready(function() {
248
+        // 表格行点击选中切换
249
+        $('#flexigrid > table>tbody >tr').click(function() {
250
+            $(this).toggleClass('trSelected');
251
+        });
252
+
253
+        // 点击刷新数据
254
+        $('.fa-refresh').click(function() {
255
+            location.href = location.href;
256
+        });
257
+
258
+        $('#searchForm select[name=type]').change(function(){
259
+            $('#searchForm').submit();
260
+        });
261
+    });
262
+
263
+    /**
264
+     * 代码调用js
265
+     * @param id  id
266
+     * @param limit 条数
267
+     */
268
+    function copyToClipBoard(id, limit, type) {
269
+        var advstr = '';
270
+        if (1 == type) {
271
+            advstr = "{eyou:adv pid='" + id + "'}\r\n   <img src='{$"+"field.litpic}' alt='{$"+"field.title}' />\r\n{/eyou:adv";
272
+        } else if (2 == type) {
273
+            advstr = "{eyou:adv pid='" + id + "'}\r\n   <video src='{$"+"field.litpic}' controls preload='auto' oncontextmenu='return fase'></video>\r\n{/eyou:adv";
274
+        } else if (3 == type) {
275
+            advstr = "{eyou:adv pid='" + id + "'}\r\n   {$"+"field.intro}\r\n{/eyou:adv";
276
+        }
277
+        var contentdiv = '<div class="dialog_content" style="margin: 0px; padding: 0px;"><dl style="padding:10px 30px;line-height:30px"><dd>标签 adv 调用:</dd>';
278
+        contentdiv += '<textarea rows="4" cols="60" style="width:400px;height:60px;">' + advstr + '}</textarea>';
279
+        contentdiv += '<dd>JavaScript:</dd>';
280
+        contentdiv += '<dd><input type="text" style=" width:400px;" value="<script type=&quot;text/javascript&quot; src=&quot;http://' + '{$Think.server.http_host}' + '__ROOT_DIR__/index.php?m=api&amp;c=Other&amp;a=other_show&amp;pid=' + id + '&amp;row='+limit+'&quot;><\/script>"></dd>';
281
+        contentdiv += '<dd style="border-top: dotted 1px #E7E7E7; color: #F60;">请将标签adv或JavaScript代码复制并粘贴到对应模板文件中!</dd></dl></div>';
282
+        layer.open({
283
+            title: '代码调用',
284
+            type: 1,
285
+            shade: layer_shade,
286
+            skin: 'layui-layer-demo',
287
+            area: ['480px', '280px'], //宽高
288
+            content: contentdiv
289
+        });
290
+    }
291
+
292
+</script>
293
+
294
+{include file="public/footer" /}

+ 21
- 0
application/admin/template/zcwf_position/add.htm Visa fil

@@ -256,6 +256,8 @@
256 256
                 </dd>
257 257
             </dl>
258 258
 
259
+            <input type="hidden" id="zhengshu_val" name="zhengshu_val" value="" />
260
+
259 261
 
260 262
             <div class="bot"><a href="JavaScript:void(0);" onclick="checkForm();" class="ncap-btn-big ncap-btn-green" id="submitBtn">确认提交</a></div>
261 263
         </div>
@@ -774,6 +776,25 @@
774 776
         //'cs': $('#selectTest000_2').val(),
775 777
         //'sbdj': $('#selectTest000_2').val(),
776 778
 
779
+
780
+        //循环所有checkbox 重新构建数组
781
+        //var zhengshu = [];
782
+        var zhengshu = '';
783
+        $('#zhengshu input[type=checkbox]').each(function() {
784
+            if ($(this).is(':checked')) {
785
+                // 至少有一个checkbox被选中
786
+                //zhengshu.push($(this).val());
787
+                zhengshu += $(this).val()+',';
788
+            } else {
789
+                // 没有任何checkbox被选中
790
+                //zhengshu.push("0");
791
+                zhengshu += '0,';
792
+            }
793
+        });
794
+        console.log($('#post_form').serializeArray());
795
+        $('#zhengshu_val').val(zhengshu);
796
+
797
+
777 798
         layer_loading('正在处理');
778 799
         $.ajax({
779 800
             type : 'post',

+ 18
- 0
application/admin/template/zcwf_position/edit.htm Visa fil

@@ -312,6 +312,7 @@
312 312
                 </dd>
313 313
             </dl>
314 314
 
315
+            <input type="hidden" id="zhengshu_val" name="zhengshu_val" value="" />
315 316
 
316 317
             <div class="bot">
317 318
                 <input type="hidden" name="id" id="1615775137_id" value="{$field.id}">
@@ -838,6 +839,23 @@
838 839
         //'sbdj': $('#selectTest000_2').val(),
839 840
 
840 841
 
842
+        //循环所有checkbox 重新构建数组
843
+        //var zhengshu = [];
844
+        var zhengshu = '';
845
+        $('#zhengshu input[type=checkbox]').each(function() {
846
+            if ($(this).is(':checked')) {
847
+                // 至少有一个checkbox被选中
848
+                //zhengshu.push($(this).val());
849
+                zhengshu += $(this).val()+',';
850
+            } else {
851
+                // 没有任何checkbox被选中
852
+                //zhengshu.push("0");
853
+                zhengshu += '0,';
854
+            }
855
+        });
856
+        console.log($('#post_form').serializeArray());
857
+        $('#zhengshu_val').val(zhengshu);
858
+
841 859
         layer_loading('正在处理');
842 860
         $.ajax({
843 861
             type : 'post',

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

@@ -350,6 +350,9 @@ class Diyajax extends Base
350 350
             }
351 351
         }
352 352
 
353
+        $param['zhengshu_val'] = substr($param['zhengshu_val'], 0, -1);
354
+        $param['zhengshu'] = explode(',',$param['zhengshu_val']);
355
+
353 356
         //插入数据
354 357
         $insertData = [
355 358
             'yxdq' => $param['yxdq'], //预选地区
@@ -361,7 +364,7 @@ class Diyajax extends Base
361 364
             'xxlx' => $param['xxlx'], //学校类型
362 365
             'sjhm' => $param['sjhm'], //手机号码
363 366
             'ch' => $param['ch'], //称呼
364
-            'zs' => json_encode($param['zs'],JSON_UNESCAPED_UNICODE), //证书
367
+            'zs' => json_encode($param['zhengshu'],JSON_UNESCAPED_UNICODE), //证书  //checkbox $param['zs'] 提交不完全
365 368
             'zsnx' => json_encode($param['zsnx'],JSON_UNESCAPED_UNICODE), //证书年限
366 369
             'zy' => json_encode($param['zy'],JSON_UNESCAPED_UNICODE), //毕业专业
367 370
             'addtime' => getTime(),

+ 2
- 2
login.php Visa fil

@@ -27,11 +27,11 @@ $url = $protocol . $domainName;
27 27
 echo $domainName; // 输出当前域名的完整URL
28 28
 
29 29
 if($domainName == 'www.zc10000.com' || $domainName == 'zc10000.com'){
30
-/*    header('HTTP/1.1 301 Moved Permanently');
30
+    header('HTTP/1.1 301 Moved Permanently');
31 31
     // 设置新的位置为主页URL
32 32
     header('Location: https://www.zc10000.com');
33 33
     // 确保之后的代码不会执行
34
-    exit();*/
34
+    exit();
35 35
 }
36 36
 
37 37
 header("Content-type:text/html;charset=utf-8");

+ 446
- 0
template/pc/components/index/kop.htm Visa fil

@@ -0,0 +1,446 @@
1
+<?php
2
+$xl = ['不限制','中专','高技','大专','本科','硕士','博士'];
3
+//先列出全国 再其他省 再到市
4
+$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';
5
+$is_list_empty = '';
6
+?>
7
+{eyou:sql sql="$sql" cachetime='3600' empty='' id="field"}
8
+<?php
9
+$is_list_empty = $field['id'];
10
+?>
11
+<div class="panel panel-primary">
12
+    <div class="panel-body">
13
+
14
+        {eyou:if condition='((int)$field.sf === 0)'}
15
+        ({$t}匹配结果)全国通用申报要求对比结果如下:
16
+        {eyou:else /}
17
+        <?php
18
+        if((int)$field['sf'] > 0){
19
+            $sql22 = "select id,name from ey_citysite where id=".$field['sf'];
20
+            $sql222 = '';
21
+            if((int)$field['cs'] > 0){
22
+                $sql222 = "select id,name from ey_citysite where id=".$field['cs'];
23
+            }
24
+        }
25
+        ?>
26
+
27
+        {eyou:sql sql='$sql22' cachetime='3600' empty='' id="kop"}
28
+        <?php
29
+        $aname = $kop['name'];
30
+        ?>
31
+        {/eyou:sql}
32
+        {eyou:if condition='((int)$field.cs > 0)'}
33
+        {eyou:sql sql='$sql222' cachetime='3600' empty='' id="kop"}
34
+        <?php
35
+        $bname = $kop['name'];
36
+        ?>
37
+        {/eyou:sql}
38
+        {/eyou:if}
39
+
40
+        ({$t}匹配结果){$aname}{$bname}地区申报要求对比结果如下:
41
+        {/eyou:if}
42
+
43
+
44
+    </div>
45
+    <div class="panel-footer" style="padding:3px 5px;">
46
+
47
+        <!--查询专业-->
48
+        <?php
49
+        $num = 0;
50
+        $sql2 = "select * from ey_zcwe_position where type=".$field['id']." and is_del=0 and status=1";
51
+        ?>
52
+        {eyou:sql sql="$sql2" cachetime='3600' empty='暂无相关数据' id="field2"}
53
+        <table class="table table-bordered" style="margin-bottom:0px;margin-top:5px;">
54
+            <thead>
55
+            <tr>
56
+                <th scope="col" style="text-align: center;">情况<br/>{$i}</th>
57
+                <th scope="col">字段<br/>信息</th>
58
+                <th scope="col">实际<br/>要求</th>
59
+                <th scope="col">填写<br/>资料</th>
60
+                <th scope="col">匹配<br/>结果</th>
61
+            </tr>
62
+            </thead>
63
+            <tbody>
64
+            <?php
65
+            //先判断学历是否符合
66
+            ?>
67
+            <tr>
68
+                <th scope="row">1</th>
69
+                <td>学历</td>
70
+                <td><?php echo $xl[$field2['xlyq']];?></td>
71
+                <td><?php echo $xl[$detail['xl']];?></td>
72
+                <td>
73
+                    <?php
74
+                    if($field2['xlyq'] == $detail['xl']){
75
+                        echo "<font style='color: blue;'>符合</font>";
76
+                        $num++;
77
+                    }else{
78
+                        echo "<font style='color: red;'>不符合</font>";
79
+                    }
80
+                    ?>
81
+                </td>
82
+            </tr>
83
+            <tr>
84
+                <th scope="row">2</th>
85
+                <td>年龄</td>
86
+                <td>
87
+                    <?php
88
+                    if((int)$field2['is_ega'] === 0){
89
+                        echo "不限制";
90
+                    }else{
91
+                        echo $field2['ega_0'].'-'.$field2['ega_1'].'岁';
92
+                    }
93
+                    ?>
94
+                </td>
95
+                <td>
96
+                    {$detail.nl}岁
97
+                </td>
98
+                <td>
99
+                    <?php
100
+                    if((int)$detail['nl'] <= (int)$field2['ega_1'] && (int)$detail['nl'] >= (int)$field2['ega_0']){
101
+                        echo "<font style='color: blue;'>符合</font>";
102
+                        $num++;
103
+                    }else{
104
+                        echo "<font style='color: red;'>不符合</font>";
105
+                    }
106
+                    ?>
107
+                </td>
108
+
109
+            </tr>
110
+            <tr>
111
+                <th scope="row">3</th>
112
+                <td>毕业<br/>专业</td>
113
+                <td>
114
+
115
+                    {eyou:if condition='((int)$field2.byzy === 0)'}
116
+                    不限制
117
+                    {eyou:else /}
118
+
119
+                    <?php
120
+                    //查询出毕业专业 $deta
121
+                    $zhengshu2 = json_decode($field2['zhengshu2'],true);
122
+                    $zhengshu2_str = '0';
123
+                    foreach ($zhengshu2 as $k => $v){
124
+                        $zhengshu2_str .= ','.$v;
125
+                    }
126
+                    $sql3 = "select id,title from ey_zczy_position where id IN(".$zhengshu2_str.") and is_del=0 and status=1";
127
+                    ?>
128
+
129
+
130
+                    {eyou:notempty name='$zhengshu2' /}
131
+                    {eyou:sql sql="$sql3" cachetime='3600' empty='' id="field3"}
132
+                    {$field3.title}<br/>
133
+                    {/eyou:sql}
134
+                    {eyou:else /}
135
+                    不限制
136
+                    {/eyou:notempty}
137
+
138
+
139
+
140
+                    {/eyou:if}
141
+
142
+
143
+
144
+                </td>
145
+                <td>
146
+                    <?php
147
+                    //查询出毕业专业 $deta
148
+                    $zhengshu = json_decode($detail['zy'],true);
149
+                    $zhengshu_str = '0';
150
+                    foreach ($zhengshu as $k => $v){
151
+                        $zhengshu_str .= ','.$v;
152
+                    }
153
+                    $sql3 = "select id,title from ey_zczy_position where id IN(".$zhengshu_str.") and is_del=0 and status=1";
154
+                    ?>
155
+
156
+                    {eyou:notempty name='$zhengshu' /}
157
+                    {eyou:sql sql="$sql3" cachetime='3600' empty='' id="field3"}
158
+                    {$field3.title}<br/>
159
+                    {/eyou:sql}
160
+                    {eyou:else /}
161
+                    无
162
+                    {/eyou:notempty}
163
+                </td>
164
+
165
+                <td>
166
+                    <?php
167
+                    if((int)$field2.byzy === 0 || empty($zhengshu2)){
168
+                        echo "<font style='color: blue;'>符合</font>";
169
+                        $num++;
170
+                    }else{
171
+                        if(empty($zhengshu)){
172
+                            echo "<font style='color: red;'>不符合</font>";
173
+                        }else{
174
+                            $run = '不符合';
175
+                            $ik = 1;
176
+                            foreach ($zhengshu as $k => $v){
177
+                                if(in_array($v,$zhengshu2)){
178
+                                    //$run = '<font style="color: blue;">符合</font><br/>'.$ik.'项';
179
+                                    $run = '<font style="color: blue;">符合</font><br/>';
180
+                                    $ik++;
181
+                                }
182
+                            }
183
+                            echo $run;
184
+                            if($ik>1){
185
+                                $num++; //符合+1
186
+                            }
187
+                        }
188
+                    }
189
+                    ?>
190
+                </td>
191
+
192
+
193
+            </tr>
194
+            <tr>
195
+                <th scope="row">4</th>
196
+                <td>学校<br/>类型</td>
197
+                <td>
198
+                    {eyou:if condition='((int)$field2.xxlx === 0)'}
199
+                    不限制
200
+                    {eyou:else /}
201
+                    <?php
202
+                    if((int)$field2['xxlx'] === 1) echo "全日制";
203
+                    if((int)$field2['xxlx'] === 2) echo "非全日制";
204
+                    ?>
205
+                    {/eyou:if}
206
+                </td>
207
+                <td>
208
+                    {eyou:if condition='((int)$detail.xxlx === 1)'}
209
+                    全日制
210
+                    {eyou:else /}
211
+                    非全日制
212
+                    {/eyou:if}
213
+                </td>
214
+                <td>
215
+                    {eyou:if condition='((int)$field2.xxlx === 0)'}
216
+                    符合
217
+                    {eyou:else /}
218
+                    <?php
219
+                    if((int)$field2['xxlx'] === (int)$detail['xxlx']){
220
+                        echo "<font style='color: blue;'>符合</font>";
221
+                        $num++;
222
+                    }else{
223
+                        echo "<font style='color: red;'>不符合</font>";
224
+                    }
225
+                    ?>
226
+                    {/eyou:if}
227
+                </td>
228
+            </tr>
229
+            <tr>
230
+                <th scope="row">5</th>
231
+                <td>毕业<br/>时间</td>
232
+                <td>
233
+                    {eyou:if condition='((int)$field2.bysj === 0)'}
234
+                    不要求
235
+                    {eyou:else /}
236
+                    要求>={$field2.bysj_time}年
237
+                    {/eyou:if}
238
+                </td>
239
+                <td>
240
+
241
+                    <?php
242
+
243
+                    //$detail['bysj']
244
+                    //假设我们要计算的时间是2000年1月1日
245
+                    $startDate = new DateTime($detail['bysj']);
246
+                    // 获取现在的日期
247
+                    $now = new DateTime('now');
248
+                    // 计算差值
249
+                    $interval = date_diff($startDate, $now);
250
+                    // 输出年份
251
+                    //echo $interval->y . ' years';
252
+                    if($interval->y > 0){
253
+                        echo '已毕业'.$interval->y . '年';
254
+                    }else{
255
+                        echo '刚毕业不足1年';
256
+                    }
257
+
258
+
259
+                    ?>
260
+
261
+
262
+                </td>
263
+                <td>
264
+                    <?php
265
+                    if((int)$field2['bysj'] === 0){
266
+                        echo "<font style='color: blue;'>符合</font>";
267
+                        $num++;
268
+                    }else{
269
+                        if((int)$field2['bysj_time'] <= $interval->y){
270
+                            echo "<font style='color: blue;'>符合</font>";
271
+                            $num++;
272
+                        }else{
273
+                            echo "<font style='color: red;'>不符合</font>";
274
+                        }
275
+                    }
276
+                    ?>
277
+                </td>
278
+            </tr>
279
+            <tr>
280
+                <th scope="row">6</th>
281
+                <td>前置<br/>证书</td>
282
+                <td>
283
+                    <?php
284
+                    $zs_all = [];
285
+                    //(且或) 列出证书要求
286
+                    //调用需要的记录 is_zs
287
+                    $sql5 = "select * from ey_zcwf_position where type_son=".$field2['id']." and is_del=0 and status=1 and is_zs=1";
288
+                    ?>
289
+                    {eyou:sql sql="$sql5" cachetime='3600' empty='不限制' id="field3"}
290
+
291
+                    <?php
292
+                    if($i > 1){
293
+                        echo "或<br/>";
294
+                    }
295
+                    ?>
296
+
297
+                    <?php
298
+                    //查询出证书 $deta
299
+                    $zhengshu3 = json_decode($field3['zhengshu'],true);
300
+                    $sjnx = json_decode($field3['sjnx'],true);
301
+                    $zs_all[] = [
302
+                        'a' => $zhengshu3,
303
+                        'b' => $sjnx
304
+                    ];
305
+                    //var_dump($sjnx);
306
+                    $zhengshu3_str = '0';
307
+                    foreach ($zhengshu3 as $k => $v){
308
+                        $zhengshu3_str .= ','.$v;
309
+                    }
310
+                    $sql3 = "select id,title from ey_zczs_position where id IN(".$zhengshu3_str.") and is_del=0 and status=1";
311
+                    ?>
312
+                    {eyou:notempty name='$zhengshu3' /}
313
+                    {eyou:sql sql="$sql3" cachetime='3600' empty='' id="field4"}
314
+                    {$field4.title}(需要{$sjnx[$key]}年)<br/>
315
+                    {/eyou:sql}
316
+                    {eyou:else /}
317
+                    <!--忽略-->
318
+                    {/eyou:notempty}
319
+
320
+
321
+                    {/eyou:sql}
322
+                </td>
323
+                <td>
324
+
325
+
326
+                    <?php
327
+                    //查询出拥有的证书 $deta
328
+                    $zhengshu = json_decode($detail['zs'],true);
329
+                    $zsnx = json_decode($detail['zsnx'],true);
330
+                    $zhengshu_str = '0';
331
+                    foreach ($zhengshu as $k => $v){
332
+                        $zhengshu_str .= ','.$v;
333
+                    }
334
+                    $sql3 = "select id,title from ey_zczs_position where id IN(".$zhengshu_str.") and is_del=0 and status=1";
335
+                    ?>
336
+
337
+                    {eyou:notempty name='$zhengshu' /}
338
+                    {eyou:sql sql="$sql3" cachetime='3600' empty='' id="field3"}
339
+                    {$field3.title}(拥有{$zsnx[$key]}年)<br/>
340
+                    {/eyou:sql}
341
+                    {eyou:else /}
342
+                    无
343
+                    {/eyou:notempty}
344
+
345
+                </td>
346
+
347
+                <td>
348
+                    <?php
349
+                    //var_dump($zs_all);
350
+                    //表示没查出限制要求
351
+                    if(empty($zhengshu3)){
352
+                        echo "<font style='color: blue;'>符合</font>";
353
+                        $num++;
354
+                    }else{
355
+                        if(empty($zhengshu)){
356
+                            //用户没有证书
357
+                            echo "<font style='color: red;'>不符合</font>";
358
+                        }else{
359
+                            //判断是否包含
360
+                            //第一轮 循环 或
361
+                            foreach ($zs_all as $k => $v){
362
+                                if($k > 0){
363
+                                    echo "或<br/>";
364
+                                }
365
+                                $ik = 1;
366
+                                $ik2 = 1;
367
+                                $ik3 = 1;
368
+                                //第二轮 循环 且
369
+                                foreach ($v['a'] as $k2 => $v2){
370
+                                    //第三轮 循环 每一项要求是否在 用户拥有的证书 里面
371
+                                    //必须完全满足
372
+                                    if(in_array($v2,$zhengshu)){
373
+                                        //判断年限是否符合要求
374
+                                        $key_i = array_search($v2, $zhengshu);
375
+                                        if((int)$zsnx[$key_i] >= (int)$v['b'][$k2]){
376
+                                            $run_1 = '<font style="color: blue;">符合</font><br/>'.$ik.'项';
377
+                                            $ik++;
378
+                                        }else{
379
+                                            $run_2 = '<font style="color: blue;">年限不符合</font><br/>'.$ik2.'项';
380
+                                            $ik2++;
381
+                                        }
382
+                                    }else{
383
+                                        $run_3 = '<font style="color: blue;">未拥有</font><br/>'.$ik3.'项';
384
+                                        $ik3++;
385
+                                    }
386
+                                }
387
+                                //具体情况
388
+                                //echo $run_1;
389
+                                //echo $run_2;
390
+                                //echo $run_3;
391
+                                //echo count($v['a']);
392
+                                if(($ik-1) === count($v['a'])){
393
+                                    echo "<font style='color: blue;'>符合</font>";
394
+                                    $num++;
395
+                                    //跳出循环
396
+                                    break;
397
+                                }else{
398
+                                    echo "<font style='color: red;'>不符合</font>";
399
+                                }
400
+                            }
401
+                        }
402
+                    }
403
+                    ?>
404
+
405
+
406
+                </td>
407
+
408
+
409
+            </tr>
410
+            <tr>
411
+                <th scope="row">7</th>
412
+                <td>综合<br/>评估</td>
413
+                <td colspan="3" style="vertical-align:middle;">
414
+
415
+
416
+                    <?php
417
+                    //echo $num;
418
+                    if($num === 6){
419
+                        echo "<font style='color: blue;'>完全符合要求!</font>";
420
+                    }else if($num === 0){
421
+                        echo "<font style='color: red;'>完全不符合要求!</font>";
422
+                    }else{
423
+                        echo "<font style='color: #ff4c08;'>未完全符合要求!</font>";
424
+                    }
425
+                    $num = 0;
426
+                    ?>
427
+
428
+                </td>
429
+            </tr>
430
+            </tbody>
431
+        </table>
432
+        {/eyou:sql}
433
+    </div>
434
+</div>
435
+{/eyou:sql}
436
+
437
+<?php
438
+//var_dump($is_list_empty);
439
+?>
440
+{eyou:if condition='(empty($is_list_empty))'}
441
+<div class="alert alert-danger" role="alert" style="">
442
+    <!--<span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span>
443
+    <span class="sr-only">Error:</span>-->
444
+    {$scen}
445
+</div>
446
+{/eyou:if}

+ 46
- 109
template/pc/components/index/step.htm Visa fil

@@ -97,6 +97,12 @@
97 97
     .nav-item:nth-child(4) .nav-item-b{
98 98
         color: red !important;
99 99
     }
100
+    .table-bordered tr th{
101
+        text-align: center;
102
+    }
103
+    .table-bordered tr td{
104
+        text-align: center;
105
+    }
100 106
 </style>
101 107
 <!--time css-->
102 108
 <link rel="stylesheet" type="text/css" media="all" href="/template/pc/js/botstrap-step/daterangepicker.css" />
@@ -281,108 +287,35 @@
281 287
 
282 288
                                 </div>
283 289
 
284
-                                <?php
285
-                                    $xl = ['不限制','中专','高技','大专','本科','硕士','博士'];
286
-                                    $sql = 'select * from ey_zcwd_position where type='.$detail['sbzy'].' and sbdj='.$detail['sbdj'].' and is_del=0 and status=1';
287
-                                    $is_list_empty = '';
288
-                                ?>
289
-                                {eyou:sql sql="$sql" cachetime='-1' empty='' id="field"}
290
-                                <?php
291
-                                    $is_list_empty = $field['id'];
292
-                                ?>
293
-                                <div class="panel panel-primary">
294
-                                    <div class="panel-body">
295
-                                        匹配结果:  {$field.sf}/{$field.cs} 广东地区申报要求对比结果如下:
296
-                                    </div>
297
-                                    <div class="panel-footer" style="padding:3px 5px;">
298
-
299
-                                        <!--查询专业-->
300
-                                        <?php
301
-                                            $sql2 = "select * from ey_zcwe_position where type=".$field['id']." and is_del=0 and status=1";
302
-                                        ?>
303
-                                        {eyou:sql sql="$sql2" cachetime='-1' empty='' id="field2"}
304
-                                        <table class="table table-bordered" style="margin-bottom:0px;margin-top:5px;">
305
-                                            <thead>
306
-                                            <tr>
307
-                                                <th scope="col" style="text-align: center;">情况<br/>{$i}</th>
308
-                                                <th scope="col">字段<br/>信息</th>
309
-                                                <th scope="col">实际<br/>要求</th>
310
-                                                <th scope="col">填写<br/>资料</th>
311
-                                                <th scope="col">匹配<br/>结果</th>
312
-                                            </tr>
313
-                                            </thead>
314
-                                            <tbody>
315
-                                            <?php
316
-                                            //先判断学历是否符合
317
-                                            ?>
318
-                                            <tr>
319
-                                                <th scope="row">1</th>
320
-                                                <td>学历</td>
321
-                                                <td><?php echo $xl[$field2['xlyq']];?></td>
322
-                                                <td><?php echo $xl[$detail['xl']];?></td>
323
-                                                <td>
324
-                                                    <?php
325
-                                                        if($field2['xlyq'] == $detail['xl']){
326
-                                                            echo "符合";
327
-                                                        }else{
328
-                                                            echo "不符合";
329
-                                                        }
330
-                                                    ?>
331
-                                                </td>
332
-                                            </tr>
333
-                                            <tr>
334
-                                                <th scope="row">2</th>
335
-                                                <td>年龄</td>
336
-                                                <td>Thornton</td>
337
-                                                <td>@fat</td>
338
-                                            </tr>
339
-                                            <tr>
340
-                                                <th scope="row">3</th>
341
-                                                <td>毕业<br/>专业</td>
342
-                                                <td>Thornton</td>
343
-                                                <td>@fat</td>
344
-                                            </tr>
345
-                                            <tr>
346
-                                                <th scope="row">4</th>
347
-                                                <td>学校<br/>类型</td>
348
-                                                <td>Thornton</td>
349
-                                                <td>@fat</td>
350
-                                            </tr>
351
-                                            <tr>
352
-                                                <th scope="row">5</th>
353
-                                                <td>毕业<br/>时间</td>
354
-                                                <td>Thornton</td>
355
-                                                <td>@fat</td>
356
-                                            </tr>
357
-                                            <tr>
358
-                                                <th scope="row">6</th>
359
-                                                <td>前置<br/>证书</td>
360
-                                                <td>(且或)</td> <!--列出证书要求-->
361
-                                                <td>符合</td>
362
-                                            </tr>
363
-                                            <tr>
364
-                                                <th scope="row">7</th>
365
-                                                <td>综合<br/>评估</td>
366
-                                                <td colspan="3">未完全符合该项要求!</td>
367
-                                            </tr>
368
-                                            </tbody>
369
-                                        </table>
370
-                                        {/eyou:sql}
371
-                                    </div>
372
-                                </div>
373
-                                {/eyou:sql}
290
+                                {eyou:if condition='($detail.yxdq > 0 && $detail.yxdq < 10001)'}
374 291
 
375
-                                <?php
376
-                                    //var_dump($is_list_empty);
377
-                                ?>
378
-                                {eyou:if condition='(empty($is_list_empty))'}
379
-                                <div class="alert alert-danger" role="alert" style="">
380
-                                    <!--<span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span>
381
-                                    <span class="sr-only">Error:</span>-->
382
-                                    抱歉!暂时未找到相关匹配结果信息!
383
-                                </div>
292
+                                    <?php
293
+                                        $yxdi_id = $detail['yxdq'];
294
+                                        $sql_end = ' and sf='.$yxdi_id;
295
+                                        $scen = '抱歉!暂时未找到<预选地区>相关匹配结果信息!';
296
+                                        $t = "预选地区";
297
+                                    ?>
298
+                                    {eyou:include file='/template/pc/components/index/kop.htm' /}
299
+                                    <?php
300
+                                        $yxdi_id = $detail['yxdq'];
301
+                                        $sql_end = ' and sf!='.$yxdi_id;
302
+                                        $scen = '抱歉!暂时未找到<其他区域>相关匹配结果信息!';
303
+                                        $t = "其他推荐地区";
304
+                                    ?>
305
+                                    {eyou:include file='/template/pc/components/index/kop.htm' /}
306
+
307
+                                {eyou:else /}
308
+                                    <?php
309
+                                        $sql_end = '';
310
+                                        $t = '';
311
+                                        $scen = '抱歉!暂时未找到相关匹配结果信息!';
312
+                                    ?>
313
+                                    {eyou:include file='/template/pc/components/index/kop.htm' /}
384 314
                                 {/eyou:if}
385 315
 
316
+
317
+
318
+
386 319
                                 {/eyou:if}
387 320
 
388 321
                                 <!--<button type="button" class="btn btn-previous">上一步</button>
@@ -533,9 +466,9 @@
533 466
 
534 467
 
535 468
 
536
-                                <div class="form-group" style="padding-left: 5px;">
537
-                                    <label class="col-sm-2 control-label" style="padding-left: 0;">是否以下相关毕业专业</label>
538
-                                    <div class="col-sm-10" style="padding-left: 0;" id="zys">
469
+                                <div class="form-group" style="padding-left: 5px;position: relative;">
470
+                                    <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">
539 472
                                         <!--先初始化证书-->
540 473
                                         <!--<p class="form-control-static" style="min-height:20px;padding-top:5px;padding-bottom:0px;">
541 474
                                             <font>建筑一级证书</font>  <font style="margin-left:15px;">3年</font>
@@ -554,12 +487,14 @@
554 487
                                     </label>
555 488
                                 </div>-->
556 489
 
490
+                                <!--<div class="form-group">
491
+                                    <label class="sr-only" for="form-password">Password</label>
492
+                                    <input type="password" name="form-password" placeholder="Password..." class="form-password form-control" id="form-password">
493
+                                </div>-->
557 494
                                 <div class="form-group">
558
-                                    <!--<label class="sr-only" for="form-password">Password</label>
559
-                                    <input type="password" name="form-password" placeholder="Password..." class="form-password form-control" id="form-password">-->
560
-                                    <div class="form-group daterange">
561
-                                        <label style="margin-left: 5px;">选择毕业时间</label>
562
-                                        <!--range_date-->
495
+                                    <label style="margin-left: 5px;">选择毕业时间</label>
496
+                                    <!--range_date-->
497
+                                    <div class="daterange">
563 498
                                         <input class="form-control" name="bysj" type="text" value="">
564 499
                                         <i class="fa fa-calendar"></i>
565 500
                                     </div>
@@ -623,8 +558,8 @@
623 558
                                     </div>
624 559
                                 </div>-->
625 560
                                 <div class="form-group">
626
-                                    <label class="col-sm-2 control-label" style="padding-left: 0;">选择相关证书以及时间年限</label>
627
-                                    <div class="col-sm-10" style="padding-left: 0;" id="zss">
561
+                                    <label class="col-sm-12 control-label" style="padding-left: 0;">选择相关证书以及时间年限</label>
562
+                                    <div class="col-sm-12" style="padding-left: 0;margin-bottom: 15px;" id="zss">
628 563
                                         <!--<p class="form-control-static" style="min-height:20px;padding-top:5px;padding-bottom:0px;">
629 564
                                                 <font>建筑一级证书</font>  <font style="margin-left:15px;">3年</font>
630 565
                                         </p>
@@ -632,6 +567,7 @@
632 567
                                             <font>建筑一级证书</font>  <font style="margin-left:15px;">3年</font>
633 568
                                         </p>-->
634 569
                                     </div>
570
+                                    <input type="hidden" id="zhengshu_val" name="zhengshu_val" value="" />
635 571
                                 </div>
636 572
 
637 573
                                 <!--<label class="sr-only" for="form-google-plus">Google plus</label>
@@ -701,6 +637,7 @@
701 637
             <label for="exampleInputFile" style="color: #fff;">如果您提交过资料信息:</label>
702 638
             <label class="sr-only" for="form-first-name">请输入手机号码</label>
703 639
             <input type="text" name="p" placeholder="请输入手机号码" class="form-first-name form-control" id="form-first-name" value="<?php echo $param['p']?$param['p']:$detail['sjhm']; ?>">
640
+            <input type="hidden" name="t" value="" id="times"/>
704 641
         </div>
705 642
         <button type="submit" class="btn btn-default btn-sm">立即查询</button>
706 643
     </form>

+ 35
- 1
template/pc/js/botstrap-step/scripts.js Visa fil

@@ -253,11 +253,29 @@ jQuery(document).ready(function() {
253 253
             return false;
254 254
         }
255 255
 
256
+        //循环所有checkbox 重新构建数组
257
+        //var zhengshu = [];
258
+        var zhengshu = '';
259
+        $('#zss input[type=checkbox]').each(function() {
260
+            if ($(this).is(':checked')) {
261
+                // 至少有一个checkbox被选中
262
+                //zhengshu.push($(this).val());
263
+                zhengshu += $(this).val()+',';
264
+            } else {
265
+                // 没有任何checkbox被选中
266
+                //zhengshu.push("0");
267
+                zhengshu += '0,';
268
+            }
269
+        });
270
+        $('#zhengshu_val').val(zhengshu);
271
+
256 272
         //发送表单信息到后台
257 273
         $('#loadingModal .visually-hidden').html('获取结果中...');
258 274
         $('#loadingModal').modal('show');
259 275
         var formData = $('.registration-form').serializeArray();
260 276
         console.log(formData);
277
+
278
+        //return false;
261 279
         $.ajax({
262 280
             url: '/api/Diyajax/insData',
263 281
             method: 'POST',
@@ -282,7 +300,7 @@ jQuery(document).ready(function() {
282 300
                         $('#loadingModal').modal('hide');
283 301
                         //跳转到结果页
284 302
                         location.href = 'https://www.zc10000.com/cp?h='+data.data.code;
285
-                    }, 2000); // 5秒后取消定时器
303
+                    }, 1000); // 5秒后取消定时器
286 304
                 }
287 305
             },
288 306
             error: function(xhr, status, error) {
@@ -294,4 +312,20 @@ jQuery(document).ready(function() {
294 312
         });
295 313
         return false;
296 314
     });
315
+
316
+    // 获取长度为len的随机字符串
317
+    function _getRandomString(len) {
318
+        len = len || 32;
319
+        var $chars = 'ABCDEFGHJKMNPQRSTWXYZabcdefhijkmnprstwxyz2345678'; // 默认去掉了容易混淆的字符oOLl,9gq,Vv,Uu,I1
320
+        var maxPos = $chars.length;
321
+        var pwd = '';
322
+        for (i = 0; i < len; i++) {
323
+            pwd += $chars.charAt(Math.floor(Math.random() * maxPos));
324
+        }
325
+        return pwd;
326
+    }
327
+    var timestamp = new Date().getTime();
328
+    var times= timestamp + _getRandomString(32);
329
+    console.log(times);
330
+    $('#times').val(times);
297 331
 });

Loading…
Avbryt
Spara