2025-03-13 13:42:37 +08:00
|
|
|
<template>
|
|
|
|
<div class="p-2">
|
|
|
|
<!--查询区域-->
|
|
|
|
<div class="jeecg-basic-table-form-container">
|
2025-03-14 08:33:58 +08:00
|
|
|
<a-form ref="formRef" @keyup.enter.native="searchQuery" :model="queryParam" :label-col="labelCol"
|
|
|
|
:wrapper-col="wrapperCol">
|
2025-03-13 13:42:37 +08:00
|
|
|
<a-row :gutter="24">
|
|
|
|
<a-col :lg="6">
|
|
|
|
<a-form-item name="categoryId">
|
2025-03-17 13:55:31 +08:00
|
|
|
<template #label><span title="服务类别">服务类别</span></template>
|
|
|
|
<j-dict-select-tag type="list" v-model:value="queryParam.categoryId"
|
2025-03-19 09:47:28 +08:00
|
|
|
:dictCode="`config_service_category,category_name,id,del_flag = 0 order by sort asc`"
|
2025-03-19 10:58:26 +08:00
|
|
|
:ignoreDisabled="true" placeholder="请选择服务类别" allow-clear />
|
2025-03-13 13:42:37 +08:00
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
<a-col :lg="6">
|
|
|
|
<a-form-item name="typeId">
|
2025-03-17 16:55:00 +08:00
|
|
|
<template #label><span title="服务类型">服务类型</span></template>
|
2025-03-17 13:55:31 +08:00
|
|
|
<j-dict-select-tag type="list" v-model:value="queryParam.typeId"
|
2025-03-19 09:47:28 +08:00
|
|
|
:dictCode="`config_service_type,type_name,id,del_flag = 0 order by sort asc`" placeholder="请选择服务类型"
|
2025-03-19 10:58:26 +08:00
|
|
|
:ignoreDisabled="true" allowClear />
|
2025-03-13 13:42:37 +08:00
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
2025-03-19 16:53:19 +08:00
|
|
|
<!-- <template v-if="toggleSearchStatus"> -->
|
|
|
|
<a-col :lg="6">
|
|
|
|
<a-form-item name="directiveName">
|
|
|
|
<template #label><span title="服务指令">服务指令</span></template>
|
|
|
|
<JInput v-model:value="queryParam.directiveName" placeholder="请输入服务指令名称" allowClear />
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
<a-col :lg="6">
|
|
|
|
<a-form-item name="instructionTagId">
|
|
|
|
<template #label><span title="分类标签">分类标签</span></template>
|
|
|
|
<j-dict-select-tag v-model:value="queryParam.instructionTagId" dictCode="instruction_tag"
|
|
|
|
:ignoreDisabled="true" placeholder="请选分类标签" allowClear />
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
<!-- <a-col :lg="6">
|
2025-03-13 13:42:37 +08:00
|
|
|
<a-form-item name="tollPrice">
|
|
|
|
<template #label><span title="收费价格">收费价格</span></template>
|
|
|
|
<JRangeNumber v-model:value="queryParam.tollPrice" class="query-group-cust"></JRangeNumber>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
<a-col :lg="6">
|
|
|
|
<a-form-item name="comPrice">
|
|
|
|
<template #label><span title="提成价格">提成价格</span></template>
|
|
|
|
<JRangeNumber v-model:value="queryParam.comPrice" class="query-group-cust"></JRangeNumber>
|
|
|
|
</a-form-item>
|
2025-03-17 13:55:31 +08:00
|
|
|
</a-col> -->
|
2025-03-19 16:53:19 +08:00
|
|
|
<a-col :lg="6">
|
|
|
|
<a-form-item name="izReimbursement">
|
|
|
|
<template #label><span title="医保报销">医保报销</span></template>
|
|
|
|
<j-dict-select-tag type='list' v-model:value="queryParam.izReimbursement" dictCode="med_ins_reimb"
|
|
|
|
:ignoreDisabled="true" placeholder="请选择医保报销" allowClear />
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
<a-col :lg="6">
|
|
|
|
<a-form-item name="izPreferential">
|
|
|
|
<template #label><span title="机构优惠">机构优惠</span></template>
|
|
|
|
<j-dict-select-tag type='list' v-model:value="queryParam.izPreferential" dictCode="institutional_discount"
|
|
|
|
:ignoreDisabled="true" placeholder="请选择机构优惠" allowClear />
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
<!-- <a-col :lg="6">
|
|
|
|
<a-form-item name="chargingFrequency">
|
|
|
|
<template #label><span title="收费频次">收费频次</span></template>
|
|
|
|
<j-dict-select-tag type="list" v-model:value="queryParam.chargingFrequency" dictCode="billing_frequency"
|
|
|
|
:ignoreDisabled="true" placeholder="请选择收费频次" allowClear />
|
|
|
|
</a-form-item>
|
|
|
|
</a-col> -->
|
|
|
|
<!-- <a-col :lg="6">
|
|
|
|
<a-form-item name="cycleType">
|
|
|
|
<template #label><span title="周期类型">周期类型</span></template>
|
|
|
|
<j-dict-select-tag type="list" v-model:value="queryParam.cycleType" dictCode="period_type"
|
|
|
|
:ignoreDisabled="true" placeholder="请选择周期类型" allowClear />
|
|
|
|
</a-form-item>
|
|
|
|
</a-col> -->
|
|
|
|
<a-col :lg="6">
|
|
|
|
<a-form-item name="izEnabled">
|
|
|
|
<template #label><span title="是否启用">是否启用</span></template>
|
|
|
|
<j-dict-select-tag type='list' v-model:value="queryParam.izEnabled" dictCode="iz_enabled"
|
|
|
|
:ignoreDisabled="true" placeholder="请选择是否启用" allowClear />
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
<!-- </template> -->
|
2025-03-13 13:42:37 +08:00
|
|
|
<a-col :xl="6" :lg="7" :md="8" :sm="24">
|
|
|
|
<span style="float: left; overflow: hidden" class="table-page-search-submitButtons">
|
|
|
|
<a-col :lg="6">
|
|
|
|
<a-button type="primary" preIcon="ant-design:search-outlined" @click="searchQuery">查询</a-button>
|
2025-03-14 08:33:58 +08:00
|
|
|
<a-button type="primary" preIcon="ant-design:reload-outlined" @click="searchReset"
|
|
|
|
style="margin-left: 8px">重置</a-button>
|
2025-03-19 16:53:19 +08:00
|
|
|
<!-- <a @click="toggleSearchStatus = !toggleSearchStatus" style="margin-left: 8px">
|
2025-03-13 13:42:37 +08:00
|
|
|
{{ toggleSearchStatus ? '收起' : '展开' }}
|
|
|
|
<Icon :icon="toggleSearchStatus ? 'ant-design:up-outlined' : 'ant-design:down-outlined'" />
|
2025-03-19 16:53:19 +08:00
|
|
|
</a> -->
|
2025-03-13 13:42:37 +08:00
|
|
|
</a-col>
|
|
|
|
</span>
|
|
|
|
</a-col>
|
|
|
|
</a-row>
|
|
|
|
</a-form>
|
|
|
|
</div>
|
|
|
|
<!--引用表格-->
|
2025-03-19 16:53:19 +08:00
|
|
|
<BasicTable @register="registerTable">
|
2025-03-13 13:42:37 +08:00
|
|
|
<!--插槽:table标题-->
|
|
|
|
<template #tableTitle>
|
2025-03-14 08:33:58 +08:00
|
|
|
<a-button type="primary" v-auth="'serviceDirective:config_service_directive:add'" @click="handleCategory"
|
2025-03-17 16:55:00 +08:00
|
|
|
preIcon="tabler:settings">配置服务类别</a-button>
|
2025-03-14 08:33:58 +08:00
|
|
|
<a-button type="primary" v-auth="'serviceDirective:config_service_directive:add'" @click="handleType"
|
2025-03-17 16:55:00 +08:00
|
|
|
preIcon="tabler:settings">配置服务类型</a-button>
|
2025-03-19 09:47:28 +08:00
|
|
|
<a-button type="primary" v-auth="'serviceDirective:config_service_directive:add'" @click="handleTag"
|
2025-03-17 16:55:00 +08:00
|
|
|
preIcon="tabler:settings">配置指令标签</a-button>
|
2025-03-14 08:33:58 +08:00
|
|
|
<a-button type="primary" v-auth="'serviceDirective:config_service_directive:add'" @click="handleAdd"
|
2025-03-17 16:55:00 +08:00
|
|
|
preIcon="ant-design:plus-outlined">新增</a-button>
|
2025-03-17 13:55:31 +08:00
|
|
|
<!-- <a-button type="primary" v-auth="'serviceDirective:config_service_directive:exportXls'"
|
2025-03-14 08:33:58 +08:00
|
|
|
preIcon="ant-design:export-outlined" @click="onExportXls"> 导出</a-button>
|
|
|
|
<j-upload-button type="primary" v-auth="'serviceDirective:config_service_directive:importExcel'"
|
2025-03-17 13:55:31 +08:00
|
|
|
preIcon="ant-design:import-outlined" @click="onImportXls">导入</j-upload-button> -->
|
2025-03-19 16:53:19 +08:00
|
|
|
<!-- <a-dropdown v-if="selectedRowKeys.length > 0">
|
2025-03-13 13:42:37 +08:00
|
|
|
<template #overlay>
|
|
|
|
<a-menu>
|
|
|
|
<a-menu-item key="1" @click="batchHandleDelete">
|
|
|
|
<Icon icon="ant-design:delete-outlined"></Icon>
|
|
|
|
删除
|
|
|
|
</a-menu-item>
|
|
|
|
</a-menu>
|
|
|
|
</template>
|
2025-03-19 16:53:19 +08:00
|
|
|
<a-button v-auth="'serviceDirective:config_service_directive:deleteBatch'">批量操作
|
|
|
|
<Icon icon="mdi:chevron-down"></Icon>
|
|
|
|
</a-button>
|
|
|
|
</a-dropdown> -->
|
2025-03-13 13:42:37 +08:00
|
|
|
<!-- 高级查询 -->
|
2025-03-17 13:55:31 +08:00
|
|
|
<!-- <super-query :config="superQueryConfig" @search="handleSuperQuery" /> -->
|
2025-03-13 13:42:37 +08:00
|
|
|
</template>
|
|
|
|
<!--操作栏-->
|
|
|
|
<template #action="{ record }">
|
2025-03-14 08:33:58 +08:00
|
|
|
<TableAction :actions="getTableAction(record)" :dropDownActions="getDropDownAction(record)" />
|
2025-03-13 13:42:37 +08:00
|
|
|
</template>
|
|
|
|
<template v-slot:bodyCell="{ column, record, index, text }">
|
2025-03-14 08:33:58 +08:00
|
|
|
<template v-if="column.dataIndex === 'mp3File'">
|
2025-03-13 13:42:37 +08:00
|
|
|
<span v-if="!text" style="font-size: 12px;font-style: italic;">无文件</span>
|
2025-03-19 16:53:19 +08:00
|
|
|
<audio controls v-else style="width: 100%; max-width: 300px; height: 40px;">
|
|
|
|
<source :src="getFileAccessHttpUrl(text)">
|
|
|
|
</audio>
|
2025-03-13 13:42:37 +08:00
|
|
|
</template>
|
2025-03-14 08:33:58 +08:00
|
|
|
<template v-if="column.dataIndex === 'mp4File'">
|
2025-03-13 13:42:37 +08:00
|
|
|
<span v-if="!text" style="font-size: 12px;font-style: italic;">无文件</span>
|
2025-03-19 16:53:19 +08:00
|
|
|
<video controls v-else style="width: 100%; max-width: 400px; height: 200px;">
|
|
|
|
<source :src="getFileAccessHttpUrl(text)">
|
|
|
|
</video>
|
2025-03-13 13:42:37 +08:00
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</BasicTable>
|
|
|
|
<!-- 表单区域 -->
|
|
|
|
<ConfigServiceDirectiveModal ref="registerModal" @success="handleSuccess"></ConfigServiceDirectiveModal>
|
|
|
|
</div>
|
2025-03-14 08:33:58 +08:00
|
|
|
|
|
|
|
<!-- 服务类别 -->
|
|
|
|
<a-drawer title="服务类别" width="60vw" :open="categoryOpen" @close="onCategoryClose">
|
|
|
|
<template #footer>
|
|
|
|
<a-button type="primary" @click="onCategoryClose" style="float: right;">关闭</a-button>
|
|
|
|
</template>
|
|
|
|
<ConfigServiceCategoryList v-if="categoryOpen"></ConfigServiceCategoryList>
|
|
|
|
</a-drawer>
|
|
|
|
|
|
|
|
<!-- 服务类型 -->
|
|
|
|
<a-drawer title="服务类型" width="60vw" :open="typeOpen" @close="onTypeClose">
|
|
|
|
<template #footer>
|
|
|
|
<a-button type="primary" @click="onTypeClose" style="float: right;">关闭</a-button>
|
|
|
|
</template>
|
|
|
|
<ConfigServiceTypeList v-if="typeOpen"></ConfigServiceTypeList>
|
|
|
|
</a-drawer>
|
2025-03-17 16:55:00 +08:00
|
|
|
|
|
|
|
<!-- 指令标签 -->
|
|
|
|
<a-drawer title="指令标签" width="60vw" :open="tagOpen" @close="onTagClose">
|
|
|
|
<template #footer>
|
|
|
|
<a-button type="primary" @click="onTagClose" style="float: right;">关闭</a-button>
|
|
|
|
</template>
|
|
|
|
<DirectiveTagList v-if="tagOpen"></DirectiveTagList>
|
|
|
|
</a-drawer>
|
2025-03-13 13:42:37 +08:00
|
|
|
</template>
|
|
|
|
|
|
|
|
<script lang="ts" name="serviceDirective-configServiceDirective" setup>
|
2025-03-14 08:33:58 +08:00
|
|
|
import { ref, reactive } from 'vue';
|
|
|
|
import { BasicTable, useTable, TableAction } from '/@/components/Table';
|
|
|
|
import { useListPage } from '/@/hooks/system/useListPage';
|
|
|
|
import { columns, superQuerySchema } from './ConfigServiceDirective.data';
|
|
|
|
import { list, deleteOne, batchDelete, getImportUrl, getExportUrl } from './ConfigServiceDirective.api';
|
|
|
|
import { downloadFile } from '/@/utils/common/renderUtils';
|
|
|
|
import ConfigServiceDirectiveModal from './components/ConfigServiceDirectiveModal.vue'
|
|
|
|
import { useUserStore } from '/@/store/modules/user';
|
|
|
|
import JRangeNumber from "/@/components/Form/src/jeecg/components/JRangeNumber.vue";
|
|
|
|
import JInput from "/@/components/Form/src/jeecg/components/JInput.vue";
|
2025-03-17 16:55:00 +08:00
|
|
|
import JDictSelectTag from '/@/components/Form/src/jeecg/components/JDictSelectTag.vue';
|
2025-03-14 08:33:58 +08:00
|
|
|
import { cloneDeep } from "lodash-es";
|
|
|
|
import ConfigServiceCategoryList from '../serviceCategory/ConfigServiceCategoryList.vue';
|
|
|
|
import ConfigServiceTypeList from '../serviceType/ConfigServiceTypeList.vue';
|
2025-03-17 16:55:00 +08:00
|
|
|
import DirectiveTagList from '../directiveTag/DirectiveTagList.vue';
|
2025-03-19 16:53:19 +08:00
|
|
|
import { getFileAccessHttpUrl } from '/@/utils/common/compUtils';
|
2025-03-14 08:33:58 +08:00
|
|
|
|
|
|
|
const formRef = ref();
|
|
|
|
const queryParam = reactive<any>({});
|
|
|
|
const toggleSearchStatus = ref<boolean>(false);
|
|
|
|
const registerModal = ref();
|
|
|
|
const userStore = useUserStore();
|
|
|
|
//注册table数据
|
|
|
|
const { prefixCls, tableContext, onExportXls, onImportXls } = useListPage({
|
|
|
|
tableProps: {
|
|
|
|
title: '服务指令',
|
|
|
|
api: list,
|
|
|
|
columns,
|
|
|
|
canResize: false,
|
|
|
|
useSearchForm: false,
|
2025-03-19 16:53:19 +08:00
|
|
|
showIndexColumn: true,
|
2025-03-14 08:33:58 +08:00
|
|
|
actionColumn: {
|
2025-03-19 09:47:28 +08:00
|
|
|
width: 160,
|
2025-03-14 08:33:58 +08:00
|
|
|
fixed: 'right',
|
2025-03-13 13:42:37 +08:00
|
|
|
},
|
2025-03-14 08:33:58 +08:00
|
|
|
beforeFetch: async (params) => {
|
2025-03-17 13:55:31 +08:00
|
|
|
params.column = 'categoryId,typeId,instructionTagId'
|
|
|
|
params.order = 'asc,asc,asc'
|
2025-03-14 08:33:58 +08:00
|
|
|
let rangerQuery = await setRangeQuery();
|
|
|
|
return Object.assign(params, rangerQuery);
|
2025-03-13 13:42:37 +08:00
|
|
|
},
|
2025-03-14 08:33:58 +08:00
|
|
|
},
|
|
|
|
exportConfig: {
|
|
|
|
name: "服务指令",
|
|
|
|
url: getExportUrl,
|
|
|
|
params: queryParam,
|
|
|
|
},
|
|
|
|
importConfig: {
|
|
|
|
url: getImportUrl,
|
|
|
|
success: handleSuccess
|
|
|
|
},
|
|
|
|
});
|
|
|
|
const [registerTable, { reload, collapseAll, updateTableDataRecord, findTableDataRecord, getDataSource }, { rowSelection, selectedRowKeys }] = tableContext;
|
|
|
|
const labelCol = reactive({
|
|
|
|
xs: 24,
|
|
|
|
sm: 4,
|
|
|
|
xl: 6,
|
|
|
|
xxl: 4
|
|
|
|
});
|
|
|
|
const wrapperCol = reactive({
|
|
|
|
xs: 24,
|
|
|
|
sm: 20,
|
|
|
|
});
|
|
|
|
|
|
|
|
// 高级查询配置
|
|
|
|
const superQueryConfig = reactive(superQuerySchema);
|
|
|
|
|
|
|
|
const categoryOpen = ref(false)//服务类别抽屉
|
|
|
|
const typeOpen = ref(false)//服务类型抽屉
|
2025-03-19 09:47:28 +08:00
|
|
|
const tagOpen = ref(false)//指令标签抽屉
|
2025-03-14 08:33:58 +08:00
|
|
|
|
|
|
|
/**
|
|
|
|
* 高级查询事件
|
|
|
|
*/
|
|
|
|
function handleSuperQuery(params) {
|
|
|
|
Object.keys(params).map((k) => {
|
|
|
|
queryParam[k] = params[k];
|
2025-03-13 13:42:37 +08:00
|
|
|
});
|
2025-03-14 08:33:58 +08:00
|
|
|
searchQuery();
|
|
|
|
}
|
2025-03-13 13:42:37 +08:00
|
|
|
|
2025-03-14 08:33:58 +08:00
|
|
|
/**
|
|
|
|
* 新增事件
|
|
|
|
*/
|
|
|
|
function handleAdd() {
|
|
|
|
registerModal.value.disableSubmit = false;
|
|
|
|
registerModal.value.add();
|
|
|
|
}
|
2025-03-13 13:42:37 +08:00
|
|
|
|
2025-03-14 08:33:58 +08:00
|
|
|
/**
|
|
|
|
* 编辑事件
|
|
|
|
*/
|
|
|
|
function handleEdit(record: Recordable) {
|
|
|
|
registerModal.value.disableSubmit = false;
|
|
|
|
registerModal.value.edit(record);
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* 详情
|
|
|
|
*/
|
|
|
|
function handleDetail(record: Recordable) {
|
|
|
|
registerModal.value.disableSubmit = true;
|
|
|
|
registerModal.value.edit(record);
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* 删除事件
|
|
|
|
*/
|
|
|
|
async function handleDelete(record) {
|
|
|
|
await deleteOne({ id: record.id }, handleSuccess);
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* 批量删除事件
|
|
|
|
*/
|
|
|
|
async function batchHandleDelete() {
|
|
|
|
await batchDelete({ ids: selectedRowKeys.value }, handleSuccess);
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* 成功回调
|
|
|
|
*/
|
|
|
|
function handleSuccess() {
|
|
|
|
(selectedRowKeys.value = []) && reload();
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* 操作栏
|
|
|
|
*/
|
|
|
|
function getTableAction(record) {
|
|
|
|
return [
|
|
|
|
{
|
|
|
|
label: '编辑',
|
|
|
|
onClick: handleEdit.bind(null, record),
|
|
|
|
auth: 'serviceDirective:config_service_directive:edit'
|
2025-03-19 09:47:28 +08:00
|
|
|
}, {
|
2025-03-14 08:33:58 +08:00
|
|
|
label: '详情',
|
|
|
|
onClick: handleDetail.bind(null, record),
|
|
|
|
}, {
|
|
|
|
label: '删除',
|
|
|
|
popConfirm: {
|
|
|
|
title: '是否确认删除',
|
|
|
|
confirm: handleDelete.bind(null, record),
|
|
|
|
placement: 'topLeft',
|
2025-03-13 13:42:37 +08:00
|
|
|
},
|
2025-03-14 08:33:58 +08:00
|
|
|
auth: 'serviceDirective:config_service_directive:delete'
|
|
|
|
}
|
2025-03-19 09:47:28 +08:00
|
|
|
];
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* 下拉操作栏
|
|
|
|
*/
|
|
|
|
function getDropDownAction(record) {
|
|
|
|
return [
|
|
|
|
|
2025-03-14 08:33:58 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* 查询
|
|
|
|
*/
|
|
|
|
function searchQuery() {
|
|
|
|
reload();
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* 重置
|
|
|
|
*/
|
|
|
|
function searchReset() {
|
|
|
|
formRef.value.resetFields();
|
|
|
|
selectedRowKeys.value = [];
|
|
|
|
//刷新数据
|
|
|
|
reload();
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
let rangeField = 'tollPrice,comPrice,'
|
|
|
|
|
|
|
|
/**
|
|
|
|
* 设置范围查询条件
|
|
|
|
*/
|
|
|
|
async function setRangeQuery() {
|
|
|
|
let queryParamClone = cloneDeep(queryParam);
|
|
|
|
if (rangeField) {
|
|
|
|
let fieldsValue = rangeField.split(',');
|
|
|
|
fieldsValue.forEach(item => {
|
|
|
|
if (queryParamClone[item]) {
|
|
|
|
let range = queryParamClone[item];
|
|
|
|
queryParamClone[item + '_begin'] = range[0];
|
|
|
|
queryParamClone[item + '_end'] = range[1];
|
|
|
|
delete queryParamClone[item];
|
|
|
|
} else {
|
|
|
|
queryParamClone[item + '_begin'] = '';
|
|
|
|
queryParamClone[item + '_end'] = '';
|
2025-03-13 13:42:37 +08:00
|
|
|
}
|
2025-03-14 08:33:58 +08:00
|
|
|
})
|
2025-03-13 13:42:37 +08:00
|
|
|
}
|
2025-03-14 08:33:58 +08:00
|
|
|
return queryParamClone;
|
|
|
|
}
|
|
|
|
|
|
|
|
//服务类别抽屉打开
|
|
|
|
function handleCategory() {
|
|
|
|
categoryOpen.value = true
|
|
|
|
}
|
|
|
|
//服务类型抽屉打开
|
|
|
|
function handleType() {
|
|
|
|
typeOpen.value = true
|
|
|
|
}
|
2025-03-17 16:55:00 +08:00
|
|
|
//指令标签抽屉打开
|
|
|
|
function handleTag() {
|
|
|
|
tagOpen.value = true
|
|
|
|
}
|
2025-03-14 08:33:58 +08:00
|
|
|
//服务类别抽屉关闭
|
|
|
|
function onCategoryClose() {
|
|
|
|
categoryOpen.value = false
|
|
|
|
}
|
|
|
|
|
|
|
|
//服务类型抽屉关闭
|
|
|
|
function onTypeClose() {
|
|
|
|
typeOpen.value = false
|
|
|
|
}
|
2025-03-17 16:55:00 +08:00
|
|
|
//指令标签抽屉关闭
|
|
|
|
function onTagClose() {
|
|
|
|
tagOpen.value = false
|
|
|
|
}
|
2025-03-14 08:33:58 +08:00
|
|
|
</script>
|
2025-03-13 13:42:37 +08:00
|
|
|
|
2025-03-14 08:33:58 +08:00
|
|
|
<style lang="less" scoped>
|
|
|
|
.jeecg-basic-table-form-container {
|
|
|
|
padding: 0;
|
|
|
|
|
|
|
|
.table-page-search-submitButtons {
|
|
|
|
display: block;
|
|
|
|
margin-bottom: 24px;
|
|
|
|
white-space: nowrap;
|
2025-03-13 13:42:37 +08:00
|
|
|
}
|
2025-03-14 08:33:58 +08:00
|
|
|
|
|
|
|
.query-group-cust {
|
|
|
|
min-width: 100px !important;
|
2025-03-13 13:42:37 +08:00
|
|
|
}
|
2025-03-14 08:33:58 +08:00
|
|
|
|
|
|
|
.query-group-split-cust {
|
|
|
|
width: 30px;
|
|
|
|
display: inline-block;
|
|
|
|
text-align: center
|
2025-03-13 13:42:37 +08:00
|
|
|
}
|
|
|
|
|
2025-03-14 08:33:58 +08:00
|
|
|
.ant-form-item:not(.ant-form-item-with-help) {
|
|
|
|
margin-bottom: 16px;
|
|
|
|
height: 32px;
|
|
|
|
}
|
|
|
|
|
|
|
|
:deep(.ant-picker),
|
|
|
|
:deep(.ant-input-number) {
|
|
|
|
width: 100%;
|
2025-03-13 13:42:37 +08:00
|
|
|
}
|
2025-03-14 08:33:58 +08:00
|
|
|
}
|
2025-03-19 16:53:19 +08:00
|
|
|
|
|
|
|
audio::-webkit-media-controls-timeline {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
audio::-webkit-media-controls-current-time-display,
|
|
|
|
audio::-webkit-media-controls-time-remaining-display {
|
|
|
|
display: none;
|
|
|
|
}
|
2025-03-13 13:42:37 +08:00
|
|
|
</style>
|