From 18ab40a9f83b9c5c1070da622f6c83020254f22b Mon Sep 17 00:00:00 2001
From: buhuazhen <hua100783@gmail.com>
Date: 星期一, 02 二月 2026 09:56:43 +0800
Subject: [PATCH] fix(出库): 修复扫码逻辑并增加重复条码校验

---
 src/pages/production/detail/twistDetail.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/pages/production/detail/twistDetail.vue b/src/pages/production/detail/twistDetail.vue
index cfb6e49..b5c9d27 100644
--- a/src/pages/production/detail/twistDetail.vue
+++ b/src/pages/production/detail/twistDetail.vue
@@ -47,6 +47,7 @@
 
 const paramsId = ref();
 const cardData = reactive({
+  type: "缁炵嚎",
   deviceModel: undefined,
   model: undefined,
   systemNo: undefined,

--
Gitblit v1.9.3