From ed84a6638e4403fab7062af4ea5c2c51eb174cfb Mon Sep 17 00:00:00 2001 From: zzyuan <781948537@qq.com> Date: Wed, 13 Aug 2025 17:53:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/MaterialDialog.vue | 2 +- .../pickManage/materialPicking/edit.vue | 3 ++ .../purchaseManage/contractList/edit.vue | 5 ++- .../purchaseManage/goodsInquiry/edit.vue | 3 ++ .../purchaseManage/goodsInquiry/index.vue | 8 ++-- .../purchaseManage/productionPlan/edit.vue | 45 ++++++++++++------- .../purchaseInspection/edit.vue | 3 ++ .../purchaseManage/purchaseOrder/edit.vue | 3 ++ .../purchaseManage/purchasePlan/edit.vue | 3 ++ .../returnManage/materialReturn/edit.vue | 3 ++ .../stockManage/goodsTransfer/edit.vue | 3 ++ .../stockManage/inventoryCount/edit.vue | 7 ++- .../stockManage/warehouseIn/edit.vue | 5 +++ .../stockManage/warehouseOut/edit.vue | 3 ++ .../supplierQuotation/edit.vue | 3 ++ .../supplierManage/supplierList/index.vue | 6 +-- .../supplierManage/supplyStatistics/index.vue | 4 +- 17 files changed, 79 insertions(+), 30 deletions(-) diff --git a/src/views/canteen/superstore/shopMaterial/components/MaterialDialog.vue b/src/views/canteen/superstore/shopMaterial/components/MaterialDialog.vue index d210d964..a90addca 100644 --- a/src/views/canteen/superstore/shopMaterial/components/MaterialDialog.vue +++ b/src/views/canteen/superstore/shopMaterial/components/MaterialDialog.vue @@ -129,7 +129,7 @@ --> - + { + this.$refs.multipleTable.clearSelection() + },300) }, //添加货品 addMaterial(){ diff --git a/src/views/foodManage/purchaseManage/contractList/edit.vue b/src/views/foodManage/purchaseManage/contractList/edit.vue index 65a7ce0a..94473d7c 100644 --- a/src/views/foodManage/purchaseManage/contractList/edit.vue +++ b/src/views/foodManage/purchaseManage/contractList/edit.vue @@ -418,13 +418,16 @@ export default { this.contractMaterialList.splice(index,1) } }) + setTimeout(()=>{ + this.$refs.multipleTable.clearSelection() + },300) }, //添加货品 addMaterial(){ if(this.baseInfo.areaId!=undefined){ this.openDialog=true this.resetQuery() - setTimeout(()=>{ + setTimeout(()=>{ this.$refs.multipleTable1.clearSelection() },300) }else{ diff --git a/src/views/foodManage/purchaseManage/goodsInquiry/edit.vue b/src/views/foodManage/purchaseManage/goodsInquiry/edit.vue index d2084076..01bc3821 100644 --- a/src/views/foodManage/purchaseManage/goodsInquiry/edit.vue +++ b/src/views/foodManage/purchaseManage/goodsInquiry/edit.vue @@ -487,6 +487,9 @@ export default { this.materialList.splice(index,1) } }) + setTimeout(()=>{ + this.$refs.multipleTable.clearSelection() + },300) }, //添加货品 addMaterial(){ diff --git a/src/views/foodManage/purchaseManage/goodsInquiry/index.vue b/src/views/foodManage/purchaseManage/goodsInquiry/index.vue index 17eeb1f3..1e22743e 100644 --- a/src/views/foodManage/purchaseManage/goodsInquiry/index.vue +++ b/src/views/foodManage/purchaseManage/goodsInquiry/index.vue @@ -97,12 +97,12 @@ - + + +