123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559 |
- <template>
- <view class="jz-content-box">
- <view class="upload-img-box">
- <jiazhengUpload @getFileUrl="getFileUrl" changjingType="shenfenzheng"></jiazhengUpload>
- </view>
- <view class="form-label-input">
- <view class="phone-form-label"><text class="form-label-require">*</text>手机号</view>
- <uni-easyinput type="number" v-model="formData.userName" placeholder="请输入手机号" maxlength="11" />
- </view>
- <view class="form-label-input">
- <view class="phone-form-label"><text class="form-label-require">*</text>姓名</view>
- <uni-easyinput v-model="formData.realName" placeholder="请输入姓名" />
- </view>
- <view class="form-label-input">
- <view class="phone-form-label">
- <text class="form-label-require">*</text>
- <text v-if="formData.idtype ==1">身份证号</text>
- <text v-if="formData.idtype ==2">护照号</text>
- <text @click="idCardChange">切换</text>
- </view>
- <uni-easyinput v-model="formData.idcard" placeholder="请输入身份证号或护照号" maxlength="18" />
- </view>
- <view class="form-label-input">
- <view class="phone-form-label"><text class="form-label-require">*</text>生日</view>
- <uni-datetime-picker type="line" v-model="formData.birthday">
- <view class="form-radio-select">
- {{formData.birthday}}
- <icon></icon>
- </view>
- </uni-datetime-picker>
- </view>
- <view class="form-label-input">
- <view class="phone-form-label"><text class="form-label-require">*</text>籍贯</view>
- <picker mode="multiSelector" :range="multiArray" :range-key="'label'" :value="multiIndex"
- @columnchange="bindMultiPickerColumnChange" @change="onPickerConfirm">
- <view class="picker">
- {{ formData.jiguanShengName}} {{formData.jiguanShiName}} 箭头
- </view>
- </picker>
- </view>
- <view class="form-label-input">
- <view class="phone-form-label"><text class="form-label-require">*</text>身份证地址</view>
- <uni-easyinput v-model="formData.hujiDizhi" placeholder="请输入身份证地址" />
- </view>
- <view class="form-label-input">
- <view class="phone-form-label"><text class="form-label-require">*</text>民族</view>
- <picker :range="minzuList" mode='selector' :value="formData.minzuIndex" range-key="name"
- @change="minzuChange" @cancel="minzuCancel">
- <view class="form-radio-select">
- <view>{{ formData.minzu.name }}</view>
- <icon></icon>
- </view>
- </picker>
- </view>
- <view class="form-label-radio">
- <view class="phone-form-label"><text class="form-label-require">*</text>性别</view>
- <view class="form-radio-group">
- <view class="form-radio-item" :class="{genderActive: formData.gender==1}" @click="genderSelect(1)">
- 男</view>
- <view class="form-radio-item" :class="{genderActive: formData.gender==2}" @click="genderSelect(2)">
- 女</view>
- </view>
- </view>
- <view class="form-label-radio form-top-margin flex-start-row">
- <view class="phone-form-label"><text class="form-label-require">*</text>学历</view>
- <dataChecked :list="xueliList" :selectedIds='formData.xueli.id' mode="single" :showAdd="false"
- @change="selectChangeXueliList" />
- </view>
- <view class="form-label-radio flex-start-row">
- <view class="phone-form-label"><text></text>婚姻 </view>
- <dataChecked :list="hunyinList" mode="single" :selectedIds='formData.hunyin.id' :showAdd="false"
- @change="selectChangeHunyinList" />
- </view>
- <view class="form-label-input form-top-margin flex-start-row">
- <view class="phone-form-label"><text></text>通讯地址</view>
- <textarea v-model="formData.juzhuDizhi" placeholder="请输入通讯地址" class="form-textarea-box" />
- </view>
- <view class="form-label-select">
- <view class="phone-form-label"><text></text>星座</view>
- <picker :range="xingzuoList" mode='selector' :value="formData.xingzuoIndex" range-key="name"
- @change="xingzuoChange" @cancel="xingzuoCancel">
- <view class="form-radio-select">
- <view>{{ formData.xingzuo.name || '请选择星座' }}</view>
- <icon></icon>
- </view>
- </picker>
- </view>
- <view class="form-label-select">
- <view class="phone-form-label"><text></text>属相</view>
- <picker :range="shuxiangList" mode='selector' :value="formData.shuxiangIndex" range-key="name"
- @change="shuxiangChange" @cancel="shuxiangCancel">
- <view class="form-radio-select">
- <view>{{ formData.shuxiang.name || '请选择属相' }}</view>
- <icon></icon>
- </view>
- </picker>
- </view>
- <view class="form-label-switch">
- <view class="phone-form-label"> <text class="form-label-require"></text>星座属相展示到简历 </view>
- <view>展示
- <switch @change="switchXingzuoChange" :checked="formData.xingzuoFlag" color="#3fd2a1"
- style="transform:scale(0.7)" />
- </view>
- </view>
- <view class="agree-section-box form-top-margin">
- <checkbox-group @change="handleAgree">
- <label class="checkbox">
- <checkbox :checked="formData.agree" color="#3fd2a1" style="transform:scale(0.65)" />
- <text>已征得本人同意,将其个人资料信息录入平台</text>
- </label>
- </checkbox-group>
- <button type="default" v-if="status =='add'" @click="goNext" class="phone-green-btn">下一步</button>
- <button type="default" v-if="status =='edit'" @click="editSave" class="phone-green-btn">保存</button>
- </view>
- </view>
- </template>
- <script>
- import dataChecked from './common/dataChecked.vue';
- import jiazhengUpload from "./common/jiazhengUpload.vue"
- import {
- getJiazhengXueli,
- getJiazhengHunyin,
- getJiazhengMinzu,
- getJiazhengShuxiang,
- getJiazhengXingzuo,
- getJiazhengJiguan
- } from "@/api/jiazheng.js";
- export default {
- components: {
- dataChecked,
- jiazhengUpload
- },
- props: {
- status: {
- type: String,
- }
- },
- data() {
- return {
- formData: {
- userName: '',
- realName: '',
- idcard: '',
- icon: '',
- birthday: '',
- hujiDizhi: '',
- idtype: '1',
- gender: '',
- juzhuDizhi: '',
- minzu: {},
- shuxiang: {
- },
- xingzuo: {
- },
- hunyin: {
- name: '',
- },
- xueli: {
- },
- jiguanObj: {},
- jiguanShengId: '',
- jiguanShiId: '',
- jiguanShiName: '',
- jiguanShengName: '',
- agree: false,
- xingzuoIndex: 0,
- minzuIndex: 0,
- shuxiangIndex: 0,
- xingzuoFlag: false
- },
- selectedIds: [3],
- ceshidata: '',
- xueliList: [],
- hunyinList: [],
- shuxiangList: [],
- xingzuoList: [],
- minzuList: [],
- // areaTree: [],
- multiArray: [
- [],
- []
- ], // 初始化两列数据
- multiIndex: [0, 0], // 初始化选中索引
- allData: [], // 存储后端返回的完整数据
- }
- },
- created() {
- this.initRequests()
- },
- methods: {
- async initRequests() {
- await Promise.all([
- this.getXueli(),
- this.getHunyin(),
- this.getMinzu(),
- this.getXingzuo(),
- this.getShuxiang(),
- this.getJiguan(),
- ]);
- this.$emit('finishDom');
- },
- editinfo(data) {
- this.$nextTick(() => {
- console.log('data11111', data);
- this.formData.userName = data.userName
- this.formData.realName = data.realName
- this.formData.idcard = data.idcard
- this.formData.idtype = data.idtype
- this.formData.jiguanObj.jiguanShengId = data.jiguanShengId
- this.formData.jiguanShengName = data.jiguanShengName
- this.formData.jiguanObj.jiguanShiId = data.jiguanShiId
- this.formData.jiguanShiName = data.jiguanShiName
- this.formData.juzhuDizhi = data.juzhuDizhi
- this.formData.birthday = data.birthday
- this.formData.minzu = this.dataForId(this.minzuList, data.minzu)
- this.formData.gender = data.gender
- this.formData.xueli = this.dataForId(this.xueliList, data.xueli)
- this.formData.hunyin = this.dataForId(this.hunyinList, data.hunyin)
- this.formData.hujiDizhi = data.hujiDizhi
- this.formData.juzhuDizhi = data.juzhuDizhi
- this.formData.xingzuo = this.dataForId(this.xingzuoList, data.xingzuo)||''
- this.formData.shuxiang = this.dataForId(this.shuxiangList, data.xingzuo)||''
- this.formData.xingzuoFlag = data.xingzuoFlag
- })
- },
- dataForId(list, id) {
- return list.find(item => item.id == id);
- },
- idCardChange(data) {
- this.formData.idtype = this.formData.idtype == 1 ? 2 : 1;
- },
- getJiguan() {
- getJiazhengJiguan({}).then(res => {
- // this.areaTree = res.data
- // this.pickerData = this.formatData(res.data);
- this.allData = res.data;
- const provinces = this.allData.map(province => ({
- label: province.lable,
- value: province.id,
- children: province.children,
- }));
- const cities = this.allData[0].children.map(city => ({
- label: city.lable,
- value: city.id,
- }));
- // 回显已选中的城市(假设已选中的城市 id 是 1301)
- //this.setSelectedCity(1301);
- this.multiArray = [provinces, cities];
- //console.log('this.pickerData', this.pickerData);
- }).catch(error => {
- console.error('获取技能类型失败:', error);
- });
- },
- bindMultiPickerColumnChange(e) {
- const {
- column,
- value
- } = e.detail;
- // 更新 multiIndex
- this.multiIndex[column] = value;
- // 如果是第一列(省份)发生变化,更新第二列(城市)
- if (column === 0) {
- const selectedProvince = this.multiArray[0][value];
- const cities = selectedProvince.children.map(city => ({
- label: city.lable,
- value: city.id,
- }));
- // 更新 multiArray 和 multiIndex
- this.multiArray[1] = cities;
- this.multiIndex[1] = 0; // 重置城市列为第一个选项
- }
- // 强制更新视图
- //this.$forceUpdate();
- },
- // 确认选择时获取完整数据
- onPickerConfirm() {
- const [provinceIndex, cityIndex] = this.multiIndex;
- const selectedProvince = this.multiArray[0][provinceIndex];
- const selectedCity = this.multiArray[1][cityIndex];
- this.formData.jiguanShengId = selectedProvince.value
- this.formData.jiguanShiId = selectedCity.value
- this.formData.jiguanShiName = selectedCity.label
- this.formData.jiguanShengName = selectedProvince.label
- this.formData.jiguanObj.jiguanShengId = selectedProvince.value
- this.formData.jiguanObj.jiguanShiId = selectedCity.value
- console.log("选中的省份完整数据:", selectedProvince);
- console.log("选中的城市完整数据:", selectedCity);
- },
- setSelectedCity(cityId) {
- for (let i = 0; i < this.allData.length; i++) {
- const province = this.allData[i];
- for (let j = 0; j < province.children.length; j++) {
- const city = province.children[j];
- if (city.id === cityId) {
- // 设置选中的省份和城市索引
- this.multiIndex = [i, j];
- // 更新 multiArray 的第二列(城市)
- const cities = province.children.map(city => ({
- label: city.lable,
- value: city.id,
- }));
- this.multiArray[1] = cities;
- // 强制更新视图
- this.$forceUpdate();
- return;
- }
- }
- }
- },
- checkAllFields() {
- const requiredFields = [{
- key: 'userName',
- name: '手机号'
- },
- {
- key: 'realName',
- name: '姓名'
- },
- {
- key: 'idcard',
- name: '身份证号'
- },
- {
- key: 'birthday',
- name: '生日'
- },
- // {
- // key: 'hometown',
- // name: '家乡',
- // type: 'array'
- // },
- // {
- // key: 'hujiDizhi',
- // name: '身份证地址'
- // },
- {
- key: 'gender',
- name: '性别'
- },
- // {
- // key: 'juzhuDizhi',
- // name: '通讯地址'
- // },
- {
- key: 'minzu',
- name: '民族',
- type: 'object'
- },
- {
- key: 'jiguanObj',
- name: '籍贯',
- type: 'object'
- },
- {
- key: 'xueli',
- name: '学历',
- type: 'object'
- },
- // {
- // key: 'shuxiang',
- // name: '属相',
- // type: 'object'
- // },
- // {
- // key: 'xingzuo',
- // name: '星座',
- // type: 'object'
- // },
- ]
- for (const field of requiredFields) {
- const value = this.formData[field.key]
- // 根据不同类型进行存在验证
- if (field.type === 'array' && !value?.length) {
- this.showAlert(field.name)
- return false
- }
- if (field.type === 'object' && !Object.keys(value).length) {
- this.showAlert(field.name)
- return false
- }
- if (field.type === 'boolean' && value !== true) {
- this.showAlert(field.name)
- return false
- }
- if (!field.type && !value?.toString().trim()) {
- this.showAlert(field.name)
- return false
- }
- }
- return true
- },
- showAlert(fieldName) {
- uni.showToast({
- title: `${fieldName}不能为空`,
- icon: 'none',
- duration: 2000
- })
- },
- getXueli() {
- getJiazhengXueli({}).then(res => {
- this.xueliList = res.data
- // console.log('xueliList', this.xueliList);
- }).catch(error => {
- console.error('获取技能类型失败:', error);
- });
- },
- getXingzuo() {
- getJiazhengXingzuo({}).then(res => {
- this.xingzuoList = res.data
- // console.log('xingzuoList', this.xingzuoList);
- }).catch(error => {
- console.error('获取技能类型失败:', error);
- });
- },
- getShuxiang() {
- getJiazhengShuxiang({}).then(res => {
- this.shuxiangList = res.data
- // console.log('shuxiangList', this.shuxiangList);
- }).catch(error => {
- console.error('获取技能类型失败:', error);
- });
- },
- getHunyin() {
- getJiazhengHunyin({}).then(res => {
- this.hunyinList = res.data
- // console.log('hunyinList', this.hunyinList);
- }).catch(error => {
- console.error('获取技能类型失败:', error);
- });
- },
- getMinzu() {
- getJiazhengMinzu({}).then(res => {
- this.minzuList = res.data
- // console.log('minzuList', this.minzuList);
- }).catch(error => {
- console.error('获取技能类型失败:', error);
- });
- },
- getFileUrl(data) {
- this.formData.icon = data
- console.log('data', data);
- },
- minzuChange(e) {
- const index = e.detail.value
- this.formData.minzu = this.minzuList[index]
- //console.log('this.formData.minzu', this.formData.minzu);
- },
- minzuCancel() {
- this.formData.minzuIndex = 0
- },
- xingzuoChange(e) {
- const index = e.detail.value
- this.formData.xingzuo = this.xingzuoList[index]
- // console.log('this.formData.xingzuo', this.formData.xingzuo);
- },
- xingzuoCancel() {
- this.formData.xingzuoIndex = 0
- },
- shuxiangChange(e) {
- const index = e.detail.value
- this.formData.shuxiang = this.shuxiangList[index]
- //console.log('this.formData.shuxiang', this.formData.shuxiang);
- },
- shuxiangCancel() {
- this.formData.shuxiangIndex = 0
- },
- selectChangeXueliList(data) {
- this.formData.xueli = data
- },
- genderSelect(data) {
- this.formData.gender = data
- },
- selectChangeHunyinList(data) {
- this.formData.hunyin = data
- },
- switchXingzuoChange(e) {
- this.formData.xingzuoFlag = e.detail.value
- },
- goNext() {
- console.log('formData', this.formData);
- if (!this.checkAllFields()) {
- return false
- }
- if (!this.formData.agree) {
- uni.showToast({
- title: "请勾选本人同意!",
- icon: 'none',
- duration: 2000
- })
- return false
- }
- this.$emit('goNext', this.formData, 0);
- },
- editSave() {
- console.log('formData', this.formData);
- if (!this.checkAllFields()) {
- return false
- }
- if (!this.formData.agree) {
- uni.showToast({
- title: "请勾选本人同意!",
- icon: 'none',
- duration: 2000
- })
- return false
- }
- this.$emit('editSave', this.formData);
- },
- handleAgree(e) {
- this.formData.agree = e.detail.value.length > 0
- },
- }
- }
- </script>
|