From b08d6dd897626cfbcf4b2471cee47abe357725d4 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期四, 25 一月 2024 18:31:42 +0800
Subject: [PATCH] wms 产品模块 进货,出货2个区别开,进货跳转到入库明细表,出货跳转到出库明细表

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

diff --git a/package.json b/package.json
index 69f1fc5..4799391 100644
--- a/package.json
+++ b/package.json
@@ -10,13 +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