From f15eb65426fab117a0323d29f56a9e9bb4c8812b Mon Sep 17 00:00:00 2001 From: huangyuxuan Date: Fri, 10 Jan 2025 16:20:30 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=96=B0=E5=A2=9E=E5=8A=9F=E8=83=BD](hyx=5F?= =?UTF-8?q?=E9=97=A8=E5=8F=A3=E9=97=A8=E7=A6=81):=20=20=20-=20=E9=97=A8?= =?UTF-8?q?=E5=8F=A3=E9=97=A8=E7=A6=81=E7=9B=B8=E5=85=B3=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E8=81=94=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../auditChronicallyCar/components/list.vue | 4 ++-- .../auditChronicallyCar/components/sendUtil.vue | 8 ++++---- .../dangertruckcheck/components/list.vue | 2 +- .../normaltruckcheck/components/list.vue | 5 +---- .../normaltruckcheck/components/sendUtil.vue | 4 ++-- 5 files changed, 10 insertions(+), 13 deletions(-) diff --git a/src/views/longtermvehicleinputportmessage/auditChronicallyCar/components/list.vue b/src/views/longtermvehicleinputportmessage/auditChronicallyCar/components/list.vue index 33a120c..128e06a 100644 --- a/src/views/longtermvehicleinputportmessage/auditChronicallyCar/components/list.vue +++ b/src/views/longtermvehicleinputportmessage/auditChronicallyCar/components/list.vue @@ -300,7 +300,7 @@ export default { this.roleName = '' this.listLoading = true requestFN( - 'vehiclemessage/getPageList?showCount=' + this.listQuery.limit + '¤tPage=' + this.listQuery.page, + 'vehiclemessage/getXgfLongTimeCarAuditList?showCount=' + this.listQuery.limit + '¤tPage=' + this.listQuery.page, { ...this.searchFrom, 'CORPINFO_ID': this.loginUserInfo.CORPINFO_ID, @@ -310,7 +310,7 @@ export default { } ).then((data) => { this.listLoading = false - this.varList = data.varList + this.varList = data.carList this.total = data.page.totalResult this.roleName = data.roleName // this.hasButton() diff --git a/src/views/longtermvehicleinputportmessage/auditChronicallyCar/components/sendUtil.vue b/src/views/longtermvehicleinputportmessage/auditChronicallyCar/components/sendUtil.vue index 0f7ca31..3bf8196 100644 --- a/src/views/longtermvehicleinputportmessage/auditChronicallyCar/components/sendUtil.vue +++ b/src/views/longtermvehicleinputportmessage/auditChronicallyCar/components/sendUtil.vue @@ -13,15 +13,15 @@ - - + + - - + + diff --git a/src/views/truckinputportmanage/dangertruckcheck/components/list.vue b/src/views/truckinputportmanage/dangertruckcheck/components/list.vue index 31c4d93..434d371 100644 --- a/src/views/truckinputportmanage/dangertruckcheck/components/list.vue +++ b/src/views/truckinputportmanage/dangertruckcheck/components/list.vue @@ -48,7 +48,7 @@ diff --git a/src/views/truckinputportmanage/normaltruckcheck/components/list.vue b/src/views/truckinputportmanage/normaltruckcheck/components/list.vue index a8e8b79..d5ad909 100644 --- a/src/views/truckinputportmanage/normaltruckcheck/components/list.vue +++ b/src/views/truckinputportmanage/normaltruckcheck/components/list.vue @@ -47,7 +47,7 @@ @@ -99,9 +99,6 @@ export default{ approve(row) { this.$refs.sendUtil.init(row) }, - showFirstButton(AUDITOR, IS_AUDIT) { - return AUDITOR === JSON.parse(sessionStorage.getItem('user')).USER_ID && IS_AUDIT === '1' - }, getType(AUDIT_TYPE) { if (AUDIT_TYPE === '0') { return '待交警支队审核' diff --git a/src/views/truckinputportmanage/normaltruckcheck/components/sendUtil.vue b/src/views/truckinputportmanage/normaltruckcheck/components/sendUtil.vue index f1cc1e0..0563248 100644 --- a/src/views/truckinputportmanage/normaltruckcheck/components/sendUtil.vue +++ b/src/views/truckinputportmanage/normaltruckcheck/components/sendUtil.vue @@ -12,8 +12,8 @@ - - + +