Your Name 7 mēnešus atpakaļ
vecāks
revīzija
a777775c7c

+ 1
- 1
application/admin/conf/auth_rule.php Parādīt failu

@@ -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@*,ZcbdPosition@*',
60
+        'auths' => 'Other@*,ZcPosition@*,ZczsPosition@*,ZczyPosition@*,ZcdjPosition@*,ZcbdPosition@*,ZcdzPosition@*',
61 61
     ],
62 62
     [
63 63
         'id' => 49, // 复制广告管理  职称问答流程

+ 3
- 1
application/admin/controller/ZcbdPosition.php Parādīt failu

@@ -126,7 +126,9 @@ class ZcbdPosition extends Base
126 126
 
127 127
             $v['type_name'] = $one['name'];
128 128
             $v['extend'] = json_decode($v['extend'], true);
129
-
129
+            //$xy_info = json_encode($v['xy_info'],JSON_UNESCAPED_UNICODE);
130
+            //$xy_info2 = json_decode($xy_info, true);
131
+            //var_dump($xy_info2);
130 132
             $list[$k] = $v;
131 133
         }
132 134
 

+ 1233
- 0
application/admin/controller/ZcdzPosition.php
Failā izmaiņas netiks attēlotas, jo tās ir par lielu
Parādīt failu


+ 6
- 0
application/admin/template/zc_position/admin_bar.htm Parādīt failu

@@ -38,6 +38,12 @@
38 38
                 {eq name="'ZcbdPosition@index'|is_check_access" value="1"}
39 39
                 <li><a href="{:url("ZcbdPosition/index")}" class="tab {if condition="in_array($Request.controller, array('ZcbdPosition'))"}current{/if}"><span>职称表单</span></a></li>
40 40
                 {/eq}
41
+
42
+                {eq name="'ZcdzPosition@index'|is_check_access" value="1"}
43
+                <li><a href="{:url("ZcdzPosition/index")}" class="tab {if condition="in_array($Request.controller, array('ZcdzPosition'))"}current{/if}"><span>下载记录</span></a></li>
44
+                {/eq}
45
+
46
+
41 47
             </ul>
42 48
         </div>
43 49
     </div>

+ 151
- 136
application/admin/template/zcbd_position/index.htm Parādīt failu

@@ -12,17 +12,17 @@
12 12
     <div class="flexigrid">
13 13
         <div class="mDiv">
14 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}
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 26
             </div>
27 27
             <form id="searchForm" class="navbar-form form-inline" action="{:url('ZcwdPosition/index')}" method="get" onsubmit="layer_loading('正在处理');">
28 28
                 {$searchform.hidden|default=''}
@@ -40,7 +40,7 @@
40 40
                     <div class="sDiv2">
41 41
                         <input type="text" size="30" name="keywords" value="{$Request.param.keywords}" class="qsbox" placeholder="名称搜索...">
42 42
                         <input type="submit" class="btn" value="搜索">
43
-						<i class="iconfont e-sousuo"></i>
43
+                        <i class="iconfont e-sousuo"></i>
44 44
                     </div>
45 45
                 </div>
46 46
             </form>
@@ -50,42 +50,42 @@
50 50
             <div class="hDivBox">
51 51
                 <table cellspacing="0" cellpadding="0" style="width: 100%">
52 52
                     <thead>
53
-                        <tr>
54
-                            {if condition="$main_lang == $admin_lang || !empty($global['language_split'])"}
55
-                                <th class="sign w40" axis="col0" style="width:20px;">
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="w150">
65
-                                <div class="tl text-l10" style="width: 100%">个人信息</div>
66
-                            </th>
67
-
68
-                            <th abbr="article_title" axis="col3"  class="w150">
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 axis="col1" class="w180">
86
-                                <div class="tc">操作</div>
87
-                            </th>
88
-                        </tr>
53
+                    <tr>
54
+                        {if condition="$main_lang == $admin_lang || !empty($global['language_split'])"}
55
+                        <th class="sign w40" axis="col0" style="width:20px;">
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="w150">
65
+                            <div class="tl text-l10" style="width: 100%">个人信息</div>
66
+                        </th>
67
+
68
+                        <th abbr="article_title" axis="col3"  class="w150">
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 axis="col1" class="w180">
86
+                            <div class="tc">操作</div>
87
+                        </th>
88
+                    </tr>
89 89
                     </thead>
