From faeca9c70aad01c95833491d8585eaa8ec235488 Mon Sep 17 00:00:00 2001 From: anthonywj Date: Mon, 29 Jul 2024 09:26:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=87=E6=8D=A2=E5=88=86=E6=94=AF=E5=A4=87?= =?UTF-8?q?=E4=BB=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 +- .env.production | 16 +- src/views/inoutDrug/IoAuditedOrder.vue | 1722 ++++++++++++++++ src/views/inoutDrug/IoCheckAuditOrder.vue | 1974 +++++++++++++++++++ src/views/inoutDrug/IoCheckErrorOrder.vue | 1734 ++++++++++++++++ src/views/inoutDrug/IoCheckSuccessOrder.vue | 1633 +++++++++++++++ src/views/inoutDrug/IoCreateBusOrder.vue | 781 ++++++++ src/views/inoutDrug/IoCreateOrder.vue | 816 ++++++++ src/views/inoutDrug/IoCreateScanOrder.vue | 773 ++++++++ src/views/inoutDrug/IoDealCheckOrder.vue | 738 +++++++ src/views/inoutDrug/IoDealOrder.vue | 955 +++++++++ src/views/inoutDrug/IoEditOrder.vue | 1471 ++++++++++++++ 12 files changed, 12609 insertions(+), 8 deletions(-) create mode 100644 src/views/inoutDrug/IoAuditedOrder.vue create mode 100644 src/views/inoutDrug/IoCheckAuditOrder.vue create mode 100644 src/views/inoutDrug/IoCheckErrorOrder.vue create mode 100644 src/views/inoutDrug/IoCheckSuccessOrder.vue create mode 100644 src/views/inoutDrug/IoCreateBusOrder.vue create mode 100644 src/views/inoutDrug/IoCreateOrder.vue create mode 100644 src/views/inoutDrug/IoCreateScanOrder.vue create mode 100644 src/views/inoutDrug/IoDealCheckOrder.vue create mode 100644 src/views/inoutDrug/IoDealOrder.vue create mode 100644 src/views/inoutDrug/IoEditOrder.vue diff --git a/.env.development b/.env.development index c36d00d3..5bd315d5 100644 --- a/.env.development +++ b/.env.development @@ -5,8 +5,8 @@ VUE_APP_TITLE = UDI管理系统 ENV = 'development' # 开发环境 +# VUE_APP_BASE_API = 'https://mudi.dsxyy.org/UDI_WMS_MC/' VUE_APP_BASE_API = 'http://192.168.0.166:9991' - VUE_APP_SYNC_API ="http://127.0.0.1:10001" # 应用访问路径 例如使用前缀 /admin/ @@ -15,7 +15,7 @@ VUE_APP_CONTEXT_PATH = '/' # 监控地址 VUE_APP_MONITRO_ADMIN = 'http://localhost:9090/admin/login' -# xxl-job 控制台地址 +# xxl-job 控制台地址`` VUE_APP_XXL_JOB_ADMIN = 'http://localhost:9100/xxl-job-admin' # 路由懒加载 diff --git a/.env.production b/.env.production index cec90ef1..69952f66 100644 --- a/.env.production +++ b/.env.production @@ -12,7 +12,7 @@ ENV = 'production' # VUE_APP_BASE_API = 'http://192.168.0.67:9150/UDI_WMS_MC/' # VUE_APP_BASE_API = 'http://192.168.0.127:9170/UDI_WMS_MC/' # VUE_APP_BASE_API = 'http://dm.xmglxp.com:8082/UDI_WMS_MC/' -# VUE_APP_BASE_API = 'http://dm.xmglxp.com:82/UDI_WMS_MC/' +# VUE_APP_BASE_API = 'http://dm.xmglxp.com:81/UDI_WMS_MC/' # VUE_APP_BASE_API = 'http://dm.xmglxp.com:8001/UDI_WMS_MC/' # 诏安总医院 @@ -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/' @@ -41,12 +41,13 @@ VUE_APP_BASE_API = 'http://55.55.0.62:9150/UDI_WMS_MC/' # VUE_APP_BASE_API = 'http://172.20.124.4:9150/UDI_WMS_MC/' -# VUE_APP_BASE_API = 'http://192.168.0.207:9150/UDI_WMS_MC/' # VUE_APP_BASE_API = 'http://192.168.0.191:9150/UDI_WMS_MC/' # 林纪裕centos # VUE_APP_BASE_API = 'http://192.168.0.86:9150/UDI_WMS_MC/' +# VUE_APP_BASE_API = 'http://192.168.0.207:9150/UDI_WMS_MC/' + # VUE_APP_BASE_API = 'http://192.168.31.2:9150/UDI_WMS_MC/' @@ -57,7 +58,6 @@ VUE_APP_BASE_API = 'http://55.55.0.62:9150/UDI_WMS_MC/' # 云霄妇幼保健 # VUE_APP_BASE_API = 'http://192.168.0.11:9150/UDI_WMS_MC/' -# VUE_APP_BASE_API = 'http://192.168.0.67:9150/UDI_WMS_MC/' # 东山 # VUE_APP_BASE_API = 'https://mudi.dsxyy.org/UDI_WMS_MC/' @@ -65,12 +65,16 @@ 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.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.132:9150/UDI_WMS_MC/' +# VUE_APP_BASE_API = 'http://192.168.0.235:9150/UDI_WMS_MC/' + +# 东山外网测试 +# VUE_APP_BASE_API = 'https://mudi.dsxyy.org/UDI_WMS_MC/' + # 应用访问路径 例如使用前缀 /admin/ VUE_APP_CONTEXT_PATH = '/UDI_WMS_NEW/' diff --git a/src/views/inoutDrug/IoAuditedOrder.vue b/src/views/inoutDrug/IoAuditedOrder.vue new file mode 100644 index 00000000..bc8141eb --- /dev/null +++ b/src/views/inoutDrug/IoAuditedOrder.vue @@ -0,0 +1,1722 @@ + + + + + diff --git a/src/views/inoutDrug/IoCheckAuditOrder.vue b/src/views/inoutDrug/IoCheckAuditOrder.vue new file mode 100644 index 00000000..6b5f3aba --- /dev/null +++ b/src/views/inoutDrug/IoCheckAuditOrder.vue @@ -0,0 +1,1974 @@ + + + + + + + diff --git a/src/views/inoutDrug/IoCheckErrorOrder.vue b/src/views/inoutDrug/IoCheckErrorOrder.vue new file mode 100644 index 00000000..1111c112 --- /dev/null +++ b/src/views/inoutDrug/IoCheckErrorOrder.vue @@ -0,0 +1,1734 @@ + + + + + + diff --git a/src/views/inoutDrug/IoCheckSuccessOrder.vue b/src/views/inoutDrug/IoCheckSuccessOrder.vue new file mode 100644 index 00000000..7a8d7560 --- /dev/null +++ b/src/views/inoutDrug/IoCheckSuccessOrder.vue @@ -0,0 +1,1633 @@ + + + + + diff --git a/src/views/inoutDrug/IoCreateBusOrder.vue b/src/views/inoutDrug/IoCreateBusOrder.vue new file mode 100644 index 00000000..74ccdea2 --- /dev/null +++ b/src/views/inoutDrug/IoCreateBusOrder.vue @@ -0,0 +1,781 @@ + + + + + + diff --git a/src/views/inoutDrug/IoCreateOrder.vue b/src/views/inoutDrug/IoCreateOrder.vue new file mode 100644 index 00000000..25473071 --- /dev/null +++ b/src/views/inoutDrug/IoCreateOrder.vue @@ -0,0 +1,816 @@ + + + + + + diff --git a/src/views/inoutDrug/IoCreateScanOrder.vue b/src/views/inoutDrug/IoCreateScanOrder.vue new file mode 100644 index 00000000..09652d17 --- /dev/null +++ b/src/views/inoutDrug/IoCreateScanOrder.vue @@ -0,0 +1,773 @@ + + + + + + diff --git a/src/views/inoutDrug/IoDealCheckOrder.vue b/src/views/inoutDrug/IoDealCheckOrder.vue new file mode 100644 index 00000000..875355a4 --- /dev/null +++ b/src/views/inoutDrug/IoDealCheckOrder.vue @@ -0,0 +1,738 @@ + + + + + + diff --git a/src/views/inoutDrug/IoDealOrder.vue b/src/views/inoutDrug/IoDealOrder.vue new file mode 100644 index 00000000..ade497e7 --- /dev/null +++ b/src/views/inoutDrug/IoDealOrder.vue @@ -0,0 +1,955 @@ + + + + + + diff --git a/src/views/inoutDrug/IoEditOrder.vue b/src/views/inoutDrug/IoEditOrder.vue new file mode 100644 index 00000000..b7d72ca7 --- /dev/null +++ b/src/views/inoutDrug/IoEditOrder.vue @@ -0,0 +1,1471 @@ + + + + +