From cd5dce4bf79e628043923ebd256bf1b29b9c1ba6 Mon Sep 17 00:00:00 2001 From: Sliverber <2622874537@qq.com> Date: Sat, 9 Mar 2024 18:49:57 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A3=8E=E6=8E=A7=E6=8A=A5=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 +- .env.production | 4 +- src/api/user.js | 18 + src/views/channel/index.vue | 1 + src/views/examine/index.vue | 2376 +++++++++++++++++++---- src/views/financial/repayment/index.vue | 1832 +++++++++++++++-- src/views/order/index.vue | 546 ++++-- src/views/user/list/index.vue | 1812 +++++++++++++++-- 8 files changed, 5681 insertions(+), 912 deletions(-) diff --git a/.env.development b/.env.development index 275d6fc..2a5e48a 100644 --- a/.env.development +++ b/.env.development @@ -4,8 +4,8 @@ ENV = 'development' # base api # VUE_APP_BASE_API = '/dev-api' # VUE_APP_BASE_API = 'http://106.75.49.247:20400' -# VUE_APP_BASE_API = 'https://yruibao.com/admin' -VUE_APP_BASE_API = 'http://192.168.2.26:20401' +VUE_APP_BASE_API = 'https://yruibao.com/admin' +# VUE_APP_BASE_API = 'http://192.168.2.26:20401' # vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable, diff --git a/.env.production b/.env.production index 4cfe70a..7119b75 100644 --- a/.env.production +++ b/.env.production @@ -4,5 +4,5 @@ ENV = 'production' # base api # VUE_APP_BASE_API = '/prod-api' # VUE_APP_BASE_API = 'http://106.75.49.247:20400' -# VUE_APP_BASE_API = 'https://yruibao.com/admin' -VUE_APP_BASE_API = 'http://192.168.2.26:20401' +VUE_APP_BASE_API = 'https://yruibao.com/admin' +# VUE_APP_BASE_API = 'http://192.168.2.26:20401' diff --git a/src/api/user.js b/src/api/user.js index 95ad8ef..e3772c4 100644 --- a/src/api/user.js +++ b/src/api/user.js @@ -193,6 +193,24 @@ export function getTlxReportCache(userId) { params: { userId }, }); } +/** + * 获取天狼星缓存 + * @param userId + */ +export function getSynthesizeReport(userId) { + return request({ + url: `/admin/user/getSynthesizeReport?userId=`+userId, + method: 'get', + // params: { userId }, + }); +} +export function getSynthesizeCache(userId) { + return request({ + url: `/admin/user/getSynthesizeCache?userId=`+userId, + method: 'get', + // params: { userId }, + }); +} /** * 获取紫微星报告 * @param pram diff --git a/src/views/channel/index.vue b/src/views/channel/index.vue index 3bedee4..9696d39 100644 --- a/src/views/channel/index.vue +++ b/src/views/channel/index.vue @@ -144,6 +144,7 @@ + diff --git a/src/views/examine/index.vue b/src/views/examine/index.vue index 957bce0..e2605c3 100644 --- a/src/views/examine/index.vue +++ b/src/views/examine/index.vue @@ -12,22 +12,22 @@ }} -
-
剩余待领取订单数量:{{ allOrderNum}}
+
+
剩余待领取订单数量:{{ + allOrderNum }}
- - - - - - - - - 确认领取 - + + + + + + + + + 确认领取 + 全部 {{ '(' + orderChartType.all ? orderChartType.all : 0 + ')' @@ -38,22 +38,22 @@ 待审核 {{ '(' + orderChartType.audit ? orderChartType.audit : 0 + ')' }} - 待签约 {{ '(' + orderChartType.awaitSign ? + 待签约 {{ '(' + orderChartType.awaitSign ? orderChartType.awaitSign : 0 + ')' }} - 未发货 {{ '(' + orderChartType.notShipped ? + 未发货 {{ '(' + orderChartType.notShipped ? orderChartType.notShipped : 0 + ')' }} - 使用中 {{ '(' + orderChartType.inUse ? + 使用中 {{ '(' + orderChartType.inUse ? orderChartType.inUse : 0 + ')' }} 待评价 {{ '(' + orderChartType.bargain ? orderChartType.bargain : 0 + ')' }} - 交易完成 {{ '(' + orderChartType.complete ? + 交易完成 {{ '(' + orderChartType.complete ? orderChartType.complete : 0 + ')' }} 待核销 @@ -65,13 +65,13 @@ 已退款 {{ '(' + orderChartType.refunded ? orderChartType.refunded : 0 + ')' }} - 已驳回 {{ '(' + orderChartType.auditReject ? + 已驳回 {{ '(' + orderChartType.auditReject ? orderChartType.auditReject : 0 + ')' }} 已删除 {{ '(' + orderChartType.deleted ? orderChartType.deleted : 0 + ')' }} - 已审核 {{ '(' + orderChartType.deleted ? + 已审核 {{ '(' + orderChartType.deleted ? orderChartType.deleted : 0 + ')' }} @@ -110,47 +110,47 @@
- - - + - - - @@ -63,202 +66,1163 @@ :total="tableDatass.total" @size-change="handleSizeChange" @current-change="handleCurrentChange" /> -
-
-
{{ item.tit }}
-
-
-
-
用户姓名:{{ userinfo.detailinfo.realName }}
-
手机号:{{ userinfo.detailinfo.phoneNumber }}
-
邮箱:{{ userinfo.detailinfo.email }}
-
身份证号:{{ userinfo.detailinfo.idCardNumber }}
-
-
- 紧急联系人: -
-
-
-
- 姓名:{{ item.contactName }} -
-
- 手机号:{{ item.phoneNumber }} -
-
- 关系:{{ getRelationship(item.relationship) }} -
-
+
+
+
{{ item.tit }}
+
+
+
+
用户姓名:{{ userinfo.detailinfo.realName }}
+
手机号:{{ userinfo.detailinfo.phoneNumber }}
+
邮箱:{{ userinfo.detailinfo.email }}
+
身份证号:{{ userinfo.detailinfo.idCardNumber }}
+
+
+ 紧急联系人: +
+
+
+
+ 姓名:{{ item.contactName }} +
+
+ 手机号:{{ item.phoneNumber }} +
+
+ 关系:{{ getRelationship(item.relationship) }} +
+
-
-
- 订单 -
+
+
+ 订单 +
- -
+ +
-
总计订单:{{ userinfo.detailinfo.allOrderCount }}
-
总金额:{{ userinfo.detailinfo.totalPendingRepayment }}
-
待还金额:{{ userinfo.detailinfo.allConsumeCount }}
-
-
- 身份证照片 -
-
+
总计订单:{{ userinfo.detailinfo.allOrderCount }}
+
总金额:{{ userinfo.detailinfo.totalPendingRepayment }}
+
待还金额:{{ userinfo.detailinfo.allConsumeCount }}
+
+
+ 身份证照片 +
+
-
- -
-
身份证正面
- -
身份证正面
+
+
身份证正面
+ +
身份证正面
-
-
-
身份证反面
- -
身份证反面
-
-
-
手持身份证正面
- -
手持身份证正面
-
-
-
-
-
- -
-
-
- 收货地址: -
-
-
-
- 姓名:{{ item.realName }} -
-
- 手机号:{{ item.phone }} -
-
- 收件地址:{{ item.city }} {{ item.district }}{{ item.detail }} -
-
+
+
+
身份证反面
+ +
身份证反面
+
+
+
手持身份证正面
+ +
手持身份证正面
+
+
+
+
+
+ +
+
+
+ 收货地址: +
+
+
+
+ 姓名:{{ item.realName }} +
+
+ 手机号:{{ item.phone }} +
+
+ 收件地址:{{ item.city }} {{ item.district }}{{ item.detail }} +
+
-
-
- IP记录 -
-
+
+
+ IP记录 +
+
-
{{ item.loginTime }}
-
{{ item.ipaddr }}
- -
{{ item.loginLocation }}
- -
- +
{{ item.loginLocation }}
+ +
+ -
-
-
-
- 天狼星报告 -
-
- 紫微星报告 -
-
-
-
-
获取报告
-
重新获取报告
-
暂无报告
- -
- - -
-
-
-
获取报告
-
重新获取报告
-
暂无报告
- -
- - -
+
+
+
+
+ 天狼星报告 +
+
+ 紫微星报告 +
+
+ 综合报告 +
+
+
+
+
获取报告
+
重新获取报告
+
暂无报告
-
-
- - - - -
- -
-
+
+
-
-
- - - - 确认添加 - 取消 - 添加备注 - - +
+
{{ userinfo.zhinfo.userIdentityInfo.realName }}
+
性别:{{ userinfo.zhinfo.userIdentityInfo.sex }}
+
年龄:{{ userinfo.zhinfo.userIdentityInfo.age }}
+
+
+
+
+
手机号
+
{{ userinfo.zhinfo.userIdentityInfo.commonPhoneNumber }}
+
正常
+
+
+
+
手机号在网时间
+
0-3个月 +
+
3-6个月 +
+
6-12个月 +
+
12-24个月 +
+
24个月及以上 +
+
+ +
- - - - - - + + + - -
-
+ +
+
- + + +
+ + + + 确认添加 + 取消 + 添加备注 + + + + + + + + + + + +
+
待还款 @@ -275,7 +1239,7 @@