From 8a0c72e6ebd3bd8b2de945c1ab73f7fc8f110377 Mon Sep 17 00:00:00 2001 From: hwj Date: Fri, 24 Apr 2026 15:47:01 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E4=BB=93=E5=BA=93=E4=BF=A1?= =?UTF-8?q?=E6=81=AF-=E6=B7=BB=E5=8A=A0=E8=AF=A6=E6=83=85=E5=BC=B9?= =?UTF-8?q?=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/erp/stock/warehouse/index.ts | 26 +++++++ src/views/erp/stock/warehouse/index.vue | 98 +++++++++++++++++++++++++ 2 files changed, 124 insertions(+) diff --git a/src/api/erp/stock/warehouse/index.ts b/src/api/erp/stock/warehouse/index.ts index 114cfa00..b953eeb2 100644 --- a/src/api/erp/stock/warehouse/index.ts +++ b/src/api/erp/stock/warehouse/index.ts @@ -13,6 +13,32 @@ export interface WarehouseVO { status: number // 开启状态 defaultStatus: boolean // 是否默认 warehouseId:number + areaList?: Array<{ + id: number + warehouseId: number + areaCode: string + areaName: string + areaSize: number + description: string + status: number + createTime: number + }> + locationList?: Array<{ + id: number + warehouseId: number + areaId: number + code: string + name: string + areaSize: number + maxLoadWeight: number + positionX: number + positionY: number + positionZ: number + allowProductMix: boolean + allowBatchMix: boolean + status: number + createTime: number + }> } // ERP 仓库 API diff --git a/src/views/erp/stock/warehouse/index.vue b/src/views/erp/stock/warehouse/index.vue index c3ad9b7d..2d740bb7 100644 --- a/src/views/erp/stock/warehouse/index.vue +++ b/src/views/erp/stock/warehouse/index.vue @@ -117,6 +117,13 @@ > {{ t('action.edit') }} + + {{ t('action.detail') }} + + + + +
+ + {{ detailData.name }} + {{ detailData.address }} + {{ detailData.principal }} + {{ detailData.remark || '-' }} + {{ detailData.sort }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+