|
@@ -17,10 +17,10 @@
|
|
|
placeholder="请选择您的期望城市" border placeholderClass='input-style' suffixIcon="arrow-right"
|
|
|
suffixIconStyle="font-size: 32rpx;font-weight: 400;color: #CACACA;" v-model="city1"></u--input>
|
|
|
</view>
|
|
|
- <view class="body-input u-flex-col u-row-center">
|
|
|
+ <view class="body-input u-flex-col u-row-center" @click="show = 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"
|
|
|
+ <u--input :value="label" :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;"></u--input>
|
|
|
</view>
|
|
|
<!-- <view class="body-input u-flex-col u-row-center" @click="changehangye">
|
|
@@ -57,8 +57,7 @@
|
|
|
</view>
|
|
|
<u-switch v-model="button" @change="change"></u-switch>
|
|
|
</view>
|
|
|
- <view class="safe-area-inset-bottom"></view>
|
|
|
- <view class="u-flex u-row-between bot">
|
|
|
+ <view class="u-flex u-row-between bot" style="height: 166rpx;">
|
|
|
<view class="safe-area-inset-bottom"></view>
|
|
|
<view v-if="type==2" class="button1" @click="dele">
|
|
|
删除
|
|
@@ -68,12 +67,11 @@
|
|
|
</view>
|
|
|
<view class="safe-area-inset-bottom"></view>
|
|
|
</view>
|
|
|
- <view class="safe-area-inset-bottom"></view>
|
|
|
<u-datetime-picker ref="picker" title="求职时间" :minDate="minDate" @confirm="birthdayConfirm" :show="birthdayShow"
|
|
|
mode="date" @cancel='birthdayShow = false'></u-datetime-picker>
|
|
|
<u-picker ref="uPicker" keyName="name" title="期望城市" :defaultIndex="indexs" :show="cityShow" :columns="cityList"
|
|
|
@confirm="cityconfirm" @cancel="cityShow = false" @change="changeHandler"></u-picker>
|
|
|
- <u-popup :show="propshow" mode="center" @close="close">
|
|
|
+ <u-popup :show="propshow" mode="center" @close="propshow = false" round="20">
|
|
|
<view style="width:570rpx ;padding: 32rpx;border-radius: 20rpx;">
|
|
|
<text>感谢您使用平安健康保险App,我们非常重视您的信息和隐私</text>
|
|
|
<view class="u-flex" style="justify-content: center;">
|
|
@@ -85,6 +83,8 @@
|
|
|
</u-popup>
|
|
|
<u-modal :showCancelButton="true" :show="delec" :title="title" :content='content' @confirm="confirm"
|
|
|
@cancel="delec = false"></u-modal>
|
|
|
+ <u-picker keyName="label" title="期待薪资" :show="show" :columns="xinzilist" @confirm="xin"
|
|
|
+ @cancel="show = false"></u-picker>
|
|
|
</view>
|
|
|
</template>
|
|
|
|
|
@@ -98,6 +98,8 @@
|
|
|
export default {
|
|
|
data() {
|
|
|
return {
|
|
|
+ label: "",
|
|
|
+ show: false,
|
|
|
title: "您确定要删除该求职意向吗?",
|
|
|
delec: false,
|
|
|
type: 2,
|
|
@@ -135,8 +137,8 @@
|
|
|
province_id: "", //string 期望省份ID(求职意向
|
|
|
city_id: "", //string 期望城市ID(求职意向
|
|
|
salary_type: "month", //string 薪资类型: year=年薪;month=月薪(求职意向
|
|
|
- salary: "600", //string 薪水(求职意向
|
|
|
- salary_month: "600", //string 一年多少薪(求职意向
|
|
|
+ salary: "", //string 薪水(求职意向
|
|
|
+ // salary_month: "", //string 一年多少薪(求职意向
|
|
|
// category_field_id: "", //string 领域ID(求职意向
|
|
|
category_industry_first: "", //string 行业一级ID(求职意向
|
|
|
category_industry_id: "", //string 行业ID(求职意向
|
|
@@ -146,16 +148,20 @@
|
|
|
is_pay: 0,
|
|
|
// city1: "",
|
|
|
source_id: this.id
|
|
|
- }
|
|
|
+ },
|
|
|
+ xinzilist: [
|
|
|
+
|
|
|
+ ]
|
|
|
|
|
|
}
|
|
|
},
|
|
|
onLoad(opsition) {
|
|
|
this.AllArea()
|
|
|
+ this.xinzi()
|
|
|
this.id = opsition.id
|
|
|
- console.log(this.id);
|
|
|
+ // console.log(this.id);
|
|
|
this.type = opsition.type
|
|
|
- console.log(this.type);
|
|
|
+ // console.log(this.type);
|
|
|
if (opsition.type == 1) {
|
|
|
this.bigtitle = "添加"
|
|
|
} else {
|
|
@@ -164,6 +170,21 @@
|
|
|
}
|
|
|
},
|
|
|
methods: {
|
|
|
+ xin(e) {
|
|
|
+ this.job_intention.salary_month = e.value[0].value
|
|
|
+ this.label = e.value[0].label
|
|
|
+ this.show = false
|
|
|
+ },
|
|
|
+ xinzi() {
|
|
|
+ var xinzilist = []
|
|
|
+ for (var i = 1; i <= 100; i++) {
|
|
|
+ xinzilist.push({
|
|
|
+ label: `${i}K`,
|
|
|
+ value: i
|
|
|
+ })
|
|
|
+ }
|
|
|
+ this.xinzilist.push(xinzilist)
|
|
|
+ },
|
|
|
dele() {
|
|
|
this.delec = true
|
|
|
},
|
|
@@ -174,6 +195,8 @@
|
|
|
}).then(res => {
|
|
|
this.$u.toast("删除成功")
|
|
|
setTimeout(() => {
|
|
|
+ const eventChannel = this.getOpenerEventChannel()
|
|
|
+ eventChannel.emit("refresh", "")
|
|
|
uni.navigateBack()
|
|
|
}, 800)
|
|
|
})
|
|
@@ -240,7 +263,7 @@
|
|
|
})
|
|
|
},
|
|
|
change(e) {
|
|
|
- console.log(e);
|
|
|
+ // console.log(e);
|
|
|
if (e) {
|
|
|
this.job_intention.is_pay = 1
|
|
|
} else {
|
|
@@ -250,14 +273,14 @@
|
|
|
//所有地区
|
|
|
AllArea() {
|
|
|
getAllArea().then((res) => {
|
|
|
- console.log(res);
|
|
|
+ // console.log(res);
|
|
|
this.province = res.data.map(t => {
|
|
|
return {
|
|
|
name: t.name,
|
|
|
id: t.id
|
|
|
}
|
|
|
})
|
|
|
- console.log("aaa", this.province);
|
|
|
+ // console.log("aaa", this.province);
|
|
|
this.city = res.data.map(t => t.children.map(v => {
|
|
|
return {
|
|
|
name: v.name,
|
|
@@ -404,7 +427,7 @@
|
|
|
url: "/pagesA/change-hangye1",
|
|
|
events: {
|
|
|
changehangye: (res) => {
|
|
|
- console.log(res);
|
|
|
+ // console.log(res);
|
|
|
// res.forEach((item) => {
|
|
|
// this.category_industry_name += item.name + " "
|
|
|
// // this.category_industry_id = item.id
|