From d6d4d1342d8f6211e7035d6a562dc9f7dced1bea Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期五, 19 四月 2024 16:41:26 +0800
Subject: [PATCH] 入库,出库,调拨,出入库明细 4个模块增加已经添加过的产品不可以再次选择

---
 package.json |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/package.json b/package.json
index 451674e..4799391 100644
--- a/package.json
+++ b/package.json
@@ -10,12 +10,18 @@
     "test:unit": "vue-cli-service test:unit"
   },
   "dependencies": {
+    "@vue-office/excel": "^1.4.7",
     "axios": "^1.4.0",
     "core-js": "^3.8.3",
     "docx-preview": "^0.1.18",
     "downloadjs": "^1.4.7",
     "element-ui": "^2.15.13",
+    "html2canvas": "^1.4.1",
+    "js-cookie": "^3.0.5",
+    "jspdf": "^2.5.1",
     "vue": "^2.6.14",
+    "vue-cropper": "^0.6.4",
+    "vue-demi": "^0.13.11",
     "vue-router": "^3.5.1",
     "vuex": "^3.6.2"
   },

--
Gitblit v1.8.0