From 10120ad26310b40dcc7da569d0daac39188b7873 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期二, 26 十二月 2023 11:08:37 +0800 Subject: [PATCH] 报价单和销售明细单新增修改为必填 --- package.json | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/package.json b/package.json index e7597d3..1925ac5 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,6 +15,7 @@ "crypto-js": "^4.1.1", "dayjs": "^1.11.9", "element-ui": "^2.15.13", + "js-cookie": "^3.0.5", "lodash": "^4.17.19", "qs": "^6.11.2", "save": "^2.9.0", -- Gitblit v1.8.0