From 36666cfdc6cb09dcf2b77552e9600b1e07982f55 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Fri, 10 Apr 2026 22:44:50 +0800 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20refactor(location):=20?= =?UTF-8?q?=E7=A7=BB=E9=99=A4=E5=BA=93=E4=BD=8D=E7=AE=A1=E7=90=86=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/mes/wm/warehouse/location/index.ts | 1 - src/views/mes/wm/warehouse/location/LocationForm.vue | 3 --- 2 files changed, 4 deletions(-) diff --git a/src/api/mes/wm/warehouse/location/index.ts b/src/api/mes/wm/warehouse/location/index.ts index c38fde511..7ddd17be3 100644 --- a/src/api/mes/wm/warehouse/location/index.ts +++ b/src/api/mes/wm/warehouse/location/index.ts @@ -8,7 +8,6 @@ export interface WmWarehouseLocationVO { warehouseId: number warehouseName: string area: number - areaStatus: number frozen: boolean remark: string createTime: string diff --git a/src/views/mes/wm/warehouse/location/LocationForm.vue b/src/views/mes/wm/warehouse/location/LocationForm.vue index 42b9220c6..fbc22d638 100644 --- a/src/views/mes/wm/warehouse/location/LocationForm.vue +++ b/src/views/mes/wm/warehouse/location/LocationForm.vue @@ -114,7 +114,6 @@ import { WmWarehouseApi, WmWarehouseVO } from '@/api/mes/wm/warehouse' import { WmWarehouseLocationApi, WmWarehouseLocationVO } from '@/api/mes/wm/warehouse/location' import { AutoCodeRecordApi } from '@/api/mes/md/autocode/record' -import { CommonStatusEnum } from '@/utils/constants' import { MesAutoCodeRuleCode, BarcodeBizTypeEnum } from '@/views/mes/utils/constants' import { BarcodeDetail } from '@/views/mes/wm/barcode/components' @@ -142,7 +141,6 @@ const formData = ref({ name: undefined, warehouseId: undefined as number | undefined, area: undefined, - areaStatus: CommonStatusEnum.ENABLE, frozen: false, remark: undefined }) @@ -224,7 +222,6 @@ const resetForm = () => { name: undefined, warehouseId: undefined as number | undefined, area: undefined, - areaStatus: CommonStatusEnum.ENABLE, frozen: false, remark: undefined }