Commit 9e9fbcfd authored by Jennie Shi's avatar Jennie Shi

变更修改

parent 9d26f7c9
...@@ -322,8 +322,8 @@ ...@@ -322,8 +322,8 @@
<div slot="name" class="aguremrnt-list"> <div slot="name" class="aguremrnt-list">
<img src="@/assets/constractSigning/npack.png" alt class="pics" > <img src="@/assets/constractSigning/npack.png" alt class="pics" >
<p class="second first">{{ item.attachment_file }}</p> <p class="second first">{{ item.attachment_file }}</p>
<img v-if="item.read_status === 'N'" class="unread" src="@/assets/constractSigning/unread.png" > <img v-if="item.read_status === 'N'" class="unread" src="@/assets/constractSigning/unchecked.png" >
<img v-if="item.read_status === 'Y'" class="unread" src="@/assets/constractSigning/read.png" > <img v-if="item.read_status === 'Y'" class="unread" src="@/assets/constractSigning/checked.png" >
<div <div
v-if="item.template_code === 'PRE_ABC_PAYMENT'" v-if="item.template_code === 'PRE_ABC_PAYMENT'"
class="wrap-img" class="wrap-img"
...@@ -503,7 +503,6 @@ export default { ...@@ -503,7 +503,6 @@ export default {
vm.read = true vm.read = true
vm.getDetail() vm.getDetail()
vm.getEquipment() vm.getEquipment()
vm.getAttachment()
if ( if (
vm.$route.query.car_start_status === 'REJECTED' || vm.$route.query.car_start_status === 'REJECTED' ||
vm.$route.query.car_start_status === 'NEW' vm.$route.query.car_start_status === 'NEW'
...@@ -623,6 +622,9 @@ export default { ...@@ -623,6 +622,9 @@ export default {
}, },
getTabNum (i) { getTabNum (i) {
this.tabNum = i this.tabNum = i
if (i === 1) {
this.getAttachment()
}
}, },
// ocr识别入口 // ocr识别入口
ocrShow () { ocrShow () {
...@@ -950,7 +952,7 @@ export default { ...@@ -950,7 +952,7 @@ export default {
vm.hlsHttp.post(url, param).then(res => { vm.hlsHttp.post(url, param).then(res => {
hlsPopup.hideLoading() hlsPopup.hideLoading()
if (res.result === 'S') { if (res.result === 'S') {
hlsPopup.showLongCenter('提交成功!') hlsPopup.showLongCenter('生成成功')
vm.getAttachment() vm.getAttachment()
} else { } else {
vm.hlsPopup.showLongCenter(res.message) vm.hlsPopup.showLongCenter(res.message)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment