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 @@ - +