yyb
2026-05-12 38d723b6de39a6882a537a691159e40bd4c0e837
src/pages/inventoryManagement/scanIn/index.vue
@@ -409,6 +409,7 @@
  };
  const handleSelectContact = data => {
    if (data?.source === "scanShip") return;
    const { stepIndex, contact } = data || {};
    if (stepIndex === null || stepIndex === undefined) return;
    const idx = Number(stepIndex);