From 78b0019cf09ea1a918856310ae15c55956a29568 Mon Sep 17 00:00:00 2001 From: xyc <3422692813@qq.com> Date: Fri, 13 Jun 2025 15:25:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/businessManager/businessManager.vue | 7 +- pages/index/UserInfo.vue | 538 ++++++++++++++-------- pages/index/meetCarOrder.vue | 1 - pages/index/orderdetails.vue | 4 +- pages/staff/staff-my.vue | 201 +++++++- pages/statistics/business.vue | 26 +- pages/statistics/statislist.vue | 4 + 7 files changed, 574 insertions(+), 207 deletions(-) diff --git a/pages/businessManager/businessManager.vue b/pages/businessManager/businessManager.vue index 669bf54..20a2762 100644 --- a/pages/businessManager/businessManager.vue +++ b/pages/businessManager/businessManager.vue @@ -149,7 +149,7 @@ 重审项目 - 查看详情 创建订单 @@ -306,7 +306,7 @@ meetCarButtonShow: ['6'], adminCanShow: ['7', '8'], leadMeadShow: ['7', '8'], - detailButtonNoShow: ['6', '8'], + detailButtonNoShow: ['1', '6', '8'], belowStandardShow: ['7', '4'], countMap: [], csId: [], @@ -855,7 +855,8 @@ pageSize: this.pageSize, pageNum: this.pageNum, userId: this.userId, - status: this.tapValue + status: this.tapValue, + carNum: this.carNum } }) if (res.code == 200) { diff --git a/pages/index/UserInfo.vue b/pages/index/UserInfo.vue index 281eeea..b36b52d 100644 --- a/pages/index/UserInfo.vue +++ b/pages/index/UserInfo.vue @@ -1,219 +1,367 @@ + margin: 60rpx auto; + + display: flex; + align-items: center; + justify-content: center; + + font-size: 32rpx; + color: #999999; + } + + .btns { + display: flex; + justify-content: space-between; + gap: 20px; + } + \ No newline at end of file diff --git a/pages/index/meetCarOrder.vue b/pages/index/meetCarOrder.vue index 4aa2777..4eed51e 100644 --- a/pages/index/meetCarOrder.vue +++ b/pages/index/meetCarOrder.vue @@ -340,7 +340,6 @@ this.businessChannelId = result.parent.id this.cssj = this.customerSourceId } - console.log(this.customerSource, this.businessChannel); } } diff --git a/pages/index/orderdetails.vue b/pages/index/orderdetails.vue index 82f75fe..0f00e22 100644 --- a/pages/index/orderdetails.vue +++ b/pages/index/orderdetails.vue @@ -50,7 +50,7 @@ 来源: {{ detailData.customerSource }} - + ¥: {{ detailData.goodsPrice / 100 }}元 @@ -408,6 +408,7 @@ fileList2: [], shelist: [], type: 1, + roleType: 1, isPass: "1", remark: '', csId: [], @@ -453,6 +454,7 @@ this.roleSelect = res.data } }) + this.roleType = option.type if (option.type == 'staff') { const res = await ifHasRoleByDictType("inspection_detail_view") this.isShowClient = res diff --git a/pages/staff/staff-my.vue b/pages/staff/staff-my.vue index 2ad4e29..c30b363 100644 --- a/pages/staff/staff-my.vue +++ b/pages/staff/staff-my.vue @@ -26,7 +26,7 @@ - +