|
@@ -18,18 +18,20 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<!-- 个人信息 -->
|
|
|
- <view class="personal">
|
|
|
- <view class="" v-if="radiovalue1==2" v-for="(item,index) in job_experience3" :key="index">
|
|
|
+ <view class="personal" v-if="radiovalue1==2 &&job_experience3.length>0 ">
|
|
|
+ <view class="" v-for="(item,index) in job_experience3" :key="index">
|
|
|
<view class="body-input u-flex-col u-row-center ">
|
|
|
<text class="input-title">公司名称</text>
|
|
|
- <u--input :value="item.company_name" customStyle="padding:0 !important" type="text" placeholder="请填写您的公司名称" border
|
|
|
- placeholderClass='input-style' v-model="job_experience3[index].company_name"></u--input>
|
|
|
+ <u--input :value="item.company_name" customStyle="padding:0 !important" type="text"
|
|
|
+ placeholder="请填写您的公司名称" border placeholderClass='input-style'
|
|
|
+ v-model="job_experience3[index].company_name"></u--input>
|
|
|
</view>
|
|
|
<view class="body-input u-flex-col u-row-center" @click="tohangye(index)">
|
|
|
<text class="input-title">公司行业</text>
|
|
|
<view class="">
|
|
|
- <u--input :value="item.industry_name" :disabled="true" disabledColor="#fff" customStyle="padding:0 !important" type="text"
|
|
|
- placeholder="请选择您的公司行业" border placeholderClass='input-style' suffixIcon="arrow-right"
|
|
|
+ <u--input :value="item.industry_name" :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="job_experience3[index].industry_name"></u--input>
|
|
|
</view>
|
|
@@ -50,34 +52,37 @@
|
|
|
<text class="input-title">在职时间</text>
|
|
|
<view class="u-flex u-row-between">
|
|
|
<view class="" @click="entryShow = true">
|
|
|
- <u--input :value="start_time" :disabled="true" disabledColor="#fff" customStyle="padding:0 !important"
|
|
|
- type="text" placeholder="入职时间" border placeholderClass='input-style'
|
|
|
- v-model="job_experience3[index].start_time"></u--input>
|
|
|
+ <u--input :value="start_time" :disabled="true" disabledColor="#fff"
|
|
|
+ customStyle="padding:0 !important" type="text" placeholder="入职时间" border
|
|
|
+ placeholderClass='input-style' v-model="job_experience3[index].start_time"></u--input>
|
|
|
</view>
|
|
|
<view class="">-</view>
|
|
|
<view class="" @click="dimissionShow = true">
|
|
|
- <u--input :value="item.end_time" :disabled="true" disabledColor="#fff" customStyle="padding:0 !important"
|
|
|
- type="text" placeholder="离职时间" inputAlign="center" border placeholderClass='input-style'
|
|
|
+ <u--input :value="item.end_time" :disabled="true" disabledColor="#fff"
|
|
|
+ customStyle="padding:0 !important" type="text" placeholder="离职时间" inputAlign="center"
|
|
|
+ border placeholderClass='input-style'
|
|
|
v-model="job_experience3[index].end_time"></u--input>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="body-input u-flex-col u-row-center">
|
|
|
<text class="input-title">离职原因</text>
|
|
|
- <u--input :value="level_reason" disabledColor="#fff" customStyle="padding:0 !important" type="text" placeholder="请填写离职原因"
|
|
|
- border placeholderClass='input-style' v-model="job_experience3[index].level_reason"></u--input>
|
|
|
+ <u--input :value="level_reason" disabledColor="#fff" customStyle="padding:0 !important" type="text"
|
|
|
+ placeholder="请填写离职原因" border placeholderClass='input-style'
|
|
|
+ v-model="job_experience3[index].level_reason"></u--input>
|
|
|
</view>
|
|
|
<view class="body-input u-flex-col u-row-center">
|
|
|
<text class="input-title">工作内容</text>
|
|
|
- <u--input :value="item.work_content" customStyle="padding:0 !important" type="text" placeholder="请填写工作内容" border
|
|
|
- placeholderClass='input-style' v-model="job_experience3[index].work_content"></u--input>
|
|
|
+ <u--input :value="item.work_content" customStyle="padding:0 !important" type="text"
|
|
|
+ placeholder="请填写工作内容" border placeholderClass='input-style'
|
|
|
+ v-model="job_experience3[index].work_content"></u--input>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="button" @click="next">
|
|
|
下一步
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="personal" v-if="radiovalue1 ==1">
|
|
|
+ <view class="personal" v-else>
|
|
|
<view class="body-input u-flex-col u-row-center ">
|
|
|
<text class="input-title">公司名称</text>
|
|
|
<u--input customStyle="padding:0 !important" type="text" placeholder="请填写您的公司名称" border
|
|
@@ -142,7 +147,8 @@
|
|
|
|
|
|
<script>
|
|
|
import {
|
|
|
- get_category_industry, index
|
|
|
+ get_category_industry,
|
|
|
+ index
|
|
|
} from "@/units/inquire.js"
|
|
|
export default {
|
|
|
data() {
|
|
@@ -151,9 +157,9 @@
|
|
|
dimissionShow: false,
|
|
|
industryShow: false,
|
|
|
minDate: "",
|
|
|
- radiovalue1:"",
|
|
|
+ radiovalue1: "",
|
|
|
minDate1: "",
|
|
|
- job_experience3:[],
|
|
|
+ job_experience3: [],
|
|
|
job_experience: {
|
|
|
industry_name: "", //公司行业名称
|
|
|
industry_id: "", //公司行业id
|
|
@@ -192,7 +198,7 @@
|
|
|
// this.job_experience.industry_first = res[0].id
|
|
|
this.job_experience.industry_id = res[1].id
|
|
|
this.job_experience.industry_name = res[1].name
|
|
|
- if(this.radiovalue1 ==2){
|
|
|
+ if (this.radiovalue1 == 2) {
|
|
|
// this.job_experience3[index].industry_id = res[1].id
|
|
|
this.job_experience3[index].industry_name = res[1].name
|
|
|
}
|
|
@@ -217,38 +223,80 @@
|
|
|
uni.navigateBack()
|
|
|
},
|
|
|
next() {
|
|
|
- // if (!this.job_experience.company_name) {
|
|
|
- // this.$u.toast("请填写公司名称")
|
|
|
- // return
|
|
|
- // }
|
|
|
- // if (!this.job_experience.industry_name) {
|
|
|
- // this.$u.toast("请选择您的公司行业")
|
|
|
- // return
|
|
|
- // }
|
|
|
- // if (!this.job_experience.department) {
|
|
|
- // this.$u.toast("请填写您的所属部门")
|
|
|
- // return
|
|
|
- // }
|
|
|
- // if (!this.job_experience.job_name) {
|
|
|
- // this.$u.toast("请填写您的职业名称")
|
|
|
- // return
|
|
|
- // }
|
|
|
- // if (!this.job_experience.start_time) {
|
|
|
- // this.$u.toast("请选择入职时间")
|
|
|
- // return
|
|
|
- // }
|
|
|
- // if (!this.job_experience.end_time) {
|
|
|
- // this.$u.toast("请选择离职时间")
|
|
|
- // return
|
|
|
- // }
|
|
|
- // if (!this.job_experience.level_reason) {
|
|
|
- // this.$u.toast("请填写离职原因")
|
|
|
- // return
|
|
|
- // }
|
|
|
- // if (!this.job_experience.work_content) {
|
|
|
- // this.$u.toast("请填写工作内容")
|
|
|
- // return
|
|
|
- // }
|
|
|
+ if (this.radiovalue1 == 2) {
|
|
|
+ this.job_experience3.forEach((item) => {
|
|
|
+ for (var key in item) {
|
|
|
+ if (key == "company_name" && item[key] == "") {
|
|
|
+ this.$u.toast("请填写公司名称")
|
|
|
+ return
|
|
|
+ }
|
|
|
+ if (key == "industry_name" && item[key] == "") {
|
|
|
+ this.$u.toast("请选择您的公司行业")
|
|
|
+ return
|
|
|
+ }
|
|
|
+ if (key == "department" && item[key] == "") {
|
|
|
+ this.$u.toast("请填写您的所属部门")
|
|
|
+ return
|
|
|
+ }
|
|
|
+ if (key == "job_name" && item[key] == "") {
|
|
|
+ this.$u.toast("请填写您的职业名称")
|
|
|
+ return
|
|
|
+ }
|
|
|
+ if (key == "start_time" && item[key] == "") {
|
|
|
+ this.$u.toast("请选择入职时间")
|
|
|
+ return
|
|
|
+ }
|
|
|
+ if (key == "end_time" && item[key] == "") {
|
|
|
+ this.$u.toast("请选择离职时间")
|
|
|
+ return
|
|
|
+ }
|
|
|
+ if (key == "level_reason" && item[key] == "") {
|
|
|
+ this.$u.toast("请填写离职原因")
|
|
|
+ return
|
|
|
+ }
|
|
|
+ if (key == "work_content" && item[key] == "") {
|
|
|
+ this.$u.toast("请填写工作内容")
|
|
|
+ return
|
|
|
+ }
|
|
|
+ uni.navigateTo({
|
|
|
+ url: '../pagesA/expectation'
|
|
|
+ })
|
|
|
+ }
|
|
|
+ })
|
|
|
+ } else {
|
|
|
+ if (!this.job_experience.company_name) {
|
|
|
+ this.$u.toast("请填写公司名称")
|
|
|
+ return
|
|
|
+ }
|
|
|
+ if (!this.job_experience.industry_name) {
|
|
|
+ this.$u.toast("请选择您的公司行业")
|
|
|
+ return
|
|
|
+ }
|
|
|
+ if (!this.job_experience.department) {
|
|
|
+ this.$u.toast("请填写您的所属部门")
|
|
|
+ return
|
|
|
+ }
|
|
|
+ if (!this.job_experience.job_name) {
|
|
|
+ this.$u.toast("请填写您的职业名称")
|
|
|
+ return
|
|
|
+ }
|
|
|
+ if (!this.job_experience.start_time) {
|
|
|
+ this.$u.toast("请选择入职时间")
|
|
|
+ return
|
|
|
+ }
|
|
|
+ if (!this.job_experience.end_time) {
|
|
|
+ this.$u.toast("请选择离职时间")
|
|
|
+ return
|
|
|
+ }
|
|
|
+ if (!this.job_experience.level_reason) {
|
|
|
+ this.$u.toast("请填写离职原因")
|
|
|
+ return
|
|
|
+ }
|
|
|
+ if (!this.job_experience.work_content) {
|
|
|
+ this.$u.toast("请填写工作内容")
|
|
|
+ return
|
|
|
+ }
|
|
|
+ }
|
|
|
let pre = "job_experience"
|
|
|
let nObj = Object.keys(this.job_experience).reduce((a, c) => (a[`${pre}.${c}`] = this.job_experience[c],
|
|
|
a), {});
|