90 90
                 </table>
91 91
             </div>
@@ -96,89 +96,104 @@
96 96
                 <table style="width: 100%">
97 97
                     <tbody>
98 98
                     {empty name="list"}
99
-                        <tr>
100
-                            <td class="no-data" align="center" axis="col0" colspan="50">
101
-                                <div class="no_row">
102
-                                    <div class="no_pic"><img src="__SKIN__/images/null-data.png"></div>
103
-                                </div>
104
-                            </td>
105
-                        </tr>
99
+                    <tr>
100
+                        <td class="no-data" align="center" axis="col0" colspan="50">
101
+                            <div class="no_row">
102
+                                <div class="no_pic"><img src="__SKIN__/images/null-data.png"></div>
103
+                            </div>
104
+                        </td>
105
+                    </tr>
106 106
                     {else/}
107
-                        {foreach name="list" item="vo" key="k" }
108
-                            <tr>
107
+                    {foreach name="list" item="vo" key="k" }
108
+                    <tr>
109
+                        {if condition="$main_lang == $admin_lang || !empty($global['language_split'])"}
110
+                        <td class="sign">
111
+                            <div class="w40 tc"> <input type="checkbox" name="ids[]" value="{$vo.id}"> </div>
112
+                        </td>
113
+                        {/if}
114
+                        <td>
115
+                            <div class="tc w60">
116
+                                {eq name='$main_lang' value='$admin_lang'}
117
+                                {$vo.id}
118
+                                {else /}
119
+                                {$main_adv_list[$vo['id']]['id']|default=$vo['id']}
120
+                                {/eq}
121
+                            </div>
122
+                        </td>
123
+
124
+                        <td align="left">
125
+
126
+                            <div class="tc w150">
127
+                                称呼: {$vo.ch} <br/>
128
+                                手机号码: {$vo.sjhm} <br/>
129
+                                所在地区: {$vo.extend.szsf}/{$vo.extend.szsc}<br/>
130
+
131
+                                <span>已评测第 <font style="color:red;">{$vo['pccs']}</font> 次 </span> <br/>
132
+                                <span >是否条件符合: <?php
133
+                                    if($vo['is_tg'] === 0){
134
+                                        echo '<font style="color:red;">未符合</font>';
135
+                                    }else{
136
+                                        echo '<font style="color:blue;">通过</font>';
137
+                                    }
138
+                                    ?></span>
139
+
140
+                                <br/>
141
+
142
+                            </div>
143
+                        </td>
144
+
145
+                        <td>
146
+                            <div class="tc w150">
147
+
148
+                                申报专业: {$vo.extend.sbzy}<br/>
149
+                                申报等级: {$vo.extend.sbdj}<br/>
150
+                            </div>
151
+
152
+                        </td>
153
+
154
+
155
+                        <td>
156
+                            <div class="tc w200">
157
+                                年龄: {$vo.nl}岁<br/>
158
+                                毕业时间: {$vo.bysj}<br/>
159
+
160
+                                学历: {$vo.extend.xl}<br/>
161
+                                学校类型: {$vo.extend.xxlx}<br/>
162
+
163
+
164
+                            </div>
165
+                        </td>
166
+
167
+
168
+                        <td>
169
+                            <div class="tc w100">
170
+                                {$vo.extend.zs?$vo.extend.zs:'无'}
171
+                            </div>
172
+                        </td>
173
+                        <td>
174
+                            <div class="tc w120">
175
+                                {$vo.extend.zy?$vo.extend.zy:"无"}
176
+                            </div>
177
+                        </td>
178
+                        <td class="operation">
179
+                            <div class="w180 tc">
180
+
181
+
182
+
183
+
184
+                                <a href="javascript:void(0);" data-href="{:url('ZcbdPosition/show',array('h'=>$vo['code']))}" data-closereload="1" class="btn blue" onclick="openFullframe(this, '查看匹配详情', '80%', '100%');">查看</a> <i></i>
185
+
109 186
                                 {if condition="$main_lang == $admin_lang || !empty($global['language_split'])"}
