|
@@ -8,65 +8,98 @@
|
|
|
<u-icon name="close" size="22" color="#fff"></u-icon>
|
|
|
</view>
|
|
|
<scroll-view scroll-y="true" class="shaixuan-scroll u-flex-1">
|
|
|
+
|
|
|
<view class="scroll-title u-flex u-row-between">
|
|
|
- <text>所属行业</text>
|
|
|
- <text @click="tohangye">查看更多</text>
|
|
|
+ <text>薪资范围</text>
|
|
|
</view>
|
|
|
<view class="scroll-item u-flex u-row-between u-flex-wrap">
|
|
|
- <text :class="{text:hangye.id == -1}" @click="hangye = {name:'',id:-1,show:false}">不限</text>
|
|
|
- <text v-for="(a,b) in tuijianhangyelist" :key="b" :class="{text:hangye.id == a.id}" @click="hangye = {name:a.name,id:a.id,show:false}">{{a.name}}</text>
|
|
|
- <text v-if="hangye.show" class="text">{{hangye.name}}</text>
|
|
|
+ <text :class="{text:xinzi.name == '不限'}"
|
|
|
+ @click="xinzi = {name: '不限',min: '',max: '',zidingyi: ''}">不限</text>
|
|
|
+ <text v-for="(a,b) in xinzilist" :key="b" :class="{text:xinzi.name == a.name}"
|
|
|
+ @click="xinzi = {name: a.name,min: a.min,max: a.max,zidingyi: ''}">{{a.name}}</text>
|
|
|
+ <text :class="{text:xinzi.zidingyi}"
|
|
|
+ @click="openxinzi = true">{{xinzi.zidingyi || '自定义'}}</text>
|
|
|
</view>
|
|
|
<view class="scroll-title u-flex u-row-between">
|
|
|
- <text>职业类型</text>
|
|
|
- <text @click="tozhiye">查看更多</text>
|
|
|
+ <text>学历要求</text>
|
|
|
</view>
|
|
|
<view class="scroll-item u-flex u-row-between u-flex-wrap">
|
|
|
- <text :class="{text:fenlei.id == -1}" @click="fenlei = {name:'',id:-1,show:false}">不限</text>
|
|
|
- <text v-for="(a,b) in tuijianfenleilist" :key="b" :class="{text:fenlei.id == a.id}" @click="fenlei = {name:a.name,id:a.id,show:false}">{{a.name}}</text>
|
|
|
- <text v-if="fenlei.show" class="text">{{fenlei.name}}</text>
|
|
|
- </view>
|
|
|
- <view class="scroll-title u-flex u-row-between">
|
|
|
- <text>不看企业</text>
|
|
|
- </view>
|
|
|
- <view class="scroll-gongsi">
|
|
|
- <view class="gongsi-item u-flex" v-for="(a,b) in bukanlist" :key="b">
|
|
|
- <text class="text">{{a}}</text>
|
|
|
- <u-icon name="close" size="24" @click="bukanlist = []"></u-icon>
|
|
|
- </view>
|
|
|
- <view class="gongsi-add" v-if="bukanlist.length == 0" @click="showbukan = true">
|
|
|
- 添加
|
|
|
- </view>
|
|
|
+ <text :class="{text:xueli == -1}" @click="xueli = -1">不限</text>
|
|
|
+ <text v-for="(a,b) in xuelilist" :key="b" :class="{text:xueli == b}"
|
|
|
+ @click="xueli = b">{{a.name}}</text>
|
|
|
</view>
|
|
|
<view class="scroll-title u-flex u-row-between">
|
|
|
- <text>期望薪资</text>
|
|
|
+ <text>工作经验</text>
|
|
|
</view>
|
|
|
<view class="scroll-item u-flex u-row-between u-flex-wrap">
|
|
|
- <text :class="{text:xinzi.name == '不限'}" @click="xinzi = {name: '不限',min: '',max: '',zidingyi: ''}">不限</text>
|
|
|
- <text v-for="(a,b) in xinzilist" :key="b" :class="{text:xinzi.name == a.name}" @click="xinzi = {name: a.name,min: a.min,max: a.max,zidingyi: ''}">{{a.name}}</text>
|
|
|
- <text :class="{text:xinzi.zidingyi}" @click="openxinzi = true">{{xinzi.zidingyi || '自定义'}}</text>
|
|
|
+ <text :class="{text:jingyan == -1}" @click="jingyan = -1">不限</text>
|
|
|
+ <text v-for="(a,b) in jingyanlist" :key="b" :class="{text:jingyan == b}"
|
|
|
+ @click="jingyan = b">{{a.name}}</text>
|
|
|
</view>
|
|
|
<view class="scroll-title u-flex u-row-between">
|
|
|
- <text>学历要求</text>
|
|
|
+ <text>行业类型</text>
|
|
|
+ <text @click="tohangye">查看更多</text>
|
|
|
</view>
|
|
|
<view class="scroll-item u-flex u-row-between u-flex-wrap">
|
|
|
- <text :class="{text:xueli == -1}" @click="xueli = -1">不限</text>
|
|
|
- <text v-for="(a,b) in xuelilist" :key="b" :class="{text:xueli == b}" @click="xueli = b">{{a.name}}</text>
|
|
|
+ <text :class="{text:hangye.id == -1}" @click="hangye = {name:'',id:-1,show:false}">不限</text>
|
|
|
+ <text v-for="(a,b) in tuijianhangyelist" :key="b" :class="{text:hangye.id == a.id}"
|
|
|
+ @click="hangye = {name:a.name,id:a.id,show:false}">{{a.name}}</text>
|
|
|
+ <text v-if="hangye.show" class="text">{{hangye.name}}</text>
|
|
|
</view>
|
|
|
+
|
|
|
+
|
|
|
<view class="scroll-title u-flex u-row-between">
|
|
|
- <text>工作经验</text>
|
|
|
+ <text>公司规模</text>
|
|
|
</view>
|
|
|
<view class="scroll-item u-flex u-row-between u-flex-wrap">
|
|
|
- <text :class="{text:jingyan == -1}" @click="jingyan = -1">不限</text>
|
|
|
- <text v-for="(a,b) in jingyanlist" :key="b" :class="{text:jingyan == b}" @click="jingyan = b">{{a.name}}</text>
|
|
|
+ <text :class="{text:guimo == -1}" @click="guimo = -1">不限</text>
|
|
|
+ <text v-for="(a,b) in guimolist" :key="b" :class="{text:guimo == b}"
|
|
|
+ @click="guimo = b">{{a.name}}</text>
|
|
|
</view>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
<view class="scroll-title u-flex u-row-between">
|
|
|
<text>融资阶段</text>
|
|
|
</view>
|
|
|
<view class="scroll-item u-flex u-row-between u-flex-wrap">
|
|
|
<text :class="{text:jieduan == -1}" @click="jieduan = -1">不限</text>
|
|
|
- <text v-for="(a,b) in jieduanlist" :key="b" :class="{text:jieduan == b}" @click="jieduan = b">{{a.name}}</text>
|
|
|
+ <text v-for="(a,b) in jieduanlist" :key="b" :class="{text:jieduan == b}"
|
|
|
+ @click="jieduan = b">{{a.name}}</text>
|
|
|
+ </view>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <!-- <view class="scroll-title u-flex u-row-between">
|
|
|
+ <text>职业类型</text>
|
|
|
+ <text @click="tozhiye">查看更多</text>
|
|
|
</view>
|
|
|
+ <view class="scroll-item u-flex u-row-between u-flex-wrap">
|
|
|
+ <text :class="{text:fenlei.id == -1}" @click="fenlei = {name:'',id:-1,show:false}">不限</text>
|
|
|
+ <text v-for="(a,b) in tuijianfenleilist" :key="b" :class="{text:fenlei.id == a.id}" @click="fenlei = {name:a.name,id:a.id,show:false}">{{a.name}}</text>
|
|
|
+ <text v-if="fenlei.show" class="text">{{fenlei.name}}</text>
|
|
|
+ </view> -->
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <!-- <view class="scroll-title u-flex u-row-between">
|
|
|
+ <text>不看企业</text>
|
|
|
+ </view> -->
|
|
|
+ <!-- <view class="scroll-gongsi">
|
|
|
+ <view class="gongsi-item u-flex" v-for="(a,b) in bukanlist" :key="b">
|
|
|
+ <text class="text">{{a}}</text>
|
|
|
+ <u-icon name="close" size="24" @click="bukanlist = []"></u-icon>
|
|
|
+ </view>
|
|
|
+ <view class="gongsi-add" v-if="bukanlist.length == 0" @click="showbukan = true">
|
|
|
+ 添加
|
|
|
+ </view>
|
|
|
+ </view> -->
|
|
|
+
|
|
|
</scroll-view>
|
|
|
<view class="shaixuan-btn u-flex u-row-between">
|
|
|
<text @click="chongzhi">重置</text>
|
|
@@ -75,17 +108,25 @@
|
|
|
<view class="safe-area-inset-bottom" v-if="showdown"></view>
|
|
|
</view>
|
|
|
</u-popup>
|
|
|
- <u-modal v-model="showbukan" title="不看企业" :showCancelButton="true" @confirm="setbukan">
|
|
|
+ <u-modal @cancel="showbukan = false" :show="showbukan" title="不看企业" :showCancelButton="true"
|
|
|
+ @confirm="setbukan">
|
|
|
<view class="slot-content">
|
|
|
<input type="text" class="content-input" placeholder="请输入不看企业" v-model="bukan">
|
|
|
</view>
|
|
|
</u-modal>
|
|
|
- <u-picker :show="openxinzi" :columns="zidingyilist" @confirm="changezidingyi"></u-picker>
|
|
|
+ <u-picker :show="openxinzi" :columns="zidingyilist" @confirm="changezidingyi"></u-picker>
|
|
|
</view>
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
- import {get_category_job_recommend,get_category_industry_recommend,get_education,get_experience,get_company_stage} from "@/units/inquire.js"
|
|
|
+ import {
|
|
|
+ get_category_job_recommend,
|
|
|
+ get_category_industry_recommend,
|
|
|
+ get_education,
|
|
|
+ get_experience,
|
|
|
+ get_company_stage,
|
|
|
+ get_company_scale
|
|
|
+ } from "@/units/inquire.js"
|
|
|
export default {
|
|
|
props: {
|
|
|
showdown: {
|
|
@@ -95,6 +136,7 @@
|
|
|
},
|
|
|
data() {
|
|
|
return {
|
|
|
+ guimolist: [],
|
|
|
openshaixuan: false,
|
|
|
tuijianhangyelist: [],
|
|
|
hangye: {
|
|
@@ -118,6 +160,7 @@
|
|
|
max: '',
|
|
|
zidingyi: ''
|
|
|
},
|
|
|
+ guimo:-1,
|
|
|
openxinzi: false,
|
|
|
zidingyilist: [],
|
|
|
xuelilist: [],
|
|
@@ -168,6 +211,7 @@
|
|
|
"company_name": this.bukanlist[0],
|
|
|
"salary_min": this.xinzi.min,
|
|
|
"salary_max": this.xinzi.max,
|
|
|
+ "scale_ids":this.guimo == -1 ? '' : this.guimolist[this.guimo].id,
|
|
|
"education_id": this.xueli == -1 ? '' : this.xuelilist[this.xueli].id,
|
|
|
"experience_id": this.jingyan == -1 ? '' : this.jingyanlist[this.jingyan].id,
|
|
|
"stage_ids": this.jieduan == -1 ? '' : this.jieduanlist[this.jieduan].id
|
|
@@ -196,6 +240,7 @@
|
|
|
this.xueli = -1
|
|
|
this.jingyan = -1
|
|
|
this.jieduan = -1
|
|
|
+ this.guimo = -1
|
|
|
this.tosearch()
|
|
|
},
|
|
|
changezidingyi(e) {
|
|
@@ -216,15 +261,55 @@
|
|
|
this.$u.toast("请输入不看的企业")
|
|
|
return
|
|
|
}
|
|
|
+ this.showbukan = false
|
|
|
this.bukanlist.push(this.bukan)
|
|
|
},
|
|
|
getconfig() {
|
|
|
get_category_industry_recommend().then(res => {
|
|
|
- this.tuijianhangyelist = res.data
|
|
|
- }),
|
|
|
- get_category_job_recommend().then(res => {
|
|
|
- this.tuijianfenleilist = res.data
|
|
|
- })
|
|
|
+ this.tuijianhangyelist = res.data
|
|
|
+ }),
|
|
|
+ get_category_job_recommend().then(res => {
|
|
|
+ this.tuijianfenleilist = res.data
|
|
|
+ })
|
|
|
+ get_company_scale().then(res=>{
|
|
|
+ this.guimolist = res.data.reverse()
|
|
|
+ })
|
|
|
+ // this.guimolist = [{
|
|
|
+ // name: '0-49人',
|
|
|
+ // min: 0,
|
|
|
+ // max: 49
|
|
|
+ // }, {
|
|
|
+ // name: '50-99人',
|
|
|
+ // min: 5,
|
|
|
+ // max: 10
|
|
|
+ // }, {
|
|
|
+ // name: '100-499人',
|
|
|
+ // min: 10,
|
|
|
+ // max: 15
|
|
|
+ // }, {
|
|
|
+ // name: '500-999人',
|
|
|
+ // min: 15,
|
|
|
+ // max: 20
|
|
|
+ // }, {
|
|
|
+ // name: '1000-2000人',
|
|
|
+ // min: 20,
|
|
|
+ // max: 30
|
|
|
+ // }, {
|
|
|
+ // name: '2000-5000人',
|
|
|
+ // min: 30,
|
|
|
+ // max: 50
|
|
|
+ // }, {
|
|
|
+ // name: '5000-10000人',
|
|
|
+ // min: 50,
|
|
|
+ // max: 9999
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // name: '10000人以上',
|
|
|
+ // min: 50,
|
|
|
+ // max: 9999
|
|
|
+ // }
|
|
|
+ // ]
|
|
|
+
|
|
|
this.xinzilist = [{
|
|
|
name: '5K以下',
|
|
|
min: 0,
|