diff --git a/src/assets/js/utils/data-dictionary.js b/src/assets/js/utils/data-dictionary.js index e855959d2..536b375e2 100644 --- a/src/assets/js/utils/data-dictionary.js +++ b/src/assets/js/utils/data-dictionary.js @@ -1060,7 +1060,7 @@ export default { } ], // 新市民身份 - newCitizen: [ + isNewPeopleFlag: [ { id: 1, text: '是' @@ -1071,7 +1071,7 @@ export default { } ], // 新市民类型 创业、就业、子女上学、投奔子女 - newCitizenType: [ + npType: [ { id: 1, text: '创业' diff --git a/src/components/ebiz/customer/formBlock.vue b/src/components/ebiz/customer/formBlock.vue index 41cfd7fdf..6cfe0f24e 100644 --- a/src/components/ebiz/customer/formBlock.vue +++ b/src/components/ebiz/customer/formBlock.vue @@ -85,8 +85,8 @@

工作信息

-
- +
+ - +
- -
+ +
新市民是指因本人创业就业、子女上学、投靠子女等原因来到城镇常住,未获得当地户籍或获得当地户籍不满三年的各类群体,包括但不限于进城务工人员、新就业大中专毕业生等。
@@ -259,7 +259,7 @@ export default { props: ['userInfo'], data() { return { - newCitizenTipshow: false, + isNewPeopleFlagTipshow: false, popupShow: false, areaShow: false, //省级联动 homeShow: false, @@ -281,8 +281,8 @@ export default { customerType: '', customerSource: '', age: '', - newCitizen: '', //新市民身份 - newCitizenType: '', //新市民类型 + isNewPeopleFlag: '', //新市民身份 + npType: '', //新市民类型 effectiveDateTypeAble: false, //长期按钮是否禁用 occupationShowPicker: false, sexRadio: [ @@ -353,8 +353,8 @@ export default { this.areaLists = areaLists }, methods: { - newCitizenTip(){ - this.newCitizenTipshow = true + isNewPeopleFlagTip(){ + this.isNewPeopleFlagTipshow = true }, selectClick() { let title = '' @@ -601,7 +601,7 @@ export default { } else if (pickerType == '9') { this.columns = DataDictionary.workCondition } else if (pickerType == '11') { - this.columns = DataDictionary.newCitizenType + this.columns = DataDictionary.npType } }, //确认选择字段 @@ -639,7 +639,7 @@ export default { } else if (this.pickerType == '9') { ;[this.userInfo.workCondition, this.workCondition] = [value.id, value.text] } else if (this.pickerType == '11') { - ;[this.userInfo.newCitizenType, this.newCitizenType] = [value.id, value.text] + ;[this.userInfo.npType, this.npType] = [value.id, value.text] } }, //区域选择 @@ -771,7 +771,7 @@ export default { .van-checkbox { margin-left: auto; } -.newCitizenTipClass{ +.isNewPeopleFlagTipClass{ margin-top: 45px;line-height: 24px;text-indent: 2em;letter-spacing: 1px;padding: 2px 10px; } diff --git a/src/views/ebiz/customer/addCustomer.vue b/src/views/ebiz/customer/addCustomer.vue index d912c51d1..03bb0ca44 100644 --- a/src/views/ebiz/customer/addCustomer.vue +++ b/src/views/ebiz/customer/addCustomer.vue @@ -85,8 +85,8 @@ export default { homeAddress: '', //家庭详细地址 homeZip: '', //家庭邮编 homePhone: '', //家庭电话 - newCitizen: '', //新市民身份 - newCitizenType: '', //新市民类型 + isNewPeople: '', //新市民身份 + npType: '', //新市民类型 } } }, diff --git a/src/views/ebiz/customer/editCustomer.vue b/src/views/ebiz/customer/editCustomer.vue index 0e8c7c8ac..22fde5bf2 100644 --- a/src/views/ebiz/customer/editCustomer.vue +++ b/src/views/ebiz/customer/editCustomer.vue @@ -96,8 +96,8 @@ export default { homeAddress: '', //家庭详细地址 homeZip: '', //家庭邮编 homePhone: '', //家庭电话 - newCitizen: '', //新市民身份 - newCitizenType: '', //新市民类型 + isNewPeople: '', //新市民身份 + npType: '', //新市民类型 } } }, diff --git a/src/views/ebiz/sale/InsuredInfo.vue b/src/views/ebiz/sale/InsuredInfo.vue index 267e26ab8..8b7231902 100644 --- a/src/views/ebiz/sale/InsuredInfo.vue +++ b/src/views/ebiz/sale/InsuredInfo.vue @@ -172,7 +172,7 @@ @click="toSelect('3')" /> -->
- + - +
--> - -
+ +
新市民是指因本人创业就业、子女上学、投靠子女等原因来到城镇常住,未获得当地户籍或获得当地户籍不满三年的各类群体,包括但不限于进城务工人员、新就业大中专毕业生等。
@@ -450,7 +450,7 @@ export default { }, data() { return { - newCitizenTipshow: false, + isNewPeopleFlagTipshow: false, renovate: '', specilFlag: '', //特殊显示-为桂企产品专写 1-桂企 undefind-其他 productCodes: [], //产品编码-用于“产品允许投保人单位列表获取”接口,作为请求参数 @@ -554,8 +554,8 @@ export default { // householdProvince: '', //户籍省 // householdCity: '' //户籍市 // addressStatus: '0' //是否是联系地址 - newCitizen: '', //新市民身份 - newCitizenType: '', //新市民类型 + isNewPeopleFlag: '', //新市民身份 + npType: '', //新市民类型 }, areaList: areaList, areaLists: areaLists, @@ -663,8 +663,8 @@ export default { this.areaLists = areaLists }, methods: { - newCitizenTip(){ - this.newCitizenTipshow = true + isNewPeopleFlagTip(){ + this.isNewPeopleFlagTipshow = true }, workcompanys(list) { // 单位数据 @@ -792,7 +792,7 @@ export default { this.columns = DataDictionary.marriage break case '11': - this.columns = DataDictionary.newCitizenType + this.columns = DataDictionary.npType break } @@ -876,7 +876,7 @@ export default { } else if (this.pickerType === '10') { this.userInfo.marriageStatus = value.text } else if (this.pickerType === '11') { - this.userInfo.newCitizenType = value.id + this.userInfo.npType = value.id } }, //证件起始截止日期 @@ -1081,7 +1081,7 @@ export default { async nextStep() { //表单校验, 成功跳转 let valid = await this.$validator.validate() - if(!this.userInfo.newCitizen && this.manageComCode == '45'){ + if(!this.userInfo.isNewPeopleFlag && this.manageComCode == '45'){ this.$toast('新市民身份不能为空') return false } @@ -1626,7 +1626,7 @@ export default { /deep/.van-radio { margin-left: auto; } - .newCitizenTipClass{ + .isNewPeopleFlagTipClass{ margin-top: 45px;line-height: 24px;text-indent: 2em;letter-spacing: 1px;padding: 2px 10px; } } diff --git a/src/views/ebiz/sale/InsuredPerson.vue b/src/views/ebiz/sale/InsuredPerson.vue index 8c38d77a4..d0c28a3b6 100644 --- a/src/views/ebiz/sale/InsuredPerson.vue +++ b/src/views/ebiz/sale/InsuredPerson.vue @@ -207,7 +207,7 @@ @click="toSelect('3')" /> -->
- + - +
- -
+ +
新市民是指因本人创业就业、子女上学、投靠子女等原因来到城镇常住,未获得当地户籍或获得当地户籍不满三年的各类群体,包括但不限于进城务工人员、新就业大中专毕业生等。
@@ -515,7 +515,7 @@ export default { }, data() { return { - newCitizenTipshow: false, + isNewPeopleFlagTipshow: false, isMarriageStatusShow: false, withRootUser: { load: false, //防止重复请求 @@ -625,8 +625,8 @@ export default { // householdProvince: '', //户籍省 // householdCity: '' //户籍市 // addressStatus: '' //是否是联系地址 - newCitizen: '', //新市民身份 - newCitizenType: '', //新市民类型 + isNewPeopleFlag: '', //新市民身份 + npType: '', //新市民类型 }, areaList: areaList, areaLists: areaLists, @@ -817,8 +817,8 @@ export default { this.areaLists = areaLists }, methods: { - newCitizenTip(){ - this.newCitizenTipshow = true + isNewPeopleFlagTip(){ + this.isNewPeopleFlagTipshow = true }, workcompanys(list) { // 单位数据 @@ -920,7 +920,7 @@ export default { } else if (pickerType == '9') { this.columns = DataDictionary.salarySource } else if (pickerType == '11') { - this.columns = DataDictionary.newCitizenType + this.columns = DataDictionary.npType } }, //确认选择字段 @@ -1082,7 +1082,7 @@ export default { } else if (this.pickerType === '10') { this.userInfo } else if (this.pickerType === '11') { - this.userInfo.newCitizenType = value.id + this.userInfo.npType = value.id } }, //证件起始截止日期 @@ -1321,7 +1321,7 @@ export default { //下一步 async nextStep() { let valid = await this.$validator.validate() - if(!this.userInfo.newCitizen && this.manageComCode == '45'){ + if(!this.userInfo.isNewPeopleFlag && this.manageComCode == '45'){ this.$toast('新市民身份不能为空') return false } @@ -2067,7 +2067,7 @@ export default { display: flex; flex-direction: row-reverse; } - .newCitizenTipClass{ + .isNewPeopleFlagTipClass{ margin-top: 45px;line-height: 24px;text-indent: 2em;letter-spacing: 1px;padding: 2px 10px; } }