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']">