diff --git a/src/api/financialCase.js b/src/api/financialCase.js
index 19341a4..b6a7c61 100644
--- a/src/api/financialCase.js
+++ b/src/api/financialCase.js
@@ -271,3 +271,11 @@ export function getTreeType(params) {
})
}
+// 批量驳回
+export function batchReject(data) {
+ return request({
+ url: '/member/manager/withdraw/reject',
+ method: 'post',
+ data
+ })
+}
diff --git a/src/router/index.js b/src/router/index.js
index 165d6ec..dea0544 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -939,37 +939,37 @@ export const constantRoutes = [
meta: { title: '邮费配置' }
}
]
- },
- {
- path: 'productBasicInfo',
- name: 'productBasicInfo',
- meta: { title: '产品基本信息' },
- component: ParentView,
- redirect: 'productBasicInfo/cpfl',
- children: [
- {
- path: 'productBasicList',
- name: 'productBasicList',
- component: () => import('@/views/goodsManage/productBasicInfo/productBasicList/index.vue'),
- meta: { title: '产品列表' },
- hidden: true
- },
- {
- path: 'productBasicAdd',
- name: 'productBasicAdd',
- component: () => import('@/views/goodsManage/productBasicInfo/productBasicAdd/jcsz.vue'),
- meta: { title: '产品新增' },
- hidden: true
- },
- {
- path: 'productBasicDetail',
- name: 'productBasicDetail',
- component: () => import('@/views/goodsManage/productBasicInfo/productBasicAdd/productDetail.vue'),
- // meta: { title: '产品列表'},
- hidden: true
- }
- ]
}
+ // {
+ // path: 'productBasicInfo',
+ // name: 'productBasicInfo',
+ // meta: { title: '产品基本信息' },
+ // component: ParentView,
+ // redirect: 'productBasicInfo/cpfl',
+ // children: [
+ // {
+ // path: 'productBasicList',
+ // name: 'productBasicList',
+ // component: () => import('@/views/goodsManage/productBasicInfo/productBasicList/index.vue'),
+ // meta: { title: '产品列表' },
+ // hidden: true
+ // },
+ // {
+ // path: 'productBasicAdd',
+ // name: 'productBasicAdd',
+ // component: () => import('@/views/goodsManage/productBasicInfo/productBasicAdd/jcsz.vue'),
+ // meta: { title: '产品新增' },
+ // hidden: true
+ // },
+ // {
+ // path: 'productBasicDetail',
+ // name: 'productBasicDetail',
+ // component: () => import('@/views/goodsManage/productBasicInfo/productBasicAdd/productDetail.vue'),
+ // // meta: { title: '产品列表'},
+ // hidden: true
+ // }
+ // ]
+ // }
]
},
diff --git a/src/views/financial/cashDetails/index.vue b/src/views/financial/cashDetails/index.vue
index 3a93d75..14e4479 100644
--- a/src/views/financial/cashDetails/index.vue
+++ b/src/views/financial/cashDetails/index.vue
@@ -221,7 +221,16 @@
@click="handleExport"
>
{{ '导出' }}
+