From ce5b5da03e4f3b33412221e5f3c51863b63b4c11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?LAPTOP-S9HJSOEB=5C=E6=98=8A=E5=A4=A9?= Date: Mon, 4 Mar 2024 09:58:44 +0800 Subject: [PATCH] =?UTF-8?q?1.=E6=94=BE=E5=A4=A7=E7=9B=98=E7=82=B9=E5=9B=BE?= =?UTF-8?q?=E7=89=87=202.3d=E7=AB=8B=E4=BD=93=E4=BF=A1=E6=81=AF=E6=94=BE?= =?UTF-8?q?=E5=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 + src/api/http/http-api.js | 7 +- src/views/3DPointCloud/pointCloud.vue | 153 +++++ src/views/checkManage/checkOperation.vue | 699 +++++++++++++---------- 4 files changed, 559 insertions(+), 302 deletions(-) create mode 100644 src/views/3DPointCloud/pointCloud.vue 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 @@