diff --git a/src/assets/js/utils/data-dictionary.js b/src/assets/js/utils/data-dictionary.js index 822103fad..08745054c 100644 --- a/src/assets/js/utils/data-dictionary.js +++ b/src/assets/js/utils/data-dictionary.js @@ -3614,6 +3614,24 @@ export default { queryOccupationalByType: [ { id: '1', text: '卡单' }, { id: '2', text: '重新投保' } - ] + ], + // 津贴申请-证件类型的枚举(父母津贴申请功能专用,因为父母津贴功能中证件类型没有出生证,所以在此创建一个新的枚举,供父母津贴功能专用) + allowanceIdType: [ + { id: 1, text: '居民身份证' }, + { id: 2, text: '户口本' }, + // { id: 3, text: '出生证' }, + { id: 4, text: '护照' }, + { id: 5, text: '港澳居民来往内地通行证' }, + { id: 6, text: '台湾居民来往大陆通行证' }, + // { id: 7, text: '其他', disabled: true }, + { id: 8, text: '外国人永久居留身份证' }, + { id: 9, text: '港澳台居民居住证' } + ], + + // 津贴申请-享受人角色的枚举(父母津贴申请功能专用) + allowanceEnjoyUserRole: [ + { id: '0', text: '父亲' }, + { id: '1', text: '母亲' } + ] } diff --git a/src/components/ebiz/allowance/application/IndexBar.vue b/src/components/ebiz/allowance/application/IndexBar.vue new file mode 100644 index 000000000..ddae31ca5 --- /dev/null +++ b/src/components/ebiz/allowance/application/IndexBar.vue @@ -0,0 +1,226 @@ + + + + + + + + + {{ item.pageItem }} + + + + + + + {{ item.pageItem }} + + + + + + + + + diff --git a/src/views/ebiz/allowance/application/BaseInfo.vue b/src/views/ebiz/allowance/application/BaseInfo.vue index e69de29bb..916d67ccb 100644 --- a/src/views/ebiz/allowance/application/BaseInfo.vue +++ b/src/views/ebiz/allowance/application/BaseInfo.vue @@ -0,0 +1,642 @@ + + + + + + + + + + 证件扫描 + + + + + + + 证件扫描 + + + + + + + + + 下一步 + + + + + + + + + + + + + + +