| | |
| | | |
| | | |
| | | |
| | | <view class="cell flex j-c-s-b a-i-c bgc-ff" @click="showPopup = true"> |
| | | <text class="f-28">须知说明</text> |
| | | <u-icon name="arrow-right"></u-icon> |
| | | </view> |
| | | |
| | | |
| | | <button class="submit-btn" @click="sumitInfo">提交</button> |
| | | <button class="list-btn" @click="navigatorPage">我申请的记录</button> |
| | | |
| | | |
| | | <u-popup mode="center" :show="showPopup" :round="10" @close="showPopup = false" :closeable="true"> |
| | | <view class="explain"> |
| | | <view class="explain-title f-30 fw"> |
| | | 须知说明 |
| | | </view> |
| | | <view class="explain-content"> |
| | | <scroll-view class="explain-scroll" :scroll-y="true"> |
| | | 办理居住证需要先在居住地派出所办理居住登记,办理居住登记需填写《江西省流动人口居住登记表》并提供本人身份证或户口簿、本人近期两张一寸彩色相片和居住地址证明。居住登记满6个月后,可到居住地派出所申领居住证。居住地址证明包括:1、租房:租赁合同;房东房产证(不动产证、土地证或购房合同)及身份证。2、自有(亲属)房屋:房产证、不动产证、土地证或购房合同;如非本人房产还需提供与产权人关系证明。3、居住在单位、就读学校宿舍的:单位出具的住宿证明。 |
| | | 对于实际居住6个月以上,符合合法稳定住所、合法稳定就业、连续就读条件之一的;以及符合人才引进在居住地就业创业的,可以在办理完居住登记后直接到派出所申领居住证。1、以合法稳定住所为由申请的,需提交办理时间满6个月的房屋产权证明。2、以合法稳定就业为由申请的,需提交办理满6个月的工商营业执照或在居住地连续缴纳6个月以上的社保、公积金:养老保险、公积金之一;3、以连续就读为由申请的,需提交学生证或就读学校出具的其他能够证明连续就读满半年的材料。4、符合人才引进类的,需满足以下条件: |
| | | (一)具有国家承认大专及以上学历的人员,提供学历证书; |
| | | 提 |
| | | (二)具有中级及以上专业技术职称的人员,提供专业技术等级证书; |
| | | 投 |
| | | (三)持有高级工及以上国家职业资格证书的人员,提供职业资格证书; |
| | | (四)工业园区组织人事部门认定的企业急需人才,提供有关组织人事部门出具的认定文件; |
| | | (五)县级以上组织部门或人力资源社会保障部门认定的企业急需人才,提供有关组织人事部门出具的认定文件; |
| | | 符合以上第(一)至第(五)条件的,还要提供以下材料:就业的,提供与用人单位签订的半年以上期限的劳动(聘用)合同或企业为其缴纳的社会保险凭证;创业的,提供工商营业执照或事业单位法人证书。 |
| | | (六)个人在当地投资30万以上的人员,提供营业执照。 |
| | | </scroll-view> |
| | | </view> |
| | | </view> |
| | | </u-popup> |
| | | </view> |
| | | |
| | | </template> |
| | | |
| | | <script> |
| | |
| | | }], |
| | | }, |
| | | isEdit: false, |
| | | houseHoldInfo: {} |
| | | houseHoldInfo: {}, |
| | | showPopup: false |
| | | } |
| | | }, |
| | | |
| | |
| | | color: #fff; |
| | | margin-top: 50rpx; |
| | | } |
| | | |
| | | .cell { |
| | | padding: 20rpx; |
| | | margin: 20rpx 30rpx 0; |
| | | |
| | | } |
| | | |
| | | .explain { |
| | | padding: 20rpx; |
| | | width: 650rpx; |
| | | |
| | | .explain-title { |
| | | text-align: center; |
| | | padding: 20rpx 0; |
| | | } |
| | | |
| | | .explain-content { |
| | | width: 100%; |
| | | height: 750rpx; |
| | | padding: 20rpx 0; |
| | | box-sizing: border-box; |
| | | |
| | | } |
| | | } |
| | | |
| | | .explain-scroll { |
| | | width: 100%; |
| | | height: 100%; |
| | | padding: 0 30rpx; |
| | | box-sizing: border-box; |
| | | text-indent: 2em; |
| | | text-align: justify; |
| | | white-space: pre-line; |
| | | } |
| | | </style> |