档案检索同音选择修改

master
wanglei 1 year ago
parent a35b920fe1
commit 637cb3fa21

@ -1,9 +1,14 @@
import request from '@/utils/request' import request from '@/utils/request'
// ------------------------------------------ 不同音 ----------------------------------------------
// 查询常住人口登记列表 // 查询常住人口登记列表
export function listCzrkdj(query) { export function listCzrkdj(query) {
return request({ return request({
url: '/dangan/search/czrk', url: '/dangan/search/czrk',
timeout: 120000,
method: 'get', method: 'get',
params: query params: query
}) })
@ -13,6 +18,7 @@ export function listCzrkdj(query) {
export function listBirthDJ(query) { export function listBirthDJ(query) {
return request({ return request({
url: '/dangan/search/cszm', url: '/dangan/search/cszm',
timeout: 120000,
method: 'get', method: 'get',
params: query params: query
}) })
@ -22,6 +28,7 @@ export function listBirthDJ(query) {
export function listQyz(query) { export function listQyz(query) {
return request({ return request({
url: '/dangan/search/qyz', url: '/dangan/search/qyz',
timeout: 120000,
method: 'get', method: 'get',
params: query params: query
}) })
@ -31,6 +38,7 @@ export function listQyz(query) {
export function listYtzm(query) { export function listYtzm(query) {
return request({ return request({
url: '/dangan/search/ytzm', url: '/dangan/search/ytzm',
timeout: 120000,
method: 'get', method: 'get',
params: query params: query
}) })
@ -40,6 +48,7 @@ export function listYtzm(query) {
export function listZfnyhkcg(query) { export function listZfnyhkcg(query) {
return request({ return request({
url: '/dangan/search/zfny', url: '/dangan/search/zfny',
timeout: 120000,
method: 'get', method: 'get',
params: query params: query
}) })
@ -49,6 +58,70 @@ export function listZfnyhkcg(query) {
export function listZqz(query) { export function listZqz(query) {
return request({ return request({
url: '/dangan/search/zqz', url: '/dangan/search/zqz',
timeout: 120000,
method: 'get',
params: query
})
}
// ------------------------------------------ 不同音 ----------------------------------------------
// 查询常住人口登记列表
export function listCzrkdj1(query) {
return request({
url: '/dangan/search/czrk1',
timeout: 120000,
method: 'get',
params: query
})
}
// 查询常住人口登记列表
export function listBirthDJ1(query) {
return request({
url: '/dangan/search/cszm1',
timeout: 120000,
method: 'get',
params: query
})
}
// 查询常住人口登记列表
export function listQyz1(query) {
return request({
url: '/dangan/search/qyz1',
timeout: 120000,
method: 'get',
params: query
})
}
// 查询常住人口登记列表
export function listYtzm1(query) {
return request({
url: '/dangan/search/ytzm1',
timeout: 120000,
method: 'get',
params: query
})
}
// 查询常住人口登记列表
export function listZfnyhkcg1(query) {
return request({
url: '/dangan/search/zfny1',
timeout: 120000,
method: 'get',
params: query
})
}
// 查询常住人口登记列表
export function listZqz1(query) {
return request({
url: '/dangan/search/zqz1',
timeout: 120000,
method: 'get', method: 'get',
params: query params: query
}) })

@ -8,6 +8,9 @@
<div style="border:1px dashed #e8e8e8; border-radius: 10px; padding: 10px"> <div style="border:1px dashed #e8e8e8; border-radius: 10px; padding: 10px">
<div style="width:100%; text-align:left"> <div style="width:100%; text-align:left">
<el-checkbox v-model="checkAll" @change="handleCheckAllChange"></el-checkbox> <el-checkbox v-model="checkAll" @change="handleCheckAllChange"></el-checkbox>
<el-checkbox v-model="isTongYin" @change="handleTongYinChange"></el-checkbox>
</div> </div>
<el-checkbox-group v-model="checkList" @change="handleCheckboxGroupChange"> <el-checkbox-group v-model="checkList" @change="handleCheckboxGroupChange">
<el-checkbox v-for="dict in dict.type.yw_type" <el-checkbox v-for="dict in dict.type.yw_type"
@ -21,29 +24,29 @@
<div class="content" v-if="option1.open&&option1.list&&option1.list.length>0"> <div class="content" v-if="option1.open&&option1.list&&option1.list.length>0">
<el-divider content-position="left">常住人口登记表1</el-divider> <el-divider content-position="left">常住人口登记表1</el-divider>
<el-table v-loading="option1.loading" :data="option1.list" border> <el-table v-loading="option1.loading" :data="option1.list" border>
<!-- <el-table-column label="档案目录ID" align="center" prop="muId" min-width="90" fixed/>--> <!-- <el-table-column label="档案目录ID" align="center" prop="muId" min-width="90" fixed/>-->
<el-table-column label="档案目录路径" align="center" prop="muPath" min-width="180" show-overflow-tooltip fixed/> <el-table-column label="档案目录路径" align="center" prop="muPath" min-width="180" show-overflow-tooltip fixed/>
<el-table-column label="任务ID" align="center" prop="taskId" min-width="100" show-overflow-tooltip fixed/> <el-table-column label="任务ID" align="center" prop="taskId" min-width="100" show-overflow-tooltip fixed/>
<el-table-column label="户主或与户主关系" align="center" prop="relation" min-width="130" show-overflow-tooltip/> <el-table-column label="户主或与户主关系" align="center" prop="relation" min-width="130" show-overflow-tooltip/>
<el-table-column label="姓名" align="center" prop="name" min-width="100" show-overflow-tooltip/> <el-table-column label="姓名" align="center" prop="name" min-width="100" show-overflow-tooltip/>
<!-- <el-table-column label="别名" align="center" prop="otherName" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="别名" align="center" prop="otherName" min-width="100" show-overflow-tooltip/>-->
<!-- <el-table-column label="性别" align="center" prop="sex" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="性别" align="center" prop="sex" min-width="100" show-overflow-tooltip/>-->
<el-table-column label="出生年月日" align="center" prop="birthday" min-width="100" show-overflow-tooltip/> <el-table-column label="出生年月日" align="center" prop="birthday" min-width="100" show-overflow-tooltip/>
<!-- <el-table-column label="出生地址" align="center" prop="address" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="出生地址" align="center" prop="address" min-width="100" show-overflow-tooltip/>-->
<!-- <el-table-column label="原籍" align="center" prop="yj" min-width="100" show-overflow-tooltip />--> <!-- <el-table-column label="原籍" align="center" prop="yj" min-width="100" show-overflow-tooltip />-->
<!-- <el-table-column label="民族" align="center" prop="nation" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="民族" align="center" prop="nation" min-width="100" show-overflow-tooltip/>-->
<!-- <el-table-column label="宗教信仰" align="center" prop="zjxy" min-width="90" show-overflow-tooltip/>--> <!-- <el-table-column label="宗教信仰" align="center" prop="zjxy" min-width="90" show-overflow-tooltip/>-->
<!-- <el-table-column label="文化程度" align="center" prop="whcd" min-width="90" show-overflow-tooltip/>--> <!-- <el-table-column label="文化程度" align="center" prop="whcd" min-width="90" show-overflow-tooltip/>-->
<!-- <el-table-column label="婚姻状况" align="center" prop="hyzk" min-width="90" show-overflow-tooltip/>--> <!-- <el-table-column label="婚姻状况" align="center" prop="hyzk" min-width="90" show-overflow-tooltip/>-->
<!-- <el-table-column label="职业及服务处所" align="center" prop="zyjfwcs" min-width="120" show-overflow-tooltip/>--> <!-- <el-table-column label="职业及服务处所" align="center" prop="zyjfwcs" min-width="120" show-overflow-tooltip/>-->
<!-- <el-table-column label="本县(市)其它住址" align="center" prop="bxsqtzz" min-width="130" show-overflow-tooltip />--> <!-- <el-table-column label="本县(市)其它住址" align="center" prop="bxsqtzz" min-width="130" show-overflow-tooltip />-->
<!-- <el-table-column label="公民证代号号码签发机关及日期" align="center" prop="gmzdhhmqfjgjrq" min-width="240" show-overflow-tooltip />--> <!-- <el-table-column label="公民证代号号码签发机关及日期" align="center" prop="gmzdhhmqfjgjrq" min-width="240" show-overflow-tooltip />-->
<!-- <el-table-column label="何时由何地迁来本县、市何时登记户口" align="center" prop="hsyhdqlbxshsdjhk" min-width="250" show-overflow-tooltip />--> <!-- <el-table-column label="何时由何地迁来本县、市何时登记户口" align="center" prop="hsyhdqlbxshsdjhk" min-width="250" show-overflow-tooltip />-->
<!-- <el-table-column label="何时由本县、市何处迁来何时登记户口" align="center" prop="hsybxshcqlhsdjhk" min-width="250" show-overflow-tooltip />--> <!-- <el-table-column label="何时由本县、市何处迁来何时登记户口" align="center" prop="hsybxshcqlhsdjhk" min-width="250" show-overflow-tooltip />-->
<!-- <el-table-column label="注销户口日期" align="center" prop="zxhkrq" min-width="100" show-overflow-tooltip />--> <!-- <el-table-column label="注销户口日期" align="center" prop="zxhkrq" min-width="100" show-overflow-tooltip />-->
<!-- <el-table-column label="注销户口原因" align="center" prop="zxhkyy" min-width="100" show-overflow-tooltip />--> <!-- <el-table-column label="注销户口原因" align="center" prop="zxhkyy" min-width="100" show-overflow-tooltip />-->
<!-- <el-table-column label="户口登记事项变更记载内容、时间及办理人章_1" align="center" prop="hkdjsxbgjznrsjjblrz1" min-width="320" show-overflow-tooltip />--> <!-- <el-table-column label="户口登记事项变更记载内容、时间及办理人章_1" align="center" prop="hkdjsxbgjznrsjjblrz1" min-width="320" show-overflow-tooltip />-->
<!-- <el-table-column label="户口登记事项变更记载内容、时间及办理人章_2" align="center" prop="hkdjsxbgjznrsjjblrz2" min-width="320" show-overflow-tooltip />--> <!-- <el-table-column label="户口登记事项变更记载内容、时间及办理人章_2" align="center" prop="hkdjsxbgjznrsjjblrz2" min-width="320" show-overflow-tooltip />-->
<el-table-column label="识别图片" align="center" prop="pictures" > <el-table-column label="识别图片" align="center" prop="pictures" >
<template slot-scope="scope"> <template slot-scope="scope">
<image-preview :src="scope.row.pictures" :width="50" :height="50"/> <image-preview :src="scope.row.pictures" :width="50" :height="50"/>
@ -63,7 +66,7 @@
<div class="content" v-if="option3.open&&option3.list&&option3.list.length>0"> <div class="content" v-if="option3.open&&option3.list&&option3.list.length>0">
<el-divider content-position="left">常住人口登记表2</el-divider> <el-divider content-position="left">常住人口登记表2</el-divider>
<el-table v-loading="option3.loading" :data="option3.list" border> <el-table v-loading="option3.loading" :data="option3.list" border>
<!-- <el-table-column label="档案目录ID" align="center" prop="muId" min-width="90" fixed/>--> <!-- <el-table-column label="档案目录ID" align="center" prop="muId" min-width="90" fixed/>-->
<el-table-column label="档案目录路径" align="center" prop="muPath" min-width="180" show-overflow-tooltip fixed/> <el-table-column label="档案目录路径" align="center" prop="muPath" min-width="180" show-overflow-tooltip fixed/>
<el-table-column label="任务ID" align="center" prop="taskId" min-width="100" show-overflow-tooltip fixed/> <el-table-column label="任务ID" align="center" prop="taskId" min-width="100" show-overflow-tooltip fixed/>
<el-table-column label="户别" align="center" prop="hb" min-width="100" show-overflow-tooltip /> <el-table-column label="户别" align="center" prop="hb" min-width="100" show-overflow-tooltip />
@ -79,8 +82,8 @@
<!-- <el-table-column label="其他住址" align="center" prop="bxsqtzz" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="其他住址" align="center" prop="bxsqtzz" min-width="100" show-overflow-tooltip/>-->
<el-table-column label="出生地" align="center" prop="address" min-width="100" show-overflow-tooltip/> <el-table-column label="出生地" align="center" prop="address" min-width="100" show-overflow-tooltip/>
<el-table-column label="籍贯" align="center" prop="jiguan" min-width="100" show-overflow-tooltip /> <el-table-column label="籍贯" align="center" prop="jiguan" min-width="100" show-overflow-tooltip />
<!-- <el-table-column label="文化程度" align="center" prop="whcd" min-width="90" show-overflow-tooltip/> <!-- <el-table-column label="文化程度" align="center" prop="whcd" min-width="90" show-overflow-tooltip/>
<el-table-column label="婚姻状况" align="center" prop="hyzk" min-width="90" show-overflow-tooltip/>--> <el-table-column label="婚姻状况" align="center" prop="hyzk" min-width="90" show-overflow-tooltip/>-->
<!-- <el-table-column label="兵役状况" align="center" prop="byzk" min-width="100" show-overflow-tooltip />--> <!-- <el-table-column label="兵役状况" align="center" prop="byzk" min-width="100" show-overflow-tooltip />-->
<!-- <el-table-column label="身高" align="center" prop="height" min-width="80" show-overflow-tooltip />--> <!-- <el-table-column label="身高" align="center" prop="height" min-width="80" show-overflow-tooltip />-->
<!-- <el-table-column label="血型" align="center" prop="blood" min-width="80" show-overflow-tooltip />--> <!-- <el-table-column label="血型" align="center" prop="blood" min-width="80" show-overflow-tooltip />-->
@ -91,10 +94,10 @@
<!-- <el-table-column label="签发意见" align="center" prop="qfyj" min-width="100" show-overflow-tooltip />--> <!-- <el-table-column label="签发意见" align="center" prop="qfyj" min-width="100" show-overflow-tooltip />-->
<!-- <el-table-column label="身份证签发日期及有效期限" align="center" prop="yxrq" min-width="180" show-overflow-tooltip />--> <!-- <el-table-column label="身份证签发日期及有效期限" align="center" prop="yxrq" min-width="180" show-overflow-tooltip />-->
<el-table-column label="身份证号" align="center" prop="cardId" min-width="180" show-overflow-tooltip /> <el-table-column label="身份证号" align="center" prop="cardId" min-width="180" show-overflow-tooltip />
<!-- <el-table-column label="何时由何地迁来本市(县)" align="center" prop="hsybxshcqlhsdjhk" min-width="180" show-overflow-tooltip />--> <!-- <el-table-column label="何时由何地迁来本市(县)" align="center" prop="hsybxshcqlhsdjhk" min-width="180" show-overflow-tooltip />-->
<!-- <el-table-column label="何时由何地迁来本址" align="center" prop="hsyhdqlbxshsdjhk" min-width="160" show-overflow-tooltip />--> <!-- <el-table-column label="何时由何地迁来本址" align="center" prop="hsyhdqlbxshsdjhk" min-width="160" show-overflow-tooltip />-->
<!-- <el-table-column label="何时迁往何地" align="center" prop="hshyqwhd" min-width="120" show-overflow-tooltip />--> <!-- <el-table-column label="何时迁往何地" align="center" prop="hshyqwhd" min-width="120" show-overflow-tooltip />-->
<!-- <el-table-column label="何因注销户口是否缴销身份证" align="center" prop="zxhkyy" min-width="200" show-overflow-tooltip />--> <!-- <el-table-column label="何因注销户口是否缴销身份证" align="center" prop="zxhkyy" min-width="200" show-overflow-tooltip />-->
<el-table-column label="识别图片" align="center" prop="pictures" > <el-table-column label="识别图片" align="center" prop="pictures" >
<template slot-scope="scope"> <template slot-scope="scope">
<image-preview :src="scope.row.pictures" :width="50" :height="50"/> <image-preview :src="scope.row.pictures" :width="50" :height="50"/>
@ -114,41 +117,41 @@
<div class="content" v-if="option9.open&&option9.list&&option9.list.length>0"> <div class="content" v-if="option9.open&&option9.list&&option9.list.length>0">
<el-divider content-position="left">常住人口登记表3</el-divider> <el-divider content-position="left">常住人口登记表3</el-divider>
<el-table v-loading="option9.loading" :data="option9.list" border> <el-table v-loading="option9.loading" :data="option9.list" border>
<!-- <el-table-column label="档案目录ID" align="center" prop="muId" min-width="90" fixed/>--> <!-- <el-table-column label="档案目录ID" align="center" prop="muId" min-width="90" fixed/>-->
<el-table-column label="档案目录路径" align="center" prop="muPath" min-width="180" show-overflow-tooltip fixed/> <el-table-column label="档案目录路径" align="center" prop="muPath" min-width="180" show-overflow-tooltip fixed/>
<el-table-column label="任务ID" align="center" prop="taskId" min-width="100" show-overflow-tooltip fixed/> <el-table-column label="任务ID" align="center" prop="taskId" min-width="100" show-overflow-tooltip fixed/>
<!-- <el-table-column label="户别" align="center" prop="hb" min-width="100" show-overflow-tooltip />--> <!-- <el-table-column label="户别" align="center" prop="hb" min-width="100" show-overflow-tooltip />-->
<el-table-column label="户主姓名" align="center" prop="hzName" min-width="100" show-overflow-tooltip /> <el-table-column label="户主姓名" align="center" prop="hzName" min-width="100" show-overflow-tooltip />
<!-- <el-table-column label="与户主关系" align="center" prop="relation" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="与户主关系" align="center" prop="relation" min-width="100" show-overflow-tooltip/>-->
<el-table-column label="姓名" align="center" prop="name" min-width="100" show-overflow-tooltip/> <el-table-column label="姓名" align="center" prop="name" min-width="100" show-overflow-tooltip/>
<!-- <el-table-column label="性别" align="center" prop="sex" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="性别" align="center" prop="sex" min-width="100" show-overflow-tooltip/>-->
<!-- <el-table-column label="曾用名" align="center" prop="usedName" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="曾用名" align="center" prop="usedName" min-width="100" show-overflow-tooltip/>-->
<!-- <el-table-column label="民族" align="center" prop="nation" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="民族" align="center" prop="nation" min-width="100" show-overflow-tooltip/>-->
<el-table-column label="出生日期" align="center" prop="birthday" min-width="100" show-overflow-tooltip/> <el-table-column label="出生日期" align="center" prop="birthday" min-width="100" show-overflow-tooltip/>
<el-table-column label="监护人1" align="center" prop="jhr1" min-width="100" show-overflow-tooltip/> <el-table-column label="监护人1" align="center" prop="jhr1" min-width="100" show-overflow-tooltip/>
<el-table-column label="监护人2" align="center" prop="jhr2" min-width="100" show-overflow-tooltip/> <el-table-column label="监护人2" align="center" prop="jhr2" min-width="100" show-overflow-tooltip/>
<el-table-column label="监护关系1" align="center" prop="jhgx1" min-width="100" show-overflow-tooltip/> <el-table-column label="监护关系1" align="center" prop="jhgx1" min-width="100" show-overflow-tooltip/>
<el-table-column label="监护关系2" align="center" prop="jhgx2" min-width="100" show-overflow-tooltip/> <el-table-column label="监护关系2" align="center" prop="jhgx2" min-width="100" show-overflow-tooltip/>
<!-- <el-table-column label="出生地" align="center" prop="address" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="出生地" align="center" prop="address" min-width="100" show-overflow-tooltip/>-->
<!-- <el-table-column label="公民出生证签发日期" align="center" prop="gmcszqfrq" min-width="140" show-overflow-tooltip/>--> <!-- <el-table-column label="公民出生证签发日期" align="center" prop="gmcszqfrq" min-width="140" show-overflow-tooltip/>-->
<!-- <el-table-column label="住址" align="center" prop="xzz" min-width="100" show-overflow-tooltip />--> <!-- <el-table-column label="住址" align="center" prop="xzz" min-width="100" show-overflow-tooltip />-->
<!-- <el-table-column label="本市(县)其他住址" align="center" prop="bxsqtzz" min-width="140" show-overflow-tooltip />--> <!-- <el-table-column label="本市(县)其他住址" align="center" prop="bxsqtzz" min-width="140" show-overflow-tooltip />-->
<!-- <el-table-column label="籍贯" align="center" prop="jiguan" min-width="100" show-overflow-tooltip />--> <!-- <el-table-column label="籍贯" align="center" prop="jiguan" min-width="100" show-overflow-tooltip />-->
<!-- <el-table-column label="宗教信仰" align="center" prop="zjxy" min-width="90" show-overflow-tooltip/>--> <!-- <el-table-column label="宗教信仰" align="center" prop="zjxy" min-width="90" show-overflow-tooltip/>-->
<el-table-column label="身份证号" align="center" prop="cardId" min-width="100" show-overflow-tooltip /> <el-table-column label="身份证号" align="center" prop="cardId" min-width="100" show-overflow-tooltip />
<!-- <el-table-column label="身份证签发日期" align="center" prop="yxrq" min-width="120" show-overflow-tooltip />--> <!-- <el-table-column label="身份证签发日期" align="center" prop="yxrq" min-width="120" show-overflow-tooltip />-->
<!-- <el-table-column label="文化程度" align="center" prop="whcd" min-width="90" show-overflow-tooltip/>--> <!-- <el-table-column label="文化程度" align="center" prop="whcd" min-width="90" show-overflow-tooltip/>-->
<!-- <el-table-column label="婚姻状况" align="center" prop="hyzk" min-width="90" show-overflow-tooltip/>--> <!-- <el-table-column label="婚姻状况" align="center" prop="hyzk" min-width="90" show-overflow-tooltip/>-->
<!-- <el-table-column label="兵役状况" align="center" prop="byzk" min-width="100" show-overflow-tooltip />--> <!-- <el-table-column label="兵役状况" align="center" prop="byzk" min-width="100" show-overflow-tooltip />-->
<!-- <el-table-column label="身高" align="center" prop="height" min-width="80" show-overflow-tooltip />--> <!-- <el-table-column label="身高" align="center" prop="height" min-width="80" show-overflow-tooltip />-->
<!-- <el-table-column label="血型" align="center" prop="blood" min-width="80" show-overflow-tooltip />--> <!-- <el-table-column label="血型" align="center" prop="blood" min-width="80" show-overflow-tooltip />-->
<!-- <el-table-column label="职业" align="center" prop="zy" min-width="100" show-overflow-tooltip />--> <!-- <el-table-column label="职业" align="center" prop="zy" min-width="100" show-overflow-tooltip />-->
<!-- <el-table-column label="服务处所" align="center" prop="zyjfwcs" min-width="120" show-overflow-tooltip/>--> <!-- <el-table-column label="服务处所" align="center" prop="zyjfwcs" min-width="120" show-overflow-tooltip/>-->
<!-- <el-table-column label="何时何因由何地迁来本市" align="center" prop="hsyhdqlbxshsdjhk" min-width="170" show-overflow-tooltip />--> <!-- <el-table-column label="何时何因由何地迁来本市" align="center" prop="hsyhdqlbxshsdjhk" min-width="170" show-overflow-tooltip />-->
<!-- <el-table-column label="何时何因由何地迁来本址" align="center" prop="hsybxshcqlhsdjhk" min-width="170" show-overflow-tooltip />--> <!-- <el-table-column label="何时何因由何地迁来本址" align="center" prop="hsybxshcqlhsdjhk" min-width="170" show-overflow-tooltip />-->
<!-- <el-table-column label="何时何因迁往何地" align="center" prop="hshyqwhd" min-width="130" show-overflow-tooltip />--> <!-- <el-table-column label="何时何因迁往何地" align="center" prop="hshyqwhd" min-width="130" show-overflow-tooltip />-->
<!-- <el-table-column label="何时何因注销户口" align="center" prop="zxhkyy" min-width="130" show-overflow-tooltip />--> <!-- <el-table-column label="何时何因注销户口" align="center" prop="zxhkyy" min-width="130" show-overflow-tooltip />-->
<!-- <el-table-column label="登记日期" align="center" prop="djrq" min-width="100" show-overflow-tooltip />--> <!-- <el-table-column label="登记日期" align="center" prop="djrq" min-width="100" show-overflow-tooltip />-->
<el-table-column label="识别图片" align="center" prop="pictures" > <el-table-column label="识别图片" align="center" prop="pictures" >
<template slot-scope="scope"> <template slot-scope="scope">
<image-preview :src="scope.row.pictures" :width="50" :height="50"/> <image-preview :src="scope.row.pictures" :width="50" :height="50"/>
@ -168,25 +171,25 @@
<div class="content" v-if="option2.open&&option2.list&&option2.list.length>0"> <div class="content" v-if="option2.open&&option2.list&&option2.list.length>0">
<el-divider content-position="left">常住卡</el-divider> <el-divider content-position="left">常住卡</el-divider>
<el-table v-loading="option2.loading" :data="option2.list" border> <el-table v-loading="option2.loading" :data="option2.list" border>
<!-- <el-table-column label="档案目录ID" align="center" prop="muId" min-width="90" fixed/>--> <!-- <el-table-column label="档案目录ID" align="center" prop="muId" min-width="90" fixed/>-->
<el-table-column label="档案目录路径" align="center" prop="muPath" min-width="180" show-overflow-tooltip fixed/> <el-table-column label="档案目录路径" align="center" prop="muPath" min-width="180" show-overflow-tooltip fixed/>
<el-table-column label="任务ID" align="center" prop="taskId" min-width="100" show-overflow-tooltip fixed/> <el-table-column label="任务ID" align="center" prop="taskId" min-width="100" show-overflow-tooltip fixed/>
<el-table-column label="户主姓名与户主关系" align="center" prop="relation" min-width="140" show-overflow-tooltip/> <el-table-column label="户主姓名与户主关系" align="center" prop="relation" min-width="140" show-overflow-tooltip/>
<el-table-column label="姓名" align="center" prop="name" min-width="100" show-overflow-tooltip/> <el-table-column label="姓名" align="center" prop="name" min-width="100" show-overflow-tooltip/>
<!-- <el-table-column label="别名" align="center" prop="otherName" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="别名" align="center" prop="otherName" min-width="100" show-overflow-tooltip/>-->
<!-- <el-table-column label="性别" align="center" prop="sex" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="性别" align="center" prop="sex" min-width="100" show-overflow-tooltip/>-->
<!-- <el-table-column label="文化程度" align="center" prop="whcd" min-width="90" show-overflow-tooltip/>--> <!-- <el-table-column label="文化程度" align="center" prop="whcd" min-width="90" show-overflow-tooltip/>-->
<!-- <el-table-column label="婚姻状况" align="center" prop="hyzk" min-width="90" show-overflow-tooltip/>--> <!-- <el-table-column label="婚姻状况" align="center" prop="hyzk" min-width="90" show-overflow-tooltip/>-->
<!-- <el-table-column label="宗教信仰" align="center" prop="zjxy" min-width="90" show-overflow-tooltip/>--> <!-- <el-table-column label="宗教信仰" align="center" prop="zjxy" min-width="90" show-overflow-tooltip/>-->
<!-- <el-table-column label="民族" align="center" prop="nation" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="民族" align="center" prop="nation" min-width="100" show-overflow-tooltip/>-->
<el-table-column label="出生日期" align="center" prop="birthday" min-width="100" show-overflow-tooltip/> <el-table-column label="出生日期" align="center" prop="birthday" min-width="100" show-overflow-tooltip/>
<!-- <el-table-column label="出生地址" align="center" prop="address" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="出生地址" align="center" prop="address" min-width="100" show-overflow-tooltip/>-->
<!-- <el-table-column label="籍贯" align="center" prop="jiguan" min-width="100" show-overflow-tooltip />--> <!-- <el-table-column label="籍贯" align="center" prop="jiguan" min-width="100" show-overflow-tooltip />-->
<!-- <el-table-column label="职业及服务处所" align="center" prop="zyjfwcs" min-width="120" show-overflow-tooltip/>--> <!-- <el-table-column label="职业及服务处所" align="center" prop="zyjfwcs" min-width="120" show-overflow-tooltip/>-->
<!-- <el-table-column label="何时由何地迁来" align="center" prop="hsyhdqlbxshsdjhk" min-width="120" show-overflow-tooltip />--> <!-- <el-table-column label="何时由何地迁来" align="center" prop="hsyhdqlbxshsdjhk" min-width="120" show-overflow-tooltip />-->
<!-- <el-table-column label="本县市其他住址" align="center" prop="bxsqtzz" min-width="130" show-overflow-tooltip />--> <!-- <el-table-column label="本县市其他住址" align="center" prop="bxsqtzz" min-width="130" show-overflow-tooltip />-->
<!-- <el-table-column label="现住址" align="center" prop="xzz" min-width="100" show-overflow-tooltip />--> <!-- <el-table-column label="现住址" align="center" prop="xzz" min-width="100" show-overflow-tooltip />-->
<!-- <el-table-column label="登记日期" align="center" prop="djrq" min-width="100" show-overflow-tooltip />--> <!-- <el-table-column label="登记日期" align="center" prop="djrq" min-width="100" show-overflow-tooltip />-->
<el-table-column label="识别图片" align="center" prop="pictures" > <el-table-column label="识别图片" align="center" prop="pictures" >
<template slot-scope="scope"> <template slot-scope="scope">
<image-preview :src="scope.row.pictures" :width="50" :height="50"/> <image-preview :src="scope.row.pictures" :width="50" :height="50"/>
@ -206,28 +209,28 @@
<div class="content" v-if="option4.open&&option4.list&&option4.list.length>0"> <div class="content" v-if="option4.open&&option4.list&&option4.list.length>0">
<el-divider content-position="left">出生医学证明</el-divider> <el-divider content-position="left">出生医学证明</el-divider>
<el-table v-loading="option4.loading" :data="option4.list" border> <el-table v-loading="option4.loading" :data="option4.list" border>
<!-- <el-table-column label="档案目录ID" align="center" prop="muId" min-width="90" fixed/>--> <!-- <el-table-column label="档案目录ID" align="center" prop="muId" min-width="90" fixed/>-->
<el-table-column label="档案目录路径" align="center" fixed prop="muPath" min-width="160" show-overflow-tooltip/> <el-table-column label="档案目录路径" align="center" fixed prop="muPath" min-width="160" show-overflow-tooltip/>
<el-table-column label="任务ID" align="center" prop="taskId" min-width="100" show-overflow-tooltip fixed/> <el-table-column label="任务ID" align="center" prop="taskId" min-width="100" show-overflow-tooltip fixed/>
<!-- <el-table-column label="出生证编号" align="center" prop="birthNum" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="出生证编号" align="center" prop="birthNum" min-width="100" show-overflow-tooltip/>-->
<el-table-column label="婴儿姓名" align="center" prop="name" min-width="100" show-overflow-tooltip/> <el-table-column label="婴儿姓名" align="center" prop="name" min-width="100" show-overflow-tooltip/>
<el-table-column label="出生时间" align="center" prop="birthday" min-width="100" show-overflow-tooltip/> <el-table-column label="出生时间" align="center" prop="birthday" min-width="100" show-overflow-tooltip/>
<!-- <el-table-column label="性别" align="center" prop="sex" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="性别" align="center" prop="sex" min-width="100" show-overflow-tooltip/>-->
<!-- <el-table-column label="出生地点" align="center" prop="bornAddress" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="出生地点" align="center" prop="bornAddress" min-width="100" show-overflow-tooltip/>-->
<el-table-column label="母亲姓名" align="center" prop="mName" min-width="100" show-overflow-tooltip/> <el-table-column label="母亲姓名" align="center" prop="mName" min-width="100" show-overflow-tooltip/>
<!-- <el-table-column label="母亲年龄" align="center" prop="mAge" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="母亲年龄" align="center" prop="mAge" min-width="100" show-overflow-tooltip/>-->
<!-- <el-table-column label="母亲国籍" align="center" prop="mGj" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="母亲国籍" align="center" prop="mGj" min-width="100" show-overflow-tooltip/>-->
<!-- <el-table-column label="母亲民族" align="center" prop="mNation" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="母亲民族" align="center" prop="mNation" min-width="100" show-overflow-tooltip/>-->
<el-table-column label="母亲身份证号" align="center" prop="mCardId" min-width="100" show-overflow-tooltip/> <el-table-column label="母亲身份证号" align="center" prop="mCardId" min-width="100" show-overflow-tooltip/>
<el-table-column label="父亲姓名" align="center" prop="fName" min-width="100" show-overflow-tooltip/> <el-table-column label="父亲姓名" align="center" prop="fName" min-width="100" show-overflow-tooltip/>
<!-- <el-table-column label="父亲年龄" align="center" prop="fAge" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="父亲年龄" align="center" prop="fAge" min-width="100" show-overflow-tooltip/>-->
<!-- <el-table-column label="父亲国籍" align="center" prop="fGj" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="父亲国籍" align="center" prop="fGj" min-width="100" show-overflow-tooltip/>-->
<!-- <el-table-column label="父亲民族" align="center" prop="fNation" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="父亲民族" align="center" prop="fNation" min-width="100" show-overflow-tooltip/>-->
<el-table-column label="父亲身份证号" align="center" prop="fCardId" min-width="100" show-overflow-tooltip/> <el-table-column label="父亲身份证号" align="center" prop="fCardId" min-width="100" show-overflow-tooltip/>
<!-- <el-table-column label="家庭住址" align="center" prop="homeAddress" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="家庭住址" align="center" prop="homeAddress" min-width="100" show-overflow-tooltip/>-->
<!-- <el-table-column label="婴儿母亲签字" align="center" prop="momSign" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="婴儿母亲签字" align="center" prop="momSign" min-width="100" show-overflow-tooltip/>-->
<!-- <el-table-column label="接生人员签字" align="center" prop="jsrySign" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="接生人员签字" align="center" prop="jsrySign" min-width="100" show-overflow-tooltip/>-->
<!-- <el-table-column label="接生单位" align="center" prop="jsUnit" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="接生单位" align="center" prop="jsUnit" min-width="100" show-overflow-tooltip/>-->
<el-table-column label="识别图片" align="center" prop="pictures"> <el-table-column label="识别图片" align="center" prop="pictures">
<template slot-scope="scope"> <template slot-scope="scope">
<image-preview :src="scope.row.pictures" :width="50" :height="50"/> <image-preview :src="scope.row.pictures" :width="50" :height="50"/>
@ -247,25 +250,25 @@
<div class="content" v-if="option6.open&&option6.list&&option6.list.length>0"> <div class="content" v-if="option6.open&&option6.list&&option6.list.length>0">
<el-divider content-position="left">一胎证明</el-divider> <el-divider content-position="left">一胎证明</el-divider>
<el-table v-loading="option6.loading" :data="option6.list" border> <el-table v-loading="option6.loading" :data="option6.list" border>
<!-- <el-table-column label="档案目录ID" align="center" prop="muId" min-width="90" fixed/>--> <!-- <el-table-column label="档案目录ID" align="center" prop="muId" min-width="90" fixed/>-->
<el-table-column label="档案目录路径" align="center" prop="muPath" min-width="150" show-overflow-tooltip fixed/> <el-table-column label="档案目录路径" align="center" prop="muPath" min-width="150" show-overflow-tooltip fixed/>
<el-table-column label="任务ID" align="center" prop="taskId" min-width="100" show-overflow-tooltip fixed/> <el-table-column label="任务ID" align="center" prop="taskId" min-width="100" show-overflow-tooltip fixed/>
<!-- <el-table-column label="年份" align="center" prop="year" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="年份" align="center" prop="year" min-width="100" show-overflow-tooltip/>-->
<!-- <el-table-column label="序号" align="center" prop="xh" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="序号" align="center" prop="xh" min-width="100" show-overflow-tooltip/>-->
<el-table-column label="姓名女" align="center" prop="wName" min-width="100" show-overflow-tooltip/> <el-table-column label="姓名女" align="center" prop="wName" min-width="100" show-overflow-tooltip/>
<!-- <el-table-column label="工作单位女" align="center" prop="wUnit" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="工作单位女" align="center" prop="wUnit" min-width="100" show-overflow-tooltip/>-->
<el-table-column label="身份证号女" align="center" prop="wCardId" min-width="100" show-overflow-tooltip/> <el-table-column label="身份证号女" align="center" prop="wCardId" min-width="100" show-overflow-tooltip/>
<el-table-column label="姓名男" align="center" prop="mName" min-width="100" show-overflow-tooltip/> <el-table-column label="姓名男" align="center" prop="mName" min-width="100" show-overflow-tooltip/>
<!-- <el-table-column label="工作单位男" align="center" prop="mUnit" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="工作单位男" align="center" prop="mUnit" min-width="100" show-overflow-tooltip/>-->
<el-table-column label="身份证号男" align="center" prop="mCardId" min-width="100" show-overflow-tooltip/> <el-table-column label="身份证号男" align="center" prop="mCardId" min-width="100" show-overflow-tooltip/>
<!-- <el-table-column label="生育证号" align="center" prop="syzh" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="生育证号" align="center" prop="syzh" min-width="100" show-overflow-tooltip/>-->
<el-table-column label="出生日期" align="center" prop="birthday" min-width="100" show-overflow-tooltip/> <el-table-column label="出生日期" align="center" prop="birthday" min-width="100" show-overflow-tooltip/>
<!-- <el-table-column label="医院地址" align="center" prop="hospital" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="医院地址" align="center" prop="hospital" min-width="100" show-overflow-tooltip/>-->
<!-- <el-table-column label="婴儿性别" align="center" prop="babySex" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="婴儿性别" align="center" prop="babySex" min-width="100" show-overflow-tooltip/>-->
<!-- <el-table-column label="意见" align="center" prop="suggest" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="意见" align="center" prop="suggest" min-width="100" show-overflow-tooltip/>-->
<!-- <el-table-column label="派出所位置" align="center" prop="pcsAddress" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="派出所位置" align="center" prop="pcsAddress" min-width="100" show-overflow-tooltip/>-->
<!-- <el-table-column label="填表日期1" align="center" prop="tbDate1" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="填表日期1" align="center" prop="tbDate1" min-width="100" show-overflow-tooltip/>-->
<!-- <el-table-column label="填表日期2" align="center" prop="tbDate2" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="填表日期2" align="center" prop="tbDate2" min-width="100" show-overflow-tooltip/>-->
<el-table-column label="识别图片" align="center" prop="pictures"> <el-table-column label="识别图片" align="center" prop="pictures">
<template slot-scope="scope"> <template slot-scope="scope">
<image-preview :src="scope.row.pictures" :width="50" :height="50"/> <image-preview :src="scope.row.pictures" :width="50" :height="50"/>
@ -285,29 +288,29 @@
<div class="content" v-if="option5.open&&option5.list&&option5.list.length>0"> <div class="content" v-if="option5.open&&option5.list&&option5.list.length>0">
<el-divider content-position="left">迁移证</el-divider> <el-divider content-position="left">迁移证</el-divider>
<el-table v-loading="option5.loading" border :data="option5.list"> <el-table v-loading="option5.loading" border :data="option5.list">
<!-- <el-table-column label="档案目录ID" align="center" prop="muId" min-width="90" fixed/>--> <!-- <el-table-column label="档案目录ID" align="center" prop="muId" min-width="90" fixed/>-->
<el-table-column label="档案目录路径" align="center" fixed prop="muPath" min-width="160" show-overflow-tooltip/> <el-table-column label="档案目录路径" align="center" fixed prop="muPath" min-width="160" show-overflow-tooltip/>
<el-table-column label="任务ID" align="center" prop="taskId" min-width="100" show-overflow-tooltip fixed/> <el-table-column label="任务ID" align="center" prop="taskId" min-width="100" show-overflow-tooltip fixed/>
<!-- <el-table-column label="发文单位" align="center" prop="fwUnit" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="发文单位" align="center" prop="fwUnit" min-width="100" show-overflow-tooltip/>-->
<!-- <el-table-column label="文件序号" align="center" prop="wjXh" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="文件序号" align="center" prop="wjXh" min-width="100" show-overflow-tooltip/>-->
<el-table-column label="姓名1" align="center" prop="name1" min-width="100" show-overflow-tooltip/> <el-table-column label="姓名1" align="center" prop="name1" min-width="100" show-overflow-tooltip/>
<!-- <el-table-column label="性别1" align="center" prop="sex1" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="性别1" align="center" prop="sex1" min-width="100" show-overflow-tooltip/>-->
<el-table-column label="居民身份证编号1" align="center" prop="cardId1" min-width="120" show-overflow-tooltip/> <el-table-column label="居民身份证编号1" align="center" prop="cardId1" min-width="120" show-overflow-tooltip/>
<el-table-column label="姓名2" align="center" prop="name2" min-width="100" show-overflow-tooltip/> <el-table-column label="姓名2" align="center" prop="name2" min-width="100" show-overflow-tooltip/>
<!-- <el-table-column label="性别2" align="center" prop="sex2" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="性别2" align="center" prop="sex2" min-width="100" show-overflow-tooltip/>-->
<el-table-column label="居民身份证编号2" align="center" prop="cardId2" min-width="120" show-overflow-tooltip/> <el-table-column label="居民身份证编号2" align="center" prop="cardId2" min-width="120" show-overflow-tooltip/>
<el-table-column label="姓名3" align="center" prop="name3" min-width="100" show-overflow-tooltip/> <el-table-column label="姓名3" align="center" prop="name3" min-width="100" show-overflow-tooltip/>
<!-- <el-table-column label="性别3" align="center" prop="sex3" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="性别3" align="center" prop="sex3" min-width="100" show-overflow-tooltip/>-->
<el-table-column label="居民身份证编号3" align="center" prop="cardId3" min-width="120" show-overflow-tooltip/> <el-table-column label="居民身份证编号3" align="center" prop="cardId3" min-width="120" show-overflow-tooltip/>
<el-table-column label="姓名4" align="center" prop="name4" min-width="100" show-overflow-tooltip/> <el-table-column label="姓名4" align="center" prop="name4" min-width="100" show-overflow-tooltip/>
<!-- <el-table-column label="性别4" align="center" prop="sex4" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="性别4" align="center" prop="sex4" min-width="100" show-overflow-tooltip/>-->
<el-table-column label="居民身份证编号4" align="center" prop="cardId4" min-width="120" show-overflow-tooltip/> <el-table-column label="居民身份证编号4" align="center" prop="cardId4" min-width="120" show-overflow-tooltip/>
<!-- <el-table-column label="迁移原因" align="center" prop="qyReason" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="迁移原因" align="center" prop="qyReason" min-width="100" show-overflow-tooltip/>-->
<!-- <el-table-column label="原住址" align="center" prop="yAddress" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="原住址" align="center" prop="yAddress" min-width="100" show-overflow-tooltip/>-->
<!-- <el-table-column label="迁往地址" align="center" prop="qwAddress" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="迁往地址" align="center" prop="qwAddress" min-width="100" show-overflow-tooltip/>-->
<!-- <el-table-column label="签发有效时间起" align="center" prop="sDate" min-width="120" show-overflow-tooltip/>--> <!-- <el-table-column label="签发有效时间起" align="center" prop="sDate" min-width="120" show-overflow-tooltip/>-->
<!-- <el-table-column label="签发有效时间止" align="center" prop="eDate" min-width="120" show-overflow-tooltip/>--> <!-- <el-table-column label="签发有效时间止" align="center" prop="eDate" min-width="120" show-overflow-tooltip/>-->
<!-- <el-table-column label="承办人" align="center" prop="cbr" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="承办人" align="center" prop="cbr" min-width="100" show-overflow-tooltip/>-->
<el-table-column label="识别图片" align="center" prop="pictures"> <el-table-column label="识别图片" align="center" prop="pictures">
<template slot-scope="scope"> <template slot-scope="scope">
<image-preview :src="scope.row.pictures" :width="50" :height="50"/> <image-preview :src="scope.row.pictures" :width="50" :height="50"/>
@ -327,40 +330,40 @@
<div class="content" v-if="option8.open&&option8.list&&option8.list.length>0"> <div class="content" v-if="option8.open&&option8.list&&option8.list.length>0">
<el-divider content-position="left">准迁证</el-divider> <el-divider content-position="left">准迁证</el-divider>
<el-table v-loading="option8.loading" :data="option8.list" border> <el-table v-loading="option8.loading" :data="option8.list" border>
<!-- <el-table-column label="档案目录ID" align="center" prop="muId" min-width="90" fixed/>--> <!-- <el-table-column label="档案目录ID" align="center" prop="muId" min-width="90" fixed/>-->
<el-table-column label="档案目录路径" align="center" fixed prop="muPath" min-width="150" show-overflow-tooltip/> <el-table-column label="档案目录路径" align="center" fixed prop="muPath" min-width="150" show-overflow-tooltip/>
<el-table-column label="任务ID" align="center" prop="taskId" min-width="100" show-overflow-tooltip fixed/> <el-table-column label="任务ID" align="center" prop="taskId" min-width="100" show-overflow-tooltip fixed/>
<!-- <el-table-column label="编号" align="center" prop="num" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="编号" align="center" prop="num" min-width="100" show-overflow-tooltip/>-->
<el-table-column label="申请人姓名" align="center" prop="name" min-width="100" show-overflow-tooltip/> <el-table-column label="申请人姓名" align="center" prop="name" min-width="100" show-overflow-tooltip/>
<el-table-column label="身份证号" align="center" prop="cardId" min-width="120" show-overflow-tooltip/> <el-table-column label="身份证号" align="center" prop="cardId" min-width="120" show-overflow-tooltip/>
<!-- <el-table-column label="住址或单位" align="center" prop="address" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="住址或单位" align="center" prop="address" min-width="100" show-overflow-tooltip/>-->
<!-- <el-table-column label="户口登记机关" align="center" prop="djJg" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="户口登记机关" align="center" prop="djJg" min-width="100" show-overflow-tooltip/>-->
<!-- <el-table-column label="与申请人关系1" align="center" prop="relation1" min-width="120" show-overflow-tooltip/>--> <!-- <el-table-column label="与申请人关系1" align="center" prop="relation1" min-width="120" show-overflow-tooltip/>-->
<el-table-column label="姓名1" align="center" prop="name1" min-width="100" show-overflow-tooltip/> <el-table-column label="姓名1" align="center" prop="name1" min-width="100" show-overflow-tooltip/>
<!-- <el-table-column label="性别1" align="center" prop="sex1" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="性别1" align="center" prop="sex1" min-width="100" show-overflow-tooltip/>-->
<el-table-column label="出生日期1" align="center" prop="birthDate1" min-width="100" show-overflow-tooltip/> <el-table-column label="出生日期1" align="center" prop="birthDate1" min-width="100" show-overflow-tooltip/>
<el-table-column label="身份证号1" align="center" prop="cardId1" min-width="100" show-overflow-tooltip/> <el-table-column label="身份证号1" align="center" prop="cardId1" min-width="100" show-overflow-tooltip/>
<!-- <el-table-column label="与申请人关系2" align="center" prop="relation2" min-width="120" show-overflow-tooltip/>--> <!-- <el-table-column label="与申请人关系2" align="center" prop="relation2" min-width="120" show-overflow-tooltip/>-->
<el-table-column label="姓名2" align="center" prop="name2" min-width="100" show-overflow-tooltip/> <el-table-column label="姓名2" align="center" prop="name2" min-width="100" show-overflow-tooltip/>
<!-- <el-table-column label="性别2" align="center" prop="sex2" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="性别2" align="center" prop="sex2" min-width="100" show-overflow-tooltip/>-->
<el-table-column label="出生日期2" align="center" prop="birthDate2" min-width="100" show-overflow-tooltip/> <el-table-column label="出生日期2" align="center" prop="birthDate2" min-width="100" show-overflow-tooltip/>
<el-table-column label="身份证号2" align="center" prop="cardId2" min-width="100" show-overflow-tooltip/> <el-table-column label="身份证号2" align="center" prop="cardId2" min-width="100" show-overflow-tooltip/>
<!-- <el-table-column label="与申请人关系3" align="center" prop="relation3" min-width="120" show-overflow-tooltip/>--> <!-- <el-table-column label="与申请人关系3" align="center" prop="relation3" min-width="120" show-overflow-tooltip/>-->
<el-table-column label="姓名3" align="center" prop="name3" min-width="100" show-overflow-tooltip/> <el-table-column label="姓名3" align="center" prop="name3" min-width="100" show-overflow-tooltip/>
<!-- <el-table-column label="性别3" align="center" prop="sex3" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="性别3" align="center" prop="sex3" min-width="100" show-overflow-tooltip/>-->
<el-table-column label="出生日期3" align="center" prop="birthDate3" min-width="100" show-overflow-tooltip/> <el-table-column label="出生日期3" align="center" prop="birthDate3" min-width="100" show-overflow-tooltip/>
<el-table-column label="身份证号3" align="center" prop="cardId3" min-width="100" show-overflow-tooltip/> <el-table-column label="身份证号3" align="center" prop="cardId3" min-width="100" show-overflow-tooltip/>
<!-- <el-table-column label="与申请人关系4" align="center" prop="relation4" min-width="120" show-overflow-tooltip/>--> <!-- <el-table-column label="与申请人关系4" align="center" prop="relation4" min-width="120" show-overflow-tooltip/>-->
<el-table-column label="姓名4" align="center" prop="name4" min-width="100" show-overflow-tooltip/> <el-table-column label="姓名4" align="center" prop="name4" min-width="100" show-overflow-tooltip/>
<!-- <el-table-column label="性别4" align="center" prop="sex4" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="性别4" align="center" prop="sex4" min-width="100" show-overflow-tooltip/>-->
<el-table-column label="出生日期4" align="center" prop="birthDate4" min-width="100" show-overflow-tooltip/> <el-table-column label="出生日期4" align="center" prop="birthDate4" min-width="100" show-overflow-tooltip/>
<el-table-column label="身份证号4" align="center" prop="cardId4" min-width="100" show-overflow-tooltip/> <el-table-column label="身份证号4" align="center" prop="cardId4" min-width="100" show-overflow-tooltip/>
<!-- <el-table-column label="发往单位" align="center" prop="fwdw" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="发往单位" align="center" prop="fwdw" min-width="100" show-overflow-tooltip/>-->
<!-- <el-table-column label="迁入地址或单位" align="center" prop="qrAddress" min-width="120" show-overflow-tooltip/>--> <!-- <el-table-column label="迁入地址或单位" align="center" prop="qrAddress" min-width="120" show-overflow-tooltip/>-->
<!-- <el-table-column label="准迁原因" align="center" prop="zqReason" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="准迁原因" align="center" prop="zqReason" min-width="100" show-overflow-tooltip/>-->
<!-- <el-table-column label="批准机关" align="center" prop="pzjg" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="批准机关" align="center" prop="pzjg" min-width="100" show-overflow-tooltip/>-->
<!-- <el-table-column label="承办人" align="center" prop="cbr" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="承办人" align="center" prop="cbr" min-width="100" show-overflow-tooltip/>-->
<!-- <el-table-column label="签发日期" align="center" prop="qfDate" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="签发日期" align="center" prop="qfDate" min-width="100" show-overflow-tooltip/>-->
<el-table-column label="识别图片" align="center" prop="pictures"> <el-table-column label="识别图片" align="center" prop="pictures">
<template slot-scope="scope"> <template slot-scope="scope">
<image-preview :src="scope.row.pictures" :width="50" :height="50"/> <image-preview :src="scope.row.pictures" :width="50" :height="50"/>
@ -380,31 +383,31 @@
<div class="content" v-if="option7.open&&option7.list&&option7.list.length>0"> <div class="content" v-if="option7.open&&option7.list&&option7.list.length>0">
<el-divider content-position="left">转非农业人口批复存根</el-divider> <el-divider content-position="left">转非农业人口批复存根</el-divider>
<el-table v-loading="option7.loading" :data="option7.list" border> <el-table v-loading="option7.loading" :data="option7.list" border>
<!-- <el-table-column label="档案目录ID" align="center" prop="muId" min-width="90" fixed/>--> <!-- <el-table-column label="档案目录ID" align="center" prop="muId" min-width="90" fixed/>-->
<el-table-column label="档案目录路径" align="center" fixed prop="muPath" min-width="180" show-overflow-tooltip/> <el-table-column label="档案目录路径" align="center" fixed prop="muPath" min-width="180" show-overflow-tooltip/>
<el-table-column label="任务ID" align="center" prop="taskId" min-width="100" show-overflow-tooltip fixed/> <el-table-column label="任务ID" align="center" prop="taskId" min-width="100" show-overflow-tooltip fixed/>
<!-- <el-table-column label="编号" align="center" prop="num" fixed min-width="120" show-overflow-tooltip/>--> <!-- <el-table-column label="编号" align="center" prop="num" fixed min-width="120" show-overflow-tooltip/>-->
<el-table-column label="申请人姓名" align="center" prop="name" min-width="120" show-overflow-tooltip/> <el-table-column label="申请人姓名" align="center" prop="name" min-width="120" show-overflow-tooltip/>
<!-- <el-table-column label="住址或单位" align="center" prop="address" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="住址或单位" align="center" prop="address" min-width="100" show-overflow-tooltip/>-->
<!-- <el-table-column label="与申请人关系1" align="center" prop="relation1" min-width="110" show-overflow-tooltip/>--> <!-- <el-table-column label="与申请人关系1" align="center" prop="relation1" min-width="110" show-overflow-tooltip/>-->
<el-table-column label="姓名1" align="center" prop="name1" min-width="100" show-overflow-tooltip/> <el-table-column label="姓名1" align="center" prop="name1" min-width="100" show-overflow-tooltip/>
<!-- <el-table-column label="性别1" align="center" prop="sex1" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="性别1" align="center" prop="sex1" min-width="100" show-overflow-tooltip/>-->
<!-- <el-table-column label="与申请人关系2" align="center" prop="relation2" min-width="110" show-overflow-tooltip/>--> <!-- <el-table-column label="与申请人关系2" align="center" prop="relation2" min-width="110" show-overflow-tooltip/>-->
<el-table-column label="姓名2" align="center" prop="name2" min-width="100" show-overflow-tooltip/> <el-table-column label="姓名2" align="center" prop="name2" min-width="100" show-overflow-tooltip/>
<!-- <el-table-column label="性别2" align="center" prop="sex2" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="性别2" align="center" prop="sex2" min-width="100" show-overflow-tooltip/>-->
<!-- <el-table-column label="与申请人关系3" align="center" prop="relation3" min-width="110" show-overflow-tooltip/>--> <!-- <el-table-column label="与申请人关系3" align="center" prop="relation3" min-width="110" show-overflow-tooltip/>-->
<el-table-column label="姓名3" align="center" prop="name3" min-width="100" show-overflow-tooltip/> <el-table-column label="姓名3" align="center" prop="name3" min-width="100" show-overflow-tooltip/>
<!-- <el-table-column label="性别3" align="center" prop="sex3" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="性别3" align="center" prop="sex3" min-width="100" show-overflow-tooltip/>-->
<!-- <el-table-column label="与申请人关系4" align="center" prop="relation4" min-width="110" show-overflow-tooltip/>--> <!-- <el-table-column label="与申请人关系4" align="center" prop="relation4" min-width="110" show-overflow-tooltip/>-->
<el-table-column label="姓名4" align="center" prop="name4" min-width="100" show-overflow-tooltip/> <el-table-column label="姓名4" align="center" prop="name4" min-width="100" show-overflow-tooltip/>
<!-- <el-table-column label="性别4" align="center" prop="sex4" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="性别4" align="center" prop="sex4" min-width="100" show-overflow-tooltip/>-->
<!-- <el-table-column label="与申请人关系5" align="center" prop="relation5" min-width="110" show-overflow-tooltip/>--> <!-- <el-table-column label="与申请人关系5" align="center" prop="relation5" min-width="110" show-overflow-tooltip/>-->
<el-table-column label="姓名5" align="center" prop="name5" min-width="100" show-overflow-tooltip/> <el-table-column label="姓名5" align="center" prop="name5" min-width="100" show-overflow-tooltip/>
<!-- <el-table-column label="性别5" align="center" prop="sex5" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="性别5" align="center" prop="sex5" min-width="100" show-overflow-tooltip/>-->
<!-- <el-table-column label="批复机关1" align="center" prop="jg1" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="批复机关1" align="center" prop="jg1" min-width="100" show-overflow-tooltip/>-->
<!-- <el-table-column label="批复机关2" align="center" prop="jg2" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="批复机关2" align="center" prop="jg2" min-width="100" show-overflow-tooltip/>-->
<!-- <el-table-column label="承办人" align="center" prop="cbr" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="承办人" align="center" prop="cbr" min-width="100" show-overflow-tooltip/>-->
<!-- <el-table-column label="承办日期" align="center" prop="cbDate" min-width="100" show-overflow-tooltip/>--> <!-- <el-table-column label="承办日期" align="center" prop="cbDate" min-width="100" show-overflow-tooltip/>-->
<el-table-column label="识别图片" align="center" prop="pictures"> <el-table-column label="识别图片" align="center" prop="pictures">
<template slot-scope="scope"> <template slot-scope="scope">
<image-preview :src="scope.row.pictures" :width="50" :height="50"/> <image-preview :src="scope.row.pictures" :width="50" :height="50"/>
@ -423,7 +426,8 @@
</template> </template>
<script> <script>
import { listCzrkdj, listBirthDJ, listQyz, listZfnyhkcg, listYtzm, listZqz } from "@/api/dangan/retrieval"; import { listCzrkdj, listBirthDJ, listQyz, listZfnyhkcg, listYtzm, listZqz,
listCzrkdj1, listBirthDJ1, listQyz1, listZfnyhkcg1, listYtzm1, listZqz1 } from "@/api/dangan/retrieval";
export default { export default {
name: "Retrieval", name: "Retrieval",
@ -435,6 +439,8 @@ export default {
checkList: [], checkList: [],
// //
checkAll: false, checkAll: false,
//
isTongYin: false,
// 1 // 1
option1: { option1: {
// //
@ -682,83 +688,155 @@ export default {
// 1 // 1
option1Query(){ option1Query(){
this.option1.loading = true; this.option1.loading = true;
listCzrkdj(this.option1.qParams).then(response => { if(this.isTongYin){
this.option1.list = response.rows; listCzrkdj(this.option1.qParams).then(response => {
this.option1.total = response.total; this.option1.list = response.rows;
this.option1.loading = false; this.option1.total = response.total;
}) this.option1.loading = false;
})
}else {
listCzrkdj1(this.option1.qParams).then(response => {
this.option1.list = response.rows;
this.option1.total = response.total;
this.option1.loading = false;
})
}
}, },
// 2 // 2
option3Query(){ option3Query(){
this.option3.loading = true; this.option3.loading = true;
listCzrkdj(this.option3.qParams).then(response => { if(this.isTongYin){
this.option3.list = response.rows; listCzrkdj(this.option3.qParams).then(response => {
this.option3.total = response.total; this.option3.list = response.rows;
this.option3.loading = false; this.option3.total = response.total;
}) this.option3.loading = false;
})
}else {
listCzrkdj1(this.option3.qParams).then(response => {
this.option3.list = response.rows;
this.option3.total = response.total;
this.option3.loading = false;
})
}
}, },
// 3 // 3
option9Query(){ option9Query(){
this.option9.loading = true; this.option9.loading = true;
listCzrkdj(this.option9.qParams).then(response => { if(this.isTongYin){
this.option9.list = response.rows; listCzrkdj(this.option9.qParams).then(response => {
this.option9.total = response.total; this.option9.list = response.rows;
this.option9.loading = false; this.option9.total = response.total;
}) this.option9.loading = false;
})
}else {
listCzrkdj1(this.option9.qParams).then(response => {
this.option9.list = response.rows;
this.option9.total = response.total;
this.option9.loading = false;
})
}
}, },
// //
option2Query(){ option2Query(){
this.option2.loading = true; this.option2.loading = true;
listCzrkdj(this.option2.qParams).then(response => { if(this.isTongYin){
this.option2.list = response.rows; listCzrkdj(this.option2.qParams).then(response => {
this.option2.total = response.total; this.option2.list = response.rows;
this.option2.loading = false; this.option2.total = response.total;
}) this.option2.loading = false;
})
}else {
listCzrkdj1(this.option2.qParams).then(response => {
this.option2.list = response.rows;
this.option2.total = response.total;
this.option2.loading = false;
})
}
}, },
// //
option4Query(){ option4Query(){
this.option4.loading = true; this.option4.loading = true;
listBirthDJ(this.option4.qParams).then(response => { if(this.isTongYin){
this.option4.list = response.rows; listBirthDJ(this.option4.qParams).then(response => {
this.option4.total = response.total; this.option4.list = response.rows;
this.option4.loading = false; this.option4.total = response.total;
}) this.option4.loading = false;
})
}else {
listBirthDJ1(this.option4.qParams).then(response => {
this.option4.list = response.rows;
this.option4.total = response.total;
this.option4.loading = false;
})
}
}, },
// //
option6Query(){ option6Query(){
this.option6.loading = true; this.option6.loading = true;
listYtzm(this.option6.qParams).then(response => { if(this.isTongYin){
this.option6.list = response.rows; listYtzm(this.option6.qParams).then(response => {
this.option6.total = response.total; this.option6.list = response.rows;
this.option6.loading = false; this.option6.total = response.total;
}) this.option6.loading = false;
})
}else {
listYtzm1(this.option6.qParams).then(response => {
this.option6.list = response.rows;
this.option6.total = response.total;
this.option6.loading = false;
})
}
}, },
// //
option5Query(){ option5Query(){
this.option5.loading = true; this.option5.loading = true;
listQyz(this.option5.qParams).then(response => { if(this.isTongYin){
this.option5.list = response.rows; listQyz(this.option5.qParams).then(response => {
this.option5.total = response.total; this.option5.list = response.rows;
this.option5.loading = false; this.option5.total = response.total;
}) this.option5.loading = false;
})
}else {
listQyz1(this.option5.qParams).then(response => {
this.option5.list = response.rows;
this.option5.total = response.total;
this.option5.loading = false;
})
}
}, },
// //
option8Query(){ option8Query(){
this.option8.loading = true; this.option8.loading = true;
listZqz(this.option8.qParams).then(response => { if(this.isTongYin){
this.option8.list = response.rows; listZqz(this.option8.qParams).then(response => {
this.option8.total = response.total; this.option8.list = response.rows;
this.option8.loading = false; this.option8.total = response.total;
}) this.option8.loading = false;
})
}else {
listZqz1(this.option8.qParams).then(response => {
this.option8.list = response.rows;
this.option8.total = response.total;
this.option8.loading = false;
})
}
}, },
// //
option7Query(){ option7Query(){
this.option7.loading = true; this.option7.loading = true;
listZfnyhkcg(this.option7.qParams).then(response => { if(this.isTongYin){
this.option7.list = response.rows; listZfnyhkcg(this.option7.qParams).then(response => {
this.option7.total = response.total; this.option7.list = response.rows;
this.option7.loading = false; this.option7.total = response.total;
}) this.option7.loading = false;
})
}else {
listZfnyhkcg1(this.option7.qParams).then(response => {
this.option7.list = response.rows;
this.option7.total = response.total;
this.option7.loading = false;
})
}
}, },
handleCheckAllChange(val) { handleCheckAllChange(val) {
if(val){ if(val){
@ -776,6 +854,10 @@ export default {
}else { }else {
this.checkAll = false; this.checkAll = false;
} }
},
//
handleTongYinChange(){
} }
} }
} }

@ -8,6 +8,9 @@
<div style="border:1px dashed #e8e8e8; border-radius: 10px; padding: 10px"> <div style="border:1px dashed #e8e8e8; border-radius: 10px; padding: 10px">
<div style="width:100%; text-align:left"> <div style="width:100%; text-align:left">
<el-checkbox v-model="checkAll" @change="handleCheckAllChange"></el-checkbox> <el-checkbox v-model="checkAll" @change="handleCheckAllChange"></el-checkbox>
<el-checkbox v-model="isTongYin" @change="handleTongYinChange"></el-checkbox>
</div> </div>
<el-checkbox-group v-model="checkList" @change="handleCheckboxGroupChange"> <el-checkbox-group v-model="checkList" @change="handleCheckboxGroupChange">
<el-checkbox v-for="dict in dict.type.yw_type" <el-checkbox v-for="dict in dict.type.yw_type"
@ -423,7 +426,8 @@
</template> </template>
<script> <script>
import { listCzrkdj, listBirthDJ, listQyz, listZfnyhkcg, listYtzm, listZqz } from "@/api/dangan/retrieval"; import { listCzrkdj, listBirthDJ, listQyz, listZfnyhkcg, listYtzm, listZqz,
listCzrkdj1, listBirthDJ1, listQyz1, listZfnyhkcg1, listYtzm1, listZqz1 } from "@/api/dangan/retrieval";
export default { export default {
name: "Retrieval", name: "Retrieval",
@ -435,6 +439,8 @@ export default {
checkList: [], checkList: [],
// //
checkAll: false, checkAll: false,
//
isTongYin: false,
// 1 // 1
option1: { option1: {
// //
@ -682,83 +688,155 @@ export default {
// 1 // 1
option1Query(){ option1Query(){
this.option1.loading = true; this.option1.loading = true;
listCzrkdj(this.option1.qParams).then(response => { if(this.isTongYin){
this.option1.list = response.rows; listCzrkdj(this.option1.qParams).then(response => {
this.option1.total = response.total; this.option1.list = response.rows;
this.option1.loading = false; this.option1.total = response.total;
}) this.option1.loading = false;
})
}else {
listCzrkdj1(this.option1.qParams).then(response => {
this.option1.list = response.rows;
this.option1.total = response.total;
this.option1.loading = false;
})
}
}, },
// 2 // 2
option3Query(){ option3Query(){
this.option3.loading = true; this.option3.loading = true;
listCzrkdj(this.option3.qParams).then(response => { if(this.isTongYin){
this.option3.list = response.rows; listCzrkdj(this.option3.qParams).then(response => {
this.option3.total = response.total; this.option3.list = response.rows;
this.option3.loading = false; this.option3.total = response.total;
}) this.option3.loading = false;
})
}else {
listCzrkdj1(this.option3.qParams).then(response => {
this.option3.list = response.rows;
this.option3.total = response.total;
this.option3.loading = false;
})
}
}, },
// 3 // 3
option9Query(){ option9Query(){
this.option9.loading = true; this.option9.loading = true;
listCzrkdj(this.option9.qParams).then(response => { if(this.isTongYin){
this.option9.list = response.rows; listCzrkdj(this.option9.qParams).then(response => {
this.option9.total = response.total; this.option9.list = response.rows;
this.option9.loading = false; this.option9.total = response.total;
}) this.option9.loading = false;
})
}else {
listCzrkdj1(this.option9.qParams).then(response => {
this.option9.list = response.rows;
this.option9.total = response.total;
this.option9.loading = false;
})
}
}, },
// //
option2Query(){ option2Query(){
this.option2.loading = true; this.option2.loading = true;
listCzrkdj(this.option2.qParams).then(response => { if(this.isTongYin){
this.option2.list = response.rows; listCzrkdj(this.option2.qParams).then(response => {
this.option2.total = response.total; this.option2.list = response.rows;
this.option2.loading = false; this.option2.total = response.total;
}) this.option2.loading = false;
})
}else {
listCzrkdj1(this.option2.qParams).then(response => {
this.option2.list = response.rows;
this.option2.total = response.total;
this.option2.loading = false;
})
}
}, },
// //
option4Query(){ option4Query(){
this.option4.loading = true; this.option4.loading = true;
listBirthDJ(this.option4.qParams).then(response => { if(this.isTongYin){
this.option4.list = response.rows; listBirthDJ(this.option4.qParams).then(response => {
this.option4.total = response.total; this.option4.list = response.rows;
this.option4.loading = false; this.option4.total = response.total;
}) this.option4.loading = false;
})
}else {
listBirthDJ1(this.option4.qParams).then(response => {
this.option4.list = response.rows;
this.option4.total = response.total;
this.option4.loading = false;
})
}
}, },
// //
option6Query(){ option6Query(){
this.option6.loading = true; this.option6.loading = true;
listYtzm(this.option6.qParams).then(response => { if(this.isTongYin){
this.option6.list = response.rows; listYtzm(this.option6.qParams).then(response => {
this.option6.total = response.total; this.option6.list = response.rows;
this.option6.loading = false; this.option6.total = response.total;
}) this.option6.loading = false;
})
}else {
listYtzm1(this.option6.qParams).then(response => {
this.option6.list = response.rows;
this.option6.total = response.total;
this.option6.loading = false;
})
}
}, },
// //
option5Query(){ option5Query(){
this.option5.loading = true; this.option5.loading = true;
listQyz(this.option5.qParams).then(response => { if(this.isTongYin){
this.option5.list = response.rows; listQyz(this.option5.qParams).then(response => {
this.option5.total = response.total; this.option5.list = response.rows;
this.option5.loading = false; this.option5.total = response.total;
}) this.option5.loading = false;
})
}else {
listQyz1(this.option5.qParams).then(response => {
this.option5.list = response.rows;
this.option5.total = response.total;
this.option5.loading = false;
})
}
}, },
// //
option8Query(){ option8Query(){
this.option8.loading = true; this.option8.loading = true;
listZqz(this.option8.qParams).then(response => { if(this.isTongYin){
this.option8.list = response.rows; listZqz(this.option8.qParams).then(response => {
this.option8.total = response.total; this.option8.list = response.rows;
this.option8.loading = false; this.option8.total = response.total;
}) this.option8.loading = false;
})
}else {
listZqz1(this.option8.qParams).then(response => {
this.option8.list = response.rows;
this.option8.total = response.total;
this.option8.loading = false;
})
}
}, },
// //
option7Query(){ option7Query(){
this.option7.loading = true; this.option7.loading = true;
listZfnyhkcg(this.option7.qParams).then(response => { if(this.isTongYin){
this.option7.list = response.rows; listZfnyhkcg(this.option7.qParams).then(response => {
this.option7.total = response.total; this.option7.list = response.rows;
this.option7.loading = false; this.option7.total = response.total;
}) this.option7.loading = false;
})
}else {
listZfnyhkcg1(this.option7.qParams).then(response => {
this.option7.list = response.rows;
this.option7.total = response.total;
this.option7.loading = false;
})
}
}, },
handleCheckAllChange(val) { handleCheckAllChange(val) {
if(val){ if(val){
@ -776,6 +854,10 @@ export default {
}else { }else {
this.checkAll = false; this.checkAll = false;
} }
},
//
handleTongYinChange(){
} }
} }
} }

Loading…
Cancel
Save