diff --git a/src/api/auth/types.ts b/src/api/auth/types.ts index d3d9cb1..4ba403c 100644 --- a/src/api/auth/types.ts +++ b/src/api/auth/types.ts @@ -34,6 +34,7 @@ export interface LoginUserInfo { organizationId: number nickname: string avatar?: string + salesmanType: number } /** diff --git a/src/api/geopoliticalCustomers/index.ts b/src/api/geopoliticalCustomers/index.ts index dd90193..1bb2339 100644 --- a/src/api/geopoliticalCustomers/index.ts +++ b/src/api/geopoliticalCustomers/index.ts @@ -121,3 +121,14 @@ export function getStoreData(pageParams: storePageParam) { params: pageParams }) } +/** + * 任务审核 + * + */ +export function updateCustomerAudit(customId: number, status: number, salesmanType: number) { + return httpClient.post('/custom/audit', { + customId, + status, + salesmanType + }) +} diff --git a/src/api/geopoliticalCustomers/types.ts b/src/api/geopoliticalCustomers/types.ts index c0d3874..cad42ef 100644 --- a/src/api/geopoliticalCustomers/types.ts +++ b/src/api/geopoliticalCustomers/types.ts @@ -232,6 +232,7 @@ export type GeopoliticalCustomersRecord = { market?: string enrollStatus?: string radius?: string + comprehensiveAddress?: string } /** * 地缘获客搜索区域表单 diff --git a/src/api/shopManage/index.ts b/src/api/shopManage/index.ts new file mode 100644 index 0000000..a364ed9 --- /dev/null +++ b/src/api/shopManage/index.ts @@ -0,0 +1,12 @@ +import httpClient from '@/utils/axios' +import type { ApiResult } from '@/api/types' +import type { shopPageParam } from './types' + +export function pageQueryAll(pageParams: shopPageParam) { + return httpClient.get('/store/queryAll', { + params: pageParams + }) +} +export function storeUserQueryAll() { + return httpClient.get('/storeUser/queryAll', {}) +} diff --git a/src/api/shopManage/types.ts b/src/api/shopManage/types.ts new file mode 100644 index 0000000..1f2d7ff --- /dev/null +++ b/src/api/shopManage/types.ts @@ -0,0 +1,19 @@ +import type { PageParam } from '@/api/types' +export type shopParam = { + storeName?: string + storeType?: number + province?: string + city?: string + county?: string + createStartTime?: string + createEndTime?: string +} + +export type shopPageParam = shopParam & PageParam + +export type shopDTO = shopParam & { + id: number + reservationNum?: number + storeType: number + storeStatus: number +} diff --git a/src/views/qualityInspectionDistribution/inspectionIndex.vue b/src/views/qualityInspectionDistribution/inspectionIndex.vue new file mode 100644 index 0000000..24817b3 --- /dev/null +++ b/src/views/qualityInspectionDistribution/inspectionIndex.vue @@ -0,0 +1,159 @@ + + + + diff --git a/src/views/qualityInspectionDistribution/inspectionModal.vue b/src/views/qualityInspectionDistribution/inspectionModal.vue new file mode 100644 index 0000000..c314e07 --- /dev/null +++ b/src/views/qualityInspectionDistribution/inspectionModal.vue @@ -0,0 +1,305 @@ + + + + + diff --git a/src/views/qualityInspectionDistribution/inspectionSearch.vue b/src/views/qualityInspectionDistribution/inspectionSearch.vue new file mode 100644 index 0000000..1ef3d99 --- /dev/null +++ b/src/views/qualityInspectionDistribution/inspectionSearch.vue @@ -0,0 +1,110 @@ + + + diff --git a/src/views/shopManage/shopIndex.vue b/src/views/shopManage/shopIndex.vue new file mode 100644 index 0000000..dc9f8ce --- /dev/null +++ b/src/views/shopManage/shopIndex.vue @@ -0,0 +1,186 @@ + + + + diff --git a/src/views/shopManage/shopModal copy 2.vue b/src/views/shopManage/shopModal copy 2.vue new file mode 100644 index 0000000..664d040 --- /dev/null +++ b/src/views/shopManage/shopModal copy 2.vue @@ -0,0 +1,294 @@ + + + + diff --git a/src/views/shopManage/shopModal copy.vue b/src/views/shopManage/shopModal copy.vue new file mode 100644 index 0000000..664d040 --- /dev/null +++ b/src/views/shopManage/shopModal copy.vue @@ -0,0 +1,294 @@ + + + + diff --git a/src/views/shopManage/shopModal.vue b/src/views/shopManage/shopModal.vue new file mode 100644 index 0000000..8131c28 --- /dev/null +++ b/src/views/shopManage/shopModal.vue @@ -0,0 +1,517 @@ + + + + diff --git a/src/views/shopManage/shopSearch.vue b/src/views/shopManage/shopSearch.vue new file mode 100644 index 0000000..1ef3d99 --- /dev/null +++ b/src/views/shopManage/shopSearch.vue @@ -0,0 +1,110 @@ + + +