From 9c0d00e91dc193e2722761dacb968ff204d680e6 Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Tue, 13 Jun 2023 16:20:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E5=90=88=E6=A0=BC=E8=AF=81?= =?UTF-8?q?=E7=AE=A1=E7=90=86--=E6=9F=A5=E7=9C=8B=E7=89=A9=E5=93=81?= =?UTF-8?q?=E7=A7=BB=E4=BA=A4=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../api/cheliang/basevehiclecertificate.js | 20 +++ .../hegezhengtaizhang/hegezhengtaizhang.vue | 12 +- .../relation/handoverRecord.vue | 151 ++++++++++++++++ .../relation/handoverRecordInfo.vue | 168 ++++++++++++++++++ 4 files changed, 348 insertions(+), 3 deletions(-) create mode 100644 anrui-scm/anrui-scm-ui/src/views/cheliang/hegezhengtaizhang/relation/handoverRecord.vue create mode 100644 anrui-scm/anrui-scm-ui/src/views/cheliang/hegezhengtaizhang/relation/handoverRecordInfo.vue diff --git a/anrui-scm/anrui-scm-ui/src/api/cheliang/basevehiclecertificate.js b/anrui-scm/anrui-scm-ui/src/api/cheliang/basevehiclecertificate.js index 7cf1b80929..82423411fa 100644 --- a/anrui-scm/anrui-scm-ui/src/api/cheliang/basevehiclecertificate.js +++ b/anrui-scm/anrui-scm-ui/src/api/cheliang/basevehiclecertificate.js @@ -75,3 +75,23 @@ export function certificateYJ(data) { headers: { 'Content-Type': 'application/json' } }) } + +// 合格证移交记录 +export function hgzPagerList(data) { + return request({ + url: '/buscenter/v1/BusTransferRecords/hgzPagerList', + method: 'post', + data: data, + headers: { 'Content-Type': 'application/json' } + }) +} + +// 合格证移交记录--详情 +export function getInvoiceInfoHgz(data) { + return request({ + url: '/buscenter/v1/BusTransferRecords//getInvoiceInfoHgz', + method: 'get', + params: data + }) +} + diff --git a/anrui-scm/anrui-scm-ui/src/views/cheliang/hegezhengtaizhang/hegezhengtaizhang.vue b/anrui-scm/anrui-scm-ui/src/views/cheliang/hegezhengtaizhang/hegezhengtaizhang.vue index efb09f38db..13082d4b89 100644 --- a/anrui-scm/anrui-scm-ui/src/views/cheliang/hegezhengtaizhang/hegezhengtaizhang.vue +++ b/anrui-scm/anrui-scm-ui/src/views/cheliang/hegezhengtaizhang/hegezhengtaizhang.vue @@ -75,7 +75,7 @@ @@ -134,6 +134,7 @@ + @@ -145,6 +146,7 @@ import pageye from '@/components/pagination/pageye' import hegezhengtaizhangAdd from './hegezhengtaizhangAdd' import hegezhengInfo from './hegezhengInfo' import cheliangtaizhangInfo from '@/views/cheliang/cheliangtaizhang/cheliangtaizhangInfo' +import handoverRecord from './relation/handoverRecord' import ButtonBar from '@/components/ButtonBar' export default { @@ -155,7 +157,8 @@ export default { pageye, hegezhengtaizhangAdd, hegezhengInfo, - ButtonBar + ButtonBar, + handoverRecord }, // directives: { // drag: { @@ -549,8 +552,11 @@ export default { this.imgs = row.certificatePhoto this.dialogFormVisible = true this.dialogTitle = '查看' + }, + handleLook(row) { + this.viewState = 6 + this.$refs['divYiJiao'].init(row) } - } } diff --git a/anrui-scm/anrui-scm-ui/src/views/cheliang/hegezhengtaizhang/relation/handoverRecord.vue b/anrui-scm/anrui-scm-ui/src/views/cheliang/hegezhengtaizhang/relation/handoverRecord.vue new file mode 100644 index 0000000000..15f0ed7d3a --- /dev/null +++ b/anrui-scm/anrui-scm-ui/src/views/cheliang/hegezhengtaizhang/relation/handoverRecord.vue @@ -0,0 +1,151 @@ + + + + diff --git a/anrui-scm/anrui-scm-ui/src/views/cheliang/hegezhengtaizhang/relation/handoverRecordInfo.vue b/anrui-scm/anrui-scm-ui/src/views/cheliang/hegezhengtaizhang/relation/handoverRecordInfo.vue new file mode 100644 index 0000000000..a47c635c5d --- /dev/null +++ b/anrui-scm/anrui-scm-ui/src/views/cheliang/hegezhengtaizhang/relation/handoverRecordInfo.vue @@ -0,0 +1,168 @@ + + + +