From efb28146154b4c7f2f18375d0da54cb5f324f9a7 Mon Sep 17 00:00:00 2001 From: anthonyywj2 <353682448@qq.com> Date: Fri, 18 Mar 2022 21:39:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=9A=E5=8A=A1=E5=8D=95=E6=8D=AE=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/config.json | 8 +- .../business/stockOrderNewDistribution.vue | 35 +- .../business/stockOrderNewSelectProduct.vue | 631 +++++++++--------- 3 files changed, 338 insertions(+), 336 deletions(-) diff --git a/public/config.json b/public/config.json index 7ca6b5f..dc76ca6 100644 --- a/public/config.json +++ b/public/config.json @@ -1,6 +1,6 @@ { - "UDI_SYNC_SERVER_IP": "http://192.168.0.109:9995/", - "BASE_URL":"http://192.168.0.109:9991/", - "SERVER_IP": "http://192.168.0.109:9991/", - "WEBSOCKET_URL": "ws://192.168.0.109:9991/UDI_WMS_MC/api/websocket/" + "UDI_SYNC_SERVER_IP": "http://127.0.0.1:9995/", + "BASE_URL":"http://127.0.0.1:9991/", + "SERVER_IP": "http://127.0.0.1:9991/", + "WEBSOCKET_URL": "ws://127.0.0.1:9991/UDI_WMS_MC/api/websocket/" } diff --git a/src/views/business/stockOrderNewDistribution.vue b/src/views/business/stockOrderNewDistribution.vue index 79acff8..f1d5c68 100644 --- a/src/views/business/stockOrderNewDistribution.vue +++ b/src/views/business/stockOrderNewDistribution.vue @@ -64,20 +64,19 @@ - 当前仓库: + 业务类型: - - - + - {{ item.name }} + v-for="item in busTypes" + :key="item.localAction" + :label="item.localName" + :value="item.localAction"> + {{ item.localName }} @@ -146,22 +145,22 @@ - - 业务类型: + 当前仓库: + - - + - {{ item.localName }} + v-for="item in storageList" + :key="item.name" + :label="item.name" + :value="item.code"> + {{ item.name }} diff --git a/src/views/business/stockOrderNewSelectProduct.vue b/src/views/business/stockOrderNewSelectProduct.vue index 0171990..7f540af 100644 --- a/src/views/business/stockOrderNewSelectProduct.vue +++ b/src/views/business/stockOrderNewSelectProduct.vue @@ -1,352 +1,355 @@ - - - - - - - - - + + + + + + + + + - - - - - - - - - - - + + + + + + + + + + + - - - - - - - + + + + + + + - - - - 查询 - 确定 - - - - + + + + 查询 + 确定 + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - +