diff --git a/yxt-supervise-dbcenter/yxt-supervise-dbcenter-ui/.env.development b/yxt-supervise-dbcenter/yxt-supervise-dbcenter-ui/.env.development index 06b4751d..78397a52 100644 --- a/yxt-supervise-dbcenter/yxt-supervise-dbcenter-ui/.env.development +++ b/yxt-supervise-dbcenter/yxt-supervise-dbcenter-ui/.env.development @@ -5,5 +5,5 @@ ENV = 'development' VUE_APP_BASE_API = '/api' ## 配置测试和本地开发时的 接口地址 -VUE_APP_URL = "http://192.168.3.173:7101" +VUE_APP_URL = "http://192.168.1.177:7109" ##VUE_APP_URL = "http://8.130.39.13:8112" diff --git a/yxt-supervise-dbcenter/yxt-supervise-dbcenter-ui/src/api/Zhj/inquireStatistics/index.js b/yxt-supervise-dbcenter/yxt-supervise-dbcenter-ui/src/api/Zhj/inquireStatistics/index.js new file mode 100644 index 00000000..84ea1bc7 --- /dev/null +++ b/yxt-supervise-dbcenter/yxt-supervise-dbcenter-ui/src/api/Zhj/inquireStatistics/index.js @@ -0,0 +1,58 @@ +import request from '@/utils/request' + +// 接口文档名称:潜在客户信息 +// Pc端客户基础信息条件分页查询数据的列表 +export function listPage(data) { + return request({ + url: '/dbCenter/crawlAmount/listPage', + method: 'post', + data: data, + headers: { + 'Content-Type': 'application/json' + } + }) +} + +// 客户查询 +export function listPageByOrgPathSid(data) { + return request({ + url: '/crm/v1/crmcustomertemp/listPageByOrgPathSid', + method: 'post', + data: data, + headers: { + 'Content-Type': 'application/json' + } + }) +} + +// 添加 已改 +export function savePcCustomerInfo(data) { + return request({ + url: '/crm/v1/crmcustomertemp/save', + data: data, + method: 'post', + headers: { + 'Content-Type': 'application/json' + } + }) +} + +// -- 修改 已改 +export function updatePcCustomerInfo(data) { + return request({ + url: '/crm/v1/crmcustomertemp/update/' + data.sid, + method: 'post', + data: data, + headers: { + 'Content-Type': 'application/json' + } + }) +} + +// 详情、编辑回显 已改 +export function getPcCustomerInfoBySid(data) { + return request({ + url: '/crm/v1/crmcustomertemp/fetchSid/' + data, + method: 'get' + }) +} diff --git a/yxt-supervise-dbcenter/yxt-supervise-dbcenter-ui/src/views/inquireStatistics/index.vue b/yxt-supervise-dbcenter/yxt-supervise-dbcenter-ui/src/views/inquireStatistics/index.vue index ba10278b..09621966 100644 --- a/yxt-supervise-dbcenter/yxt-supervise-dbcenter-ui/src/views/inquireStatistics/index.vue +++ b/yxt-supervise-dbcenter/yxt-supervise-dbcenter-ui/src/views/inquireStatistics/index.vue @@ -5,7 +5,7 @@ 品牌 门店 - + - + - + - + - + - + - + - + - + -