110
-                                <td class="sign">
111
-                                    <div class="w40 tc"> <input type="checkbox" name="ids[]" value="{$vo.id}"> </div>
112
-                                </td>
187
+                                {eq name="$Think.const.CONTROLLER_NAME.'@del'|is_check_access" value="1"}
188
+                                <a class="btn red"  href="javascript:void(0);" data-url="{:url('ZcbdPosition/del')}" data-id="{$vo.id}" onClick="delfun(this);">删除</a>
189
+                                {/eq} <!--<i></i>-->
113 190
                                 {/if}
114
-                                <td>
115
-                                    <div class="tc w60">
116
-                                    {eq name='$main_lang' value='$admin_lang'}
117
-                                        {$vo.id}
118
-                                    {else /}
119
-                                        {$main_adv_list[$vo['id']]['id']|default=$vo['id']}
120
-                                    {/eq}
121
-                                    </div>
122
-                                </td>
123
-
124
-                                <td align="left">
125
-
126
-                                    <div class="tc w150">
127
-                                        称呼: {$vo.ch} <br/>
128
-                                        手机号码: {$vo.sjhm} <br/>
129
-                                        所在地区: {$vo.extend.szsf}/{$vo.extend.szsc}<br/>
130
-                                    </div>
131
-                                </td>
132
-
133
-                                <td>
134
-                                    <div class="tc w150">
135
-
136
-                                        申报专业: {$vo.extend.sbzy}<br/>
137
-                                        申报等级: {$vo.extend.sbdj}<br/>
138
-                                    </div>
139
-
140
-                                </td>
141
-
142
-
143
-                                <td>
144
-                                    <div class="tc w200">
145
-                                        年龄: {$vo.nl}岁<br/>
146
-                                        毕业时间: {$vo.bysj}<br/>
147
-
148
-                                        学历: {$vo.extend.xl}<br/>
149
-                                        学校类型: {$vo.extend.xxlx}<br/>
150
-
151
-
152
-                                    </div>
153
-                                </td>
154
-
155
-
156
-                                <td>
157
-                                    <div class="tc w100">
158
-                                        {$vo.extend.zs?$vo.extend.zs:'无'}
159
-                                    </div>
160
-                                </td>
161
-                                <td>
162
-                                    <div class="tc w120">
163
-                                        {$vo.extend.zy?$vo.extend.zy:"无"}
164
-                                    </div>
165
-                                </td>
166
-                                <td class="operation">
167
-                                    <div class="w180 tc">
168
-
169
-                                        <a href="javascript:void(0);" data-href="{:url('ZcbdPosition/show',array('h'=>$vo['code']))}" data-closereload="1" class="btn blue" onclick="openFullframe(this, '查看匹配详情', '80%', '100%');">查看</a> <i></i>
170
-
171
-                                        {if condition="$main_lang == $admin_lang || !empty($global['language_split'])"}
172
-                                            {eq name="$Think.const.CONTROLLER_NAME.'@del'|is_check_access" value="1"}
173
-                                                <a class="btn red"  href="javascript:void(0);" data-url="{:url('ZcbdPosition/del')}" data-id="{$vo.id}" onClick="delfun(this);">删除</a>
174
-                                            {/eq} <!--<i></i>-->
175
-                                        {/if}
176
-    									
177
-                                       <!-- <a class="btn blue" href="javascript:void(0);" onclick="copyToClipBoard({$main_adv_list[$vo['id']]['id']|default=$vo['id']}, 1, {$vo['type']})">标签调用</a>-->
178
-                                    </div>
179
-                                </td>
180
-                            </tr>
181
-                        {/foreach}
191
+
192
+                                <!-- <a class="btn blue" href="javascript:void(0);" onclick="copyToClipBoard({$main_adv_list[$vo['id']]['id']|default=$vo['id']}, 1, {$vo['type']})">标签调用</a>-->
193
+                            </div>
194
+                        </td>
195
+                    </tr>
196
+                    {/foreach}
182 197
                     {/empty}
