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/routingInspection/detail/indexLS.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/pages/routingInspection/detail/indexLS.vue b/src/pages/routingInspection/detail/indexLS.vue
index 5c35396..2fa8abf 100644
--- a/src/pages/routingInspection/detail/indexLS.vue
+++ b/src/pages/routingInspection/detail/indexLS.vue
@@ -50,7 +50,7 @@
</view>
<wd-col :span="24">
<wd-form-item label="鏃ユ湡" prop="recordDate">
- {{ formatDate(detailData.fixedInfo?.recordDate) }}
+ {{ detailData.fixedInfo?.recordDate }}
</wd-form-item>
<wd-form-item label="鏈哄彴" prop="deviceModel">
{{ formatValue(detailData.fixedInfo?.deviceModel) }}
--
Gitblit v1.9.3