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="多个包条码请用逗号隔开" />