183 198
                     </tbody>
184 199
                 </table>
@@ -189,12 +204,12 @@
189 204
         <div class="tDiv">
190 205
             <div class="tDiv2">
191 206
                 {if condition="$main_lang == $admin_lang || !empty($global['language_split'])"}
192
-                    <div class="fbutton checkboxall"> <input type="checkbox" class="checkAll"> </div>
193
-                    {eq name="$Think.const.CONTROLLER_NAME.'@del'|is_check_access" value="1"}
194
-                        <div class="fbutton">
195
-                            <a onclick="batch_del(this, 'ids');" data-url="{:url('ZcwdPosition/del')}" class="layui-btn layui-btn-primary">批量删除</a>
196
-                        </div>
197
-                    {/eq}
207
+                <div class="fbutton checkboxall"> <input type="checkbox" class="checkAll"> </div>
208
+                {eq name="$Think.const.CONTROLLER_NAME.'@del'|is_check_access" value="1"}
209
+                <div class="fbutton">
210
+                    <a onclick="batch_del(this, 'ids');" data-url="{:url('ZcwdPosition/del')}" class="layui-btn layui-btn-primary">批量删除</a>
211
+                </div>
212
+                {/eq}
198 213
                 {/if}
199 214
                 <!-- 分页 -->
200 215
                 {include file="public/page" /}
@@ -218,7 +233,7 @@
218 233
             $('input[type=checkbox]').prop('checked', this.checked);
219 234
         });
220 235
     });
