From 3a94fefb02746237a8d7271e8f59b1a4261bf61e Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期一, 13 十一月 2023 18:19:49 +0800
Subject: [PATCH] 重订货点击空白显示对象问题 位置模块编辑查看的时候点击当前库存跳转到位置报表并且把当前位置商品列出来

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

diff --git a/package.json b/package.json
index c408a92..5b40fc3 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,9 @@
   "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": {
     "axios": "^1.4.0",
@@ -13,7 +15,9 @@
     "docx-preview": "^0.1.18",
     "downloadjs": "^1.4.7",
     "element-ui": "^2.15.13",
+    "js-cookie": "^3.0.5",
     "vue": "^2.6.14",
+    "vue-cropper": "^0.6.4",
     "vue-router": "^3.5.1",
     "vuex": "^3.6.2"
   },

--
Gitblit v1.8.0