diff --git a/src/api/shop/shopWarehouse/model/index.ts b/src/api/shop/shopWarehouse/model/index.ts index 1754771..4b96a81 100644 --- a/src/api/shop/shopWarehouse/model/index.ts +++ b/src/api/shop/shopWarehouse/model/index.ts @@ -34,6 +34,8 @@ export interface ShopWarehouse { sortNumber?: number; // 是否删除 isDelete?: number; + // 状态 + status?: number; // 租户id tenantId?: number; // 创建时间 diff --git a/src/views/shop/shopWarehouse/components/shopWarehouseEdit.vue b/src/views/shop/shopWarehouse/components/shopWarehouseEdit.vue index 65f3918..f88b012 100644 --- a/src/views/shop/shopWarehouse/components/shopWarehouseEdit.vue +++ b/src/views/shop/shopWarehouse/components/shopWarehouseEdit.vue @@ -5,6 +5,7 @@ :visible="visible" :maskClosable="false" :maxable="maxable" + :confirm-loading="loading" :title="isUpdate ? '编辑仓库' : '添加仓库'" :body-style="{ paddingBottom: '28px' }" @update:visible="updateVisible" @@ -34,11 +35,11 @@ /> - + + 中心仓 + 区域仓 + 门店仓 + - + + + 获取经纬度 +