From 460b1c8473e08a3449bff35d7a34cbf16ad1c79a Mon Sep 17 00:00:00 2001
From: chen.lin <1442464845@qq.com>
Date: 星期五, 06 三月 2026 08:15:04 +0800
Subject: [PATCH] 拣货过程中的出库库存匹配+空板

---
 rsf-admin/src/page/rcsTest/components/ComponentConfigPanel.jsx |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/rsf-admin/src/page/rcsTest/components/ComponentConfigPanel.jsx b/rsf-admin/src/page/rcsTest/components/ComponentConfigPanel.jsx
index 8693f01..d1cd8c0 100644
--- a/rsf-admin/src/page/rcsTest/components/ComponentConfigPanel.jsx
+++ b/rsf-admin/src/page/rcsTest/components/ComponentConfigPanel.jsx
@@ -895,7 +895,7 @@
     const renderPalletizeTaskConfig = () => (
         <Stack spacing={2}>
             <TextField
-                label="鎵樼洏鐮侊紙鍙�夛紝涓嶅~鍒欒嚜鍔ㄧ敓鎴愶紝鏀寔鍙橀噺锛�"
+                label="鏂欑鐮侊紙鍙�夛紝涓嶅~鍒欒嚜鍔ㄧ敓鎴愶紝鏀寔鍙橀噺锛�"
                 value={config.barcode || ''}
                 onChange={(e) => handleConfigChange('barcode', e.target.value)}
                 fullWidth
@@ -958,7 +958,7 @@
                 </Select>
             </FormControl>
             <TextField
-                label="鎵樼洏鐮侊紙鏀寔鍙橀噺锛屽锛�${barcode}锛�"
+                label="鏂欑鐮侊紙鏀寔鍙橀噺锛屽锛�${barcode}锛�"
                 value={config.barcode || ''}
                 onChange={(e) => handleConfigChange('barcode', e.target.value)}
                 fullWidth

--
Gitblit v1.9.1