Browse Source

居民党员导出

origin/feature/monitoring v2.3.1.200901.Release
zhangyuan 5 years ago
parent
commit
b2b5d39ab5
  1. 5
      src/views/modules/user/fail-authentication.vue
  2. 10
      src/views/modules/user/partyauthenticationfailed.vue
  3. 18
      src/views/modules/user/partymembers.vue
  4. 5
      src/views/modules/user/pass-authentication.vue
  5. 5
      src/views/modules/user/wait-authentication.vue

5
src/views/modules/user/fail-authentication.vue

@ -172,6 +172,7 @@ export default {
streetId: '',
communityId: '',
gridId: '',
deptId: '',
realName: '',
mobile: '',
identityNo: '',
@ -210,21 +211,25 @@ export default {
this.dataForm.streetId = ''
this.dataForm.communityId = ''
this.dataForm.gridId = ''
this.dataForm.deptId = ''
}
if (val.length === 1) {
this.dataForm.streetId = this.deptIdList[0]
this.dataForm.communityId = ''
this.dataForm.gridId = ''
this.dataForm.deptId = ''
}
if (val.length === 2) {
this.dataForm.streetId = this.deptIdList[0]
this.dataForm.communityId = this.deptIdList[1]
this.dataForm.gridId = ''
this.dataForm.deptId = ''
}
if (val.length === 3) {
this.dataForm.streetId = this.deptIdList[0]
this.dataForm.communityId = this.deptIdList[1]
this.dataForm.gridId = this.deptIdList[2]
this.dataForm.deptId = this.deptIdList[2]
}
}
},

10
src/views/modules/user/partyauthenticationfailed.vue

@ -51,16 +51,16 @@
width="80"
header-align="center"
align="center"></el-table-column>
<el-table-column prop="identityNo"
label="身份证号"
width="180"
header-align="center"
align="center"></el-table-column>
<el-table-column prop="mobile"
label="手机号"
width="110"
header-align="center"
align="center"></el-table-column>
<el-table-column prop="identityNo"
label="身份证号"
width="180"
header-align="center"
align="center"></el-table-column>
<el-table-column prop="allDeptNames"
label="所属网格"
min-width="200" show-overflow-tooltip

18
src/views/modules/user/partymembers.vue

@ -118,15 +118,15 @@
header-align="center"
align="center"
width="180"></el-table-column>
<!--<el-table-column prop="post"-->
<!--label="职务"-->
<!--header-align="center"-->
<!--align="center"></el-table-column>-->
<!--<el-table-column prop="cadreFlag"-->
<!--label="干部下沉"-->
<!--:formatter="formatCadre"-->
<!--header-align="center"-->
<!--align="center"></el-table-column>-->
<el-table-column prop="post"
label="职务"
header-align="center"
align="center"></el-table-column>
<el-table-column prop="cadreFlag"
label="干部下沉"
:formatter="formatCadre"
header-align="center"
align="center"></el-table-column>
<!--<el-table-column prop="partyOrganization"-->
<!--label="所在党委"-->
<!--header-align="center"-->

5
src/views/modules/user/pass-authentication.vue

@ -168,6 +168,7 @@ export default {
streetId: '',
communityId: '',
gridId: '',
deptId: '',
realName: '',
mobile: '',
identityNo: '',
@ -207,21 +208,25 @@ export default {
this.dataForm.streetId = ''
this.dataForm.communityId = ''
this.dataForm.gridId = ''
this.dataForm.deptId = ''
}
if (val.length === 1) {
this.dataForm.streetId = this.deptIdList[0]
this.dataForm.communityId = ''
this.dataForm.gridId = ''
this.dataForm.deptId = ''
}
if (val.length === 2) {
this.dataForm.streetId = this.deptIdList[0]
this.dataForm.communityId = this.deptIdList[1]
this.dataForm.gridId = ''
this.dataForm.deptId = ''
}
if (val.length === 3) {
this.dataForm.streetId = this.deptIdList[0]
this.dataForm.communityId = this.deptIdList[1]
this.dataForm.gridId = this.deptIdList[2]
this.dataForm.deptId = this.deptIdList[2]
}
}
},

5
src/views/modules/user/wait-authentication.vue

@ -161,6 +161,7 @@ export default {
streetId: '',
communityId: '',
gridId: '',
deptId: '',
realName: '',
mobile: '',
identityNo: '',
@ -199,21 +200,25 @@ export default {
this.dataForm.streetId = ''
this.dataForm.communityId = ''
this.dataForm.gridId = ''
this.dataForm.deptId = ''
}
if (val.length === 1) {
this.dataForm.streetId = this.deptIdList[0]
this.dataForm.communityId = ''
this.dataForm.gridId = ''
this.dataForm.deptId = ''
}
if (val.length === 2) {
this.dataForm.streetId = this.deptIdList[0]
this.dataForm.communityId = this.deptIdList[1]
this.dataForm.gridId = ''
this.dataForm.deptId = ''
}
if (val.length === 3) {
this.dataForm.streetId = this.deptIdList[0]
this.dataForm.communityId = this.deptIdList[1]
this.dataForm.gridId = this.deptIdList[2]
this.dataForm.deptId = this.deptIdList[2]
}
}
},

Loading…
Cancel
Save