From 86de8e2b0a61045a708653be606f9741e3c5eb64 Mon Sep 17 00:00:00 2001 From: chenhao Date: Thu, 4 Dec 2025 16:31:17 +0800 Subject: [PATCH] =?UTF-8?q?feat(inventory):=20=E6=9B=B4=E6=96=B0=E5=87=BA?= =?UTF-8?q?=E5=BA=93=E5=8D=95=E7=8A=B6=E6=80=81=E5=A4=84=E7=90=86=E9=80=BB?= =?UTF-8?q?=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修改退回到按钮调用新的状态变更方法 - 新增 handleStatusChange 方法处理出库单状态变更 - 引入 changeOuterStatus API 方法支持状态更新 - 添加确认对话框提升用户操作安全性 - 优化侧边栏样式,增强菜单标题可读性 --- oms_web/oms_vue/src/assets/icons/svg/Dot.svg | 1 + .../layout/components/Sidebar/SidebarItem.vue | 6 ++++++ .../inventory/outer/components/OuterForm.vue | 17 +++++++++++++++-- 3 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 oms_web/oms_vue/src/assets/icons/svg/Dot.svg diff --git a/oms_web/oms_vue/src/assets/icons/svg/Dot.svg b/oms_web/oms_vue/src/assets/icons/svg/Dot.svg new file mode 100644 index 00000000..97355cf1 --- /dev/null +++ b/oms_web/oms_vue/src/assets/icons/svg/Dot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/oms_web/oms_vue/src/layout/components/Sidebar/SidebarItem.vue b/oms_web/oms_vue/src/layout/components/Sidebar/SidebarItem.vue index bddb65fc..3b869a39 100644 --- a/oms_web/oms_vue/src/layout/components/Sidebar/SidebarItem.vue +++ b/oms_web/oms_vue/src/layout/components/Sidebar/SidebarItem.vue @@ -97,3 +97,9 @@ export default { } } + diff --git a/oms_web/oms_vue/src/views/inventory/outer/components/OuterForm.vue b/oms_web/oms_vue/src/views/inventory/outer/components/OuterForm.vue index 7c80698e..638830bd 100644 --- a/oms_web/oms_vue/src/views/inventory/outer/components/OuterForm.vue +++ b/oms_web/oms_vue/src/views/inventory/outer/components/OuterForm.vue @@ -82,14 +82,14 @@