From 6bed2b8ad630d1f2f8e35bd8f6650b8bb23343a9 Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Mon, 28 Oct 2024 17:17:51 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 16 ++-- package.json | 1 + src/views/books/index.vue | 82 +++++++++++++++---- .../inventorys/components/addInventorys.vue | 8 +- src/views/inventorys/index.vue | 21 +++-- src/views/inventorys/outbounds.vue | 18 +++- src/views/inventorys/stocks.vue | 18 +++- src/views/materialfile/index.vue | 40 ++++++--- src/views/storages/components/addStorage.vue | 18 +++- src/views/storages/floodmaterialfile.vue | 45 ++++++++-- src/views/storages/floodstorages.vue | 45 +++++++--- src/views/storages/index.vue | 58 +++++++++---- 12 files changed, 287 insertions(+), 83 deletions(-) diff --git a/.env.development b/.env.development index 605bb4a..91f061a 100644 --- a/.env.development +++ b/.env.development @@ -2,15 +2,15 @@ ENV='development' # base api -#VUE_APP_BASE_API = http://192.168.60.99:9004/ -#VUE_APP_UPLOAD_API = http://192.168.60.99:9004/api/admin/upload-file -#VUE_APP_OA_URL = http://192.168.60.18:2021 -#VUE_APP_OA_URL_TYPE = '{"领用":"37","处置":"38","应急":"39"}' +VUE_APP_BASE_API = http://192.168.60.99:9004/ +VUE_APP_UPLOAD_API = http://192.168.60.99:9004/api/admin/upload-file +VUE_APP_OA_URL = http://192.168.60.18:2021 +VUE_APP_OA_URL_TYPE = '{"领用":"37","处置":"38","应急":"39"}' -VUE_APP_BASE_API = http://192.168.60.99:8004/ -VUE_APP_UPLOAD_API = http://192.168.60.99:8004/api/admin/upload-file -VUE_APP_OA_URL= http://suzhouhedaooa.langye.net -VUE_APP_OA_URL_TYPE = '{"领用":"31","处置":"32","应急":"33"}' +#VUE_APP_BASE_API = http://192.168.60.99:8004/ +#VUE_APP_UPLOAD_API = http://192.168.60.99:8004/api/admin/upload-file +#VUE_APP_OA_URL= http://suzhouhedaooa.langye.net +#VUE_APP_OA_URL_TYPE = '{"领用":"31","处置":"32","应急":"33"}' diff --git a/package.json b/package.json index eabce83..a0214af 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,7 @@ "element-ui": "2.15.13", "file-saver": "^2.0.5", "js-cookie": "2.2.0", + "less": "^3.13.1", "less-loader": "^5.0.0", "moment": "^2.29.2", "normalize.css": "7.0.0", diff --git a/src/views/books/index.vue b/src/views/books/index.vue index 2d8b90c..99809f2 100644 --- a/src/views/books/index.vue +++ b/src/views/books/index.vue @@ -2,8 +2,18 @@