From 03cfba0f636b42417070fc8caef44bcdd792a085 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期二, 07 五月 2024 17:34:37 +0800
Subject: [PATCH] 概述 出库模块 编辑的时候循环处理对应产品调用接口获取在库数量的逻辑处理
---
package.json | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/package.json b/package.json
index c408a92..4799391 100644
--- a/package.json
+++ b/package.json
@@ -5,15 +5,23 @@
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
- "lint": "vue-cli-service lint"
+ "lint": "vue-cli-service lint",
+ "build:preview": "NODE_OPTIONS=--max_old_space_size=4096 vue-cli-service build --mode preview",
+ "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