From dd9171eef52864b6d025ef9cc2b5770f5d40ce15 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期六, 11 十月 2025 15:33:48 +0800
Subject: [PATCH] 生产管控-生产报表与绩效分析、库存与物料看板、智能排产三个前端页面开发
---
package.json | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/package.json b/package.json
index ed8607f..84743a3 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,7 @@
"type": "module",
"scripts": {
"dev": "vite",
- "build": "vite build",
+ "build": "node multiple/multiple-build.js",
"build:stage": "vite build --mode staging",
"preview": "vite preview"
},
@@ -18,6 +18,8 @@
"dependencies": {
"@chenfengyuan/vue-qrcode": "^2.0.0",
"@element-plus/icons-vue": "2.3.1",
+ "@vue-office/docx": "^1.6.3",
+ "@vue-office/excel": "^1.7.14",
"@vueup/vue-quill": "1.2.0",
"@vueuse/core": "10.11.0",
"axios": "0.28.1",
@@ -31,6 +33,7 @@
"js-beautify": "1.14.11",
"js-cookie": "3.0.5",
"jsencrypt": "3.3.2",
+ "jszip": "^3.10.1",
"nprogress": "0.2.0",
"pinia": "2.1.7",
"print-js": "^1.6.0",
--
Gitblit v1.9.3