|
|
|
|
@ -29,14 +29,14 @@
|
|
|
|
|
@keyup.enter.native="handleQuery"
|
|
|
|
|
/>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
<!-- <el-form-item label="民族" prop="nation">
|
|
|
|
|
<el-form-item label="识别图片Ids" prop="picIds">
|
|
|
|
|
<el-input
|
|
|
|
|
v-model="queryParams.nation"
|
|
|
|
|
placeholder="请输入民族"
|
|
|
|
|
v-model="queryParams.picIds"
|
|
|
|
|
placeholder="请输入识别图片Ids"
|
|
|
|
|
clearable
|
|
|
|
|
@keyup.enter.native="handleQuery"
|
|
|
|
|
/>
|
|
|
|
|
</el-form-item>-->
|
|
|
|
|
</el-form-item>
|
|
|
|
|
<!-- <el-form-item label="身份证号" prop="cardId">
|
|
|
|
|
<el-input
|
|
|
|
|
v-model="queryParams.cardId"
|
|
|
|
|
@ -129,6 +129,7 @@
|
|
|
|
|
<!-- <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="户口登记事项变更记载内容、时间及办理人章_2" align="center" prop="hkdjsxbgjznrsjjblrz2" min-width="320" show-overflow-tooltip />-->
|
|
|
|
|
<el-table-column label="识别图片Ids" align="center" prop="picIds" min-width="100" show-overflow-tooltip />
|
|
|
|
|
<el-table-column label="识别图片" align="center" prop="pictures" >
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<image-preview :src="scope.row.pictures" :width="50" :height="50"/>
|
|
|
|
|
@ -161,7 +162,7 @@
|
|
|
|
|
<el-button
|
|
|
|
|
size="mini"
|
|
|
|
|
type="text"
|
|
|
|
|
@click="handleUpdate(scope.row)"
|
|
|
|
|
@click="handleUpdate1(scope.row)"
|
|
|
|
|
v-hasPermi="['dangan:czrkdj:edit']"
|
|
|
|
|
>纠错</el-button>
|
|
|
|
|
<el-button
|
|
|
|
|
@ -1312,6 +1313,44 @@
|
|
|
|
|
</div>
|
|
|
|
|
</el-dialog>-->
|
|
|
|
|
|
|
|
|
|
<!-- 纠错 新 -->
|
|
|
|
|
<el-dialog title="纠错" :visible.sync="jc1.open" width="90%" append-to-body top="10px !important">
|
|
|
|
|
<div style="min-height: 85vh;">
|
|
|
|
|
<el-row :gutter="10" class="jc_sb">
|
|
|
|
|
<el-col :span="12">
|
|
|
|
|
<el-carousel height="calc(86vh - 100px)" v-if="jc1.pictures" :autoplay="false">
|
|
|
|
|
<el-carousel-item v-for="item in jc1.pictures.split(',')" :key="item">
|
|
|
|
|
<div class="jc_sb_img" style="height:100%; overflow:auto; text-align:center; font-size:0">
|
|
|
|
|
<el-image style="height:100%;" :src="item" fit="contain" :preview-src-list="[item]"></el-image>
|
|
|
|
|
</div>
|
|
|
|
|
</el-carousel-item>
|
|
|
|
|
</el-carousel>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="12">
|
|
|
|
|
<!--常住人口登记表1-->
|
|
|
|
|
<el-row :gutter="10" v-for="(item1, index1) in jc1.list" :key="item1.id" :style="index1===0?'border-bottom: 1px solid #cacaca; margin-bottom:20px':''">
|
|
|
|
|
<el-col :span="7" style="height: 70px;">
|
|
|
|
|
<div>户主或与户主关系:</div><el-input v-model="item1.relation" placeholder="请输入户主或与户主关系" />
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="7" style="height: 70px;">
|
|
|
|
|
<div>姓名:</div><el-input v-model="item1.name" placeholder="请输入姓名" />
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="7" style="height: 70px;">
|
|
|
|
|
<div>出生年月日:</div><el-input v-model="item1.birthday" placeholder="请输入出生年月日" />
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="3" style="height: 70px;line-height: 70px;text-align: right">
|
|
|
|
|
<el-button
|
|
|
|
|
size="mini"
|
|
|
|
|
type="text"
|
|
|
|
|
@click="submitForm1(item1)"
|
|
|
|
|
>纠错确认</el-button>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
</div>
|
|
|
|
|
</el-dialog>
|
|
|
|
|
|
|
|
|
|
<!-- 纠错 新 -->
|
|
|
|
|
<el-dialog title="纠错" :visible.sync="open_jc" width="90%" append-to-body top="10px !important">
|
|
|
|
|
<div style="min-height: 85vh;">
|
|
|
|
|
@ -2447,6 +2486,12 @@ export default {
|
|
|
|
|
czrkdjList: [],
|
|
|
|
|
// 是否显示纠错弹出层
|
|
|
|
|
open_jc: false,
|
|
|
|
|
// 常住人口登记表1纠错
|
|
|
|
|
jc1:{
|
|
|
|
|
open: false,
|
|
|
|
|
pictures: "",
|
|
|
|
|
list: []
|
|
|
|
|
},
|
|
|
|
|
// 是否显示纠错弹出层
|
|
|
|
|
open_add: false,
|
|
|
|
|
// 查询参数
|
|
|
|
|
@ -2763,6 +2808,25 @@ export default {
|
|
|
|
|
this.option1List=[];
|
|
|
|
|
this.open_add = true;
|
|
|
|
|
},
|
|
|
|
|
/** 修改按钮操作 常住人口登记1*/
|
|
|
|
|
handleUpdate1(row) {
|
|
|
|
|
this.jc1.list = [];
|
|
|
|
|
this.jc1.pictures = row.pictures;
|
|
|
|
|
listCzrkdj({
|
|
|
|
|
picIds: row.picIds
|
|
|
|
|
}).then(response => {
|
|
|
|
|
const arr = [];
|
|
|
|
|
response.rows.forEach(item=>{
|
|
|
|
|
if(item.id != row.id){
|
|
|
|
|
arr.push(item)
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
arr.unshift(row)
|
|
|
|
|
|
|
|
|
|
this.jc1.list = arr;
|
|
|
|
|
this.jc1.open = true;
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
/** 修改按钮操作 */
|
|
|
|
|
handleUpdate(row) {
|
|
|
|
|
this.reset();
|
|
|
|
|
@ -2787,6 +2851,14 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
/** 常住1纠错 按钮 */
|
|
|
|
|
submitForm1(row) {
|
|
|
|
|
row.errorCorrect = 1;
|
|
|
|
|
updateCzrkdj(row).then(response => {
|
|
|
|
|
this.$modal.msgSuccess("修改成功");
|
|
|
|
|
this.getList();
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
/** 删除按钮操作 */
|
|
|
|
|
handleDelete(row) {
|
|
|
|
|
const ids = row.id ;
|
|
|
|
|
|