diff --git a/package.json b/package.json index d239376..2e8b6dc 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,8 @@ "axios": "^0.19.2", "bootstrap": "^5.1.3", "core-js": "^3.6.5", + "echarts": "^5.4.3", + "echarts-gl": "^2.0.9", "element-ui": "^2.15.6", "path-to-regexp": "^6.2.0", "style-loader": "^2.0.0", diff --git a/src/api/http/http-api.js b/src/api/http/http-api.js index 489fe2b..2880d41 100644 --- a/src/api/http/http-api.js +++ b/src/api/http/http-api.js @@ -152,11 +152,10 @@ export default { name: '分类列表', method: 'POST' }, - //盘点管理输入框搜索时联想用 getCategoryList: { - url: '/category/list', - name: '分类列表', - method: 'GET' + url: '/stock/getCategoryList', + name: '品规信息', + method: 'POST' }, addCategory: { url: '/category', diff --git a/src/views/3DPointCloud/pointCloud.vue b/src/views/3DPointCloud/pointCloud.vue new file mode 100644 index 0000000..7adcbfc --- /dev/null +++ b/src/views/3DPointCloud/pointCloud.vue @@ -0,0 +1,153 @@ + + + \ No newline at end of file diff --git a/src/views/checkManage/checkOperation.vue b/src/views/checkManage/checkOperation.vue index 655a5d2..47fd84f 100644 --- a/src/views/checkManage/checkOperation.vue +++ b/src/views/checkManage/checkOperation.vue @@ -3,17 +3,20 @@