From 32cdbdf3a30336133909ab72fbae2f9c6ec8a252 Mon Sep 17 00:00:00 2001 From: anthonywj Date: Thu, 6 Apr 2023 10:37:40 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E9=80=89=E5=85=A5?= =?UTF-8?q?=E9=87=87=E8=B4=AD=E8=AE=A2=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 2 +- src/api/inout/erpOrder.js | 8 + src/views/inout/DialogSelectPurOrder.vue | 543 +++++++++++++++++++ src/views/inout/DialogSelectReceiveOrder.vue | 4 +- src/views/inout/IoCreateBusOrder.vue | 4 +- 5 files changed, 556 insertions(+), 5 deletions(-) create mode 100644 src/views/inout/DialogSelectPurOrder.vue diff --git a/.env.production b/.env.production index ea72101..51a50f6 100644 --- a/.env.production +++ b/.env.production @@ -7,7 +7,7 @@ ENV = 'production' #林纪裕 # VUE_APP_BASE_API = 'http://101.43.77.55:9150/UDI_SPMS_SERVER/' - +# VUE_APP_BASE_API = 'http://r.jiyuudims.cloud:5004/UDI_SPMS_SERVER/' # 吴总测试服务器 # VUE_APP_BASE_API = 'http://116.204.106.103:9150/UDI_SPMS_SERVER/' diff --git a/src/api/inout/erpOrder.js b/src/api/inout/erpOrder.js index cc7899a..5f3baac 100644 --- a/src/api/inout/erpOrder.js +++ b/src/api/inout/erpOrder.js @@ -124,6 +124,14 @@ export function addReceiveOrder(query) { data: query }); } +export function addPurOrder(query) { + return axios({ + url: "/udiwms/inout/order/addPurOrder", + method: "post", + data: query + }); +} + export function addThrOrder(query) { return axios({ diff --git a/src/views/inout/DialogSelectPurOrder.vue b/src/views/inout/DialogSelectPurOrder.vue new file mode 100644 index 0000000..45ee639 --- /dev/null +++ b/src/views/inout/DialogSelectPurOrder.vue @@ -0,0 +1,543 @@ + + + + diff --git a/src/views/inout/DialogSelectReceiveOrder.vue b/src/views/inout/DialogSelectReceiveOrder.vue index 92d3229..47a2ad4 100644 --- a/src/views/inout/DialogSelectReceiveOrder.vue +++ b/src/views/inout/DialogSelectReceiveOrder.vue @@ -142,7 +142,7 @@