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); @@ -583,6 +584,9 @@ .module-icon { width: 140rpx; height: 140rpx; min-width: 140rpx; min-height: 140rpx; flex-shrink: 0; border-radius: 32rpx; display: flex; justify-content: center; @@ -603,6 +607,8 @@ .module-info { display: flex; flex-direction: column; flex: 1; min-width: 0; } .module-label {