diff --git a/src/assets/js/utils/data-dictionary.js b/src/assets/js/utils/data-dictionary.js index c7a3914e5..fd2aff2c4 100644 --- a/src/assets/js/utils/data-dictionary.js +++ b/src/assets/js/utils/data-dictionary.js @@ -1397,6 +1397,14 @@ export default { ], //入司文化程度 rsdegree: [ + { + id: 11, + text: '博士后' + }, + { + id: 10, + text: '博士' + }, { id: 2, text: '硕士' @@ -1413,41 +1421,29 @@ export default { id: 5, text: '高中' }, - { - id: 6, - text: '初中' - }, { id: 7, text: '中专' }, - { - id: 8, - text: '小学' - }, - { - id: 12, - text: '其他' - }, - { - id: 13, - text: '文盲' - }, { id: 14, text: '中技' }, + { + id: 6, + text: '初中' + }, + { + id: 8, + text: '小学' + }, + { + id: 13, + text: '文盲' + }, { id: 12, text: '其他' - }, - { - id: 10, - text: '博士' - }, - { - id: 11, - text: '博士后' } ], rsRankAgent: [ @@ -1467,7 +1463,7 @@ export default { relationType: [{ id: '0', text: '配偶' }, { id: '1', text: '子女' }, { id: '2', text: '父母' }], // relationType: [{ id: '0', text: '配偶' }, { id: '1', text: '子女' }, { id: '2', text: '父母' }, { id: '3', text: '无' }], guarantRelationType: [{ id: '0', text: '亲属' }, { id: '1', text: '朋友' }, { id: '2', text: '同事' }, { id: '3', text: '其他' }], - classification: [{ id: '0', text: '司内' }, { id: '1', text: '司外' }], + classification: [{ id: '1', text: '司外' }], //入司国籍/地区 rsnativeplace: [ { id: 'AGO', text: '安哥拉' }, diff --git a/src/views/ebiz/agentEenter/AgentEenterBasicImage.vue b/src/views/ebiz/agentEenter/AgentEenterBasicImage.vue index 3664f6658..d37c1679a 100644 --- a/src/views/ebiz/agentEenter/AgentEenterBasicImage.vue +++ b/src/views/ebiz/agentEenter/AgentEenterBasicImage.vue @@ -396,6 +396,14 @@ export default { // 下一步 nextStep() { let that = this + if (this.fileListBank01.length < 2) { + this.$toast('您需要同时上传本人身份证正面及反面图像,请上传') + return + } + if (this.fileListBank06.length < 2) { + this.$toast('您需要同时上传担保人身份证正面及反面图像,请上传') + return + } this.$toast.loading({ duration: 0, // 持续展示 toast forbidClick: true, // 禁用背景点击 diff --git a/src/views/ebiz/agentEenter/AgentEenterBasicInfor.vue b/src/views/ebiz/agentEenter/AgentEenterBasicInfor.vue index 0487e0df9..b106ae060 100644 --- a/src/views/ebiz/agentEenter/AgentEenterBasicInfor.vue +++ b/src/views/ebiz/agentEenter/AgentEenterBasicInfor.vue @@ -147,7 +147,6 @@ name="从业年限" placeholder="请输入整数" v-validate="'onlyInteger'" - required clearable />