From 5af4f5ac6e2906f3e98746d64ebe32dba962e798 Mon Sep 17 00:00:00 2001 From: "CANCERYS\\kw093" Date: Wed, 18 Mar 2026 12:04:53 +0800 Subject: [PATCH] update --- .../Jodetail/newJobPickExecution.tsx | 121 ++++++++++++------ .../ProductionProcessJobOrderDetail.tsx | 7 +- src/i18n/zh/jo.json | 1 + 3 files changed, 87 insertions(+), 42 deletions(-) diff --git a/src/components/Jodetail/newJobPickExecution.tsx b/src/components/Jodetail/newJobPickExecution.tsx index b36cf7a..193d3d3 100644 --- a/src/components/Jodetail/newJobPickExecution.tsx +++ b/src/components/Jodetail/newJobPickExecution.tsx @@ -186,7 +186,7 @@ const QrCodeModal: React.FC<{ const { t } = useTranslation("jo"); const { values: qrValues, isScanning, startScan, stopScan, resetScan } = useQrCodeScannerContext(); const [manualInput, setManualInput] = useState(''); - // 楼层筛选状态 + const [selectedFloor, setSelectedFloor] = useState(null); const [manualInputSubmitted, setManualInputSubmitted] = useState(false); const [manualInputError, setManualInputError] = useState(false); @@ -390,10 +390,15 @@ const QrCodeModal: React.FC<{ : '' } /> +