From 306e153239b69f64bdc72bb85664fcfa8fc05d60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=82=E7=B3=96?= Date: Mon, 1 Dec 2025 17:33:20 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=94=B6=E8=B4=A7=E7=AE=A1=E7=90=86):=20?= =?UTF-8?q?=E5=AE=9E=E7=8E=B0=E9=92=A2=E5=8D=B7Excel=E5=AF=BC=E5=85=A5?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E5=B9=B6=E4=BC=98=E5=8C=96UI=E4=BA=A4?= =?UTF-8?q?=E4=BA=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加完整的钢卷Excel导入向导功能,包括文件选择、数据校验、预览和批量导入 增加导入进度展示和错误提示功能 调整导入弹窗宽度为80%以提供更好的操作空间 为浮动层添加过渡动画效果提升用户体验 --- .../KLPUI/KLPTable/FloatLayer/index.vue | 1 + .../wms/receive/components/ImportGuide.vue | 618 +++++++++++++++++- klp-ui/src/views/wms/receive/detail/index.vue | 4 +- 3 files changed, 602 insertions(+), 21 deletions(-) diff --git a/klp-ui/src/components/KLPUI/KLPTable/FloatLayer/index.vue b/klp-ui/src/components/KLPUI/KLPTable/FloatLayer/index.vue index 75e2318a..7f58ca9a 100644 --- a/klp-ui/src/components/KLPUI/KLPTable/FloatLayer/index.vue +++ b/klp-ui/src/components/KLPUI/KLPTable/FloatLayer/index.vue @@ -101,5 +101,6 @@ export default { z-index: 5; /* max-height: 70%; */ overflow: auto; + transition: all 0.3s ease-in-out; } \ No newline at end of file diff --git a/klp-ui/src/views/wms/receive/components/ImportGuide.vue b/klp-ui/src/views/wms/receive/components/ImportGuide.vue index 19d55499..0cbb112b 100644 --- a/klp-ui/src/views/wms/receive/components/ImportGuide.vue +++ b/klp-ui/src/views/wms/receive/components/ImportGuide.vue @@ -1,29 +1,609 @@ \ No newline at end of file +}; + + + \ No newline at end of file diff --git a/klp-ui/src/views/wms/receive/detail/index.vue b/klp-ui/src/views/wms/receive/detail/index.vue index a4153a12..2ca1a28c 100644 --- a/klp-ui/src/views/wms/receive/detail/index.vue +++ b/klp-ui/src/views/wms/receive/detail/index.vue @@ -98,8 +98,8 @@ - - + +