From c55ba0a511a46f6a5b0b9a256c053b63ab836423 Mon Sep 17 00:00:00 2001 From: xzg <4727863@qq.com> Date: Tue, 19 Mar 2024 15:30:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=85=A5=E6=95=B0=E6=8D=AE=E5=90=8E?= =?UTF-8?q?=E5=88=B7=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/basicdata/brand/basicdataFreight.vue | 5 +++-- src/views/reportforms/InventoryOutbound.vue | 5 +++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/views/basicdata/brand/basicdataFreight.vue b/src/views/basicdata/brand/basicdataFreight.vue index 39f68c52..58d0da4f 100644 --- a/src/views/basicdata/brand/basicdataFreight.vue +++ b/src/views/basicdata/brand/basicdataFreight.vue @@ -732,8 +732,9 @@ export default { }, methods: { // 上传成功 - doubledCountSuce(res) { - popmsg(res); + async doubledCountSuce(res) { + await popmsg(res); + this.onLoad(this.page); }, uploadAfter(res, done, loading, column) { console.log('121221'); diff --git a/src/views/reportforms/InventoryOutbound.vue b/src/views/reportforms/InventoryOutbound.vue index 0d61f463..752b9ae4 100644 --- a/src/views/reportforms/InventoryOutbound.vue +++ b/src/views/reportforms/InventoryOutbound.vue @@ -45,6 +45,7 @@ :rows="1" type="textarea" placeholder="多个商场名称请用逗号隔开" + clearable /> @@ -53,6 +54,7 @@ style="width: 240px" :rows="1" type="textarea" + clearable placeholder="多个物料编码请用逗号隔开" /> @@ -62,6 +64,7 @@ v-model="TopQuery.materialNameRange" style="width: 240px" :rows="1" + clearable type="textarea" placeholder="多个物料名称请用逗号隔开" /> @@ -73,6 +76,7 @@ style="width: 240px" :rows="1" type="textarea" + clearable placeholder="多个订单自编码请用逗号隔开" /> @@ -83,6 +87,7 @@ style="width: 240px" :rows="1" type="textarea" + clearable placeholder="多个包条码请用逗号隔开" />