档案合集、上传历史记录

master
wanglei 1 year ago
parent ca6d44fbbb
commit c0c31c08f7

@ -540,10 +540,10 @@
<el-dialog title="选择档案历史记录" :visible.sync="dalsInfo.visible" width="1200px" append-to-body> <el-dialog title="选择档案历史记录" :visible.sync="dalsInfo.visible" width="1200px" append-to-body>
<el-form :model="dalsInfo.queryParams" ref="queryForm" size="small" :inline="true" label-width="100px"> <el-form :model="dalsInfo.queryParams" ref="queryForm" size="small" :inline="true" label-width="100px">
<el-form-item label="档案室密集柜路径" prop="wlsjPath" label-width="130px"> <el-form-item label="图片ID" prop="id">
<el-input <el-input
v-model="dalsInfo.queryParams.wlsjPath" v-model="dalsInfo.queryParams.id"
placeholder="请输入档案室密集柜路径" placeholder="请输入图片ID"
clearable clearable
@keyup.enter.native="dalsInfoQuery" @keyup.enter.native="dalsInfoQuery"
/> />
@ -571,7 +571,7 @@
</el-form> </el-form>
<el-table v-loading="dalsInfo.loading" :data="dalsInfo.list" border height="500" @selection-change="dalsInfoDblclick"> <el-table v-loading="dalsInfo.loading" :data="dalsInfo.list" border height="500" @selection-change="dalsInfoDblclick">
<el-table-column type="selection" width="50" align="center"/> <el-table-column type="selection" width="50" align="center"/>
<el-table-column label="档案目录ID" align="center" prop="muId" min-width="50"/> <el-table-column label="图片ID" align="center" prop="id" min-width="50"/>
<el-table-column label="档案目录路径" align="center" prop="muPath" min-width="100" show-overflow-tooltip/> <el-table-column label="档案目录路径" align="center" prop="muPath" min-width="100" show-overflow-tooltip/>
<el-table-column label="档案室密集柜路径" align="center" prop="wlsjPath" min-width="100" show-overflow-tooltip/> <el-table-column label="档案室密集柜路径" align="center" prop="wlsjPath" min-width="100" show-overflow-tooltip/>
<el-table-column label="是否已经识别" align="center" prop="recognize" > <el-table-column label="是否已经识别" align="center" prop="recognize" >
@ -720,7 +720,9 @@ export default {
// //
queryParams:{ queryParams:{
pageNum: 1, pageNum: 1,
pageSize: 10 pageSize: 10,
id: null,
recognize: null
}, },
// //
list: [], list: [],

@ -1885,10 +1885,10 @@
<el-dialog title="选择档案历史记录" :visible.sync="dalsInfo.visible" width="1200px" append-to-body> <el-dialog title="选择档案历史记录" :visible.sync="dalsInfo.visible" width="1200px" append-to-body>
<el-form :model="dalsInfo.queryParams" ref="queryForm" size="small" :inline="true" label-width="130px"> <el-form :model="dalsInfo.queryParams" ref="queryForm" size="small" :inline="true" label-width="130px">
<el-form-item label="档案室密集柜路径" prop="wlsjPath"> <el-form-item label="图片ID" prop="id">
<el-input <el-input
v-model="dalsInfo.queryParams.wlsjPath" v-model="dalsInfo.queryParams.id"
placeholder="请输入物理书架路径" placeholder="请输入图片ID"
clearable clearable
@keyup.enter.native="dalsInfoQuery" @keyup.enter.native="dalsInfoQuery"
/> />
@ -1916,7 +1916,7 @@
</el-form> </el-form>
<el-table v-loading="dalsInfo.loading" :data="dalsInfo.list" border height="500px" @selection-change="dalsInfoDblclick"> <el-table v-loading="dalsInfo.loading" :data="dalsInfo.list" border height="500px" @selection-change="dalsInfoDblclick">
<el-table-column type="selection" width="50" align="center" /> <el-table-column type="selection" width="50" align="center" />
<el-table-column label="档案目录ID" align="center" prop="muId" min-width="50"/> <el-table-column label="图片ID" align="center" prop="id" min-width="50"/>
<el-table-column label="档案目录路径" align="center" prop="muPath" min-width="100" show-overflow-tooltip/> <el-table-column label="档案目录路径" align="center" prop="muPath" min-width="100" show-overflow-tooltip/>
<el-table-column label="档案室密集柜路径" align="center" prop="wlsjPath" min-width="100" show-overflow-tooltip/> <el-table-column label="档案室密集柜路径" align="center" prop="wlsjPath" min-width="100" show-overflow-tooltip/>
<el-table-column label="是否已经识别" align="center" prop="recognize" > <el-table-column label="是否已经识别" align="center" prop="recognize" >
@ -2090,7 +2090,9 @@ export default {
// //
queryParams:{ queryParams:{
pageNum: 1, pageNum: 1,
pageSize: 10 pageSize: 10,
id: null,
recognize: null
}, },
// //
list: [], list: [],

@ -10,10 +10,10 @@
<div style="width: calc(100% - 220px);"> <div style="width: calc(100% - 220px);">
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="130px"> <el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="130px">
<el-form-item label="档案目录ID" prop="muId"> <el-form-item label="图片ID" prop="id">
<el-input <el-input
v-model="queryParams.muId" v-model="queryParams.id"
placeholder="请输入档案目录ID" placeholder="请输入图片ID"
clearable clearable
@keyup.enter.native="handleQuery" @keyup.enter.native="handleQuery"
/> />
@ -133,7 +133,7 @@
<el-table v-loading="loading" :data="pictureRecardList" @selection-change="handleSelectionChange" border> <el-table v-loading="loading" :data="pictureRecardList" @selection-change="handleSelectionChange" border>
<el-table-column type="selection" width="50" align="center" fixed/> <el-table-column type="selection" width="50" align="center" fixed/>
<el-table-column label="档案目录ID" align="center" prop="muId" fixed min-width="90"/> <el-table-column label="图片ID" align="center" prop="id" fixed min-width="90"/>
<!-- <el-table-column label="业务类型" align="center" prop="ywType" min-width="100" show-overflow-tooltip> <!-- <el-table-column label="业务类型" align="center" prop="ywType" min-width="100" show-overflow-tooltip>
<template slot-scope="scope"> <template slot-scope="scope">
<dict-tag :options="dict.type.yw_type" :value="scope.row.ywType"/> <dict-tag :options="dict.type.yw_type" :value="scope.row.ywType"/>

@ -517,10 +517,10 @@
<el-dialog title="选择档案历史记录" :visible.sync="dalsInfo.visible" width="1200px" append-to-body> <el-dialog title="选择档案历史记录" :visible.sync="dalsInfo.visible" width="1200px" append-to-body>
<el-form :model="dalsInfo.queryParams" ref="queryForm" size="small" :inline="true" label-width="100px"> <el-form :model="dalsInfo.queryParams" ref="queryForm" size="small" :inline="true" label-width="100px">
<el-form-item label="档案室密集柜路径" prop="wlsjPath" label-width="130px"> <el-form-item label="图片ID" prop="id">
<el-input <el-input
v-model="dalsInfo.queryParams.wlsjPath" v-model="dalsInfo.queryParams.id"
placeholder="请输入档案室密集柜路径" placeholder="请输入图片ID"
clearable clearable
@keyup.enter.native="dalsInfoQuery" @keyup.enter.native="dalsInfoQuery"
/> />
@ -548,7 +548,7 @@
</el-form> </el-form>
<el-table v-loading="dalsInfo.loading" :data="dalsInfo.list" border height="500" @selection-change="dalsInfoDblclick"> <el-table v-loading="dalsInfo.loading" :data="dalsInfo.list" border height="500" @selection-change="dalsInfoDblclick">
<el-table-column type="selection" width="50" align="center"/> <el-table-column type="selection" width="50" align="center"/>
<el-table-column label="档案目录ID" align="center" prop="muId" min-width="50"/> <el-table-column label="图片ID" align="center" prop="id" min-width="50"/>
<el-table-column label="档案目录路径" align="center" prop="muPath" min-width="100" show-overflow-tooltip/> <el-table-column label="档案目录路径" align="center" prop="muPath" min-width="100" show-overflow-tooltip/>
<el-table-column label="档案室密集柜路径" align="center" prop="wlsjPath" min-width="100" show-overflow-tooltip/> <el-table-column label="档案室密集柜路径" align="center" prop="wlsjPath" min-width="100" show-overflow-tooltip/>
<el-table-column label="是否已经识别" align="center" prop="recognize" > <el-table-column label="是否已经识别" align="center" prop="recognize" >
@ -703,7 +703,9 @@ export default {
// //
queryParams:{ queryParams:{
pageNum: 1, pageNum: 1,
pageSize: 10 pageSize: 10,
id: null,
recognize: null
}, },
// //
list: [], list: [],

@ -312,7 +312,7 @@
/** 查询识别进度 */ /** 查询识别进度 */
getProgress() { getProgress() {
// ID // ID
axios.post('https://4493yu98cz42.vicp.fun/get_file_count',`taskId=${this.form.id}`, { axios.post('http://ocr.nat300.top/get_file_count',`taskId=${this.form.id}`, {
//axios.post('http://123.57.142.195:443/get_file_count',`taskId=${this.form.id}`, { //axios.post('http://123.57.142.195:443/get_file_count',`taskId=${this.form.id}`, {
//axios.post('http://20.206.150.166:22443/get_file_count',`taskId=${this.form.id}`, { //axios.post('http://20.206.150.166:22443/get_file_count',`taskId=${this.form.id}`, {
headers: { headers: {

@ -480,10 +480,10 @@
<el-dialog title="选择档案历史记录" :visible.sync="dalsInfo.visible" width="1200px" append-to-body> <el-dialog title="选择档案历史记录" :visible.sync="dalsInfo.visible" width="1200px" append-to-body>
<el-form :model="dalsInfo.queryParams" ref="queryForm" size="small" :inline="true" label-width="100px"> <el-form :model="dalsInfo.queryParams" ref="queryForm" size="small" :inline="true" label-width="100px">
<el-form-item label="档案室密集柜路径" prop="wlsjPath" label-width="130px"> <el-form-item label="图片ID" prop="id">
<el-input <el-input
v-model="dalsInfo.queryParams.wlsjPath" v-model="dalsInfo.queryParams.id"
placeholder="请输入档案室密集柜路径" placeholder="请输入图片ID"
clearable clearable
@keyup.enter.native="dalsInfoQuery" @keyup.enter.native="dalsInfoQuery"
/> />
@ -511,7 +511,7 @@
</el-form> </el-form>
<el-table v-loading="dalsInfo.loading" :data="dalsInfo.list" border height="500" @selection-change="dalsInfoDblclick"> <el-table v-loading="dalsInfo.loading" :data="dalsInfo.list" border height="500" @selection-change="dalsInfoDblclick">
<el-table-column type="selection" width="50" align="center"/> <el-table-column type="selection" width="50" align="center"/>
<el-table-column label="档案目录ID" align="center" prop="muId" min-width="50"/> <el-table-column label="图片ID" align="center" prop="id" min-width="50"/>
<el-table-column label="档案目录路径" align="center" prop="muPath" min-width="100" show-overflow-tooltip/> <el-table-column label="档案目录路径" align="center" prop="muPath" min-width="100" show-overflow-tooltip/>
<el-table-column label="档案室密集柜路径" align="center" prop="wlsjPath" min-width="100" show-overflow-tooltip/> <el-table-column label="档案室密集柜路径" align="center" prop="wlsjPath" min-width="100" show-overflow-tooltip/>
<el-table-column label="是否已经识别" align="center" prop="recognize" > <el-table-column label="是否已经识别" align="center" prop="recognize" >
@ -656,7 +656,9 @@ export default {
// //
queryParams:{ queryParams:{
pageNum: 1, pageNum: 1,
pageSize: 10 pageSize: 10,
id: null,
recognize: null
}, },
// //
list: [], list: [],

@ -549,10 +549,10 @@
<el-dialog title="选择档案历史记录" :visible.sync="dalsInfo.visible" width="1200px" append-to-body> <el-dialog title="选择档案历史记录" :visible.sync="dalsInfo.visible" width="1200px" append-to-body>
<el-form :model="dalsInfo.queryParams" ref="queryForm" size="small" :inline="true" label-width="100px"> <el-form :model="dalsInfo.queryParams" ref="queryForm" size="small" :inline="true" label-width="100px">
<el-form-item label="档案室密集柜路径" prop="wlsjPath" label-width="130px"> <el-form-item label="图片ID" prop="id">
<el-input <el-input
v-model="dalsInfo.queryParams.wlsjPath" v-model="dalsInfo.queryParams.id"
placeholder="请输入档案室密集柜路径" placeholder="请输入图片ID"
clearable clearable
@keyup.enter.native="dalsInfoQuery" @keyup.enter.native="dalsInfoQuery"
/> />
@ -580,7 +580,7 @@
</el-form> </el-form>
<el-table v-loading="dalsInfo.loading" :data="dalsInfo.list" border height="500" @selection-change="dalsInfoDblclick"> <el-table v-loading="dalsInfo.loading" :data="dalsInfo.list" border height="500" @selection-change="dalsInfoDblclick">
<el-table-column type="selection" width="50" align="center"/> <el-table-column type="selection" width="50" align="center"/>
<el-table-column label="档案目录ID" align="center" prop="muId" min-width="50"/> <el-table-column label="图片ID" align="center" prop="id" min-width="50"/>
<el-table-column label="档案目录路径" align="center" prop="muPath" min-width="100" show-overflow-tooltip/> <el-table-column label="档案目录路径" align="center" prop="muPath" min-width="100" show-overflow-tooltip/>
<el-table-column label="档案室密集柜路径" align="center" prop="wlsjPath" min-width="100" show-overflow-tooltip/> <el-table-column label="档案室密集柜路径" align="center" prop="wlsjPath" min-width="100" show-overflow-tooltip/>
<el-table-column label="是否已经识别" align="center" prop="recognize" > <el-table-column label="是否已经识别" align="center" prop="recognize" >
@ -731,7 +731,9 @@ export default {
// //
queryParams:{ queryParams:{
pageNum: 1, pageNum: 1,
pageSize: 10 pageSize: 10,
id: null,
recognize: null
}, },
// //
list: [], list: [],

@ -630,10 +630,10 @@
<el-dialog title="选择档案历史记录" :visible.sync="dalsInfo.visible" width="1200px" append-to-body> <el-dialog title="选择档案历史记录" :visible.sync="dalsInfo.visible" width="1200px" append-to-body>
<el-form :model="dalsInfo.queryParams" ref="queryForm" size="small" :inline="true" label-width="130px"> <el-form :model="dalsInfo.queryParams" ref="queryForm" size="small" :inline="true" label-width="130px">
<el-form-item label="档案室密集柜路径" prop="wlsjPath"> <el-form-item label="图片ID" prop="id">
<el-input <el-input
v-model="dalsInfo.queryParams.wlsjPath" v-model="dalsInfo.queryParams.id"
placeholder="请输入档案室密集柜路径" placeholder="请输入图片ID"
clearable clearable
@keyup.enter.native="dalsInfoQuery" @keyup.enter.native="dalsInfoQuery"
/> />
@ -661,7 +661,7 @@
</el-form> </el-form>
<el-table v-loading="dalsInfo.loading" :data="dalsInfo.list" height="500px" border @selection-change="dalsInfoDblclick"> <el-table v-loading="dalsInfo.loading" :data="dalsInfo.list" height="500px" border @selection-change="dalsInfoDblclick">
<el-table-column type="selection" width="50" align="center"/> <el-table-column type="selection" width="50" align="center"/>
<el-table-column label="档案目录ID" align="center" prop="muId" min-width="50"/> <el-table-column label="图片ID" align="center" prop="id" min-width="50"/>
<el-table-column label="档案目录路径" align="center" prop="muPath" min-width="100" show-overflow-tooltip/> <el-table-column label="档案目录路径" align="center" prop="muPath" min-width="100" show-overflow-tooltip/>
<el-table-column label="档案室密集柜路径" align="center" prop="wlsjPath" min-width="100" show-overflow-tooltip/> <el-table-column label="档案室密集柜路径" align="center" prop="wlsjPath" min-width="100" show-overflow-tooltip/>
<el-table-column label="是否已经识别" align="center" prop="recognize" > <el-table-column label="是否已经识别" align="center" prop="recognize" >
@ -821,7 +821,9 @@ export default {
// //
queryParams:{ queryParams:{
pageNum: 1, pageNum: 1,
pageSize: 10 pageSize: 10,
id: null,
recognize: null
}, },
// //
list: [], list: [],

Loading…
Cancel
Save