From 104ced736e6621f2e810cab1711b9d6e39a71c9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AD=A3=E6=98=93?= Date: Fri, 5 Jul 2024 09:05:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=BA=E5=BA=93=E5=8D=95=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E8=B0=83=E6=95=B41?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wmsManagement/WmOutOrder.vue | 1 - .../components/TheOutboundPlan/index.vue | 96 +++++++++++++++---- 2 files changed, 78 insertions(+), 19 deletions(-) diff --git a/src/views/wmsManagement/WmOutOrder.vue b/src/views/wmsManagement/WmOutOrder.vue index f07e762..02f8649 100644 --- a/src/views/wmsManagement/WmOutOrder.vue +++ b/src/views/wmsManagement/WmOutOrder.vue @@ -329,7 +329,6 @@ this.loading = true listWmOutOrder(this.queryParams).then((res) => { if (res.code == 200) { - console.log(res) this.dataList = res.data.result this.total = res.data.totalNum this.loading = false diff --git a/src/views/wmsManagement/components/TheOutboundPlan/index.vue b/src/views/wmsManagement/components/TheOutboundPlan/index.vue index ae48074..fd1cbbf 100644 --- a/src/views/wmsManagement/components/TheOutboundPlan/index.vue +++ b/src/views/wmsManagement/components/TheOutboundPlan/index.vue @@ -7,7 +7,7 @@ - + @@ -24,7 +24,7 @@ - + @@ -45,16 +45,29 @@ + + + + + + + + + + + + + + + + - -
取消 @@ -65,6 +78,7 @@