From ab690c9b50195859da3a6dc0d895d18961089478 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Fri, 10 Apr 2026 20:12:05 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(barcode):=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=9D=A1=E7=A0=81=E8=AF=A6=E6=83=85=E5=BC=B9=E7=AA=97=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在多个表单中新增查看条码的按钮,允许用户在详情模式下查看条码信息。此功能提升了用户体验,使得条码信息的访问更加便捷。 - 在 `MachineryForm.vue`、`MdItemForm.vue`、`WorkshopForm.vue` 等文件中添加了条码详情弹窗组件 - 实现了 `handleBarcode` 方法以处理条码查看逻辑 --- src/views/mes/dv/machinery/MachineryForm.vue | 22 +++++++++++++---- src/views/mes/md/item/MdItemForm.vue | 19 ++++++++++++++- .../mes/md/workstation/WorkstationForm.vue | 16 ++++++++++++- .../md/workstation/workshop/WorkshopForm.vue | 22 +++++++++++++---- src/views/mes/pro/card/CardForm.vue | 17 ++++++++++++- src/views/mes/pro/workorder/WorkOrderForm.vue | 17 ++++++++++++- src/views/mes/tm/tool/ToolForm.vue | 24 +++++++++++++++---- src/views/mes/wm/warehouse/WarehouseForm.vue | 22 +++++++++++++---- src/views/mes/wm/warehouse/area/AreaForm.vue | 17 +++++++++++-- .../wm/warehouse/location/LocationForm.vue | 23 ++++++++++++++---- 10 files changed, 171 insertions(+), 28 deletions(-) diff --git a/src/views/mes/dv/machinery/MachineryForm.vue b/src/views/mes/dv/machinery/MachineryForm.vue index 53695da72..2fcb86367 100644 --- a/src/views/mes/dv/machinery/MachineryForm.vue +++ b/src/views/mes/dv/machinery/MachineryForm.vue @@ -107,12 +107,17 @@ + +