|
@@ -49,13 +49,20 @@
|
|
suffixIconStyle="font-size: 32rpx;font-weight: 400;color: #CACACA;"
|
|
suffixIconStyle="font-size: 32rpx;font-weight: 400;color: #CACACA;"
|
|
v-model="category_job_name"></u--input>
|
|
v-model="category_job_name"></u--input>
|
|
</view>
|
|
</view>
|
|
|
|
+ <view class="body-input u-flex-col u-row-center" @click="show1 = true">
|
|
|
|
+ <text class="input-title">所属领域</text>
|
|
|
|
+ <u--input :disabled="true" disabledColor="#fff" customStyle="padding:0 !important" type="text"
|
|
|
|
+ placeholder="请选择您要选择的领域" border placeholderClass='input-style' suffixIcon="arrow-right"
|
|
|
|
+ suffixIconStyle="font-size: 32rpx;font-weight: 400;color: #CACACA;" v-model="category_name"></u--input>
|
|
|
|
+ </view>
|
|
<view class="u-flex u-row-between" style="margin-top: 30rpx;">
|
|
<view class="u-flex u-row-between" style="margin-top: 30rpx;">
|
|
<view class="u-flex">
|
|
<view class="u-flex">
|
|
<text>付费求职</text>
|
|
<text>付费求职</text>
|
|
<image @click="propshow=true" style="width: 32rpx;height: 32rpx;" src="/static/images/xiangguan.png"
|
|
<image @click="propshow=true" style="width: 32rpx;height: 32rpx;" src="/static/images/xiangguan.png"
|
|
mode=""></image>
|
|
mode=""></image>
|
|
</view>
|
|
</view>
|
|
- <u-switch v-model="button" @change="change"></u-switch>
|
|
|
|
|
|
+ <u-switch :disabled="job_intention.is_pay==1?true:false" v-model="button"
|
|
|
|
+ @change="tixing = true"></u-switch>
|
|
</view>
|
|
</view>
|
|
<view class="u-flex u-row-between bot" style="height: 166rpx;">
|
|
<view class="u-flex u-row-between bot" style="height: 166rpx;">
|
|
<view class="safe-area-inset-bottom"></view>
|
|
<view class="safe-area-inset-bottom"></view>
|
|
@@ -85,6 +92,13 @@
|
|
@cancel="delec = false"></u-modal>
|
|
@cancel="delec = false"></u-modal>
|
|
<u-picker keyName="label" title="期待薪资" :show="show" :columns="xinzilist" @confirm="xin"
|
|
<u-picker keyName="label" title="期待薪资" :show="show" :columns="xinzilist" @confirm="xin"
|
|
@cancel="show = false"></u-picker>
|
|
@cancel="show = false"></u-picker>
|
|
|
|
+ <!-- <u-picker keyName="name" title="所属领域" :show="show1" :columns="category_list" @confirm="category1"
|
|
|
|
+ @cancel="show1 = false"></u-picker> -->
|
|
|
|
+
|
|
|
|
+ <u-picker ref="uPicker1" keyName="name" title="所属领域" :defaultIndex="indexs" :show="show1"
|
|
|
|
+ :columns="category_list" @confirm="category1" @cancel="show1 = false" @change="changecategory"></u-picker>
|
|
|
|
+ <u-modal @confirm="change" :show="tixing" :title="title1" :content='content1' :showCancelButton="true"
|
|
|
|
+ @cancel="tixing = false"></u-modal>
|
|
</view>
|
|
</view>
|
|
</template>
|
|
</template>
|
|
|
|
|
|
@@ -94,11 +108,17 @@
|
|
update,
|
|
update,
|
|
resumeDetail,
|
|
resumeDetail,
|
|
destroy,
|
|
destroy,
|
|
- pay
|
|
|
|
|
|
+ pay,
|
|
|
|
+ get_category_field
|
|
} from "@/units/inquire.js"
|
|
} from "@/units/inquire.js"
|
|
export default {
|
|
export default {
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|
|
|
|
+ tixing: false,
|
|
|
|
+ title1: "提示",
|
|
|
|
+ content1: "付费求职选择后不可中途取消,确定要选择吗?",
|
|
|
|
+ show1: false,
|
|
|
|
+ category_list: [],
|
|
label: "",
|
|
label: "",
|
|
show: false,
|
|
show: false,
|
|
title: "您确定要删除该求职意向吗?",
|
|
title: "您确定要删除该求职意向吗?",
|
|
@@ -152,13 +172,17 @@
|
|
},
|
|
},
|
|
xinzilist: [
|
|
xinzilist: [
|
|
|
|
|
|
- ]
|
|
|
|
|
|
+ ],
|
|
|
|
+ category_field_first: [],
|
|
|
|
+ category_two: [],
|
|
|
|
+ category_name: ''
|
|
|
|
|
|
}
|
|
}
|
|
},
|
|
},
|
|
onLoad(opsition) {
|
|
onLoad(opsition) {
|
|
this.AllArea()
|
|
this.AllArea()
|
|
this.xinzi()
|
|
this.xinzi()
|
|
|
|
+ this.get_category_field()
|
|
this.id = opsition.id
|
|
this.id = opsition.id
|
|
// console.log(this.id);
|
|
// console.log(this.id);
|
|
this.type = opsition.type
|
|
this.type = opsition.type
|
|
@@ -171,6 +195,86 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
|
|
+ // changecategory(e) {
|
|
|
|
+ // const {
|
|
|
|
+ // columnIndex, //当前改变值的列下标
|
|
|
|
+ // value,
|
|
|
|
+ // values, // values为当前变化列的数组内容
|
|
|
|
+ // indexs, //当前地区值下标
|
|
|
|
+ // picker = this.$refs.uPicker1
|
|
|
|
+ // } = e
|
|
|
|
+ // //columnIndex代表第几列,意思是下标为0的列发生变化
|
|
|
|
+
|
|
|
|
+ // if (columnIndex === 0) {
|
|
|
|
+ // if (this.category_two[indexs[0]]) {
|
|
|
|
+ // picker.setColumnValues(1, this.category_two[indexs[0]].map(v => {
|
|
|
|
+ // return {
|
|
|
|
+ // name: v.name,
|
|
|
|
+ // id: v.id
|
|
|
|
+ // }
|
|
|
|
+ // }))
|
|
|
|
+ // } else {
|
|
|
|
+ // value = ""
|
|
|
|
+ // }
|
|
|
|
+ // // picker.setColumnValues(2, this.area[indexs[0]][0].map(v => {
|
|
|
|
+ // // return {
|
|
|
|
+ // // name: v.name,
|
|
|
|
+ // // id: v.id
|
|
|
|
+ // // }
|
|
|
|
+ // // }))
|
|
|
|
+ // }
|
|
|
|
+ // },
|
|
|
|
+ category1(e) {
|
|
|
|
+ let a = e.value[0].name + e.value[1].name
|
|
|
|
+ let ids = String(e.value[0].id) + String(e.value[1].id)
|
|
|
|
+ this.job_intention.category_field_id = e.value[1].id
|
|
|
|
+ this.job_intention.category_field_first = e.value[0].id
|
|
|
|
+ this.category_name = a
|
|
|
|
+ this.show1 = false
|
|
|
|
+ // this.city1 = e.value.join("")
|
|
|
|
+ },
|
|
|
|
+ get_category_field() {
|
|
|
|
+ get_category_field().then(res => {
|
|
|
|
+ console.log(res);
|
|
|
|
+ this.category_field_first = res.data.map(t => {
|
|
|
|
+ console.log(t);
|
|
|
|
+ return {
|
|
|
|
+ name: t.name,
|
|
|
|
+ id: t.id
|
|
|
|
+ }
|
|
|
|
+ })
|
|
|
|
+ console.log("aaa", this.category_field_first);
|
|
|
|
+ this.category_two = res.data.map(t => {
|
|
|
|
+ if (t.childlist) {
|
|
|
|
+ var c = []
|
|
|
|
+ c = t.childlist.map(v => {
|
|
|
|
+ console.log(v);
|
|
|
|
+ return {
|
|
|
|
+ name: v.name,
|
|
|
|
+ id: v.id
|
|
|
|
+ }
|
|
|
|
+ })
|
|
|
|
+ }
|
|
|
|
+ return c
|
|
|
|
+ })
|
|
|
|
+ console.log('category_two', this.category_two);
|
|
|
|
+ let a = []
|
|
|
|
+ let b = []
|
|
|
|
+ this.category_field_first.map(res => {
|
|
|
|
+ a.push({
|
|
|
|
+ name: res.name,
|
|
|
|
+ id: res.id,
|
|
|
|
+ })
|
|
|
|
+ })
|
|
|
|
+ this.category_two[0].map(res => {
|
|
|
|
+ b.push({
|
|
|
|
+ name: res.name,
|
|
|
|
+ id: res.id,
|
|
|
|
+ })
|
|
|
|
+ })
|
|
|
|
+ this.category_list = [a, b]
|
|
|
|
+ })
|
|
|
|
+ },
|
|
xin(e) {
|
|
xin(e) {
|
|
this.job_intention.salary_month = e.value[0].value
|
|
this.job_intention.salary_month = e.value[0].value
|
|
this.label = e.value[0].label
|
|
this.label = e.value[0].label
|
|
@@ -209,7 +313,7 @@
|
|
this.job_intention.category_field_first = item.category_field_first
|
|
this.job_intention.category_field_first = item.category_field_first
|
|
this.label = item.salary_month + "k"
|
|
this.label = item.salary_month + "k"
|
|
this.job_intention.category_field_id = item.category_field_id
|
|
this.job_intention.category_field_id = item.category_field_id
|
|
- this.category_field_name = item.category_field_name
|
|
|
|
|
|
+ this.category_name = item.category_field_name
|
|
this.job_intention.category_industry_first = item.category_industry_first
|
|
this.job_intention.category_industry_first = item.category_industry_first
|
|
this.job_intention.category_industry_id = item.category_industry_id
|
|
this.job_intention.category_industry_id = item.category_industry_id
|
|
this.category_industry_name = item.category_industry_name
|
|
this.category_industry_name = item.category_industry_name
|
|
@@ -266,23 +370,24 @@
|
|
})
|
|
})
|
|
},
|
|
},
|
|
change(e) {
|
|
change(e) {
|
|
- if (e) {
|
|
|
|
- this.job_intention.is_pay = 1
|
|
|
|
- pay({
|
|
|
|
- id: this.id
|
|
|
|
- }).then(res => {
|
|
|
|
- console.log(res);
|
|
|
|
- if (res.code == 1) {
|
|
|
|
|
|
+ // if (e) {
|
|
|
|
+ // this.job_intention.is_pay = 1
|
|
|
|
+ // pay({
|
|
|
|
+ // id: this.id
|
|
|
|
+ // }).then(res => {
|
|
|
|
+ // console.log(res);
|
|
|
|
+ // if (res.code == 1) {
|
|
|
|
|
|
- } else {
|
|
|
|
- this.$u.toast(res.msg)
|
|
|
|
- this.job_intention.is_pay = 0
|
|
|
|
- this.resumeDetail()
|
|
|
|
- }
|
|
|
|
- })
|
|
|
|
- } else {
|
|
|
|
- this.job_intention.is_pay = 0
|
|
|
|
- }
|
|
|
|
|
|
+ // } else {
|
|
|
|
+ // this.$u.toast(res.msg)
|
|
|
|
+ // this.job_intention.is_pay = 0
|
|
|
|
+ // this.resumeDetail()
|
|
|
|
+ // }
|
|
|
|
+ // })
|
|
|
|
+ // } else {
|
|
|
|
+ // this.job_intention.is_pay = 0
|
|
|
|
+ // }
|
|
|
|
+ this.tixing = false
|
|
},
|
|
},
|
|
//所有地区
|
|
//所有地区
|
|
AllArea() {
|
|
AllArea() {
|
|
@@ -334,38 +439,7 @@
|
|
id: res.id,
|
|
id: res.id,
|
|
})
|
|
})
|
|
})
|
|
})
|
|
-
|
|
|
|
this.cityList = [a, b, c]
|
|
this.cityList = [a, b, c]
|
|
- // if (this.province && this.city && this.area) {
|
|
|
|
- // //省索引
|
|
|
|
- // let pIdx = this.province.findIndex(v => v.name == this.province);
|
|
|
|
- // //根据省索引设置默认市数据
|
|
|
|
- // this.columns[1] = this.city[pIdx].map(res => res.name)
|
|
|
|
- // //市索引
|
|
|
|
- // let cIdx = this.city[pIdx].findIndex(v => v.name == this.city);
|
|
|
|
- // //根据市索引设置默认区数据
|
|
|
|
- // this.columns[2] = this.area[pIdx][cIdx].map(res => res.name)
|
|
|
|
- // //区索引
|
|
|
|
- // let aIdx = this.area[pIdx][cIdx].findIndex(v => v.name == this.area);
|
|
|
|
- // this.indexs = [pIdx, cIdx, aIdx];
|
|
|
|
- // // console.log(pIdx, cIdx, aIdx);
|
|
|
|
- // console.log(this.indexs);
|
|
|
|
- // }
|
|
|
|
- // if (this.addressData.province && this.addressData.city && this.addressData.area) {
|
|
|
|
- // //省索引
|
|
|
|
- // let pIdx = this.province.findIndex(v => v.name == this.addressData.province);
|
|
|
|
- // //根据省索引设置默认市数据
|
|
|
|
- // this.columns[1] = this.city[pIdx].map(res => res.name)
|
|
|
|
- // //市索引
|
|
|
|
- // let cIdx = this.city[pIdx].findIndex(v => v.name == this.addressData.city);
|
|
|
|
- // //根据市索引设置默认区数据
|
|
|
|
- // this.columns[2] = this.area[pIdx][cIdx].map(res => res.name)
|
|
|
|
- // //区索引
|
|
|
|
- // let aIdx = this.area[pIdx][cIdx].findIndex(v => v.name == this.addressData.area);
|
|
|
|
- // this.indexs = [pIdx, cIdx, aIdx];
|
|
|
|
- // // console.log(pIdx, cIdx, aIdx);
|
|
|
|
- // console.log(this.indexs);
|
|
|
|
- // }
|
|
|
|
})
|
|
})
|
|
},
|
|
},
|
|
changeHandler(e) {
|
|
changeHandler(e) {
|