diff --git a/src/api/teamaster_cert.ts b/src/api/teamaster_cert.ts new file mode 100644 index 0000000..09db646 --- /dev/null +++ b/src/api/teamaster_cert.ts @@ -0,0 +1,26 @@ +import request from '@/utils/request' + +// 茶艺师认证表列表 +export function apiTeamasterCertLists(params: any) { + return request.get({ url: '/teamaster_cert/lists', params }) +} + +// 添加茶艺师认证表 +export function apiTeamasterCertAdd(params: any) { + return request.post({ url: '/teamaster_cert/add', params }) +} + +// 编辑茶艺师认证表 +export function apiTeamasterCertEdit(params: any) { + return request.post({ url: '/teamaster_cert/edit', params }) +} + +// 删除茶艺师认证表 +export function apiTeamasterCertDelete(params: any) { + return request.post({ url: '/teamaster_cert/delete', params }) +} + +// 茶艺师认证表详情 +export function apiTeamasterCertDetail(params: any) { + return request.get({ url: '/teamaster_cert/detail', params }) +} \ No newline at end of file diff --git a/src/api/teamaster_order_split.ts b/src/api/teamaster_order_split.ts new file mode 100644 index 0000000..cf05a6f --- /dev/null +++ b/src/api/teamaster_order_split.ts @@ -0,0 +1,26 @@ +import request from '@/utils/request' + +// 茶艺师订单分账表列表 +export function apiTeamasterOrderSplitLists(params: any) { + return request.get({ url: '/teamaster_order_split/lists', params }) +} + +// 添加茶艺师订单分账表 +export function apiTeamasterOrderSplitAdd(params: any) { + return request.post({ url: '/teamaster_order_split/add', params }) +} + +// 编辑茶艺师订单分账表 +export function apiTeamasterOrderSplitEdit(params: any) { + return request.post({ url: '/teamaster_order_split/edit', params }) +} + +// 删除茶艺师订单分账表 +export function apiTeamasterOrderSplitDelete(params: any) { + return request.post({ url: '/teamaster_order_split/delete', params }) +} + +// 茶艺师订单分账表详情 +export function apiTeamasterOrderSplitDetail(params: any) { + return request.get({ url: '/teamaster_order_split/detail', params }) +} \ No newline at end of file diff --git a/src/api/teamaster_user.ts b/src/api/teamaster_user.ts index cf699f8..5a7685f 100644 --- a/src/api/teamaster_user.ts +++ b/src/api/teamaster_user.ts @@ -29,3 +29,8 @@ export function apiTeamasterUserDetail(params: any) { export function apiLabel(params: any) { return request.get({ url: '/teamasterReal/label', params }) } + +// 获取经纪人列表 +export function apiBrokerList(params: any) { + return request.post({ url: '/teamasterUser/brokerList', params }) +} diff --git a/src/views/finance/teamaster_order_split/edit.vue b/src/views/finance/teamaster_order_split/edit.vue new file mode 100644 index 0000000..95f28a7 --- /dev/null +++ b/src/views/finance/teamaster_order_split/edit.vue @@ -0,0 +1,81 @@ + + + diff --git a/src/views/finance/teamaster_order_split/index.vue b/src/views/finance/teamaster_order_split/index.vue new file mode 100644 index 0000000..0a20c14 --- /dev/null +++ b/src/views/finance/teamaster_order_split/index.vue @@ -0,0 +1,141 @@ + + + diff --git a/src/views/teamaster_user/edit.vue b/src/views/teamaster_user/edit.vue index 84acf68..2ffc596 100644 --- a/src/views/teamaster_user/edit.vue +++ b/src/views/teamaster_user/edit.vue @@ -82,11 +82,18 @@ - + + + + + + + @@ -122,7 +129,7 @@ diff --git a/src/views/teamaster_user/teamaster_cert/edit.vue b/src/views/teamaster_user/teamaster_cert/edit.vue new file mode 100644 index 0000000..a481df7 --- /dev/null +++ b/src/views/teamaster_user/teamaster_cert/edit.vue @@ -0,0 +1,119 @@ + + + diff --git a/src/views/teamaster_user/teamaster_cert/index.vue b/src/views/teamaster_user/teamaster_cert/index.vue new file mode 100644 index 0000000..99062fc --- /dev/null +++ b/src/views/teamaster_user/teamaster_cert/index.vue @@ -0,0 +1,142 @@ + + + diff --git a/src/views/withdraw/broker_reflect/edit.vue b/src/views/withdraw/broker_reflect/edit.vue index cb0aae3..6b941d5 100644 --- a/src/views/withdraw/broker_reflect/edit.vue +++ b/src/views/withdraw/broker_reflect/edit.vue @@ -18,7 +18,7 @@ - + @@ -40,7 +40,7 @@ import type { FormInstance } from 'element-plus' import Popup from '@/components/popup/index.vue' import { apiBrokerReflectAdd, apiBrokerReflectEdit, apiBrokerReflectDetail } from '@/api/broker_reflect' -import { timeFormat } from '@/utils/util' +import { timeFormat, removeImageUrlPrefix } from '@/utils/util' import type { PropType } from 'vue' defineProps({ dictData: { diff --git a/src/views/withdraw/broker_reflect/index.vue b/src/views/withdraw/broker_reflect/index.vue index 0347875..37f5b22 100644 --- a/src/views/withdraw/broker_reflect/index.vue +++ b/src/views/withdraw/broker_reflect/index.vue @@ -32,8 +32,19 @@ - - + + + + + +