From f06a4063c9570ddcf5a0f00693950e63ace8d372 Mon Sep 17 00:00:00 2001
From: buhuazhen <hua100783@gmail.com>
Date: 星期二, 03 三月 2026 11:54:04 +0800
Subject: [PATCH] fix(scan): 修复扫码组件重复触发和超时处理问题
---
src/pages/production/twist/receive/plate/index.vue | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/pages/production/twist/receive/plate/index.vue b/src/pages/production/twist/receive/plate/index.vue
index 222205a..63a768e 100644
--- a/src/pages/production/twist/receive/plate/index.vue
+++ b/src/pages/production/twist/receive/plate/index.vue
@@ -85,6 +85,10 @@
prop: "amount",
},
{
+ label: "鍗曚綅",
+ prop: "unit",
+ },
+ {
label: "鍘傚",
prop: "supplier",
span: 14,
--
Gitblit v1.9.3