| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298 |
- <template>
- <div class="page-container">
- <!-- 顶部搜索区域 -->
- <div class="search-header-flex mb-4">
- <div class="page-title">门店管理</div>
- <div class="search-actions">
- <el-input v-model="queryParams.storeOrContact" placeholder="搜索门店名称/联系人" prefix-icon="Search"
- class="search-input" clearable @keyup.enter="handleQuery" @clear="handleQuery" />
- <el-cascader v-model="searchRegionValue" :options="areaOptions"
- :props="{ checkStrictly: true, value: 'id', label: 'name' }"
- placeholder="所属站点" class="filter-cascader" style="width: 350px" clearable @change="handleSearchAreaChange" />
- <el-select v-model="queryParams.status" placeholder="状态" class="filter-select-mini" clearable @change="handleQuery">
- <el-option v-for="item in statusList" :key="item.value" :label="item.label" :value="item.value" />
- </el-select>
- <el-button type="primary" class="add-btn" icon="Plus" @click="handleAdd" v-hasPermi="['merchant:storeManagement:add']">新增门店</el-button>
- </div>
- </div>
- <!-- 表格区域 -->
- <div class="table-card">
- <el-table v-loading="loading" :data="storeList" @selection-change="handleSelectionChange" class="custom-table" :header-cell-style="{ background: '#f8f9fb', color: '#606266', fontWeight: '600' }">
- <el-table-column type="selection" width="55" align="center" />
-
- <!-- 门店信息 -->
- <el-table-column label="门店信息" align="left" width="280">
- <template #default="scope">
- <div class="store-info-box">
- <div class="store-logo-wrap">
- <el-image :src="scope.row.logoUrl" class="store-logo-img" fit="cover">
- <template #error>
- <div class="image-slot"><el-icon><Picture /></el-icon></div>
- </template>
- </el-image>
- </div>
- <div class="store-text-details">
- <div class="store-name-title">{{ scope.row.name }}</div>
- <div class="store-tag-row">
- <span class="tag-brand" v-if="scope.row.tenantName">{{ scope.row.tenantName }}</span>
- <span class="tag-category" v-if="scope.row.tenantCatergoriesName">{{ scope.row.tenantCatergoriesName }}</span>
- </div>
- </div>
- </div>
- </template>
- </el-table-column>
- <!-- 服务项目 -->
- <el-table-column label="服务项目" align="left" width="220">
- <template #default="scope">
- <div class="service-tags-container">
- <span v-for="service in scope.row.services" :key="service" class="service-item-tag">
- {{ getServiceName(service) }}
- </span>
- </div>
- </template>
- </el-table-column>
- <!-- 资质认证 -->
- <el-table-column label="资质认证" align="center" width="100">
- <template #default="scope">
- <div class="auth-img-wrap">
- <el-image v-if="scope.row.businessLicenseUrl" :src="scope.row.businessLicenseUrl" class="auth-img" :preview-src-list="[scope.row.businessLicenseUrl]" preview-teleported />
- <span v-else class="text-placeholder">-</span>
- </div>
- </template>
- </el-table-column>
- <el-table-column label="所属站点" align="left" width="180">
- <template #default="scope">
- <div class="location-info">
- <div class="area-name">{{ getRegionNameBySite(scope.row.site) }}</div>
- <div class="station-name">
- <el-icon class="loc-icon"><Location /></el-icon>
- <span>{{ scope.row.siteName }}</span>
- </div>
- </div>
- </template>
- </el-table-column>
- <!-- 服务单 -->
- <el-table-column label="服务单" align="center" width="100">
- <template #default="scope">
- <span class="order-count">{{ scope.row.serviceOrder || 0 }}</span>
- </template>
- </el-table-column>
- <!-- 营业时间 -->
- <el-table-column label="营业时间" align="center" width="160">
- <template #default="scope">
- <div class="business-time-text">
- {{ formatTime(scope.row.startBusinessTime) }},{{ formatTime(scope.row.endBusinessTime) }}
- </div>
- </template>
- </el-table-column>
- <!-- 联系方式 -->
- <el-table-column label="联系方式" align="left" width="200">
- <template #default="scope">
- <div class="contact-card">
- <div class="contact-person">
- <el-icon><User /></el-icon>
- <span>{{ scope.row.contact }}</span>
- </div>
- <div class="contact-phone">
- <el-icon><Phone /></el-icon>
- <span class="phone-link">{{ scope.row.contactNumber }}</span>
- </div>
- </div>
- </template>
- </el-table-column>
- <!-- 门店地址 -->
- <el-table-column label="门店地址" align="left" min-width="250">
- <template #default="scope">
- <div class="address-text" :title="scope.row.detailAddress">{{ scope.row.detailAddress }}</div>
- </template>
- </el-table-column>
- <!-- 操作 -->
- <el-table-column label="操作" align="center" width="180" fixed="right">
- <template #default="scope">
- <div class="operation-links">
- <el-button v-hasPermi="['merchant:storeManagement:query']" link type="primary" @click="handleDetail(scope.row)">详情</el-button>
- <el-button v-hasPermi="['merchant:storeManagement:edit']" link type="primary" @click="handleUpdate(scope.row)">编辑</el-button>
- <el-dropdown trigger="hover" @command="(cmd: string) => handleCommand(cmd, scope.row)">
- <span class="more-link">
- 更多 <el-icon><ArrowDown /></el-icon>
- </span>
- <template #dropdown>
- <el-dropdown-menu>
- <el-dropdown-item v-if="checkPermi(['merchant:storeManagement:renew'])" command="renew">续期</el-dropdown-item>
- <el-dropdown-item v-if="scope.row.status === 1 && checkPermi(['merchant:storeManagement:disable'])" command="ban">禁用</el-dropdown-item>
- <el-dropdown-item v-if="scope.row.status === 3 && checkPermi(['merchant:storeManagement:enable'])" command="enable">启用</el-dropdown-item>
- </el-dropdown-menu>
- </template>
- </el-dropdown>
- </div>
- </template>
- </el-table-column>
- </el-table>
- <div class="pagination-footer">
- <pagination v-show="total > 0" :total="total" v-model:page="queryParams.pageNum"
- v-model:limit="queryParams.pageSize" @pagination="getList" />
- </div>
- </div>
- <!-- 添加或修改门店管理对话框 -->
- <el-dialog :title="dialog.title" v-model="dialog.visible" width="600px" append-to-body>
- <el-form ref="storeFormRef" :model="form" :rules="rules" label-width="120px">
- <el-form-item label="门店Logo" prop="logo">
- <image-upload v-model="form.logo" :limit="1" />
- </el-form-item>
- <el-form-item label="营业执照" prop="businessLicense">
- <image-upload v-model="form.businessLicense" :limit="1" />
- </el-form-item>
- <el-form-item label="门店名称" prop="name">
- <el-input v-model="form.name" placeholder="请输入门店名称" />
- </el-form-item>
- <el-form-item label="服务项目" prop="services">
- <el-checkbox-group v-model="form.services">
- <el-checkbox v-for="service in serviceList" :key="service.id" :label="service.id" border>
- {{ service.name }}
- </el-checkbox>
- </el-checkbox-group>
- </el-form-item>
- <el-form-item label="商户分类" prop="tenantCatergories">
- <PageSelect v-model="form.tenantCatergories"
- :options="processedTenantCategoriesOptions"
- :total="tenantCategoriesTotal" :pageSize="10" placeholder="请选择商户分类"
- @page-change="handleTenantCategoriesPageChange" @visible-change="handleTenantCategoriesVisibleChange" />
- </el-form-item>
- <el-form-item label="营业时间" prop="startBusinessTime">
- <el-row :gutter="10">
- <el-col :span="10">
- <el-time-picker clearable v-model="form.startBusinessTime" format="HH:mm" value-format="HH:mm" placeholder="开始时间"
- style="width: 100%">
- </el-time-picker>
- </el-col>
- <el-col :span="4" style="text-align: center; line-height: 40px">
- 至
- </el-col>
- <el-col :span="10">
- <el-time-picker clearable v-model="form.endBusinessTime" format="HH:mm" value-format="HH:mm" placeholder="结束时间"
- style="width: 100%">
- </el-time-picker>
- </el-col>
- </el-row>
- </el-form-item>
- <el-form-item label="联系人" prop="contact">
- <el-input v-model="form.contact" placeholder="请输入联系人" />
- </el-form-item>
- <el-form-item label="联系电话" prop="contactNumber">
- <el-input v-model="form.contactNumber" placeholder="请输入联系电话" />
- </el-form-item>
- <el-form-item label="有效期至" prop="validity">
- <el-date-picker clearable v-model="form.validity" type="date" value-format="YYYY-MM-DD" placeholder="请选择有效期至"
- style="width: 100%">
- </el-date-picker>
- </el-form-item>
- <el-form-item label="所属站点" prop="site">
- <el-cascader v-model="regionValue" :options="areaOptions"
- :props="{ value: 'id', label: 'name' }"
- placeholder="请选择所属站点" style="width: 100%"
- @change="handleAreaChange" />
- </el-form-item>
- <el-form-item label="详细地址">
- <el-row :gutter="10" style="margin-bottom: 10px">
- <el-col :span="24">
- <el-cascader v-model="addressCascaderValue" :options="regionData" placeholder="选择省市区"
- style="width: 100%" />
- </el-col>
- </el-row>
- <el-input v-model="form.detailAddress" type="textarea" placeholder="输入详细地址" rows="3" style="width: 100%" />
- </el-form-item>
- <el-form-item>
- <el-button type="primary" style="width: 100%" @click="getGeolocation">获取经纬度</el-button>
- </el-form-item>
- <el-row :gutter="10">
- <el-col :span="12">
- <el-form-item label="经度" prop="longitude">
- <el-input v-model="form.longitude" placeholder="请获取/输入位置经度" />
- </el-form-item>
- </el-col>
- <el-col :span="12">
- <el-form-item label="纬度" prop="latitude">
- <el-input v-model="form.latitude" placeholder="请获取/输入位置纬度" />
- </el-form-item>
- </el-col>
- </el-row>
- </el-form>
- <template #footer>
- <div class="dialog-footer">
- <el-button :loading="buttonLoading" type="primary" @click="submitForm">确 定</el-button>
- <el-button @click="cancel">取 消</el-button>
- </div>
- </template>
- </el-dialog>
- <!-- 门店详情对话框 -->
- <el-dialog :title="detailDialog.title" v-model="detailDialog.visible" width="800px" append-to-body>
- <el-tabs v-model="activeTab" style="padding: 0 10px;">
- <el-tab-pane label="基础信息" name="basic">
- <el-descriptions :column="2" border>
- <el-descriptions-item label="门店名称">{{ detailData.name }}</el-descriptions-item>
- <el-descriptions-item label="商户分类">{{ detailData.tenantCatergoriesName || '-' }}</el-descriptions-item>
- <el-descriptions-item label="所属品牌">{{ detailData.tenantName || '-' }}</el-descriptions-item>
- <el-descriptions-item label="营业时间">{{ formatTime(detailData.startBusinessTime) }} - {{ formatTime(detailData.endBusinessTime) }}</el-descriptions-item>
- <el-descriptions-item label="有效期至">{{ parseTime(detailData.validity, '{y}-{m}-{d}') }}</el-descriptions-item>
- <el-descriptions-item label="联系人">{{ detailData.contact }}</el-descriptions-item>
- <el-descriptions-item label="联系电话">{{ detailData.contactNumber }}</el-descriptions-item>
- <el-descriptions-item label="所属站点">{{ detailData.siteName }}</el-descriptions-item>
- <el-descriptions-item label="详细地址">{{ detailData.detailAddress }}</el-descriptions-item>
- <el-descriptions-item label="营业执照">
- <image-preview v-if="detailData.businessLicenseUrl" :src="detailData.businessLicenseUrl" :width="80" :height="60" />
- <span v-else>-</span>
- </el-descriptions-item>
- </el-descriptions>
- </el-tab-pane>
- <el-tab-pane label="服务订单记录" name="orders">
- <el-table :data="orderList" border style="width: 100%" v-loading="orderLoading">
- <el-table-column label="订单号" prop="code" min-width="150" />
- <el-table-column label="服务项目" prop="service" min-width="120">
- <template #default="scope">
- {{ getServiceName(scope.row.service) }}
- </template>
- </el-table-column>
- <el-table-column label="客户" prop="customer" min-width="100" />
- <el-table-column label="金额" prop="price" min-width="100">
- <template #default="scope">
- ¥ {{ (scope.row.price / 100).toFixed(2) }}
- </template>
- </el-table-column>
- <el-table-column label="下单时间" prop="createTime" min-width="160" />
- <el-table-column label="状态" align="center" width="100">
- <template #default="scope">
- <el-tag :type="getOrderStatusType(scope.row.status)" effect="plain" size="small">
- {{ getOrderStatusName(scope.row.status) }}
- </el-tag>
- </template>
- </el-table-column>
- </el-table>
- <pagination v-show="orderTotal > 0" :total="orderTotal" v-model:page="orderQueryParams.pageNum"
- v-model:limit="orderQueryParams.pageSize" @pagination="getOrderList" />
- </el-tab-pane>
- </el-tabs>
- <template #footer>
- <div class="dialog-footer">
- <el-button @click="detailDialog.visible = false">关 闭</el-button>
- </div>
- </template>
- </el-dialog>
- <!-- 门店续期对话框 -->
- <el-dialog title="门店续期" v-model="renewDialog.visible" width="400px" append-to-body>
- <el-form :model="renewForm" label-width="80px">
- <el-form-item label="到期日期" prop="to">
- <el-date-picker
- v-model="renewForm.to"
- type="datetime"
- placeholder="选择到期日期时间"
- value-format="YYYY-MM-DD HH:mm:ss"
- style="width: 100%"
- />
- </el-form-item>
- </el-form>
- <template #footer>
- <div class="dialog-footer">
- <el-button type="primary" @click="submitRenew">确 定</el-button>
- <el-button @click="renewDialog.visible = false">取 消</el-button>
- </div>
- </template>
- </el-dialog>
- </div>
- </template>
- <script setup name="Store" lang="ts">
- import { listStore, getStore, delStore, addStore, updateStore, listStoreStatus, renewStore, banStore, enableStore } from '@/api/system/store';
- import { StoreVO, StoreQuery, StoreForm, StoreStatusVO, SysStorePageBo, StoreRenewReq } from '@/api/system/store/types';
- import { listOnStore } from '@/api/system/tenant';
- import { listOnStore as listTenantCategoriesOnStore } from '@/api/system/tenantCategories';
- import { listAllService as listServiceOnStore } from '@/api/service/list';
- import { listSubOrderOnStore } from '@/api/order/subOrder';
- import { SubOrderStoreVO } from '@/api/order/subOrder/types';
- import { listAreaStation } from '@/api/system/areaStation';
- import { AreaStationVO } from '@/api/system/areaStation/types';
- import { regionData, codeToText, textToCode } from 'element-china-area-data';
- import PageSelect from '@/components/PageSelect/index.vue';
- import { useUserStore } from '@/store/modules/user';
- import { checkPermi } from '@/utils/permission';
- const userStore = useUserStore();
- const { proxy } = getCurrentInstance() as ComponentInternalInstance;
- const storeList = ref<StoreVO[]>([]);
- const buttonLoading = ref(false);
- const loading = ref(true);
- const showSearch = ref(true);
- const ids = ref<Array<string | number>>([]);
- const single = ref(true);
- const multiple = ref(true);
- const total = ref(0);
- const queryFormRef = ref<ElFormInstance>();
- const storeFormRef = ref<ElFormInstance>();
- const brandSelectRef = ref<any>(null);
- const searchRegionValue = ref<any[]>([]); // 搜索的区域值
- const searchSiteOptions = ref<any[]>([]); // 搜索的站点选项
- /** 处理搜索区域选择变化 */
- const handleSearchAreaChange = (value: any[]) => {
- if (value && value.length > 0) {
- const lastId = value[value.length - 1];
- const node = areaStationList.value.find(item => String(item.id) === String(lastId));
- if (node && String(node.type) === '2') {
- queryParams.value.station = lastId;
- queryParams.value.area = node.parentId;
- } else {
- queryParams.value.area = lastId;
- queryParams.value.station = undefined;
- }
- } else {
- queryParams.value.area = undefined;
- queryParams.value.station = undefined;
- }
- handleQuery();
- };
- // 新增的响应式变量
- const regionValue = ref<any[]>([]);
- const province = ref('');
- const city = ref('');
- const district = ref('');
- const addressCascaderValue = ref<any[]>([]); // 省市区级联选择器值
- const brandList = ref<any[]>([]); // 品牌列表
- const brandLoading = ref(false); // 品牌加载状态
- const currentPage = ref(1); // 当前页码
- const brandKeyword = ref(''); // 搜索关键词
- const brandSelectVisible = ref(false); // 品牌选择框可见状态
- const brandTotal = ref(0); // 品牌总数
- const serviceList = ref<any[]>([]); // 服务项目列表
- const statusList = ref<StoreStatusVO[]>([]); // 状态列表
- const tenantCategoriesList = ref<any[]>([]); // 商户分类列表
- const tenantCategoriesTotal = ref(0); // 商户分类总数
- const areaStationList = ref<AreaStationVO[]>([]); // 区域站点列表
- const areaOptions = ref<any[]>([]); // 所在区域树形选项
- const siteOptions = ref<any[]>([]); // 归属站点选项
- /** 处理商户分类回显逻辑 */
- const processedTenantCategoriesOptions = computed(() => {
- const options = tenantCategoriesList.value.map(item => ({ value: item.id, label: item.name }));
- if (form.value.tenantCatergories && form.value.tenantCatergoriesName) {
- const exists = options.some(opt => opt.value === form.value.tenantCatergories);
- if (!exists) {
- options.unshift({ value: form.value.tenantCatergories, label: form.value.tenantCatergoriesName });
- }
- }
- return options;
- });
- const dialog = reactive<DialogOption>({
- visible: false,
- title: ''
- });
- const detailDialog = reactive({
- visible: false,
- title: '门店详情'
- });
- const activeTab = ref('basic');
- const detailData = ref<any>({});
- const orderList = ref<SubOrderStoreVO[]>([]);
- const orderTotal = ref(0);
- const orderLoading = ref(false);
- const orderQueryParams = reactive({
- pageNum: 1,
- pageSize: 10,
- storeId: undefined as any
- });
- const getOrderList = async () => {
- if (!orderQueryParams.storeId) return;
- orderLoading.value = true;
- try {
- const res = await listSubOrderOnStore(orderQueryParams);
- orderList.value = res.rows;
- orderTotal.value = res.total;
- } finally {
- orderLoading.value = false;
- }
- };
- const getOrderStatusName = (status: number) => {
- const map: any = { 0: '待派单', 1: '待接单', 2: '待服务', 3: '服务中', 4: '已完成', 5: '已取消' };
- return map[status] || '未知';
- };
- const getOrderStatusType = (status: number) => {
- const map: any = { 0: 'info', 1: 'warning', 2: 'primary', 3: 'success', 4: 'success', 5: 'danger' };
- return map[status] || 'info';
- };
- const renewDialog = reactive({
- visible: false,
- title: '门店续期'
- });
- const renewForm = ref<StoreRenewReq>({
- id: undefined as any,
- to: ''
- });
- /** 续期按钮操作 */
- const handleRenew = (row: StoreVO) => {
- renewForm.value.id = row.id as any;
- renewForm.value.to = row.validity ? String(row.validity) : '';
- renewDialog.visible = true;
- };
- /** 提交续期 */
- const submitRenew = async () => {
- if (!renewForm.value.to) {
- proxy?.$modal.msgError("请选择日期");
- return;
- }
- await renewStore(renewForm.value);
- proxy?.$modal.msgSuccess("续期成功");
- renewDialog.visible = false;
- getList();
- };
- /** 禁用按钮操作 */
- const handleBan = async (row: StoreVO) => {
- await proxy?.$modal.confirm('确认禁用该门店吗?');
- await banStore({ id: row.id });
- proxy?.$modal.msgSuccess("禁用成功");
- getList();
- };
- /** 启用按钮操作 */
- const handleEnable = async (row: StoreVO) => {
- await proxy?.$modal.confirm('确认启用该门店吗?');
- await enableStore({ id: row.id });
- proxy?.$modal.msgSuccess("启用成功");
- getList();
- };
- /** 详情按钮操作 */
- const handleDetail = async (row: StoreVO) => {
- const res = await getStore(row.id);
- // 合并列表里的关联数据,以便能够展示名称等额外字段
- detailData.value = { ...row, ...res.data };
- activeTab.value = 'basic';
- orderQueryParams.storeId = row.id;
- orderQueryParams.pageNum = 1;
- getOrderList();
- detailDialog.visible = true;
- };
- const initFormData: StoreForm = {
- id: undefined,
- logo: undefined,
- businessLicense: undefined,
- name: undefined,
- tenantCatergories: undefined,
- tenantCatergoriesName: undefined,
- startBusinessTime: undefined,
- endBusinessTime: undefined,
- contact: undefined,
- contactNumber: undefined,
- validity: undefined,
- site: undefined,
- detailAddress: undefined,
- status: undefined,
- longitude: undefined,
- latitude: undefined,
- tenantId: undefined,
- services: [],
- regionId: undefined,
- areaCode: undefined,
- }
- const data = reactive<PageData<StoreForm, SysStorePageBo>>({
- form: { ...initFormData },
- queryParams: {
- pageNum: 1,
- pageSize: 10,
- storeOrContact: undefined,
- area: undefined,
- station: undefined,
- status: undefined,
- params: {
- }
- },
- rules: {
- id: [
- { required: true, message: "序号不能为空", trigger: "blur" }
- ],
- businessLicense: [
- { required: true, message: "营业执照不能为空", trigger: "blur" }
- ],
- name: [
- { required: true, message: "门店名称不能为空", trigger: "blur" }
- ],
- tenantCatergories: [
- { required: true, message: "商户分类不能为空", trigger: "change" }
- ],
- startBusinessTime: [
- { required: true, message: "开始营业时间不能为空", trigger: "blur" }
- ],
- endBusinessTime: [
- { required: true, message: "结束营业时间不能为空", trigger: "blur" }
- ],
- contact: [
- { required: true, message: "联系人不能为空", trigger: "blur" }
- ],
- contactNumber: [
- { required: true, message: "联系电话不能为空", trigger: "blur" }
- ],
- validity: [
- { required: true, message: "有效期至不能为空", trigger: "blur" }
- ],
- regionId: [
- { required: true, message: "所在区域不能为空", trigger: "change" }
- ],
- site: [
- { required: true, message: "归属站点不能为空", trigger: "change" }
- ],
- }
- });
- const { queryParams, form, rules } = toRefs(data);
- /** 统一处理下拉操作 */
- const handleCommand = (command: string, row: StoreVO) => {
- switch (command) {
- case 'renew':
- handleRenew(row);
- break;
- case 'ban':
- handleBan(row);
- break;
- case 'enable':
- handleEnable(row);
- break;
- }
- };
- /** 查询门店管理列表 */
- const getList = async () => {
- loading.value = true;
- const res = await listStore(queryParams.value);
- storeList.value = res.rows;
- total.value = res.total;
- loading.value = false;
- }
- /** 取消按钮 */
- const cancel = () => {
- reset();
- dialog.visible = false;
- }
- /** 表单重置 */
- const reset = () => {
- form.value = { ...initFormData };
- // 重置新增的变量
- regionValue.value = [];
- province.value = '';
- city.value = '';
- district.value = '';
- addressCascaderValue.value = [];
- storeFormRef.value?.resetFields();
- }
- /** 搜索按钮操作 */
- const handleQuery = () => {
- queryParams.value.pageNum = 1;
- getList();
- }
- /** 重置按钮操作 */
- const resetQuery = () => {
- searchRegionValue.value = [];
- searchSiteOptions.value = [];
- queryParams.value.storeOrContact = undefined;
- queryParams.value.area = undefined;
- queryParams.value.station = undefined;
- queryParams.value.status = undefined;
- handleQuery();
- }
- /** 多选框选中数据 */
- const handleSelectionChange = (selection: StoreVO[]) => {
- ids.value = selection.map(item => item.id);
- single.value = selection.length != 1;
- multiple.value = !selection.length;
- }
- /** 新增按钮操作 */
- const handleAdd = () => {
- const hasStation = areaStationList.value.some((item: any) => String(item.type) === '2');
- if (!hasStation) {
- proxy?.$modal.msgWarning("请先在区域站点中配置类型为“站点”的数据");
- return;
- }
- reset();
- if (userStore.tenantId) {
- form.value.tenantId = userStore.tenantId;
- }
- dialog.visible = true;
- dialog.title = "添加门店管理";
- }
- /** 修改按钮操作 */
- const handleUpdate = async (row?: StoreVO) => {
- reset();
- const _id = row?.id || ids.value[0]
- const res = await getStore(_id);
- Object.assign(form.value, res.data);
- // 确保数据加载完
- if (areaStationList.value.length === 0) {
- await getAreaStationList();
- }
- if (res.data.areaCode) {
- if (Array.isArray(res.data.areaCode)) {
- addressCascaderValue.value = res.data.areaCode.map(String);
- } else if (typeof res.data.areaCode === 'string') {
- addressCascaderValue.value = res.data.areaCode.split(',').map(String);
- }
- }
- if (res.data.site) {
- form.value.site = String(res.data.site);
- const path: any[] = [];
- let currentId = res.data.site;
- while (currentId && String(currentId) !== '0') {
- path.unshift(String(currentId));
- const node = areaStationList.value.find((item: any) => String(item.id) === String(currentId));
- if (node) {
- currentId = node.parentId;
- } else {
- break;
- }
- }
- regionValue.value = path;
-
- // 设置 regionId
- const siteData = areaStationList.value.find((item: any) => String(item.id) === String(res.data.site));
- if (siteData) {
- form.value.regionId = String(siteData.parentId);
- }
- }
- dialog.visible = true;
- dialog.title = "修改门店管理";
- }
- /** 提交按钮 */
- const submitForm = () => {
- storeFormRef.value?.validate(async (valid: boolean) => {
- if (valid) {
- buttonLoading.value = true;
- if (form.value.id) {
- await updateStore(form.value).finally(() => buttonLoading.value = false);
- } else {
- await addStore(form.value).finally(() => buttonLoading.value = false);
- }
- proxy?.$modal.msgSuccess("操作成功");
- dialog.visible = false;
- await getList();
- }
- });
- }
- /** 删除按钮操作 */
- const handleDelete = async (row?: StoreVO) => {
- const _ids = row?.id || ids.value;
- await proxy?.$modal.confirm('是否确认删除门店管理编号为"' + _ids + '"的数据项?').finally(() => loading.value = false);
- await delStore(_ids);
- proxy?.$modal.msgSuccess("删除成功");
- await getList();
- }
- /** 导出按钮操作 */
- const handleExport = () => {
- proxy?.download('system/store/export', {
- ...queryParams.value
- }, `store_${new Date().getTime()}.xlsx`)
- }
- /** 高德地图 Key 配置 */
- const amapKey = 'a30e76f457c14b6570925522be37565d';
- const securityJsCode = '531ae14ec1dff87e552e1ea51e848582';
- /** 动态加载高德地图脚本 */
- const loadAMapScript = (): Promise<any> => {
- // 设置安全密钥
- (window as any)._AMapSecurityConfig = {
- securityJsCode: securityJsCode,
- };
- return new Promise((resolve, reject) => {
- if ((window as any).AMap) {
- resolve((window as any).AMap);
- return;
- }
- const script = document.createElement('script');
- script.src = `https://webapi.amap.com/maps?v=2.0&key=${amapKey}`;
- script.onload = () => resolve((window as any).AMap);
- script.onerror = reject;
- document.head.appendChild(script);
- });
- };
- /** 根据详细地址使用高德地图 Geocoder 获取经纬度 */
- const getGeolocation = () => {
- // 拼接完整地址(省市区 + 详细地址)
- let areaText = '';
- if (addressCascaderValue.value && addressCascaderValue.value.length > 0) {
- areaText = addressCascaderValue.value.map((code: string) => codeToText[code] || '').join('');
- }
- const detailAddr = form.value.detailAddress || '';
- const fullAddress = (areaText + detailAddr).trim();
- if (!fullAddress) {
- proxy?.$modal.msgWarning('请先填写省市区和详细地址');
- return;
- }
- // 确保高德地图脚本已加载
- const doGeocode = () => {
- const AMap = (window as any).AMap;
- if (!AMap) {
- proxy?.$modal.msgError('高德地图脚本未加载,请稍后重试');
- return;
- }
- AMap.plugin('AMap.Geocoder', () => {
- const geocoder = new AMap.Geocoder();
- geocoder.getLocation(fullAddress, (status: string, result: any) => {
- if (status === 'complete' && result.info === 'OK') {
- const location = result.geocodes[0]?.location;
- if (location) {
- form.value.longitude = location.lng.toFixed(6);
- form.value.latitude = location.lat.toFixed(6);
- proxy?.$modal.msgSuccess('获取经纬度成功');
- } else {
- proxy?.$modal.msgError('未能解析到该地址的坐标,请检查地址是否准确');
- }
- } else {
- proxy?.$modal.msgError('地理编码失败:' + (result.info || status));
- }
- });
- });
- };
- if ((window as any).AMap) {
- doGeocode();
- } else {
- loadAMapScript().then(() => doGeocode()).catch(() => {
- proxy?.$modal.msgError('高德地图加载失败,请检查网络');
- });
- }
- };
- /** 获取品牌列表 */
- const getBrandList = async (pageNum = 1, keyword = '', append = false) => {
- brandLoading.value = true;
- // 确保参数格式正确,直接传递数字类型的pageNum
- const res = await listOnStore({ pageNum: pageNum, pageSize: 10 });
- if (res.code === 200) {
- if (append) {
- // 追加模式,用于分页加载
- brandList.value = [...brandList.value, ...res.rows];
- } else {
- // 替换模式,用于初始加载或搜索
- brandList.value = res.rows;
- }
- // 存储总数
- brandTotal.value = res.total || 0;
- console.log('总数', brandTotal.value);
- }
- brandLoading.value = false;
- };
- /** 获取服务项目列表 */
- const getServiceList = async () => {
- try {
- const res = await listServiceOnStore();
- // 转换数据格式,适配checkbox组件
- serviceList.value = res.data || res;
- } catch (error) {
- console.error('获取服务项目列表失败:', error);
- }
- };
- /** 获取区域站点列表 */
- const getAreaStationList = async () => {
- try {
- const res = await listAreaStation();
- const data = res.data || res;
- areaStationList.value = data;
- // 构建包含所有层级(区域和站点)的树
- areaOptions.value = buildSearchTree(data, 0);
- // 初始化站点数据为空
- siteOptions.value = [];
- } catch (error) {
- console.error('获取区域站点列表失败:', error);
- }
- };
- /** 构建搜索树形结构(包含站点) */
- const buildSearchTree = (data: any[], parentId: any): any[] => {
- return data
- .filter(item => String(item.parentId) === String(parentId))
- .map(item => {
- const children = buildSearchTree(data, item.id);
- const res: any = {
- id: item.id,
- name: item.name,
- };
- if (children && children.length > 0) {
- res.children = children;
- }
- return res;
- });
- };
- /** 构建树形结构 */
- const buildTree = (data: any[], parentId: any): any[] => {
- return data
- .filter(item => String(item.parentId) === String(parentId))
- .map(item => {
- const children = buildTree(data, item.id);
- return {
- value: String(item.id),
- label: item.name,
- children: children.length > 0 ? children : undefined
- };
- });
- };
- /** 处理所在区域选择变化 */
- const handleAreaChange = (value: any[]) => {
- if (value && value.length > 0) {
- const lastId = value[value.length - 1];
- form.value.site = lastId;
-
- // 找到当前选择节点的父节点作为 regionId (如果需要)
- const node = areaStationList.value.find(item => String(item.id) === String(lastId));
- if (node) {
- form.value.regionId = String(node.parentId);
- }
- } else {
- form.value.site = undefined;
- form.value.regionId = undefined;
- }
- };
- /** 获取商户分类列表 */
- const getTenantCategoriesList = async (pageNum = 1) => {
- try {
- const res = await listTenantCategoriesOnStore({ pageNum, pageSize: 10 });
- if (res.code === 200) {
- tenantCategoriesList.value = res.rows;
- tenantCategoriesTotal.value = res.total || 0;
- }
- } catch (error) {
- console.error('获取商户分类列表失败:', error);
- }
- };
- /** 处理品牌页面切换 */
- const handleBrandPageChange = (page: number) => {
- // 确保page是数字类型
- const pageNum = Number(page);
- currentPage.value = pageNum;
- getBrandList(pageNum, brandKeyword.value, false);
- };
- /** 处理商户分类分页 */
- const handleTenantCategoriesPageChange = (page: number) => {
- // 确保page是数字类型
- const pageNum = Number(page);
- getTenantCategoriesList(pageNum);
- };
- /** 处理商户分类选择框可见性变化 */
- const handleTenantCategoriesVisibleChange = (visible: boolean) => {
- if (visible) {
- getTenantCategoriesList(1);
- }
- };
- /** 远程搜索方法 */
- const remoteMethod = (query: string) => {
- brandKeyword.value = query;
- currentPage.value = 1;
- getBrandList(1, query, false);
- };
- /** 处理品牌选择框显示状态变化 */
- const handleBrandSelectVisibleChange = (visible: boolean) => {
- brandSelectVisible.value = visible;
- if (visible) {
- // 选择框显示时,重置页码并重新加载数据
- currentPage.value = 1;
- getBrandList(1, brandKeyword.value, false);
- }
- };
- // 监听省市区选择变化,不追加到详细地址,直接存储到区域编码中
- watch(
- addressCascaderValue,
- (newValue) => {
- if (newValue && newValue.length > 0) {
- form.value.areaCode = newValue.join(',');
- } else {
- form.value.areaCode = undefined;
- }
- },
- { deep: true }
- );
- /** 获取服务项目名称 */
- const getServiceName = (serviceId: number): string => {
- const service = serviceList.value.find(item => item.id === serviceId);
- return service ? service.name : String(serviceId);
- };
- /** 根据站点ID获取区域全称(向上遍历树形关系) */
- const getRegionNameBySite = (siteId: string | number): string => {
- if (!siteId || areaStationList.value.length === 0) return '未知区域';
- const site = areaStationList.value.find((item: any) => String(item.id) === String(siteId));
- if (!site) return '未知区域';
- let parentNames: string[] = [];
- let currentParentId = site.parentId;
- // 向上遍历直到父级ID为0或没找到父级
- while (currentParentId && String(currentParentId) !== '0') {
- const parent = areaStationList.value.find((item: any) => String(item.id) === String(currentParentId));
- if (parent) {
- parentNames.unshift(parent.name);
- currentParentId = parent.parentId;
- } else {
- break;
- }
- }
- return parentNames.length > 0 ? parentNames.join('/') : '未知区域';
- };
- /** 获取状态列表 */
- const getStatusList = async () => {
- try {
- const res: any = await listStoreStatus();
- // 兼容可能的不同响应体结构
- statusList.value = res.data || res.rows || res;
- } catch (error) {
- console.error('获取状态列表失败:', error);
- }
- };
- /** 格式化时间为时分 */
- const formatTime = (time: string | number): string => {
- if (!time) return '';
- // 处理时间戳或日期字符串
- const date = new Date(time);
- // 检查是否是有效日期
- if (isNaN(date.getTime())) return '';
- // 格式化为 HH:mm
- const hours = date.getHours().toString().padStart(2, '0');
- const minutes = date.getMinutes().toString().padStart(2, '0');
- return `${hours}:${minutes}`;
- };
- onMounted(() => {
- getList();
- getBrandList();
- getServiceList();
- getAreaStationList();
- getStatusList();
- // 提前加载高德地图脚本,加快首次地理编码速度
- loadAMapScript().catch(() => {
- console.warn('高德地图预加载失败,将在首次使用时重试');
- });
- });
- </script>
- <style scoped>
- .page-container {
- padding: 20px;
- background-color: #f5f7fa;
- min-height: calc(100vh - 84px);
- }
- /* 顶部搜索栏 */
- .search-header-flex {
- display: flex;
- justify-content: space-between;
- align-items: center;
- background-color: #fff;
- padding: 16px 24px;
- border-radius: 8px;
- box-shadow: 0 1px 4px rgba(0,21,41,.04);
- }
- .page-title {
- font-size: 18px;
- font-weight: 600;
- color: #303133;
- }
- .search-actions {
- display: flex;
- gap: 12px;
- align-items: center;
- }
- .search-input {
- width: 240px;
- }
- .filter-cascader {
- width: 420px;
- }
- .filter-select {
- width: 150px;
- }
- .filter-select-mini {
- width: 100px;
- }
- .add-btn {
- background-color: #409eff;
- border-color: #409eff;
- padding: 8px 20px;
- font-weight: 500;
- border-radius: 6px;
- }
- /* 表格卡片 */
- .table-card {
- background-color: #fff;
- border-radius: 8px;
- padding: 10px;
- box-shadow: 0 1px 4px rgba(0,21,41,.04);
- }
- .custom-table {
- width: 100%;
- }
- /* 门店信息列 */
- .store-info-box {
- display: flex;
- align-items: center;
- gap: 12px;
- }
- .store-logo-wrap {
- width: 48px;
- height: 48px;
- border-radius: 6px;
- overflow: hidden;
- border: 1px solid #f0f0f0;
- flex-shrink: 0;
- }
- .store-logo-img {
- width: 100%;
- height: 100%;
- }
- .store-text-details {
- display: flex;
- flex-direction: column;
- gap: 4px;
- }
- .store-name-title {
- font-size: 14px;
- font-weight: 600;
- color: #303133;
- }
- .store-tag-row {
- display: flex;
- gap: 6px;
- }
- .tag-brand {
- font-size: 11px;
- color: #e6a23c;
- background-color: #fdf6ec;
- padding: 1px 6px;
- border-radius: 4px;
- }
- .tag-category {
- font-size: 11px;
- color: #67c23a;
- background-color: #f0f9eb;
- padding: 1px 6px;
- border-radius: 4px;
- }
- /* 服务项目列 */
- .service-tags-container {
- display: flex;
- flex-wrap: wrap;
- gap: 6px;
- }
- .service-item-tag {
- font-size: 12px;
- color: #409eff;
- background-color: #ecf5ff;
- padding: 2px 8px;
- border-radius: 4px;
- }
- /* 资质列 */
- .auth-img-wrap {
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .auth-img {
- width: 40px;
- height: 40px;
- border-radius: 4px;
- border: 1px solid #f0f0f0;
- cursor: pointer;
- }
- .text-placeholder {
- color: #c0c4cc;
- }
- /* 区域/站点列 */
- .location-info {
- display: flex;
- flex-direction: column;
- gap: 4px;
- }
- .area-name {
- font-size: 13px;
- color: #303133;
- }
- .station-name {
- display: flex;
- align-items: center;
- gap: 4px;
- font-size: 12px;
- color: #909399;
- }
- .loc-icon {
- font-size: 14px;
- }
- /* 服务单列 */
- .order-count {
- font-size: 14px;
- color: #606266;
- font-weight: 500;
- }
- /* 营业时间列 */
- .business-time-text {
- font-size: 13px;
- color: #606266;
- }
- /* 联系方式列 */
- .contact-card {
- display: flex;
- flex-direction: column;
- gap: 6px;
- }
- .contact-person, .contact-phone {
- display: flex;
- align-items: center;
- gap: 8px;
- font-size: 13px;
- color: #606266;
- }
- .phone-link {
- color: #409eff;
- font-weight: 500;
- }
- /* 门店地址列 */
- .address-text {
- font-size: 13px;
- color: #606266;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- /* 操作列 */
- .operation-links {
- display: flex;
- justify-content: center;
- align-items: center;
- gap: 12px;
- }
- .more-link {
- color: #409eff;
- cursor: pointer;
- font-size: 14px;
- display: flex;
- align-items: center;
- gap: 4px;
- }
- .more-link:hover {
- text-decoration: underline;
- }
- /* 分页 */
- .pagination-footer {
- margin-top: 20px;
- display: flex;
- justify-content: flex-end;
- }
- .image-slot {
- display: flex;
- justify-content: center;
- align-items: center;
- width: 100%;
- height: 100%;
- background: #f5f7fa;
- color: #a8abb2;
- }
- </style>
|