From 3114de297309da0c6b4ffe154c5c33993bb89724 Mon Sep 17 00:00:00 2001 From: Sliverber <2622874537@qq.com> Date: Sun, 25 Feb 2024 23:32:47 +0800 Subject: [PATCH] =?UTF-8?q?20240225=E4=BB=8A=E6=97=A5=E8=BF=98=E6=AC=BE?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E7=AD=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/marketing.js | 26 +- src/api/user.js | 53 + src/components/linkaddress/linkData.json | 12 + src/layout/components/Sidebar/SidebarItem.vue | 3 + src/router/modules/financial.js | 7 + src/views/dashboard/components/gridMenu.vue | 24 +- src/views/financial/repayment/index.vue | 1042 +++++++++++++++++ src/views/order/index.vue | 827 ++++++------- 8 files changed, 1517 insertions(+), 477 deletions(-) create mode 100644 src/views/financial/repayment/index.vue diff --git a/src/api/marketing.js b/src/api/marketing.js index 0f1cd8e..7bc639f 100644 --- a/src/api/marketing.js +++ b/src/api/marketing.js @@ -61,7 +61,31 @@ export function couponSaveApi(data) { data, }); } - +/** + * 会员管理 修改 + * @param pram + */ +export function userUpdateApi(params, data) { + return request({ + url: `/admin/user/update`, + method: 'post', + params, + data, + }); +} +/** + * 备注列表 修改 + * @param pram + */ +export function changeRepaymentStatus(params,data) { + return request({ + url: `admin/user/installmentBill/update/?id=${params}`, + method: 'post', + // params, + data, + }); + console.log(data,'dadada'); +} /** * 优惠券 修改状态 * @param pram diff --git a/src/api/user.js b/src/api/user.js index 009ed9b..95ad8ef 100644 --- a/src/api/user.js +++ b/src/api/user.js @@ -84,6 +84,59 @@ export function infobyconditionApi(params) { }); } + +/** + * 会员管理 账户详情 + * @param pram + */ +export function infobyconditionApiList(params) { + return request({ + url: `/admin/user/installmentBill/list`, + method: 'get', + params, + }); +} +/** + * 备注列表 + * @param pram + */ +export function remarkList(params) { + return request({ + url: `admin/user/remark/list`, + method: 'get', + params, + }); +} +export function delRemark(id) { + return request({ + url: `admin/user/remark/delete/?id=${id}`, + method: 'get', + // params, + }); +} +/** + * 备注列表 修改 + * @param pram + */ +export function remarkUpdata(params,data) { + return request({ + url: `admin/user/remark/update/?id=${params}`, + method: 'post', + // params, + data, + }); + console.log(data,'dadada'); +} +export function addRemark(data) { + return request({ + url: `admin/user/remark/save`, + method: 'post', + // params, + data, + }); + console.log(data,'dadada'); +} + /** * 会员管理 账户详情top数据 * @param pram diff --git a/src/components/linkaddress/linkData.json b/src/components/linkaddress/linkData.json index 714426a..7a68bc1 100644 --- a/src/components/linkaddress/linkData.json +++ b/src/components/linkaddress/linkData.json @@ -325,6 +325,18 @@ "sort": 0, "add_time": 1626837579 }, + { + "id": 50, + "cate_id": 5, + "type": 3, + "name": "还款记录", + "url": "/pages/users/user_spread_money/index?type=2", + "param": " ", + "example": "/pages/users/user_spread_money/index?type=2", + "status": 1, + "sort": 0, + "add_time": 1626837579 + }, { "id": 49, "cate_id": 5, diff --git a/src/layout/components/Sidebar/SidebarItem.vue b/src/layout/components/Sidebar/SidebarItem.vue index f89af38..ff386ec 100644 --- a/src/layout/components/Sidebar/SidebarItem.vue +++ b/src/layout/components/Sidebar/SidebarItem.vue @@ -61,6 +61,9 @@ export default { this.onlyOneChild = null; return {}; }, + mounted(){ + console.log(this.item,'itemitem'); + }, methods: { hasOneShowingChild(child = [], parent) { const showingChildren = child.filter((item) => { diff --git a/src/router/modules/financial.js b/src/router/modules/financial.js index 4d68f03..6471b97 100644 --- a/src/router/modules/financial.js +++ b/src/router/modules/financial.js @@ -48,12 +48,19 @@ const financialRouter = { }, ], }, + { + path: 'repayment', + component: () => import('@/views/financial/repayment/index'), + name: 'Repayment', + meta: { title: '还款记录', icon: '' }, + }, { path: 'brokerage', component: () => import('@/views/financial/brokerage/index'), name: 'Brokerage', meta: { title: '佣金记录', icon: '' }, }, + ], }; diff --git a/src/views/dashboard/components/gridMenu.vue b/src/views/dashboard/components/gridMenu.vue index 0524d7c..9d87d2c 100644 --- a/src/views/dashboard/components/gridMenu.vue +++ b/src/views/dashboard/components/gridMenu.vue @@ -80,13 +80,13 @@ export default { url: '/order/index', perms: ['admin:order:list'], }, - // { - // bgColor: '#A277FF', - // icon: 'iconduanxinpeizhi', - // title: '一号通', - // url: '/operation/onePass', - // perms: ['admin:pass:login'], - // }, + { + bgColor: '#A277FF', + icon: 'iconduanxinpeizhi', + title: '还款记录', + url: '/financial/repayment', + perms: ['admin:pass:login'], + }, { bgColor: '#E8B600', icon: 'iconwenzhangguanli', @@ -112,9 +112,9 @@ export default { statisticData: [ { title: '待发货订单', num: 0, path: '/order/index', perms: ['admin:order:list'] }, { title: '退款中订单', num: 0, path: '/order/index', perms: ['admin:order:list'] }, - { title: '待核销订单', num: 0, path: '/order/index', perms: ['admin:order:list'] }, - { title: '库存预警', num: 0, path: '/store/index', perms: ['admin:product:list'] }, - { title: '上架商品', num: 0, path: '/store/index', perms: ['admin:product:list'] }, + { title: '待审核订单', num: 0, perms: ['admin:order:list'] }, + { title: '昨日回款率', num: 0, perms: ['admin:product:list'] }, + { title: '明日到期', num: 0, perms: ['admin:product:list'] }, { title: '仓库商品', num: 0, path: '/store/index', perms: ['admin:product:list'] }, { title: '提现待审核', num: 0, path: '/financial/commission/template', perms: ['admin:finance:apply:list'] }, { title: '账户充值', num: 0, path: '/financial/record/charge', perms: ['admin:recharge:list'] }, @@ -157,8 +157,8 @@ export default { businessData().then((res) => { this.statisticData[0].num = res.notShippingOrderNum; //待发货订单 this.statisticData[1].num = res.refundingOrderNum; //退款中订单 - this.statisticData[2].num = res.notWriteOffOrderNum; //待核销订单 - this.statisticData[3].num = res.vigilanceInventoryNum; //库存预警 + this.statisticData[2].num = res.auditTotalNum; //待核销订单 + this.statisticData[3].num = res.yesterdayRateOfReturn; //库存预警 this.statisticData[4].num = res.onSaleProductNum; //上架商品 this.statisticData[5].num = res.notSaleProductNum; //仓库商品 this.statisticData[6].num = res.notAuditNum; //提现待审核 diff --git a/src/views/financial/repayment/index.vue b/src/views/financial/repayment/index.vue new file mode 100644 index 0000000..04a5ae6 --- /dev/null +++ b/src/views/financial/repayment/index.vue @@ -0,0 +1,1042 @@ + + + + + + \ No newline at end of file diff --git a/src/views/order/index.vue b/src/views/order/index.vue index 2765784..ab04fab 100644 --- a/src/views/order/index.vue +++ b/src/views/order/index.vue @@ -3,26 +3,16 @@
- + - - {{ - item.label - }} + + {{ + item.label + }} - - + + 全部 {{ '(' + orderChartType.all ? orderChartType.all : 0 + ')' }} 未支付 {{ '(' + orderChartType.unPaid ? orderChartType.unPaid : 0 + ')' @@ -54,64 +44,34 @@ }} - - - {{ - item.text - }} + + + {{ + item.text + }} - + - - - + + + - 导出 + 导出
- + - + - + - +