对接Pre-Homo流程
This commit is contained in:
@@ -27,7 +27,8 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="content-box-type">
|
<div class="content-box-type">
|
||||||
<span class="content-box-left">{{$t('standardNo')}}</span>
|
<span class="content-box-left">{{$t('standardNo')}}</span>
|
||||||
<span class="content-box-text">{{queryForm.serialNumber || '--'}}</span>
|
<span class="content-box-text content-box-text-color"
|
||||||
|
@click="standardClick(queryForm)">{{queryForm.serialNumber || '--'}}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="content-box-type">
|
<div class="content-box-type">
|
||||||
<span class="content-box-left">{{$t('areaOfResponsibility')}}</span>
|
<span class="content-box-left">{{$t('areaOfResponsibility')}}</span>
|
||||||
@@ -436,6 +437,14 @@
|
|||||||
},
|
},
|
||||||
deliverablesResultFileClick(item) {
|
deliverablesResultFileClick(item) {
|
||||||
kkFileView(item.fileName, item.id)
|
kkFileView(item.fileName, item.id)
|
||||||
|
},
|
||||||
|
standardClick(item) {
|
||||||
|
this.$router.push({
|
||||||
|
path: '/phoneDocumentDetails',
|
||||||
|
query: {
|
||||||
|
id: item.bussDocumentLibraryId
|
||||||
|
}
|
||||||
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -867,4 +876,8 @@
|
|||||||
background: #f1f1f3;
|
background: #f1f1f3;
|
||||||
color: #707486;
|
color: #707486;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.content-box-text-color {
|
||||||
|
color: #01A0AC;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
Reference in New Issue
Block a user