|
@@ -164,10 +164,10 @@ $tyu_num = 1;
|
164
|
164
|
<?php
|
165
|
165
|
if($field2['xlyq'] <= $detail['xl']){
|
166
|
166
|
//echo "<font style='color: blue;'>符合</font>";
|
167
|
|
- echo '<font class="td-r"><img src="/template/pc/js/botstrap-step/img_6.png" /></font>';
|
|
167
|
+ echo '<font class="td-r"><img src="https://oss.zc10000.com/static/botstrap-step/img_6.png" /></font>';
|
168
|
168
|
$num++;
|
169
|
169
|
}else{
|
170
|
|
- echo '<font class="td-b"><img src="/template/pc/js/botstrap-step/img_7.png" /></font>';
|
|
170
|
+ echo '<font class="td-b"><img src="https://oss.zc10000.com/static/botstrap-step/img_7.png" /></font>';
|
171
|
171
|
//echo "<font style='color: red;'>不符合</font>";
|
172
|
172
|
$str_no_err[$field['id']][$field2['id']]['xlyq'] = '学历不符';
|
173
|
173
|
}
|
|
@@ -192,15 +192,15 @@ $tyu_num = 1;
|
192
|
192
|
<td>
|
193
|
193
|
<?php
|
194
|
194
|
if((int)$field2['is_ega'] === 0){
|
195
|
|
- echo '<font class="td-r"><img src="/template/pc/js/botstrap-step/img_6.png" /></font>';
|
|
195
|
+ echo '<font class="td-r"><img src="https://oss.zc10000.com/static/botstrap-step/img_6.png" /></font>';
|
196
|
196
|
$num++;
|
197
|
197
|
}else{
|
198
|
198
|
if((int)$detail['nl'] <= (int)$field2['ega_1'] && (int)$detail['nl'] >= (int)$field2['ega_0']){
|
199
|
199
|
//echo "<font style='color: blue;'>符合</font>";
|
200
|
|
- echo '<font class="td-r"><img src="/template/pc/js/botstrap-step/img_6.png" /></font>';
|
|
200
|
+ echo '<font class="td-r"><img src="https://oss.zc10000.com/static/botstrap-step/img_6.png" /></font>';
|
201
|
201
|
$num++;
|
202
|
202
|
}else{
|
203
|
|
- echo '<font class="td-b"><img src="/template/pc/js/botstrap-step/img_7.png" /></font>';
|
|
203
|
+ echo '<font class="td-b"><img src="https://oss.zc10000.com/static/botstrap-step/img_7.png" /></font>';
|
204
|
204
|
//echo "<font style='color: red;'>不符合</font>";
|
205
|
205
|
$str_no_err[$field['id']][$field2['id']]['nl'] = '年龄不符';
|
206
|
206
|
}
|
|
@@ -282,23 +282,23 @@ $tyu_num = 1;
|
282
|
282
|
<?php
|
283
|
283
|
/*if((int)$field2.byzy === 0 || empty($zhengshu2)){
|
284
|
284
|
//echo "<font style='color: blue;'>符合</font>";
|
285
|
|
- echo '<font class="td-r"><img src="/template/pc/js/botstrap-step/img_6.png" /></font>';
|
|
285
|
+ echo '<font class="td-r"><img src="https://oss.zc10000.com/static/botstrap-step/img_6.png" /></font>';
|
286
|
286
|
$num++;
|
287
|
287
|
}else{
|
288
|
288
|
if(empty($zhengshu)){
|
289
|
|
- echo '<font class="td-b"><img src="/template/pc/js/botstrap-step/img_7.png" /></font>';
|
|
289
|
+ echo '<font class="td-b"><img src="https://oss.zc10000.com/static/botstrap-step/img_7.png" /></font>';
|
290
|
290
|
//echo "<font style='color: red;'>不符合</font>";
|
291
|
291
|
$str_no_err[$field['id']][$field2['id']]['byzy'] = '专业不符';
|
292
|
292
|
}else{
|
293
|
293
|
//$run = "<font style='color: red;'>不符合</font>";
|
294
|
|
- $run = '<font class="td-b"><img src="/template/pc/js/botstrap-step/img_7.png" /></font>';
|
|
294
|
+ $run = '<font class="td-b"><img src="https://oss.zc10000.com/static/botstrap-step/img_7.png" /></font>';
|
295
|
295
|
$str_no_err[$field['id']][$field2['id']]['byzy'] = '专业不符';
|
296
|
296
|
$ik = 1;
|
297
|
297
|
foreach ($zhengshu as $k => $v){
|
298
|
298
|
if(in_array($v,$zhengshu2)){
|
299
|
299
|
//$run = '<font style="color: blue;">符合</font><br/>'.$ik.'项';
|
300
|
300
|
//$run = '<font style="color: blue;">符合</font><br/>';
|
301
|
|
- $run = '<font class="td-r"><img src="/template/pc/js/botstrap-step/img_6.png" /></font>';
|
|
301
|
+ $run = '<font class="td-r"><img src="https://oss.zc10000.com/static/botstrap-step/img_6.png" /></font>';
|
302
|
302
|
$str_no_err[$field['id']][$field2['id']]['byzy'] = '';
|
303
|
303
|
$ik++;
|
304
|
304
|
}
|
|
@@ -312,10 +312,10 @@ $tyu_num = 1;
|
312
|
312
|
|
313
|
313
|
if((int)$detail['byzy_is'] === 1){
|
314
|
314
|
//一致
|
315
|
|
- echo '<font class="td-r"><img src="/template/pc/js/botstrap-step/img_6.png" /></font>';
|
|
315
|
+ echo '<font class="td-r"><img src="https://oss.zc10000.com/static/botstrap-step/img_6.png" /></font>';
|
316
|
316
|
$num++;
|
317
|
317
|
}else{
|
318
|
|
- echo '<font class="td-b"><img src="/template/pc/js/botstrap-step/img_7.png" /></font>';
|
|
318
|
+ echo '<font class="td-b"><img src="https://oss.zc10000.com/static/botstrap-step/img_7.png" /></font>';
|
319
|
319
|
//echo "<font style='color: red;'>不符合</font>";
|
320
|
320
|
$str_no_err[$field['id']][$field2['id']]['byzy'] = '专业不符';
|
321
|
321
|
}
|
|
@@ -348,18 +348,18 @@ $tyu_num = 1;
|
348
|
348
|
{eyou:if condition='((int)$field2.xxlx === 0)'}
|
349
|
349
|
<!--<font style='color: blue;'>符合</font>-->
|
350
|
350
|
<?php
|
351
|
|
- echo '<font class="td-r"><img src="/template/pc/js/botstrap-step/img_6.png" /></font>';
|
|
351
|
+ echo '<font class="td-r"><img src="https://oss.zc10000.com/static/botstrap-step/img_6.png" /></font>';
|
352
|
352
|
$num++;
|
353
|
353
|
?>
|
354
|
354
|
{eyou:else /}
|
355
|
355
|
<?php
|
356
|
356
|
if((int)$field2['xxlx'] === (int)$detail['xxlx']){
|
357
|
357
|
//echo "<font style='color: blue;'>符合</font>";
|
358
|
|
- echo '<font class="td-r"><img src="/template/pc/js/botstrap-step/img_6.png" /></font>';
|
|
358
|
+ echo '<font class="td-r"><img src="https://oss.zc10000.com/static/botstrap-step/img_6.png" /></font>';
|
359
|
359
|
$num++;
|
360
|
360
|
}else{
|
361
|
361
|
//echo "<font style='color: red;'>不符合</font>";
|
362
|
|
- echo '<font class="td-b"><img src="/template/pc/js/botstrap-step/img_7.png" /></font>';
|
|
362
|
+ echo '<font class="td-b"><img src="https://oss.zc10000.com/static/botstrap-step/img_7.png" /></font>';
|
363
|
363
|
$str_no_err[$field['id']][$field2['id']]['xxlx'] = '学校类型不符';
|
364
|
364
|
}
|
365
|
365
|
?>
|
|
@@ -402,16 +402,16 @@ $tyu_num = 1;
|
402
|
402
|
<?php
|
403
|
403
|
if((int)$field2['bysj'] === 0){
|
404
|
404
|
//echo "<font style='color: blue;'>符合</font>";
|
405
|
|
- echo '<font class="td-r"><img src="/template/pc/js/botstrap-step/img_6.png" /></font>';
|
|
405
|
+ echo '<font class="td-r"><img src="https://oss.zc10000.com/static/botstrap-step/img_6.png" /></font>';
|
406
|
406
|
$num++;
|
407
|
407
|
}else{
|
408
|
408
|
if((int)$field2['bysj_time'] <= $interval->y){
|
409
|
409
|
//echo "<font style='color: blue;'>符合</font>";
|
410
|
|
- echo '<font class="td-r"><img src="/template/pc/js/botstrap-step/img_6.png" /></font>';
|
|
410
|
+ echo '<font class="td-r"><img src="https://oss.zc10000.com/static/botstrap-step/img_6.png" /></font>';
|
411
|
411
|
$num++;
|
412
|
412
|
}else{
|
413
|
413
|
//echo "<font style='color: red;'>不符合</font>";
|
414
|
|
- echo '<font class="td-b"><img src="/template/pc/js/botstrap-step/img_7.png" /></font>';
|
|
414
|
+ echo '<font class="td-b"><img src="https://oss.zc10000.com/static/botstrap-step/img_7.png" /></font>';
|
415
|
415
|
$str_no_err[$field['id']][$field2['id']]['bysj'] = '毕业时间不符';
|
416
|
416
|
}
|
417
|
417
|
}
|
|
@@ -508,13 +508,13 @@ $tyu_num = 1;
|
508
|
508
|
//表示没查出限制要求
|
509
|
509
|
if(empty($zhengshu3)){
|
510
|
510
|
//echo "<font style='color: blue;'>符合</font>";
|
511
|
|
- echo '<font class="td-r"><img src="/template/pc/js/botstrap-step/img_6.png" /></font>';
|
|
511
|
+ echo '<font class="td-r"><img src="https://oss.zc10000.com/static/botstrap-step/img_6.png" /></font>';
|
512
|
512
|
$num++;
|
513
|
513
|
}else{
|
514
|
514
|
if(empty($zhengshu)){
|
515
|
515
|
//用户没有证书
|
516
|
516
|
//echo "<font style='color: red;'>不符合</font>";
|
517
|
|
- echo '<font class="td-b"><img src="/template/pc/js/botstrap-step/img_7.png" /></font>';
|
|
517
|
+ echo '<font class="td-b"><img src="https://oss.zc10000.com/static/botstrap-step/img_7.png" /></font>';
|
518
|
518
|
$str_no_err[$field['id']][$field2['id']]['xxlx'] = '未拥有证书';
|
519
|
519
|
}else{
|
520
|
520
|
//判断是否包含
|
|
@@ -567,14 +567,14 @@ $tyu_num = 1;
|
567
|
567
|
if(($ik-1) === $ik4){
|
568
|
568
|
////echo "<font style='color: blue;'>符合1</font>";
|
569
|
569
|
//$res = "<font style='color: blue;'>符合</font>";
|
570
|
|
- $res = '<font class="td-r"><img src="/template/pc/js/botstrap-step/img_6.png" /></font>';
|
|
570
|
+ $res = '<font class="td-r"><img src="https://oss.zc10000.com/static/botstrap-step/img_6.png" /></font>';
|
571
|
571
|
$num++;
|
572
|
572
|
//跳出循环 已经符合其中 一个 且了
|
573
|
573
|
break;
|
574
|
574
|
}else{
|
575
|
575
|
////echo "<font style='color: red;'>不符合2</font>";
|
576
|
576
|
//$res = "<font style='color: red;'>不符合</font>";
|
577
|
|
- $res = '<font class="td-b"><img src="/template/pc/js/botstrap-step/img_7.png" /></font>';
|
|
577
|
+ $res = '<font class="td-b"><img src="https://oss.zc10000.com/static/botstrap-step/img_7.png" /></font>';
|
578
|
578
|
$str_no_err[$field['id']][$field2['id']]['xxlx'] = '证书要求不符';
|
579
|
579
|
}
|
580
|
580
|
}
|