From 77ab482a996c346dbb2fe6d2f52e678148db107a Mon Sep 17 00:00:00 2001 From: anthonywj Date: Wed, 8 Dec 2021 14:52:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=93=E5=AD=98=E6=9F=A5=E8=AF=A2=EF=BC=8C?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=AF=BC=E5=85=A5=E5=AF=BC=E5=87=BA=E7=AD=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/config.json | 6 +- src/views/basic/BussinessType.vue | 295 ++++++++-------- src/views/basic/CorpImportDetail.vue | 4 + src/views/basic/UdiInfoImportDetail.vue | 389 +++++++++++---------- src/views/inventory/IncodeLogDetail.vue | 4 + src/views/inventory/SelectInvProducts.vue | 4 + src/views/inventory/selectBasicUdiInfo.vue | 4 + 7 files changed, 368 insertions(+), 338 deletions(-) diff --git a/public/config.json b/public/config.json index f0af21c..fd8262c 100644 --- a/public/config.json +++ b/public/config.json @@ -1,7 +1,7 @@ { - "BASE_URL":"http://139.159.187.130:8080/UDI_WMS_MC", - "SERVER_IP": "http://139.159.187.130:8080/", - "WEBSOCKET_URL": "ws://139.159.187.130:8080/UDI_WMS_MC/api/websocket/" + "BASE_URL":"http://127.0.0.1:9991", + "SERVER_IP": "http://127.0.0.1:9991/", + "BASE_URL2": "ws://127.0.0.1:9991/api/websocket/" } diff --git a/src/views/basic/BussinessType.vue b/src/views/basic/BussinessType.vue index 783683e..20513c6 100644 --- a/src/views/basic/BussinessType.vue +++ b/src/views/basic/BussinessType.vue @@ -8,7 +8,13 @@ style="width: 400px" > - + + + + + + + @@ -97,159 +103,164 @@ diff --git a/src/views/basic/CorpImportDetail.vue b/src/views/basic/CorpImportDetail.vue index 0be8f3c..56f9824 100644 --- a/src/views/basic/CorpImportDetail.vue +++ b/src/views/basic/CorpImportDetail.vue @@ -160,6 +160,10 @@ }; return statusMap[status]; }, + handleCurrentChange(val) { + this.filterQuery.page = val; + this.getList(); + }, }, mounted() { }, diff --git a/src/views/basic/UdiInfoImportDetail.vue b/src/views/basic/UdiInfoImportDetail.vue index 3fb7dad..6055e97 100644 --- a/src/views/basic/UdiInfoImportDetail.vue +++ b/src/views/basic/UdiInfoImportDetail.vue @@ -1,212 +1,215 @@ diff --git a/src/views/inventory/IncodeLogDetail.vue b/src/views/inventory/IncodeLogDetail.vue index cf3ec5c..8b9630e 100644 --- a/src/views/inventory/IncodeLogDetail.vue +++ b/src/views/inventory/IncodeLogDetail.vue @@ -148,6 +148,10 @@ this.total = 0; }); }, + handleCurrentChange(val) { + this.filterQuery.page = val; + this.getList(); + }, }, mounted() { }, diff --git a/src/views/inventory/SelectInvProducts.vue b/src/views/inventory/SelectInvProducts.vue index c3e0aaf..3999c24 100644 --- a/src/views/inventory/SelectInvProducts.vue +++ b/src/views/inventory/SelectInvProducts.vue @@ -158,6 +158,10 @@ console.log("----" + val); this.multipleSelection = val; }, + handleCurrentChange(val) { + this.filterQuery.page = val; + this.getList(); + }, } } diff --git a/src/views/inventory/selectBasicUdiInfo.vue b/src/views/inventory/selectBasicUdiInfo.vue index 0fbc130..cf3a247 100644 --- a/src/views/inventory/selectBasicUdiInfo.vue +++ b/src/views/inventory/selectBasicUdiInfo.vue @@ -196,6 +196,10 @@ console.log("----" + val); this.multipleSelection = val; }, + handleCurrentChange(val) { + this.filterQuery.page = val; + this.getList(); + }, } }