From ff994cbefd8cd2e16546d07e726a4cf3c0990500 Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Thu, 23 May 2024 17:30:58 +0800 Subject: [PATCH] =?UTF-8?q?=E9=98=B2=E6=B1=9B=E4=BB=93=E5=BA=93=E7=89=A9?= =?UTF-8?q?=E8=B5=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 16 +- src/api/system/log.js | 11 +- src/views/books/books.vue | 2 +- src/views/books/components/addBook.vue | 26 +- src/views/books/index.vue | 465 +++++++++++++----- src/views/component/imports.vue | 1 + .../outbounds/component/addoutbounds.vue | 15 +- src/views/outbounds/index.vue | 13 + src/views/storages/components/addMater.vue | 433 ++++++++++++++++ src/views/storages/floodmaterialfile.vue | 291 +++++++++++ src/views/storages/floodstorages.vue | 14 +- src/views/team/components/addTeam.vue | 309 ++++++------ 12 files changed, 1299 insertions(+), 297 deletions(-) create mode 100644 src/views/storages/components/addMater.vue create mode 100644 src/views/storages/floodmaterialfile.vue diff --git a/.env.development b/.env.development index 1d25804..3d31e78 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://hd-wuziguanli-test.ali251.langye.net/ -VUE_APP_UPLOAD_API = http://hd-wuziguanli-test.ali251.langye.net/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://hd-wuziguanli-test.ali251.langye.net/ +#VUE_APP_UPLOAD_API = http://hd-wuziguanli-test.ali251.langye.net/api/admin/upload-file +#VUE_APP_OA_URL= http://suzhouhedaooa.langye.net +#VUE_APP_OA_URL_TYPE = '{"领用":"31","处置":"32","应急":"33"}' diff --git a/src/api/system/log.js b/src/api/system/log.js index 2c5e2ca..6364d06 100644 --- a/src/api/system/log.js +++ b/src/api/system/log.js @@ -5,4 +5,13 @@ export function listlog(params) { method: 'get', params:params }) -} \ No newline at end of file +} + + +export function desChuku(params) { + return request({ + url: '/api/admin/other/chuku_des', + method: 'get', + params:params + }) +} diff --git a/src/views/books/books.vue b/src/views/books/books.vue index f428bed..5a36b79 100644 --- a/src/views/books/books.vue +++ b/src/views/books/books.vue @@ -1,7 +1,7 @@