|
@@ -794,7 +794,7 @@ class IndexController extends WebBaseController
|
|
|
|
|
|
//招考岗位
|
|
|
$where_post[] = ['recruit_id', '=', $id];
|
|
|
- $where_post[] = ['status', '=', 1];
|
|
|
+ //$where_post[] = ['status', '=', 1];
|
|
|
$recruit_post = RecruitPost::where($where_post)->get();
|
|
|
$post = [];
|
|
|
$post_limit = [];
|
|
@@ -803,6 +803,7 @@ class IndexController extends WebBaseController
|
|
|
$item = [
|
|
|
'value' => $value['id'],
|
|
|
'label' => $value['code'] . " " . $value['name'],
|
|
|
+ 'disabled' => $value['status'] == 1 ? false : true,
|
|
|
];
|
|
|
$post_limit[$value['id']] = json_decode($value['limit']);
|
|
|
$post_special[$value['id']] = json_decode($value['special']);
|