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