From 8a9a88437464258460691770f3c66e8ac2684b32 Mon Sep 17 00:00:00 2001 From: anthonywj Date: Wed, 29 Nov 2023 12:06:17 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=80=E8=B4=A7=E5=8D=95=E5=86=8D=E6=AC=A1?= =?UTF-8?q?=E9=85=8D=E8=B4=A7=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 4 +- src/api/inout/order.js | 10 +++ src/views/inout/DialogCreateOrder.vue | 7 +- src/views/inout/IoReturnedSearchOrder.vue | 104 +++++++++++++++++----- 4 files changed, 100 insertions(+), 25 deletions(-) diff --git a/.env.production b/.env.production index c5bb385..5e56bff 100644 --- a/.env.production +++ b/.env.production @@ -22,10 +22,10 @@ ENV = 'production' # 刘恩典 # VUE_APP_BASE_API = 'http://192.168.0.117:9150/UDI_SPMS_SERVER/' -# VUE_APP_BASE_API = 'http://192.168.0.117:9160/UDI_SPMS_SERVER/' +VUE_APP_BASE_API = 'http://192.168.0.117:9160/UDI_SPMS_SERVER/' # 漳州中医院 -VUE_APP_BASE_API = 'http://116.204.116.198:9150/UDI_SPMS_SERVER/' +# VUE_APP_BASE_API = 'http://116.204.116.198:9150/UDI_SPMS_SERVER/' # 平和 # VUE_APP_BASE_API = 'http://121.36.152.129:9150/UDI_SPMS_SERVER/' diff --git a/src/api/inout/order.js b/src/api/inout/order.js index 34e015e..f4154c9 100644 --- a/src/api/inout/order.js +++ b/src/api/inout/order.js @@ -537,3 +537,13 @@ export function orderDetailAdd(params) { data: params }); } + + +export function copyOrder(params) { + return axios({ + url: "/udiwms/inout/order/copyOrder", + method: "post", + data: params + }); +} + diff --git a/src/views/inout/DialogCreateOrder.vue b/src/views/inout/DialogCreateOrder.vue index 05c6e55..eaa5869 100644 --- a/src/views/inout/DialogCreateOrder.vue +++ b/src/views/inout/DialogCreateOrder.vue @@ -74,7 +74,7 @@ + @sort-change="handleSortChange"> @@ -158,7 +158,7 @@ + :sort-orders="['ascending', 'descending']">