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: '', streetId: '',
communityId: '', communityId: '',
gridId: '', gridId: '',
deptId: '',
realName: '', realName: '',
mobile: '', mobile: '',
identityNo: '', identityNo: '',
@ -210,21 +211,25 @@ export default {
this.dataForm.streetId = '' this.dataForm.streetId = ''
this.dataForm.communityId = '' this.dataForm.communityId = ''
this.dataForm.gridId = '' this.dataForm.gridId = ''
this.dataForm.deptId = ''
} }
if (val.length === 1) { if (val.length === 1) {
this.dataForm.streetId = this.deptIdList[0] this.dataForm.streetId = this.deptIdList[0]
this.dataForm.communityId = '' this.dataForm.communityId = ''
this.dataForm.gridId = '' this.dataForm.gridId = ''
this.dataForm.deptId = ''
} }
if (val.length === 2) { if (val.length === 2) {
this.dataForm.streetId = this.deptIdList[0] this.dataForm.streetId = this.deptIdList[0]
this.dataForm.communityId = this.deptIdList[1] this.dataForm.communityId = this.deptIdList[1]
this.dataForm.gridId = '' this.dataForm.gridId = ''
this.dataForm.deptId = ''
} }
if (val.length === 3) { if (val.length === 3) {
this.dataForm.streetId = this.deptIdList[0] this.dataForm.streetId = this.deptIdList[0]
this.dataForm.communityId = this.deptIdList[1] this.dataForm.communityId = this.deptIdList[1]
this.dataForm.gridId = this.deptIdList[2] 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" width="80"
header-align="center" header-align="center"
align="center"></el-table-column> 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" <el-table-column prop="mobile"
label="手机号" label="手机号"
width="110" width="110"
header-align="center" header-align="center"
align="center"></el-table-column> 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" <el-table-column prop="allDeptNames"
label="所属网格" label="所属网格"
min-width="200" show-overflow-tooltip min-width="200" show-overflow-tooltip

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

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

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

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

Loading…
Cancel
Save