From 5c24e08b50888501667997214dca11b83f09bdd2 Mon Sep 17 00:00:00 2001 From: anthonywj Date: Mon, 19 Jun 2023 21:52:31 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=B3=E8=B4=AD=E5=8D=95=E6=8D=AE=EF=BC=8C?= =?UTF-8?q?=E9=87=87=E8=B4=AD=E8=AE=A2=E5=8D=95=E7=AD=89=E7=9B=B8=E5=85=B3?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 +- .env.production | 7 +- src/api/auth/authDept.js | 7 +- src/views/basic/product/product.vue | 88 +- src/views/purchase/purApply/purApply.vue | 920 +++++++++--------- .../purchase/purApply/pureApplyAudit.vue | 852 ++++++++-------- .../purchase/purApply/pureApplySearch.vue | 11 +- src/views/purchase/purOrder/purOrder.vue | 21 +- src/views/purchase/purOrder/purOrderAudit.vue | 50 +- .../purchase/purOrder/purOrderSearch.vue | 26 +- src/views/system/user/authUser.vue | 19 +- 11 files changed, 997 insertions(+), 1008 deletions(-) diff --git a/.env.development b/.env.development index eed92e7d..c29652c7 100644 --- a/.env.development +++ b/.env.development @@ -5,9 +5,9 @@ VUE_APP_TITLE = UDI管理系统 ENV = 'development' # 开发环境 -VUE_APP_BASE_API = 'http://127.0.0.1:9991' +VUE_APP_BASE_API = 'http://192.168.0.166:9991' -VUE_APP_SYNC_API ="http://127.0.0.1:10001" +VUE_APP_SYNC_API ="http://192.168.0.166:10001" # 应用访问路径 例如使用前缀 /admin/ VUE_APP_CONTEXT_PATH = '/' diff --git a/.env.production b/.env.production index 21ea9a52..41898042 100644 --- a/.env.production +++ b/.env.production @@ -8,7 +8,7 @@ ENV = 'production' #林纪裕cd -# VUE_APP_BASE_API = 'http://r.jiyuudims.cloud:81/UDI_WMS_MC/' +VUE_APP_BASE_API = 'http://r.jiyuudims.cloud:81/UDI_WMS_MC/' # VUE_APP_BASE_API = 'http://127.0.0.1:9150/UDI_WMS_MC/' @@ -31,7 +31,10 @@ ENV = 'production' # VUE_APP_BASE_API = 'http://116.204.106.103:9150/UDI_WMS_MC/' # 漳州中医院 -VUE_APP_BASE_API = 'http://192.168.240.119:9150/UDI_WMS_MC/' +# VUE_APP_BASE_API = 'http://192.168.240.119:9150/UDI_WMS_MC/' + +# 片仔癀诊断 +# VUE_APP_BASE_API = 'http://192.168.0.100:9160/UDI_WMS_MC/' # 应用访问路径 例如使用前缀 /admin/ diff --git a/src/api/auth/authDept.js b/src/api/auth/authDept.js index ddf44b10..873cd114 100644 --- a/src/api/auth/authDept.js +++ b/src/api/auth/authDept.js @@ -2,7 +2,7 @@ import axios from "@/utils/request"; export function filterDepts(query) { return axios({ - url: "/udi/auth/dept/filter", + url: "/spms/inv/warehouse/filterAll", method: "get", params: query }); @@ -39,3 +39,8 @@ export function getDeptListByUser(params) { params: params }); } + + + + + diff --git a/src/views/basic/product/product.vue b/src/views/basic/product/product.vue index 0fb85a56..1137a4c3 100644 --- a/src/views/basic/product/product.vue +++ b/src/views/basic/product/product.vue @@ -180,10 +180,10 @@ @@ -307,56 +307,56 @@ show-overflow-tooltip > + - - - - + + +