From 2725684196757255f56fadfd27d759d9f8a36944 Mon Sep 17 00:00:00 2001 From: anthonywj Date: Tue, 14 Mar 2023 14:25:05 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=81=E8=B4=A7=E5=8D=95=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 2 +- .../purchase/purDelivery/purDelivery.vue | 3 + .../purDelivery/purDeliveryEditDialog.vue | 176 +++++++++--------- .../purOrder/DialogSelectOrderList.vue | 28 +-- 4 files changed, 94 insertions(+), 115 deletions(-) diff --git a/.env.production b/.env.production index 53b4793..d54efe1 100644 --- a/.env.production +++ b/.env.production @@ -4,7 +4,7 @@ VUE_APP_TITLE = UDI自助平台 # 生产环境配置 ENV = 'production' # VUE_APP_BASE_API = 'http://116.204.71.86:9150/UDI_WMS_MC/' -VUE_APP_BASE_API = 'http://116.204.106.103:9150/UDI_SPMS_SERVER/' +VUE_APP_BASE_API = 'http://101.43.77.55:9150/UDI_SPMS_SERVER/' # VUE_APP_BASE_API = 'http://192.168.0.66:9160/UDI_WMS_MC/' # 应用访问路径 例如使用前缀 /admin/ VUE_APP_CONTEXT_PATH = '/UDI_SPMS_CLIENT/' diff --git a/src/views/purchase/purDelivery/purDelivery.vue b/src/views/purchase/purDelivery/purDelivery.vue index 1a8b850..da48f2e 100644 --- a/src/views/purchase/purDelivery/purDelivery.vue +++ b/src/views/purchase/purDelivery/purDelivery.vue @@ -82,6 +82,9 @@ + + + diff --git a/src/views/purchase/purDelivery/purDeliveryEditDialog.vue b/src/views/purchase/purDelivery/purDeliveryEditDialog.vue index 31df9ba..4af7795 100644 --- a/src/views/purchase/purDelivery/purDeliveryEditDialog.vue +++ b/src/views/purchase/purDelivery/purDeliveryEditDialog.vue @@ -18,12 +18,12 @@ @@ -36,10 +36,10 @@ + v-for="item in invCodeList" + :key="item.name" + :label="item.name" + :value="item.code"> {{ item.name }} {{ item.warehouseName }} @@ -119,7 +119,7 @@ - +