Merge remote-tracking branch 'origin/master'

This commit is contained in:
liyawei
2022-06-10 15:59:49 +08:00
4 changed files with 41 additions and 43 deletions
@@ -713,7 +713,8 @@ export default {
min-width: 150px; min-width: 150px;
} }
.add-width{ .add-width{
width: 30%; width: 33%;
margin-right: 5px;
} }
.add--number{ .add--number{
width: 101%; width: 101%;
+3 -3
View File
@@ -18,9 +18,9 @@
<span v-if="ol.text==$t('SyncLibrary')" v-has="'ocr:ocrRecord:syncToDocument'"> <span v-if="ol.text==$t('SyncLibrary')" v-has="'ocr:ocrRecord:syncToDocument'">
{{record.resultContent=='转换成功'&&record.syncState=='未同步'&&record.fileSource=='1'?ol.text:''}} {{record.resultContent=='转换成功'&&record.syncState=='未同步'&&record.fileSource=='1'?ol.text:''}}
</span> </span>
<span v-if="ol.text==$t('check')"> <!-- <span v-if="ol.text==$t('check')">-->
{{record.resultContent=='转换成功'&&record.syncState=='未同步'?ol.text:''}} <!-- {{record.resultContent=='转换成功'&&record.syncState=='未同步'?ol.text:''}}-->
</span> <!-- </span>-->
<span v-if="ol.text==$t('download') && record.createBy == userData.username" <span v-if="ol.text==$t('download') && record.createBy == userData.username"
v-has="'ocr:ocrRestful:downFile'"> v-has="'ocr:ocrRestful:downFile'">
{{record.resultContent=='转换成功'?ol.text:''}} {{record.resultContent=='转换成功'?ol.text:''}}
+34 -38
View File
@@ -69,7 +69,6 @@
@actionSynchron="actionSynchron" @actionSynchron="actionSynchron"
:url="url" :url="url"
showAction showAction
@actionCheck="actionCheck"
@actionDown="actionDown" @actionDown="actionDown"
@onSelectChange="onSelectChange" @onSelectChange="onSelectChange"
@actionDelete="actionDelete" @actionDelete="actionDelete"
@@ -114,10 +113,10 @@
text: this.$t('SyncLibrary'), text: this.$t('SyncLibrary'),
ClickEvent: 'actionSynchron' ClickEvent: 'actionSynchron'
}, //同步至文档库 }, //同步至文档库
{ // {
text: this.$t('check'), // text: this.$t('check'),
ClickEvent: 'actionCheck' // ClickEvent: 'actionCheck'
}, //校核 // }, //校核
{ {
text: this.$t('download'), text: this.$t('download'),
ClickEvent: 'actionDown' ClickEvent: 'actionDown'
@@ -309,39 +308,36 @@
} }
}, },
//校核 //校核
actionCheck(val){ // actionCheck(val){
// this.checkVisible=true // // this.checkVisible=true
this.loading=true // this.loading=true
axios({ // axios({
url: '/jero-boot/ocr/ocrCheck/verifyCheckFlag', // url: '/jero-boot/ocr/ocrCheck/verifyCheckFlag',
method: 'get', // method: 'get',
params: { // params: {
id:val.id // id:val.id
}, // },
headers: { // headers: {
'X-Access-Token':this.token // 'X-Access-Token':this.token
} // }
}) // })
.then( (res) => { // .then( (res) => {
if (res.data.success) { // if (res.data.success) {
let newUrl = this.$router.resolve({ // let newUrl = this.$router.resolve({
path: '/ocr/ocrSplit', // path: '/ocr/ocrSplit',
query:{ // query:{
fileName: val.docRealName, // fileName: val.docRealName,
id:val.id // id:val.id
} // }
}) // })
window.open(newUrl.href, '_blank') // window.open(newUrl.href, '_blank')
}else{ // }else{
this.$message.error(res.data.message) // this.$message.error(res.data.message)
} // }
}).finally(()=>{ // }).finally(()=>{
this.loading=false // this.loading=false
}) // })
// },
},
//下载 //下载
actionDown(val){ actionDown(val){
let fileNames=val.docRealName.split('_') let fileNames=val.docRealName.split('_')
@@ -259,10 +259,11 @@
attId: file.id, attId: file.id,
title: file.title, title: file.title,
fileName:file.file_name, fileName:file.file_name,
titleEn:file.title_en,
serialNumber: file.serial_number, serialNumber: file.serial_number,
connectId: file.connect_id, connectId: file.connect_id,
fileGroup: this.fileGroup, fileGroup: this.fileGroup,
fileType:file.text_info fileType:file.text_info_id
} }
if(!this.submitFlag){ if(!this.submitFlag){