From f3ee48b33059f312f32e079927de8eff16f9cbe8 Mon Sep 17 00:00:00 2001 From: huangyuxuan Date: Tue, 7 Jan 2025 09:07:54 +0800 Subject: [PATCH 1/4] =?UTF-8?q?[=E6=96=B0=E5=A2=9E=E5=8A=9F=E8=83=BD](hyx?= =?UTF-8?q?=5F=E9=97=A8=E5=8F=A3=E9=97=A8=E7=A6=81):=20=20=20-=20=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../auditChronicallyCar/components/list.vue | 417 ++++++++++++++++++ .../components/sendUtil.vue | 150 +++++++ .../auditChronicallyCar/index.vue | 28 ++ .../vehiclemessage/components/list.vue | 3 +- .../components/list.vue | 170 +++++++ .../components/recordsList.vue | 131 ++++++ .../branchcompanypeoplemessage/index.vue | 24 + 7 files changed, 922 insertions(+), 1 deletion(-) create mode 100644 src/views/longtermvehicleinputportmessage/auditChronicallyCar/components/list.vue create mode 100644 src/views/longtermvehicleinputportmessage/auditChronicallyCar/components/sendUtil.vue create mode 100644 src/views/longtermvehicleinputportmessage/auditChronicallyCar/index.vue create mode 100644 src/views/peopleinputportmanage/branchcompanypeoplemessage/components/list.vue create mode 100644 src/views/peopleinputportmanage/branchcompanypeoplemessage/components/recordsList.vue create mode 100644 src/views/peopleinputportmanage/branchcompanypeoplemessage/index.vue diff --git a/src/views/longtermvehicleinputportmessage/auditChronicallyCar/components/list.vue b/src/views/longtermvehicleinputportmessage/auditChronicallyCar/components/list.vue new file mode 100644 index 0000000..33a120c --- /dev/null +++ b/src/views/longtermvehicleinputportmessage/auditChronicallyCar/components/list.vue @@ -0,0 +1,417 @@ + + diff --git a/src/views/longtermvehicleinputportmessage/auditChronicallyCar/components/sendUtil.vue b/src/views/longtermvehicleinputportmessage/auditChronicallyCar/components/sendUtil.vue new file mode 100644 index 0000000..0f7ca31 --- /dev/null +++ b/src/views/longtermvehicleinputportmessage/auditChronicallyCar/components/sendUtil.vue @@ -0,0 +1,150 @@ + + + + + diff --git a/src/views/longtermvehicleinputportmessage/auditChronicallyCar/index.vue b/src/views/longtermvehicleinputportmessage/auditChronicallyCar/index.vue new file mode 100644 index 0000000..69fd02c --- /dev/null +++ b/src/views/longtermvehicleinputportmessage/auditChronicallyCar/index.vue @@ -0,0 +1,28 @@ + + + + + diff --git a/src/views/longtermvehicleinputportmessage/vehiclemessage/components/list.vue b/src/views/longtermvehicleinputportmessage/vehiclemessage/components/list.vue index d03940c..ffebb65 100644 --- a/src/views/longtermvehicleinputportmessage/vehiclemessage/components/list.vue +++ b/src/views/longtermvehicleinputportmessage/vehiclemessage/components/list.vue @@ -426,7 +426,8 @@ export default { ...this.searchFrom, 'CORPINFO_ID': this.loginUserInfo.CORPINFO_ID, 'loginUserId': this.loginUserInfo.USER_ID, - 'roleName': this.loginUserInfo.ROLE_NAME + 'roleName': this.loginUserInfo.ROLE_NAME, + IS_AUDIT: 1 } ).then((data) => { this.listLoading = false diff --git a/src/views/peopleinputportmanage/branchcompanypeoplemessage/components/list.vue b/src/views/peopleinputportmanage/branchcompanypeoplemessage/components/list.vue new file mode 100644 index 0000000..c51d3a6 --- /dev/null +++ b/src/views/peopleinputportmanage/branchcompanypeoplemessage/components/list.vue @@ -0,0 +1,170 @@ + + + + diff --git a/src/views/peopleinputportmanage/branchcompanypeoplemessage/components/recordsList.vue b/src/views/peopleinputportmanage/branchcompanypeoplemessage/components/recordsList.vue new file mode 100644 index 0000000..d39fc46 --- /dev/null +++ b/src/views/peopleinputportmanage/branchcompanypeoplemessage/components/recordsList.vue @@ -0,0 +1,131 @@ + + + + diff --git a/src/views/peopleinputportmanage/branchcompanypeoplemessage/index.vue b/src/views/peopleinputportmanage/branchcompanypeoplemessage/index.vue new file mode 100644 index 0000000..c5fda3e --- /dev/null +++ b/src/views/peopleinputportmanage/branchcompanypeoplemessage/index.vue @@ -0,0 +1,24 @@ + + + + + From cb17fd56494d8953116ab16cb44cbee706878129 Mon Sep 17 00:00:00 2001 From: huangyuxuan Date: Wed, 8 Jan 2025 11:27:13 +0800 Subject: [PATCH 2/4] =?UTF-8?q?[=E6=96=B0=E5=A2=9E=E5=8A=9F=E8=83=BD](hyx?= =?UTF-8?q?=5F=E9=97=A8=E5=8F=A3=E9=97=A8=E7=A6=81):=20=20=20-=20=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E8=B4=A7=E8=BF=90=E8=BD=A6=E8=BE=86=EF=BC=8C=E5=8D=B1?= =?UTF-8?q?=E5=8C=96=E8=BD=A6=E8=BE=86=E5=AE=A1=E6=A0=B8=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dangertruckcheck/components/list.vue | 157 ++++++++++++++++++ .../dangertruckcheck/components/sendUtil.vue | 152 +++++++++++++++++ .../dangertruckcheck/index.vue | 24 +++ src/views/truckinputportmanage/index.vue | 3 + .../normaltruckcheck/components/list.vue | 155 +++++++++++++++++ .../normaltruckcheck/components/sendUtil.vue | 155 +++++++++++++++++ .../normaltruckcheck/index.vue | 24 +++ 7 files changed, 670 insertions(+) create mode 100644 src/views/truckinputportmanage/dangertruckcheck/components/list.vue create mode 100644 src/views/truckinputportmanage/dangertruckcheck/components/sendUtil.vue create mode 100644 src/views/truckinputportmanage/dangertruckcheck/index.vue create mode 100644 src/views/truckinputportmanage/index.vue create mode 100644 src/views/truckinputportmanage/normaltruckcheck/components/list.vue create mode 100644 src/views/truckinputportmanage/normaltruckcheck/components/sendUtil.vue create mode 100644 src/views/truckinputportmanage/normaltruckcheck/index.vue diff --git a/src/views/truckinputportmanage/dangertruckcheck/components/list.vue b/src/views/truckinputportmanage/dangertruckcheck/components/list.vue new file mode 100644 index 0000000..31c4d93 --- /dev/null +++ b/src/views/truckinputportmanage/dangertruckcheck/components/list.vue @@ -0,0 +1,157 @@ + + + + diff --git a/src/views/truckinputportmanage/dangertruckcheck/components/sendUtil.vue b/src/views/truckinputportmanage/dangertruckcheck/components/sendUtil.vue new file mode 100644 index 0000000..82edfb4 --- /dev/null +++ b/src/views/truckinputportmanage/dangertruckcheck/components/sendUtil.vue @@ -0,0 +1,152 @@ + + + + + diff --git a/src/views/truckinputportmanage/dangertruckcheck/index.vue b/src/views/truckinputportmanage/dangertruckcheck/index.vue new file mode 100644 index 0000000..6a88239 --- /dev/null +++ b/src/views/truckinputportmanage/dangertruckcheck/index.vue @@ -0,0 +1,24 @@ + + + + + diff --git a/src/views/truckinputportmanage/index.vue b/src/views/truckinputportmanage/index.vue new file mode 100644 index 0000000..98240ae --- /dev/null +++ b/src/views/truckinputportmanage/index.vue @@ -0,0 +1,3 @@ + diff --git a/src/views/truckinputportmanage/normaltruckcheck/components/list.vue b/src/views/truckinputportmanage/normaltruckcheck/components/list.vue new file mode 100644 index 0000000..a8e8b79 --- /dev/null +++ b/src/views/truckinputportmanage/normaltruckcheck/components/list.vue @@ -0,0 +1,155 @@ + + + + diff --git a/src/views/truckinputportmanage/normaltruckcheck/components/sendUtil.vue b/src/views/truckinputportmanage/normaltruckcheck/components/sendUtil.vue new file mode 100644 index 0000000..f1cc1e0 --- /dev/null +++ b/src/views/truckinputportmanage/normaltruckcheck/components/sendUtil.vue @@ -0,0 +1,155 @@ + + + + + diff --git a/src/views/truckinputportmanage/normaltruckcheck/index.vue b/src/views/truckinputportmanage/normaltruckcheck/index.vue new file mode 100644 index 0000000..6a88239 --- /dev/null +++ b/src/views/truckinputportmanage/normaltruckcheck/index.vue @@ -0,0 +1,24 @@ + + + + + From f15eb65426fab117a0323d29f56a9e9bb4c8812b Mon Sep 17 00:00:00 2001 From: huangyuxuan Date: Fri, 10 Jan 2025 16:20:30 +0800 Subject: [PATCH 3/4] =?UTF-8?q?[=E6=96=B0=E5=A2=9E=E5=8A=9F=E8=83=BD](hyx?= =?UTF-8?q?=5F=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 @@ - - + + From 14de770057f5c9ee1cfd7724aeab8532bef6ef31 Mon Sep 17 00:00:00 2001 From: huangyuxuan Date: Tue, 14 Jan 2025 11:16:07 +0800 Subject: [PATCH 4/4] =?UTF-8?q?[=E6=96=B0=E5=A2=9E=E5=8A=9F=E8=83=BD](hyx?= =?UTF-8?q?=5F=E9=97=A8=E5=8F=A3=E9=97=A8=E7=A6=81):=20=20=20-=20bug?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../auditChronicallyCar/components/list.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/longtermvehicleinputportmessage/auditChronicallyCar/components/list.vue b/src/views/longtermvehicleinputportmessage/auditChronicallyCar/components/list.vue index 128e06a..5b51e17 100644 --- a/src/views/longtermvehicleinputportmessage/auditChronicallyCar/components/list.vue +++ b/src/views/longtermvehicleinputportmessage/auditChronicallyCar/components/list.vue @@ -77,8 +77,8 @@ {{ translateVehicleType(row.VEHICLE_TYPE) }} - - + +