From 1577c2e2874c1fad9ac684356bf0e568c3015045 Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期三, 27 十一月 2024 09:46:15 +0800
Subject: [PATCH] 1、大理片笼新增进笼规则,计算本工程下所有玻璃的虚拟格子信息,按照虚拟格子,匹配笼内的实际格子,进笼之后查看格子是否有到齐的,执行调度任务 2、卧理修改任务执行顺序,移除捕获异常操作 3、不覆盖原有逻辑,新增opc任务,避免任务重复执行报错

---
 UI-Project/package.json |   21 +++++++++++++++++----
 1 files changed, 17 insertions(+), 4 deletions(-)

diff --git a/UI-Project/package.json b/UI-Project/package.json
index 459838c..acb0d7e 100644
--- a/UI-Project/package.json
+++ b/UI-Project/package.json
@@ -8,23 +8,36 @@
     "preview": "vite preview"
   },
   "dependencies": {
-    "@element-plus/icons-vue": "^2.1.0",
+    "@element-plus/icons-vue": "^2.3.1",
     "@vue-macros/reactivity-transform": "^0.3.23",
-    "axios": "^1.5.1",
+    "axios": "^1.6.8",
+    "chart.js": "^4.4.3",
+    "echarts": "^5.5.1",
     "element-plus": "^2.4.0",
     "moment": "^2.30.1",
+    "northglass-mes": "file:",
     "pinia": "^2.1.6",
     "pinia-plugin-persistedstate": "^3.2.0",
+    "qrcode": "^1.5.4",
     "sortablejs": "^1.15.1",
+    "sweetalert2": "^11.10.7",
     "vue": "^3.3.4",
-    "vue-router": "^4.2.4",
+    "vue-draggable-plus": "^0.5.0",
+    "vue-echarts": "^6.7.3",
+    "vue-i18n": "^9.10.1",
+    "vue-print-nb": "^1.7.5",
+    "vue-router": "^4.0.13",
+    "vue3-print-nb": "^0.1.4",
     "vxe-table": "^4.5.15",
     "xe-utils": "^3.5.14",
     "xlsx": "^0.18.5"
   },
   "devDependencies": {
     "@types/sortablejs": "^1.15.7",
-    "@vitejs/plugin-vue": "^4.3.4",
+    "@vitejs/plugin-vue": "^4.6.2",
+    "babel-polyfill": "^6.26.0",
+    "http-proxy-middleware": "^3.0.0",
+    "unplugin-auto-import": "^0.17.6",
     "vite": "^4.4.9"
   }
 }

--
Gitblit v1.8.0