From b12a91a763f4e1ebbd23f2c956c1c2456ae86564 Mon Sep 17 00:00:00 2001 From: DXC Date: Tue, 24 Mar 2026 15:37:42 +0800 Subject: [PATCH] refactor(bom): optimize material select with remote search and pagination lazy loading --- deploy_full.sh | 0 inventory-web/src/views/bom/BomManage.vue | 445 +++++++++++++++------- 2 files changed, 308 insertions(+), 137 deletions(-) mode change 100755 => 100644 deploy_full.sh diff --git a/deploy_full.sh b/deploy_full.sh old mode 100755 new mode 100644 diff --git a/inventory-web/src/views/bom/BomManage.vue b/inventory-web/src/views/bom/BomManage.vue index f6a7a2e..bc085b0 100644 --- a/inventory-web/src/views/bom/BomManage.vue +++ b/inventory-web/src/views/bom/BomManage.vue @@ -55,18 +55,23 @@ + -