handy 3 недель назад
Родитель
Сommit
8d729443d8
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      src/components/warehouse-layout-special-cells.ts

+ 3 - 0
src/components/warehouse-layout-special-cells.ts

@@ -66,6 +66,9 @@ const SHARED_SPECIAL_CELLS: readonly WarehouseLayoutSpecialCell[] = [
 ] as const
 
 const LEVEL_1_SPECIAL_CELLS: readonly WarehouseLayoutSpecialCell[] = [
+  // 一层补充墙体点位,按楼层库位坐标直接映射。
+  specialCell(19, 15, 'wall', '墙'),
+  specialCell(19, 23, 'wall', '墙'),
   // 一层作业点位按业务类型区分,便于前端统一配色和展示说明。
   specialCell(34, 1, 'workpoint', 'A1', 'inbound'),
   specialCell(34, 2, 'workpoint', 'A2', 'inbound'),