|
@@ -47,7 +47,7 @@
|
|
|
v-model="category_industry_name"></u--input>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="body-input u-flex-col u-row-center">
|
|
|
+ <!-- <view class="body-input u-flex-col u-row-center">
|
|
|
<text class="input-title">期望薪资</text>
|
|
|
<view class="" @click="show = true">
|
|
|
<u--input :value="label" :disabled="true" disabledColor="#fff" customStyle="padding:0 !important"
|
|
@@ -55,6 +55,22 @@
|
|
|
suffixIcon="arrow-right"
|
|
|
suffixIconStyle="font-size: 32rpx;font-weight: 400;color: #CACACA;"></u--input>
|
|
|
</view>
|
|
|
+ </view> -->
|
|
|
+ <view class="body-input u-flex-col u-row-center">
|
|
|
+ <text class="input-title">期望薪资</text>
|
|
|
+ <view class="u-flex u-row-between">
|
|
|
+ <view style="width: 80rpx;color: rgba(26, 28, 36, 0.8);font-size: 30rpx;" class=""
|
|
|
+ @click="salarytype = true">
|
|
|
+ {{salary_type}}
|
|
|
+ </view>
|
|
|
+ <u-icon name="arrow-down-fill" color="rgba(26, 28, 36, 0.8)" size="8"></u-icon>
|
|
|
+ <u--input inputAlign='center' border style='width:50rpx' class=""
|
|
|
+ v-model="job_intention.salary">{{job_intention.salary||''}}</u--input>K
|
|
|
+ <text style="margin-left: 100rpx;">*</text>
|
|
|
+ <u--input inputAlign='center' border style='width:50rpx' class=""
|
|
|
+ v-model="job_intention.salary_month">{{job_intention.salary_month||''}}</u--input>
|
|
|
+ <text style="color: rgba(26, 28, 36, 0.8);font-size: 30rpx;">薪资</text>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
<view class="body-input u-flex-col u-row-center">
|
|
|
<text class="input-title">优势亮点(选填)</text>
|
|
@@ -71,19 +87,32 @@
|
|
|
<!-- 选择器 -->
|
|
|
<u-picker ref="uPicker" keyName="name" title="期待城市" :defaultIndex="indexs" :show="cityShow" :columns="cityList"
|
|
|
@confirm="cityconfirm" @cancel="cityShow = false" @change="changeHandler"></u-picker>
|
|
|
- <u-picker keyName="label" title="期待薪资" :show="show" :columns="xinzilist" @confirm="confirm"
|
|
|
- @cancel="show = false"></u-picker>
|
|
|
+ <!-- <u-picker keyName="label" title="期待薪资" :show="show" :columns="xinzilist" @confirm="confirm"
|
|
|
+ @cancel="show = false"></u-picker> -->
|
|
|
+ <u-picker title="薪资类型" keyName="name" :show="salarytype" @confirm="salarytypefunction" :columns="salarytypelist"
|
|
|
+ @cancel='salarytype = false'></u-picker>
|
|
|
</view>
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
import {
|
|
|
getAllArea,
|
|
|
- create
|
|
|
+ create,
|
|
|
+ profile
|
|
|
} from "@/units/inquire.js"
|
|
|
export default {
|
|
|
data() {
|
|
|
return {
|
|
|
+ salarytypelist: [
|
|
|
+ [{
|
|
|
+ name: '月薪',
|
|
|
+ type: 'month'
|
|
|
+ }, {
|
|
|
+ name: '年薪',
|
|
|
+ tupe: 'year'
|
|
|
+ }]
|
|
|
+ ],
|
|
|
+ salarytype: false,
|
|
|
category_industry_name: "", //行业
|
|
|
category_job_name: "", //职位
|
|
|
cityShow: false,
|
|
@@ -98,6 +127,7 @@
|
|
|
job_experience: {},
|
|
|
project_experience: {},
|
|
|
education_experience: {},
|
|
|
+ salary_type: '月薪',
|
|
|
addressData: {
|
|
|
id: "",
|
|
|
province: "",
|
|
@@ -114,7 +144,7 @@
|
|
|
salary: '',
|
|
|
province_id: "", //期望省份ID
|
|
|
city_id: "", //期望城市ID
|
|
|
- salary_type: "", //薪资类型: year = 年薪;month = 月薪
|
|
|
+ salary_type: "month", //薪资类型: year = 年薪;month = 月薪
|
|
|
salary_month: "", //一年多少薪
|
|
|
category_job_first: "", //职位分类一级ID
|
|
|
category_job_second: "", //职位分类二级ID
|
|
@@ -124,31 +154,52 @@
|
|
|
},
|
|
|
xinzilist: [
|
|
|
|
|
|
- ]
|
|
|
+ ],
|
|
|
}
|
|
|
},
|
|
|
onLoad() {
|
|
|
this.AllArea()
|
|
|
this.xinzi()
|
|
|
- if (uni.getStorageSync("from1")) {
|
|
|
- console.log(uni.getStorageSync("from1"));
|
|
|
- this.from = uni.getStorageSync("from1")
|
|
|
+ if (uni.getStorageSync("from")) {
|
|
|
+ console.log(uni.getStorageSync("from"));
|
|
|
+ this.from = uni.getStorageSync("from")
|
|
|
+ }
|
|
|
+ if (uni.getStorageSync('radiovalue1') == 2) {
|
|
|
+
|
|
|
+ if (uni.getStorageSync("job_experience3")) {
|
|
|
+ this.job_experience = uni.getStorageSync("job_experience3")
|
|
|
+ }
|
|
|
+ if (uni.getStorageSync("project_experience3")) {
|
|
|
+ this.project_experience = uni.getStorageSync("project_experience3")
|
|
|
+ }
|
|
|
+ if (uni.getStorageSync("education_experience3")) {
|
|
|
+ this.education_experience = uni.getStorageSync("education_experience3")
|
|
|
+ }
|
|
|
+ } else {
|
|
|
+ if (uni.getStorageSync("job_experience1")) {
|
|
|
+ this.job_experience = uni.getStorageSync("job_experience1")
|
|
|
+ }
|
|
|
+ if (uni.getStorageSync("project_experience1")) {
|
|
|
+ this.project_experience = uni.getStorageSync("project_experience1")
|
|
|
+ }
|
|
|
+ if (uni.getStorageSync("education_experience1")) {
|
|
|
+ this.education_experience = uni.getStorageSync("education_experience1")
|
|
|
+ }
|
|
|
}
|
|
|
if (uni.getStorageSync("addressData1")) {
|
|
|
this.addressData = uni.getStorageSync("addressData1")
|
|
|
}
|
|
|
- if (uni.getStorageSync("job_experience1")) {
|
|
|
- this.job_experience = uni.getStorageSync("job_experience1")
|
|
|
- }
|
|
|
- if (uni.getStorageSync("project_experience1")) {
|
|
|
- this.project_experience = uni.getStorageSync("project_experience1")
|
|
|
- }
|
|
|
- if (uni.getStorageSync("education_experience1")) {
|
|
|
- this.education_experience = uni.getStorageSync("education_experience1")
|
|
|
- }
|
|
|
- if (uni.getStorageSync("job_intention1")) {
|
|
|
- this.job_intention = uni.getStorageSync("job_intention1")
|
|
|
- }
|
|
|
+ // if (uni.getStorageSync("job_experience1")) {
|
|
|
+ // this.job_experience = uni.getStorageSync("job_experience1")
|
|
|
+ // }
|
|
|
+ // if (uni.getStorageSync("project_experience1")) {
|
|
|
+ // this.project_experience = uni.getStorageSync("project_experience1")
|
|
|
+ // }
|
|
|
+ // if (uni.getStorageSync("education_experience1")) {
|
|
|
+ // this.education_experience = uni.getStorageSync("education_experience1")
|
|
|
+ // }
|
|
|
+ // if (uni.getStorageSync("job_intention1")) {
|
|
|
+ // this.job_intention = uni.getStorageSync("job_intention1")
|
|
|
if (uni.getStorageSync("category_industry_name")) {
|
|
|
this.category_industry_name = uni.getStorageSync("job_intention1")
|
|
|
}
|
|
@@ -157,6 +208,11 @@
|
|
|
}
|
|
|
},
|
|
|
methods: {
|
|
|
+ salarytypefunction(e) {
|
|
|
+ this.job_intention.salary_type = e.value[0].salary_type
|
|
|
+ this.salary_type = e.value[0].name
|
|
|
+ this.salarytype = false
|
|
|
+ },
|
|
|
xinzi() {
|
|
|
var xinzilist = []
|
|
|
for (var i = 1; i <= 100; i++) {
|
|
@@ -323,21 +379,45 @@
|
|
|
a), {});
|
|
|
uni.setStorageSync("job_intention", nObj)
|
|
|
uni.setStorageSync("job_intention1", this.job_intention)
|
|
|
- create({
|
|
|
- ...this.from,
|
|
|
- job_experience: [this.job_experience],
|
|
|
- project_experience: [this.project_experience],
|
|
|
- education_experience: [this.education_experience],
|
|
|
- job_intention: [this.job_intention]
|
|
|
+ profile({
|
|
|
+ ...this.user,
|
|
|
+ invitation_code: uni.getStorageSync('invitation_code')
|
|
|
}).then(res => {
|
|
|
- if (res.code == 1) {
|
|
|
- uni.switchTab({
|
|
|
- url: '../pages/index/index'
|
|
|
- })
|
|
|
- } else {
|
|
|
- this.$u.toast(res.msg)
|
|
|
- }
|
|
|
+
|
|
|
})
|
|
|
+ if (uni.getStorageSync('radiovalue1') == 1) {
|
|
|
+ create({
|
|
|
+ ...this.from,
|
|
|
+ job_experience: this.job_experience,
|
|
|
+ project_experience: [this.project_experience],
|
|
|
+ education_experience: [this.education_experience],
|
|
|
+ job_intention: [this.job_intention]
|
|
|
+ }).then(res => {
|
|
|
+ if (res.code == 1) {
|
|
|
+ uni.switchTab({
|
|
|
+ url: '../pages/index/index'
|
|
|
+ })
|
|
|
+ } else {
|
|
|
+ this.$u.toast(res.msg)
|
|
|
+ }
|
|
|
+ })
|
|
|
+ } else {
|
|
|
+ create({
|
|
|
+ ...this.from,
|
|
|
+ job_experience: this.job_experience,
|
|
|
+ project_experience: this.project_experience,
|
|
|
+ education_experience: this.education_experience,
|
|
|
+ job_intention: [this.job_intention]
|
|
|
+ }).then(res => {
|
|
|
+ if (res.code == 1) {
|
|
|
+ uni.switchTab({
|
|
|
+ url: '../pages/index/index'
|
|
|
+ })
|
|
|
+ } else {
|
|
|
+ this.$u.toast(res.msg)
|
|
|
+ }
|
|
|
+ })
|
|
|
+ }
|
|
|
uni.setStorageSync("category_industry_name", this.category_industry_name)
|
|
|
uni.setStorageSync("category_job_name", this.category_job_name)
|
|
|
uni.setStorageSync("is_profile", 1)
|