221
-    
236
+
222 237
     $(document).ready(function() {
223 238
         // 表格行点击选中切换
224 239
         $('#flexigrid > table>tbody >tr').click(function() {
@@ -266,4 +281,4 @@
266 281
 
267 282
 </script>
268 283
 
269
-{include file="public/footer" /}
284
+{include file="public/footer" /}

+ 922
- 0
application/admin/template/zcdz_position/add.htm Parādīt failu

@@ -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/zcdz_position/edit.htm
Failā izmaiņas netiks attēlotas, jo tās ir par lielu
Parādīt failu


+ 254
- 0
application/admin/template/zcdz_position/index.htm Parādīt failu

@@ -0,0 +1,254 @@
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" style="width:20px;">
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="w150">
65
+                            <div class="tl text-l10" style="width: 100%">用户信息</div>
66
+                        </th>
67
+
68
+                        <th abbr="article_title" axis="col3"  class="w150">
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 axis="col1" class="w180">
82
+                            <div class="tc">操作</div>
83
+                        </th>
84
+                    </tr>
85
+                    </thead>
86
+                </table>
87
+            </div>
88
+        </div>
89
+
90
+        <div class="bDiv" style="height: auto;">
91
+            <div id="flexigrid" cellpadding="0" cellspacing="0" border="0">
92
+                <table style="width: 100%">
93
+                    <tbody>
94
+                    {empty name="list"}
95
+                    <tr>
96
+                        <td class="no-data" align="center" axis="col0" colspan="50">
97
+                            <div class="no_row">
98
+                                <div class="no_pic"><img src="__SKIN__/images/null-data.png"></div>
99
+                            </div>
100
+                        </td>
101
+                    </tr>
102
+                    {else/}
103
+                    {foreach name="list" item="vo" key="k" }
104
+                    <tr>
105
+                        {if condition="$main_lang == $admin_lang || !empty($global['language_split'])"}
106
+                        <td class="sign">
107
+                            <div class="w40 tc"> <input type="checkbox" name="ids[]" value="{$vo.id}"> </div>
108
+                        </td>
109
+                        {/if}
110
+                        <td>
111
+                            <div class="tc w60">
112
+                                {eq name='$main_lang' value='$admin_lang'}
113
+                                {$vo.id}
114
+                                {else /}
115
+                                {$main_adv_list[$vo['id']]['id']|default=$vo['id']}
116
+                                {/eq}
117
+                            </div>
118
+                        </td>
119
+
120
+                        <td align="left">
121
+
122
+                            <div class="tc w150">
123
+                                称呼: {$vo.user.username} <br/>
124
+                                手机号码: {$vo.user.mobile} <br/>
125
+                            </div>
126
+                        </td>
127
+
128
+                        <td>
129
+                            <div class="tc w150">
130
+                                {$vo.title}
131
+                            </div>
132
+
133
+                        </td>
134
+
135
+
136
+                        <td>
137
+                            <div class="tc w200">
138
+                                {$vo.add_time}
139
+                            </div>
140
+                        </td>
141
+
142
+
143
+                        <td>
144
+                            <div class="tc w100">
145
+                                {$vo.num}
146
+                            </div>
147
+                        </td>
148
+                        <td class="operation">
149
+                            <div class="w180 tc">
150
+
151
+
152
+
153
+
154
+                                <a href="javascript:void(0);" data-href="{:url('ZcbdPosition/show',array('h'=>$vo['code']))}" data-closereload="1" class="btn blue" onclick="openFullframe(this, '查看匹配详情', '80%', '100%');">查看</a> <i></i>
155
+
156
+                                {if condition="$main_lang == $admin_lang || !empty($global['language_split'])"}
157
+                                {eq name="$Think.const.CONTROLLER_NAME.'@del'|is_check_access" value="1"}
158
+                                <a class="btn red"  href="javascript:void(0);" data-url="{:url('ZcbdPosition/del')}" data-id="{$vo.id}" onClick="delfun(this);">删除</a>
159
+                                {/eq} <!--<i></i>-->
160
+                                {/if}
161
+
162
+                                <!-- <a class="btn blue" href="javascript:void(0);" onclick="copyToClipBoard({$main_adv_list[$vo['id']]['id']|default=$vo['id']}, 1, {$vo['type']})">标签调用</a>-->
163
+                            </div>
164
+                        </td>
165
+                    </tr>
166
+                    {/foreach}
167
+                    {/empty}
168
+                    </tbody>
169
+                </table>
170
+            </div>
171
+            <div class="iDiv" style="display: none;"></div>
172
+        </div>
173
+        {notempty name="list"}
174
+        <div class="tDiv">
175
+            <div class="tDiv2">
176
+                {if condition="$main_lang == $admin_lang || !empty($global['language_split'])"}
177
+                <div class="fbutton checkboxall"> <input type="checkbox" class="checkAll"> </div>
178
+                {eq name="$Think.const.CONTROLLER_NAME.'@del'|is_check_access" value="1"}
179
+                <div class="fbutton">
180
+                    <a onclick="batch_del(this, 'ids');" data-url="{:url('ZcwdPosition/del')}" class="layui-btn layui-btn-primary">批量删除</a>
181
+                </div>
182
+                {/eq}
183
+                {/if}
184
+                <!-- 分页 -->
185
+                {include file="public/page" /}
186
+            </div>
187
+            <div style="clear:both"></div>
188
+        </div>
189
+        {/notempty}
190
+    </div>
191
+</div>
192
+
193
+<script type="text/javascript">
194
+    $(function() {
195
+        $('input[name*=ids]').click(function() {
196
+            if ($('input[name*=ids]').length == $('input[name*=ids]:checked').length) {
197
+                $('.checkAll').prop('checked', 'checked');
198
+            } else {
199
+                $('.checkAll').prop('checked', false);
200
+            }
201
+        });
202
+        $('input[type=checkbox].checkAll').click(function() {
203
+            $('input[type=checkbox]').prop('checked', this.checked);
204
+        });
205
+    });
206
+
207
+    $(document).ready(function() {
208
+        // 表格行点击选中切换
209
+        $('#flexigrid > table>tbody >tr').click(function() {
210
+            $(this).toggleClass('trSelected');
211
+        });
212
+
213
+        // 点击刷新数据
214
+        $('.fa-refresh').click(function() {
215
+            location.href = location.href;
216
+        });
217
+
218
+        $('#searchForm select[name=type]').change(function(){
219
+            $('#searchForm').submit();
220
+        });
221
+    });
222
+
223
+    /**
224
+     * 代码调用js
225
+     * @param id  id
226
+     * @param limit 条数
227
+     */
228
+    function copyToClipBoard(id, limit, type) {
229
+        var advstr = '';
230
+        if (1 == type) {
231
+            advstr = "{eyou:adv pid='" + id + "'}\r\n   <img src='{$"+"field.litpic}' alt='{$"+"field.title}' />\r\n{/eyou:adv";
232
+        } else if (2 == type) {
233
+            advstr = "{eyou:adv pid='" + id + "'}\r\n   <video src='{$"+"field.litpic}' controls preload='auto' oncontextmenu='return fase'></video>\r\n{/eyou:adv";
234
+        } else if (3 == type) {
235
+            advstr = "{eyou:adv pid='" + id + "'}\r\n   {$"+"field.intro}\r\n{/eyou:adv";
236
+        }
237
+        var contentdiv = '<div class="dialog_content" style="margin: 0px; padding: 0px;"><dl style="padding:10px 30px;line-height:30px"><dd>标签 adv 调用:</dd>';
238
+        contentdiv += '<textarea rows="4" cols="60" style="width:400px;height:60px;">' + advstr + '}</textarea>';
239
+        contentdiv += '<dd>JavaScript:</dd>';
240
+        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>';
241
+        contentdiv += '<dd style="border-top: dotted 1px #E7E7E7; color: #F60;">请将标签adv或JavaScript代码复制并粘贴到对应模板文件中!</dd></dl></div>';
242
+        layer.open({
243
+            title: '代码调用',
244
+            type: 1,
245
+            shade: layer_shade,
246
+            skin: 'layui-layer-demo',
247
+            area: ['480px', '280px'], //宽高
248
+            content: contentdiv
249
+        });
250
+    }
251
+
252
+</script>
253
+
254
+{include file="public/footer" /}

+ 678
- 0
application/admin/template/zcdz_position/show.htm Parādīt failu

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

+ 2
- 1
template/mobile/view_zczygz_cl.htm Parādīt failu

@@ -24,8 +24,9 @@
24 24
 </div>
25 25
 
26 26
 {eyou:include file='/template/pc/common/include/footer.htm' /}
27
-{eyou:include file='/template/pc/common/other/share.htm' /}
28 27
 {eyou:include file='/template/pc/common/include/bottom.htm' /}
28
+{eyou:include file='/template/pc/common/other/share.htm' /}
29
+
29 30
 
30 31
 <div id="buy" style="display: none;">
31 32
     <div style="padding: 50px  15px 40px 15px; line-height: 22px; background-color: #393D49; color: #fff; font-weight: 300;">

+ 1
- 1
template/mobile/view_zczygz_new.htm Parādīt failu

@@ -24,5 +24,5 @@
24 24
 </div>
25 25
 
26 26
 {eyou:include file='/template/pc/common/include/footer.htm' /}
27
+{eyou:include file='/template/pc/common/include/bottom.htm' /}
27 28
 {eyou:include file='/template/pc/common/other/share.htm' /}
28
-{eyou:include file='/template/pc/common/include/bottom.htm' /}

+ 1
- 1
template/mobile/view_zczygz_zc.htm Parādīt failu

@@ -26,6 +26,6 @@
26 26
 
27 27
 
28 28
 {eyou:include file='/template/pc/common/include/footer.htm' /}
29
+{eyou:include file='/template/pc/common/include/bottom.htm' /}
29 30
 {eyou:include file='/template/pc/common/other/down.htm' /}
30 31
 {eyou:include file='/template/pc/common/other/share.htm' /}
31
-{eyou:include file='/template/pc/common/include/bottom.htm' /}

+ 1
- 1
template/pc/components/detail/content.htm Parādīt failu

@@ -396,7 +396,7 @@
396 396
 
397 397
 
398 398
 <div class="part related">
399
-    <p class="tt"><span>相关申报材料</span></p>
399
+    <p class="tt"><span>相关申报材料:</span></p>
400 400
     <div class="items">
401 401
         <div class="row">
402 402
 

+ 1
- 1
template/pc/components/detail/new.htm Parādīt failu

@@ -230,7 +230,7 @@
230 230
 
231 231
 
232 232
 <div class="part related">
233
-    <p class="tt"><span>相关申报材料</span></p>
233
+    <p class="tt"><span>相关申报材料:</span></p>
234 234
     <div class="items">
235 235
         <div class="row">
236 236
 

+ 54
- 1
template/pc/css/extend.css Parādīt failu

@@ -702,4 +702,57 @@
702 702
 }
703 703
 .art-tag a{
704 704
     margin-bottom:5px;
705
-}
705
+}
706
+
707
+.night .part .tt span{
708
+    color: #fff !important;
709
+}
710
+
711
+.night .b1{
712
+    color: #fff !important;
713
+}
714
+
715
+.night .layui-form-select dl dd{
716
+    color: #000 !important;
717
+}
718
+
719
+.night .optionBox li a{
720
+    color: #000 !important;
721
+}
722
+.night .optionBox .active-1 a{
723
+    color: #fff !important;
724
+}
725
+
726
+.night .copyright{
727
+    color: #fff !important;
728
+}
729
+
730
+.night  .bb3{
731
+    color: #fff !important;
732
+}
733
+
734
+.night .search .layui-this{
735
+    border: none;
736
+    color: red;
737
+    border-color: #3c4551 !important;
738
+}
739
+
740
+.night .search .layui-tab-title{
741
+    border-color: #3c4551 !important;
742
+}
743
+.night .layui-tab-title .layui-this:after{
744
+    border: none;
745
+}
746
+@media screen and (max-width: 991px){
747
+    .part .tt a{
748
+        padding-top: 0px !important;
749
+    }
750
+}
751
+
752
+@media (max-width: 767px){
753
+    #index .ta {
754
+        line-height: 13px !important;
755
+    }
756
+}
757
+
758
+

+ 3
- 1
template/pc/js/common.js Parādīt failu

@@ -1,5 +1,7 @@
1 1
 //加载模块
2
-layui.use(function(){ //亦可加载特定模块:layui.use(['layer', 'laydate', function(){
2
+layui.use(function(){
3
+
4
+    //亦可加载特定模块:layui.use(['layer', 'laydate', function(){
3 5
     //得到各种内置组件
4 6
     var layer = layui.layer //弹层
5 7
         ,laypage = layui.laypage //分页

+ 2
- 1
template/pc/view_zczygz_cl.htm Parādīt failu

@@ -20,8 +20,9 @@
20 20
 </div>
21 21
 
22 22
 {eyou:include file='/template/pc/common/include/footer.htm' /}
23
-{eyou:include file='/template/pc/common/other/share.htm' /}
24 23
 {eyou:include file='/template/pc/common/include/bottom.htm' /}
24
+{eyou:include file='/template/pc/common/other/share.htm' /}
25
+
25 26
 
26 27
 <div id="buy" style="display: none;">
27 28
     <div style="padding: 50px  15px 40px 15px; line-height: 22px; background-color: #393D49; color: #fff; font-weight: 300;">

+ 1
- 1
template/pc/view_zczygz_new.htm Parādīt failu

@@ -22,5 +22,5 @@
22 22
 </div>
23 23
 
24 24
 {eyou:include file='/template/pc/common/include/footer.htm' /}
25
+{eyou:include file='/template/pc/common/include/bottom.htm' /}
25 26
 {eyou:include file='/template/pc/common/other/share.htm' /}
26
-{eyou:include file='/template/pc/common/include/bottom.htm' /}

Notiek ielāde…
Atcelt
Saglabāt