From c84ac9eab0fa68d95aa22bf389425bb332874540 Mon Sep 17 00:00:00 2001
From: clll <1320612696@qq.com>
Date: 星期三, 27 十二月 2023 10:28:59 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/ERP_override
---
north-glass-erp/northglass-erp/src/hook/index.js | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/north-glass-erp/northglass-erp/src/hook/index.js b/north-glass-erp/northglass-erp/src/hook/index.js
index e69de29..bc74eef 100644
--- a/north-glass-erp/northglass-erp/src/hook/index.js
+++ b/north-glass-erp/northglass-erp/src/hook/index.js
@@ -0,0 +1,12 @@
+import useProductStore from "@/stores/sd/product/prduct"
+let productStore = useProductStore()
+export default function scrollEvnt(row){
+ // 鍐呭楂樺害
+ var scrollHeight = row.$event.target.scrollHeight
+ var clientHeight = row.$event.target.clientHeight
+ var scrollTop = row.$event.target.scrollTop
+ //婊氬姩鍒板簳閮�
+ if ((Math.round(scrollTop + clientHeight) >= scrollHeight ) ) {
+ productStore.flag=true
+ }
+}
\ No newline at end of file
--
Gitblit v1.8.0