Commit 5b5d8d2a authored by Mac's avatar Mac

新增提现审核

parent b9acbe51
...@@ -157,4 +157,17 @@ export function queryCustomerFinishtaskDetailsPage(data) { ...@@ -157,4 +157,17 @@ export function queryCustomerFinishtaskDetailsPage(data) {
method: 'post', method: 'post',
data data
}) })
}
/**
* 获取同业提现分页列表
*
*/
export function getCustomerRemitPageList(data) {
return request({
url: '/B2BRemit/GetCustomerRemitPageList',
method: 'post',
data
})
} }
\ No newline at end of file
This diff is collapsed.
...@@ -873,6 +873,12 @@ const routes = [{ ...@@ -873,6 +873,12 @@ const routes = [{
component: () => component: () =>
import("pages/sale/b2bcustomerapprove.vue") import("pages/sale/b2bcustomerapprove.vue")
}, },
{
path: "/sale/b2bwithdraw", //b2b 提现管理
component: () =>
import("pages/sale/b2bwithdraw.vue")
},
{ {
path: "/sale/saleTask", //销售 营销任务 path: "/sale/saleTask", //销售 营销任务
component: () => component: () =>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment