|
|
|
|
@ -25,9 +25,6 @@
|
|
|
|
|
type="year" placeholder="查询年份" value-format="yyyy" format="yyyy">
|
|
|
|
|
</el-date-picker>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<el-input v-model="select.course_name" placeholder="请输入课程名称"></el-input>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<el-date-picker style="width:100%" @change="changeStartDate" v-model="select.courses_start_date" type="date"
|
|
|
|
|
placeholder="课程开始日期" value-format="yyyy-MM-dd" format="yyyy-MM-dd">
|
|
|
|
|
@ -38,62 +35,47 @@
|
|
|
|
|
placeholder="课程结束日期" value-format="yyyy-MM-dd" format="yyyy-MM-dd">
|
|
|
|
|
</el-date-picker>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<el-select filterable v-model="select.status" placeholder="请选择审核状态" clearable>
|
|
|
|
|
<el-option v-for="item in apply_status_list" :key="item.id" :label="item.value" :value="item.id">
|
|
|
|
|
</el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<el-select filterable v-model="select.course_type" placeholder="请选择课程体系" clearable>
|
|
|
|
|
<el-option v-for="item in courseTypeList" :key="item.id" :label="item.name" :value="item.id">
|
|
|
|
|
</el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
</div>
|
|
|
|
|
<div style="width:250px">
|
|
|
|
|
<el-date-picker
|
|
|
|
|
v-model="signDates"
|
|
|
|
|
type="daterange"
|
|
|
|
|
range-separator="至"
|
|
|
|
|
value-format="yyyy-MM-dd"
|
|
|
|
|
format="yyyy-MM-dd"
|
|
|
|
|
start-placeholder="报名开始日期"
|
|
|
|
|
end-placeholder="报名结束日期"
|
|
|
|
|
:picker-options="signDatePickerOptions"
|
|
|
|
|
@change="changeSignDates"
|
|
|
|
|
style="width:100%"
|
|
|
|
|
></el-date-picker>
|
|
|
|
|
<div>
|
|
|
|
|
<el-input v-model="select.course_name" placeholder="请输入课程名称"></el-input>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div>
|
|
|
|
|
<el-select filterable v-model="select.from" placeholder="请选择学员标签" clearable style="width: 100%;">
|
|
|
|
|
<el-option v-for="(item,index) in formSelect.from_tag" :key="index" :label="item.value" :value="item.value">
|
|
|
|
|
<el-select filterable v-model="select.status" placeholder="请选择审核状态" clearable>
|
|
|
|
|
<el-option v-for="item in apply_status_list" :key="item.id" :label="item.value" :value="item.id">
|
|
|
|
|
</el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<el-select filterable style="width:100%" v-model="talentTagsType"
|
|
|
|
|
@change="(e)=>{changeSelectType(e,'talent_tags')}" multiple collapse-tags placeholder="请选择人才标签" clearable>
|
|
|
|
|
<el-option v-for="(item,index) in formSelect.talent_tags" :key="index" :label="item.value" :value="item.value">
|
|
|
|
|
<div v-if="!isIndex2Route">
|
|
|
|
|
<el-select filterable v-model="select.is_schoolmate" placeholder="请选择是否校友" clearable>
|
|
|
|
|
<el-option v-for="item in is_schoolmate_list" :key="item.id" :label="item.value" :value="item.id">
|
|
|
|
|
</el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
</div>
|
|
|
|
|
<div style="width:250px">
|
|
|
|
|
<el-date-picker v-model="birthdayDates" format="yyyy-MM-dd" value-format="yyyy-MM-dd"
|
|
|
|
|
style="width:100%" @change="changeBirthdayDates" type="daterange" range-separator="至"
|
|
|
|
|
start-placeholder="出生日期" end-placeholder="出生日期">
|
|
|
|
|
</el-date-picker>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<el-input v-model="select.mobile" placeholder="请输入手机号"></el-input>
|
|
|
|
|
<el-select filterable style="width:100%" v-model="select.is_yh_invested" placeholder="请选择集团标签" clearable>
|
|
|
|
|
<el-option label="被投企业" :value="1">
|
|
|
|
|
</el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<el-input v-model="select.school" placeholder="请输入最高毕业院校"></el-input>
|
|
|
|
|
<div style="width:250px">
|
|
|
|
|
<el-select filterable style="width:100%" v-model="companyType"
|
|
|
|
|
@change="(e)=>{changeSelectType(e,'company_type')}" multiple collapse-tags
|
|
|
|
|
placeholder="请选择企业资质" clearable>
|
|
|
|
|
<el-option v-for="(item,index) in formSelect.company_type_all" :key="index" :label="item"
|
|
|
|
|
:value="item">
|
|
|
|
|
</el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<el-select filterable style="width:100%" v-model="educationType"
|
|
|
|
|
@change="(e)=>{changeSelectType(e,'education')}" multiple collapse-tags placeholder="请选择学历" clearable>
|
|
|
|
|
<el-option v-for="item in formSelect.education" :key="item.id" :label="item.value"
|
|
|
|
|
:value="item.value">
|
|
|
|
|
<el-select filterable style="width:100%" v-model="talentTagsType"
|
|
|
|
|
@change="(e)=>{changeSelectType(e,'talent_tags')}" multiple collapse-tags placeholder="请选择人才标签" clearable>
|
|
|
|
|
<el-option v-for="(item,index) in formSelect.talent_tags" :key="index" :label="item.value" :value="item.value">
|
|
|
|
|
</el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
</div>
|
|
|
|
|
@ -104,30 +86,9 @@
|
|
|
|
|
</el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
</div>
|
|
|
|
|
<div >
|
|
|
|
|
<el-select filterable v-model="select.is_vip" placeholder="请选择学员身份" clearable>
|
|
|
|
|
<el-option v-for="item in is_vip_list" :key="item.id" :label="item.value" :value="item.id">
|
|
|
|
|
</el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
</div>
|
|
|
|
|
<div v-if="!isIndex2Route">
|
|
|
|
|
<el-select filterable v-model="select.is_schoolmate" placeholder="请选择是否校友" clearable>
|
|
|
|
|
<el-option v-for="item in is_schoolmate_list" :key="item.id" :label="item.value" :value="item.id">
|
|
|
|
|
</el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<el-input v-model="select.company_position" placeholder="请输入职务"></el-input>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<el-select filterable v-model="select.company_has_share" placeholder="是否有股份" clearable>
|
|
|
|
|
<el-option v-for="item in shareList" :key="item.value" :label="item.value" :value="item.value">
|
|
|
|
|
</el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<el-select filterable v-model="select.company_need_fund" placeholder="是否需要融资" clearable>
|
|
|
|
|
<el-option v-for="item in yuanheList" :key="item.value" :label="item.value" :value="item.value">
|
|
|
|
|
<el-select filterable v-model="select.from" placeholder="请选择学员标签" clearable style="width: 100%;">
|
|
|
|
|
<el-option v-for="(item,index) in formSelect.from_tag" :key="index" :label="item.value" :value="item.value">
|
|
|
|
|
</el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
</div>
|
|
|
|
|
@ -137,13 +98,6 @@
|
|
|
|
|
<el-option label="否" :value="0"></el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
</div>
|
|
|
|
|
<div style="width:250px">
|
|
|
|
|
<el-date-picker v-model="companyDates" format="yyyy-MM-dd" value-format="yyyy-MM-dd"
|
|
|
|
|
style="width:100%" @change="changeCompanyDates" type="daterange" range-separator="至"
|
|
|
|
|
start-placeholder="公司成立日期" end-placeholder="公司成立日期">
|
|
|
|
|
</el-date-picker>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div style="width:200px">
|
|
|
|
|
<el-select filterable style="width:100%" v-model="companyArea"
|
|
|
|
|
multiple collapse-tags
|
|
|
|
|
@ -154,16 +108,6 @@
|
|
|
|
|
</el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
</div>
|
|
|
|
|
<div style="width:250px">
|
|
|
|
|
<el-select filterable style="width:100%" v-model="companyType"
|
|
|
|
|
@change="(e)=>{changeSelectType(e,'company_type')}" multiple collapse-tags
|
|
|
|
|
placeholder="请选择企业资质" clearable>
|
|
|
|
|
<el-option v-for="(item,index) in formSelect.company_type_all" :key="index" :label="item"
|
|
|
|
|
:value="item">
|
|
|
|
|
</el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div style="width:250px">
|
|
|
|
|
<el-select filterable style="width:100%" v-model="companyIndustry" multiple collapse-tags
|
|
|
|
|
@change="(e)=>{changeSelectType(e,'company_industry')}" placeholder="请选择所属领域" clearable>
|
|
|
|
|
@ -176,17 +120,86 @@
|
|
|
|
|
</el-select>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<el-select filterable style="width:100%" v-model="select.is_yh_invested" placeholder="请选择集团标签" clearable>
|
|
|
|
|
<el-option label="被投企业" :value="1">
|
|
|
|
|
<el-select filterable v-model="select.has_openid" placeholder="是否绑定小程序" clearable>
|
|
|
|
|
<el-option v-for="item in false_or_true" :key="item.id" :label="item.value" :value="item.id">
|
|
|
|
|
</el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<el-select filterable v-model="select.has_openid" placeholder="是否绑定小程序" clearable>
|
|
|
|
|
<el-option v-for="item in false_or_true" :key="item.id" :label="item.value" :value="item.id">
|
|
|
|
|
<el-input v-model="select.mobile" placeholder="请输入手机号"></el-input>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<el-select filterable style="width:100%" v-model="educationType"
|
|
|
|
|
@change="(e)=>{changeSelectType(e,'education')}" multiple collapse-tags placeholder="请选择学历" clearable>
|
|
|
|
|
<el-option v-for="item in formSelect.education" :key="item.id" :label="item.value"
|
|
|
|
|
:value="item.value">
|
|
|
|
|
</el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<el-input v-model="select.school" placeholder="请输入最高毕业院校"></el-input>
|
|
|
|
|
</div>
|
|
|
|
|
<div style="width:250px">
|
|
|
|
|
<el-date-picker v-model="birthdayDates" format="yyyy-MM-dd" value-format="yyyy-MM-dd"
|
|
|
|
|
style="width:100%" @change="changeBirthdayDates" type="daterange" range-separator="至"
|
|
|
|
|
start-placeholder="出生日期" end-placeholder="出生日期">
|
|
|
|
|
</el-date-picker>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<el-input v-model="select.company_position" placeholder="请输入职务"></el-input>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<el-select filterable v-model="select.company_has_share" placeholder="是否有股份" clearable>
|
|
|
|
|
<el-option v-for="item in shareList" :key="item.value" :label="item.value" :value="item.value">
|
|
|
|
|
</el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<el-select filterable v-model="select.company_need_fund" placeholder="是否需要融资" clearable>
|
|
|
|
|
<el-option v-for="item in yuanheList" :key="item.value" :label="item.value" :value="item.value">
|
|
|
|
|
</el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
</div>
|
|
|
|
|
<div >
|
|
|
|
|
<el-select filterable v-model="select.is_vip" placeholder="请选择学员身份" clearable>
|
|
|
|
|
<el-option v-for="item in is_vip_list" :key="item.id" :label="item.value" :value="item.id">
|
|
|
|
|
</el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
</div>
|
|
|
|
|
<div style="width:250px">
|
|
|
|
|
<el-date-picker
|
|
|
|
|
v-model="signDates"
|
|
|
|
|
type="daterange"
|
|
|
|
|
range-separator="至"
|
|
|
|
|
value-format="yyyy-MM-dd"
|
|
|
|
|
format="yyyy-MM-dd"
|
|
|
|
|
start-placeholder="报名开始日期"
|
|
|
|
|
end-placeholder="报名结束日期"
|
|
|
|
|
:picker-options="signDatePickerOptions"
|
|
|
|
|
@change="changeSignDates"
|
|
|
|
|
style="width:100%"
|
|
|
|
|
></el-date-picker>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div style="width:250px">
|
|
|
|
|
<el-date-picker v-model="companyDates" format="yyyy-MM-dd" value-format="yyyy-MM-dd"
|
|
|
|
|
style="width:100%" @change="changeCompanyDates" type="daterange" range-separator="至"
|
|
|
|
|
start-placeholder="公司成立日期" end-placeholder="公司成立日期">
|
|
|
|
|
</el-date-picker>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<el-select v-model="select.is_chart" placeholder="课程是否统计" clearable style="width: 150px;">
|
|
|
|
|
<el-option label="否" :value="0"></el-option>
|
|
|
|
|
<el-option label="是" :value="1"></el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</template>
|
|
|
|
|
@ -423,6 +436,7 @@
|
|
|
|
|
sign_start_date: '',
|
|
|
|
|
sign_end_date: '',
|
|
|
|
|
is_company_market: '',
|
|
|
|
|
is_chart: '',
|
|
|
|
|
page: 1,
|
|
|
|
|
page_size: 10,
|
|
|
|
|
},
|
|
|
|
|
@ -632,9 +646,9 @@
|
|
|
|
|
},
|
|
|
|
|
// 处理报名日期变化
|
|
|
|
|
changeSignDates(e) {
|
|
|
|
|
if (e && e.length === 2) {
|
|
|
|
|
this.select.sign_start_date = e[0]
|
|
|
|
|
this.select.sign_end_date = e[1]
|
|
|
|
|
if (e && Array.isArray(e) && e.length === 2) {
|
|
|
|
|
this.select.sign_start_date = e[0] || ''
|
|
|
|
|
this.select.sign_end_date = e[1] || ''
|
|
|
|
|
} else {
|
|
|
|
|
this.select.sign_start_date = ''
|
|
|
|
|
this.select.sign_end_date = ''
|
|
|
|
|
@ -662,37 +676,38 @@
|
|
|
|
|
'/api/admin/users/study',
|
|
|
|
|
'get', {
|
|
|
|
|
export_fields: _export,
|
|
|
|
|
keyword: this.select.keyword,
|
|
|
|
|
name: this.select.name,
|
|
|
|
|
year:this.select.year?this.select.year:'',
|
|
|
|
|
mobile: this.select.mobile,
|
|
|
|
|
from: this.select.from,
|
|
|
|
|
talent_tags: this.select.talent_tags,
|
|
|
|
|
company_name: this.select.company_name,
|
|
|
|
|
school: this.select.school,
|
|
|
|
|
start_birthday: this.select.start_birthday,
|
|
|
|
|
end_birthday: this.select.end_birthday,
|
|
|
|
|
start_company_date: this.select.start_company_date,
|
|
|
|
|
end_company_date: this.select.end_company_date,
|
|
|
|
|
course_name: this.select.course_name,
|
|
|
|
|
company_has_share: this.select.company_has_share,
|
|
|
|
|
company_need_fund: this.select.company_need_fund,
|
|
|
|
|
company_position: this.select.company_position,
|
|
|
|
|
company_area: this.select.company_area,
|
|
|
|
|
company_type: this.select.company_type,
|
|
|
|
|
company_industry: this.select.company_industry,
|
|
|
|
|
is_vip: this.select.is_vip,
|
|
|
|
|
is_yh_invested: this.select.is_yh_invested,
|
|
|
|
|
courses_start_date: this.select.courses_start_date,
|
|
|
|
|
courses_end_date: this.select.courses_end_date,
|
|
|
|
|
is_schoolmate: this.select.is_schoolmate,
|
|
|
|
|
is_black: this.select.is_black,
|
|
|
|
|
education: this.select.education,
|
|
|
|
|
type: this.select.type,
|
|
|
|
|
status: this.select.status,
|
|
|
|
|
course_type: this.select.course_type,
|
|
|
|
|
has_openid: this.select.has_openid,
|
|
|
|
|
is_company_market: this.select.is_company_market,
|
|
|
|
|
keyword: this.select.keyword || '',
|
|
|
|
|
name: this.select.name || '',
|
|
|
|
|
year: this.select.year || '',
|
|
|
|
|
mobile: this.select.mobile || '',
|
|
|
|
|
from: this.select.from || '',
|
|
|
|
|
talent_tags: this.select.talent_tags || '',
|
|
|
|
|
company_name: this.select.company_name || '',
|
|
|
|
|
school: this.select.school || '',
|
|
|
|
|
start_birthday: this.select.start_birthday || '',
|
|
|
|
|
end_birthday: this.select.end_birthday || '',
|
|
|
|
|
start_company_date: this.select.start_company_date || '',
|
|
|
|
|
end_company_date: this.select.end_company_date || '',
|
|
|
|
|
course_name: this.select.course_name || '',
|
|
|
|
|
company_has_share: this.select.company_has_share || '',
|
|
|
|
|
company_need_fund: this.select.company_need_fund || '',
|
|
|
|
|
company_position: this.select.company_position || '',
|
|
|
|
|
company_area: this.select.company_area || '',
|
|
|
|
|
company_type: this.select.company_type || '',
|
|
|
|
|
company_industry: this.select.company_industry || '',
|
|
|
|
|
is_vip: this.select.is_vip || '',
|
|
|
|
|
is_yh_invested: this.select.is_yh_invested || '',
|
|
|
|
|
courses_start_date: this.select.courses_start_date || '',
|
|
|
|
|
courses_end_date: this.select.courses_end_date || '',
|
|
|
|
|
is_schoolmate: this.select.is_schoolmate || '',
|
|
|
|
|
is_black: this.select.is_black || '',
|
|
|
|
|
education: this.select.education || '',
|
|
|
|
|
type: this.select.type || '',
|
|
|
|
|
status: this.select.status || '',
|
|
|
|
|
course_type: this.select.course_type || '',
|
|
|
|
|
has_openid: this.select.has_openid || '',
|
|
|
|
|
is_company_market: this.select.is_company_market || '',
|
|
|
|
|
is_chart: this.select.is_chart !== '' && this.select.is_chart !== null ? this.select.is_chart : '',
|
|
|
|
|
is_export: 1,
|
|
|
|
|
page: 1,
|
|
|
|
|
page_size: 99999
|
|
|
|
|
@ -768,6 +783,7 @@
|
|
|
|
|
this.select.sign_end_date = ''
|
|
|
|
|
this.signDates = []
|
|
|
|
|
this.select.is_company_market = ''
|
|
|
|
|
this.select.is_chart = ''
|
|
|
|
|
this.select.page = 1
|
|
|
|
|
this.getList()
|
|
|
|
|
},
|
|
|
|
|
@ -775,38 +791,39 @@
|
|
|
|
|
const res = await indexStudy({
|
|
|
|
|
page: this.select.page,
|
|
|
|
|
page_size: this.select.page_size,
|
|
|
|
|
keyword: this.select.keyword,
|
|
|
|
|
name: this.select.name,
|
|
|
|
|
year:this.select.year?this.select.year:'',
|
|
|
|
|
mobile: this.select.mobile,
|
|
|
|
|
company_name: this.select.company_name,
|
|
|
|
|
from:this.select.from,
|
|
|
|
|
talent_tags: this.select.talent_tags,
|
|
|
|
|
school: this.select.school,
|
|
|
|
|
start_birthday: this.select.start_birthday,
|
|
|
|
|
end_birthday: this.select.end_birthday,
|
|
|
|
|
start_company_date: this.select.start_company_date,
|
|
|
|
|
end_company_date: this.select.end_company_date,
|
|
|
|
|
course_name: this.select.course_name,
|
|
|
|
|
company_has_share: this.select.company_has_share,
|
|
|
|
|
company_need_fund: this.select.company_need_fund,
|
|
|
|
|
company_position: this.select.company_position,
|
|
|
|
|
company_area: this.select.company_area,
|
|
|
|
|
company_type: this.select.company_type,
|
|
|
|
|
company_industry: this.select.company_industry,
|
|
|
|
|
is_yh_invested: this.select.is_yh_invested,
|
|
|
|
|
is_vip: this.select.is_vip,
|
|
|
|
|
courses_start_date: this.select.courses_start_date,
|
|
|
|
|
courses_end_date: this.select.courses_end_date,
|
|
|
|
|
is_schoolmate: this.select.is_schoolmate,
|
|
|
|
|
education: this.select.education,
|
|
|
|
|
type: this.select.type,
|
|
|
|
|
status: this.select.status,
|
|
|
|
|
has_openid:this.select.has_openid,
|
|
|
|
|
course_type: this.select.course_type,
|
|
|
|
|
sign_start_date: this.select.sign_start_date,
|
|
|
|
|
sign_end_date: this.select.sign_end_date,
|
|
|
|
|
is_company_market: this.select.is_company_market
|
|
|
|
|
keyword: this.select.keyword || '',
|
|
|
|
|
name: this.select.name || '',
|
|
|
|
|
year: this.select.year || '',
|
|
|
|
|
mobile: this.select.mobile || '',
|
|
|
|
|
company_name: this.select.company_name || '',
|
|
|
|
|
from: this.select.from || '',
|
|
|
|
|
talent_tags: this.select.talent_tags || '',
|
|
|
|
|
school: this.select.school || '',
|
|
|
|
|
start_birthday: this.select.start_birthday || '',
|
|
|
|
|
end_birthday: this.select.end_birthday || '',
|
|
|
|
|
start_company_date: this.select.start_company_date || '',
|
|
|
|
|
end_company_date: this.select.end_company_date || '',
|
|
|
|
|
course_name: this.select.course_name || '',
|
|
|
|
|
company_has_share: this.select.company_has_share || '',
|
|
|
|
|
company_need_fund: this.select.company_need_fund || '',
|
|
|
|
|
company_position: this.select.company_position || '',
|
|
|
|
|
company_area: this.select.company_area || '',
|
|
|
|
|
company_type: this.select.company_type || '',
|
|
|
|
|
company_industry: this.select.company_industry || '',
|
|
|
|
|
is_yh_invested: this.select.is_yh_invested || '',
|
|
|
|
|
is_vip: this.select.is_vip || '',
|
|
|
|
|
courses_start_date: this.select.courses_start_date || '',
|
|
|
|
|
courses_end_date: this.select.courses_end_date || '',
|
|
|
|
|
is_schoolmate: this.select.is_schoolmate || '',
|
|
|
|
|
education: this.select.education || '',
|
|
|
|
|
type: this.select.type || '',
|
|
|
|
|
status: this.select.status || '',
|
|
|
|
|
has_openid: this.select.has_openid || '',
|
|
|
|
|
course_type: this.select.course_type || '',
|
|
|
|
|
is_chart: this.select.is_chart !== '' && this.select.is_chart !== null ? this.select.is_chart : '',
|
|
|
|
|
sign_start_date: this.select.sign_start_date || '',
|
|
|
|
|
sign_end_date: this.select.sign_end_date || '',
|
|
|
|
|
is_company_market: this.select.is_company_market || ''
|
|
|
|
|
})
|
|
|
|
|
this.list = res.list.data
|
|
|
|
|
this.total = res.list.total
|
|
|
|
|
@ -818,18 +835,10 @@
|
|
|
|
|
this.searyear = this.select.year ? this.select.year : ''
|
|
|
|
|
},
|
|
|
|
|
changeDate(e) {
|
|
|
|
|
if (e) {
|
|
|
|
|
this.select.courses_end_date = e
|
|
|
|
|
} else {
|
|
|
|
|
this.select.courses_end_date = ''
|
|
|
|
|
}
|
|
|
|
|
this.select.courses_end_date = e || ''
|
|
|
|
|
},
|
|
|
|
|
changeStartDate(e) {
|
|
|
|
|
if (e) {
|
|
|
|
|
this.select.courses_start_date = e
|
|
|
|
|
} else {
|
|
|
|
|
this.select.courses_start_date = ''
|
|
|
|
|
}
|
|
|
|
|
this.select.courses_start_date = e || ''
|
|
|
|
|
},
|
|
|
|
|
// 批量设置校友库
|
|
|
|
|
selectionChange(e) {
|
|
|
|
|
|