From abced8afc7a3f6d67c361624a285b2b0ea80e062 Mon Sep 17 00:00:00 2001 From: zhang_li <2235006734@qqq.com> Date: Thu, 12 Dec 2024 17:16:32 +0800 Subject: [PATCH] =?UTF-8?q?YT-1649=E6=96=B0=E5=A2=9E=E8=A6=81=E8=B4=A7?= =?UTF-8?q?=E8=AE=A1=E5=88=92=EF=BC=8C=E6=B8=85=E7=A9=BA=E9=87=87=E8=B4=AD?= =?UTF-8?q?=E8=AE=A2=E5=8D=95=E5=90=8E=E6=98=8E=E7=BB=86=E6=B2=A1=E6=9C=89?= =?UTF-8?q?=E6=B8=85=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../supplierdeliver/purchasePlanMain/index.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/index.vue b/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/index.vue index c44e192bf..4be71a753 100644 --- a/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/index.vue +++ b/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/index.vue @@ -67,6 +67,7 @@ :isShowReduceButton="false" :isShowButton="false" @handleAddTable="handleAddTable" + @clearSearchInput="clearSearchInput" @handleDeleteTable="handleDeleteTable" @tableSelectionDelete="tableSelectionDelete" @searchTableSuccess="searchTableSuccess" @@ -984,6 +985,11 @@ const handleSelectionPublish = async ()=>{ } getList() // 刷新当前列表 } + const clearSearchInput = (field) => { + if (field == 'poNumber') { + tableData.value = [] + } + } /** 初始化 **/ onMounted(async () => {