迁移证、常住人口登记、转非农业人口批复存根

master
wanglei 2 years ago
parent 9ca407b055
commit 1f5e7a0608

@ -99,7 +99,7 @@
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar> <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
</el-row> </el-row>
<el-table v-loading="loading" :data="czrkdjList"> <el-table v-loading="loading" :data="czrkdjList" border>
<el-table-column label="档案目录ID" align="center" prop="muId" min-width="80" fixed/> <el-table-column label="档案目录ID" align="center" prop="muId" min-width="80" fixed/>
<el-table-column label="姓名" align="center" prop="name" fixed min-width="100" show-overflow-tooltip/> <el-table-column label="姓名" align="center" prop="name" fixed 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/>
@ -402,7 +402,7 @@
<!--选择档案目录--> <!--选择档案目录-->
<el-dialog title="选择档案目录" :visible.sync="damlInfo.visible" width="1200px" append-to-body> <el-dialog title="选择档案目录" :visible.sync="damlInfo.visible" width="1200px" append-to-body>
<el-table v-if="damlInfo.refreshTable" <el-table v-if="damlInfo.refreshTable" border
v-loading="damlInfo.loading" v-loading="damlInfo.loading"
:data="damlInfo.list" :data="damlInfo.list"
row-key="id" row-key="id"

@ -219,7 +219,7 @@
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar> <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
</el-row> </el-row>
<el-table v-loading="loading" :data="qyzList"> <el-table v-loading="loading" border :data="qyzList">
<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="fwUnit" fixed min-width="100" show-overflow-tooltip/> <el-table-column label="发文单位" align="center" prop="fwUnit" fixed min-width="100" show-overflow-tooltip/>
<el-table-column label="文件序号" align="center" prop="wjXh" fixed min-width="100" show-overflow-tooltip/> <el-table-column label="文件序号" align="center" prop="wjXh" fixed min-width="100" show-overflow-tooltip/>
@ -303,7 +303,7 @@
@pagination="getList" @pagination="getList"
/> />
<!-- 添加或修改常住人口登记对话框 --> <!-- 纠错 -->
<el-dialog title="纠错" :visible.sync="open_jc" width="1400px" append-to-body> <el-dialog title="纠错" :visible.sync="open_jc" width="1400px" append-to-body>
<el-form ref="form" :model="form" :rules="rules" label-width="120px"> <el-form ref="form" :model="form" :rules="rules" label-width="120px">
<el-row :gutter="10"> <el-row :gutter="10">
@ -450,6 +450,7 @@
</div> </div>
</el-dialog> </el-dialog>
<!-- 新增手动识别-->
<el-dialog title="新增手动识别" :visible.sync="open_add" width="1400px" append-to-body> <el-dialog title="新增手动识别" :visible.sync="open_add" width="1400px" append-to-body>
<el-form ref="form" :model="form" :rules="rules" label-width="120px"> <el-form ref="form" :model="form" :rules="rules" label-width="120px">
@ -712,7 +713,7 @@
<!--选择档案目录--> <!--选择档案目录-->
<el-dialog title="选择档案目录" :visible.sync="damlInfo.visible" width="1200px" append-to-body> <el-dialog title="选择档案目录" :visible.sync="damlInfo.visible" width="1200px" append-to-body>
<el-table v-if="damlInfo.refreshTable" <el-table v-if="damlInfo.refreshTable" border
v-loading="damlInfo.loading" v-loading="damlInfo.loading"
:data="damlInfo.list" :data="damlInfo.list"
row-key="id" row-key="id"
@ -754,7 +755,7 @@ import { listPictureRecard } from "@/api/dangan/pictureRecard";
export default { export default {
name: "Qyz", name: "Qyz",
dicts: ['error_correct', 'audit_status', 'yw_type'], dicts: ['error_correct', 'audit_status', 'yw_type', 'recognize'],
data() { data() {
return { return {
// //
@ -767,7 +768,7 @@ export default {
qyzList: [], qyzList: [],
// //
open_jc: false, open_jc: false,
// //
open_add: false, open_add: false,
// //
queryParams: { queryParams: {

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save