From b7823c7246869d6cda4ddecf72fc3c8572096b76 Mon Sep 17 00:00:00 2001 From: anthonywj Date: Wed, 3 Apr 2024 14:05:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=93=E5=AD=98=E7=9B=98=E7=82=B9=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- .env.production | 9 +- src/views/inout/stat/IoStatCustomSearch.vue | 2 +- .../inventory/count/InvCountOrderAudit.vue | 374 ++++++++++-------- .../inventory/count/InvCountOrderModify.vue | 59 ++- .../inventory/count/InvCountOrderNew.vue | 224 ++++++----- src/views/inventory/supInoutSearchOrder.vue | 4 + 7 files changed, 362 insertions(+), 312 deletions(-) diff --git a/.env.development b/.env.development index eed92e7d..c36d00d3 100644 --- a/.env.development +++ b/.env.development @@ -5,7 +5,7 @@ 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" diff --git a/.env.production b/.env.production index a5d9b315..4f345ecb 100644 --- a/.env.production +++ b/.env.production @@ -21,7 +21,7 @@ ENV = 'production' # 平潭正式 -VUE_APP_BASE_API = 'http://55.55.0.62:9150/UDI_WMS_MC/' +# VUE_APP_BASE_API = 'http://55.55.0.62:9150/UDI_WMS_MC/' # 漳州中医院 # VUE_APP_BASE_API = 'http://192.168.240.119:9150/UDI_WMS_MC/' @@ -30,7 +30,7 @@ VUE_APP_BASE_API = 'http://55.55.0.62:9150/UDI_WMS_MC/' # VUE_APP_BASE_API = 'http://192.168.0.100:9160/UDI_WMS_MC/' # 平和县医院 -# VUE_APP_BASE_API = 'http://192.168.0.43:9150/UDI_WMS_MC/' +VUE_APP_BASE_API = 'http://192.168.0.43:9150/UDI_WMS_MC/' @@ -65,13 +65,12 @@ VUE_APP_BASE_API = 'http://55.55.0.62:9150/UDI_WMS_MC/' # 南靖 -VUE_APP_BASE_API = 'http://192.168.10.225:9150/UDI_WMS_MC/' -# VUE_APP_BASE_API = 'http://192.168.73.128:9150/UDI_WMS_MC/' +# VUE_APP_BASE_API = 'http://192.168.10.225:9150/UDI_WMS_MC/' # 测试NIGINX # VUE_APP_BASE_API = 'https://test.udims.com/UDI_WMS_MC/' # VUE_APP_BASE_API = 'http://192.168.20.128:9150/UDI_WMS_MC/' - +# VUE_APP_BASE_API = 'http://192.168.0.125:9150/UDI_WMS_MC/' # 应用访问路径 例如使用前缀 /admin/ VUE_APP_CONTEXT_PATH = '/UDI_WMS_NEW/' diff --git a/src/views/inout/stat/IoStatCustomSearch.vue b/src/views/inout/stat/IoStatCustomSearch.vue index 236af639..42bd3d16 100644 --- a/src/views/inout/stat/IoStatCustomSearch.vue +++ b/src/views/inout/stat/IoStatCustomSearch.vue @@ -196,7 +196,7 @@ export default { showSearch: true, filterQuery: { recordKey: null, - type: 4, + type: 5, startTime: null, endTime: null, page: 1, diff --git a/src/views/inventory/count/InvCountOrderAudit.vue b/src/views/inventory/count/InvCountOrderAudit.vue index 23e9209d..e8a692fe 100644 --- a/src/views/inventory/count/InvCountOrderAudit.vue +++ b/src/views/inventory/count/InvCountOrderAudit.vue @@ -1,51 +1,53 @@