From 439fad8ed851adceba20b9d9c4a11b0eef153602 Mon Sep 17 00:00:00 2001
From: buhuazhen <hua100783@gmail.com>
Date: 星期二, 03 三月 2026 15:54:46 +0800
Subject: [PATCH] Revert "fix(scan): 修复扫码组件重复触发和超时处理问题"

---
 src/pages/production/list/index.vue |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/pages/production/list/index.vue b/src/pages/production/list/index.vue
index 6f4eb01..c24f894 100644
--- a/src/pages/production/list/index.vue
+++ b/src/pages/production/list/index.vue
@@ -41,6 +41,10 @@
   amount: "amount",
   unAmount: "unAmount",
   unit: "unit",
+  poleModel: "poleModel",
+  contractNo: "contractNo",
+  isMonofil: "isMonofil",
+  totalWeight: "totalWeight",
 });
 const props = defineProps({
   api: {
@@ -99,6 +103,10 @@
       map.totalAmount = "totalAmount";
       map.amount = "amount";
       map.unAmount = "unAmount";
+      map.poleModel = "poleModel";
+      map.contractNo = "contractNo";
+      map.isMonofil = "isMonofil";
+      map.totalWeight = "totalWeight";
     }
     if (data.data.total == 0) {
       pagingRef.value.complete(true);

--
Gitblit v1.9.3