diff --git a/.env.development b/.env.development index 4a04854..7170c1a 100644 --- a/.env.development +++ b/.env.development @@ -4,6 +4,4 @@ ENV = 'development' # base api VUE_APP_BASE_API = '/api' -## 配置测试和本地开发时的 接口地址 -VUE_APP_URL = "http://127.0.0.1:7109" -##VUE_APP_URL = "http://8.130.39.13:8112" +VUE_APP_PUBLIC_PATH = "/" diff --git a/.env.production b/.env.production index f9657ef..fcedf16 100644 --- a/.env.production +++ b/.env.production @@ -2,7 +2,6 @@ ENV = 'production' # base api -VUE_APP_BASE_API = '/api' +VUE_APP_BASE_API = '/gd36524api' -## 配置 正式接口地址 -VUE_APP_URL = "http://120.46.131.15:8111" +VUE_APP_PUBLIC_PATH = "/map365/" diff --git a/package.json b/package.json index 143662f..12a74f5 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ "axios": "^0.24.0", "bpmn-js": "^9.2.2", "core-js": "3.25.3", + "echarts": "^5.4.3", "ejs": "^2.7.4", "element-ui": "2.15.4", "js-cookie": "3.0.1", diff --git a/public/datatemplate.xlsx b/public/datatemplate.xlsx new file mode 100644 index 0000000..176c7cb Binary files /dev/null and b/public/datatemplate.xlsx differ diff --git a/public/image/icon_local_blue.png b/public/image/icon_local_blue.png new file mode 100644 index 0000000..9ffa3ab Binary files /dev/null and b/public/image/icon_local_blue.png differ diff --git a/public/image/icon_local_red.png b/public/image/icon_local_red.png new file mode 100644 index 0000000..ffc3900 Binary files /dev/null and b/public/image/icon_local_red.png differ diff --git a/src/api/gd36524/gd36524.js b/src/api/gd36524/gd36524.js deleted file mode 100644 index 8524e8a..0000000 --- a/src/api/gd36524/gd36524.js +++ /dev/null @@ -1,50 +0,0 @@ -import request from '@/utils/request' - -export default { - - addInfo: function(data) { - return request({ - baseURL: "/api/crm", - url: '/v1/loanbankinformation/save', - method: 'post', - data: data - }); - }, - - fetchBySid: function(sid) { - return request({ - baseURL: '/api/crm', - url: '/v1/loanbankinformation/getBankInfBySid/' + sid - }) - }, - - updateData: function(data) { - return request({ - baseURL: "/api/crm", - url: '/v1/loanbankinformation/update', - method: 'post', - data: data - }); - }, - - delBySids: function(sid) { - return request({ - baseURL: '/api/crm', - url: 'v1/loanbankinformation/delete/' + sid, - method: 'delete' - }) - }, - - // 查询分页列表 - listPage: function(params) { - return request({ - baseURL: '/api/crm', - url: '/v1/loanbankinformation/listPage', - method: 'post', - data: params, - headers: { - 'Content-Type': 'application/json' - } - }) - }, -} diff --git a/src/api/gd36524/store.js b/src/api/gd36524/store.js new file mode 100644 index 0000000..a982dac --- /dev/null +++ b/src/api/gd36524/store.js @@ -0,0 +1,12 @@ +import request from '@/utils/request' + +export default { + + list: function(data) { + return request({ + url: '/store/list', + method: 'post', + data: data + }); + } +} \ No newline at end of file diff --git a/src/views/map/index.vue b/src/views/map/index.vue index 3ed6a14..7395bd1 100644 --- a/src/views/map/index.vue +++ b/src/views/map/index.vue @@ -1,7 +1,6 @@ - - + - - - 当前门店信息 - - - {{ stinfo }} - - - - - 门店列表 - 更新门店数据 - + + + + 当前选中门店信息 + + + {{ currentStore.serNumber }} + {{ currentStore.name }} + {{ currentStore.address }} + {{ currentStore.area }} + {{ currentStore.dueDiligence }} + + + + + 门店列表更新门店数据 + + + + + + + + + + + + + + + + + 大于等于 + + + 小于等于 + + + + + + + + + + + + + + + + + + 尽调比例 + + + + + + + - {{ stinfo }} + + 选取文件 + 上传到服务器 + 上传 《门店信息.xlsx》文件,文件中数据格式需要按照 模板Excel文件 中填写,可以点击下载模板Excel文件 做为参照。 + + + + {{ uploadVo.fileName }} + {{ uploadVo.starTime }} + {{ uploadVo.useTime }} + {{ uploadVo.numberAll }} + {{ uploadVo.numberTure }} + {{ uploadVo.numberFalse }} + {{ uploadVo.numberOther }} + {{ uploadVo.errInfo }} + + - + + 关闭 + +