Przeglądaj źródła

询盘黑名单

chenpeiqing 5 miesięcy temu
rodzic
commit
2f92db73fe

+ 1 - 1
src/assets/less/common.less

@@ -95,6 +95,6 @@
   }
 }
 
-table {
+.table {
   width: 100%;
 }

+ 737 - 795
src/views/adweb/enquiry/AdwebEnquiryList.vue

@@ -1,137 +1,108 @@
 <template>
   <div class="p-2">
-
     <a-row class="r1" :gutter="8">
       <a-col :xl="7" :xxl="6">
         <div class="choose-site">
           <span class="t1">站点:</span>
-          <select-site ref="selectSiteRef" @com-methods="changeSite" @set-site-info="getSiteList"/>
+          <select-site ref="selectSiteRef" @com-methods="changeSite" @set-site-info="getSiteList" />
         </div>
       </a-col>
       <a-col :xl="8" :xxl="6">
         <div class="choose-site">
           <span class="t1">询盘时间:</span>
-          <a-range-picker @change="onChangeDatePciker" :disabledDate="disabledDate"
-                          :value="rangeDate" style="width: 70%"/>
+          <a-range-picker @change="onChangeDatePciker" :disabledDate="disabledDate" :value="rangeDate" style="width: 70%" />
         </div>
       </a-col>
       <a-col :xl="9" :xxl="12">
-        <a-button :class="queryParam.dateType == '' ? 'active' : ''" @click="setTime('')">全部时间
-        </a-button>
-        <a-button :class="queryParam.dateType == 'thirtyDay' ? 'active' : ''"
-                  @click="setTime('thirtyDay')">近30天
-        </a-button>
-        <a-button :class="queryParam.dateType == 'sevenDay' ? 'active' : ''"
-                  @click="setTime('sevenDay')">近一周
-        </a-button>
-        <a-button :class="queryParam.dateType == 'yesterday' ? 'active' : ''"
-                  @click="setTime('yesterday')">昨日
-        </a-button>
-        <a-button :class="queryParam.dateType == 'today' ? 'active' : ''" @click="setTime('today')">
-          今日
-        </a-button>
+        <a-button :class="queryParam.dateType == '' ? 'active' : ''" @click="setTime('')">全部时间 </a-button>
+        <a-button :class="queryParam.dateType == 'thirtyDay' ? 'active' : ''" @click="setTime('thirtyDay')">近30天 </a-button>
+        <a-button :class="queryParam.dateType == 'sevenDay' ? 'active' : ''" @click="setTime('sevenDay')">近一周 </a-button>
+        <a-button :class="queryParam.dateType == 'yesterday' ? 'active' : ''" @click="setTime('yesterday')">昨日 </a-button>
+        <a-button :class="queryParam.dateType == 'today' ? 'active' : ''" @click="setTime('today')"> 今日 </a-button>
       </a-col>
     </a-row>
 
     <a-row class="r2">
       <a-col :span="8">
-        <p class="t1"><img :src="toReadImg"/>待阅读询盘</p>
+        <p class="t1"><img :src="toReadImg" />待阅读询盘</p>
         <p class="t2" @click="getList('noRead')">{{ enquiryNums.noRead }}</p>
       </a-col>
       <a-col :span="8">
-        <p class="t1"><img :src="toClassified"/>待分类询盘</p>
+        <p class="t1"><img :src="toClassified" />待分类询盘</p>
         <p class="t2" @click="getList('wait')">{{ enquiryNums.wait }}</p>
       </a-col>
       <a-col :span="8">
-        <p class="t1"><img :src="toTotal"/>累计询盘</p>
+        <p class="t1"><img :src="toTotal" />累计询盘</p>
         <p class="t2" @click="getList('all')">{{ enquiryNums.all }}</p>
       </a-col>
     </a-row>
 
     <a-row class="r3" type="flex" :gutter="8">
       <a-col flex="2">
-        <a-input placeholder="邮箱/姓名/国家" v-model:value="queryParam.searchText"></a-input>
+        <a-input placeholder="邮箱/姓名/国家" v-model:value="queryParam.searchText" />
       </a-col>
       <a-col flex="2">
-        <a-input placeholder="询盘内容" v-model:value="queryParam.searchContent"></a-input>
+        <a-input placeholder="询盘内容" v-model:value="queryParam.searchContent" />
       </a-col>
       <a-col flex="2">
-        <a-select
-          :allowClear="true"
-          placeholder="全部分类"
-          style="width: 100%"
-          @change="filterCategory"
-        >
+        <a-select :allowClear="true" placeholder="全部分类" style="width: 100%" @change="filterCategory">
           <a-select-option :key="2" :value="2">待分类</a-select-option>
           <a-select-option :key="1" :value="1">有效询盘</a-select-option>
         </a-select>
       </a-col>
       <a-col flex="2">
-        <a-select v-model="queryParam.readStatus"
-                  :allowClear="true"
-                  placeholder="全部阅读状态"
-                  style="width: 100%"
-                  @change="filterStatus"
-        >
-          <a-select-option value="0">
-            未读
-          </a-select-option>
-          <a-select-option value="1">
-            已读
-          </a-select-option>
+        <a-select v-model="queryParam.readStatus" :allowClear="true" placeholder="全部阅读状态" style="width: 100%" @change="filterStatus">
+          <a-select-option value="0"> 未读 </a-select-option>
+          <a-select-option value="1"> 已读 </a-select-option>
         </a-select>
       </a-col>
       <a-col v-if="haveSubAccount" flex="2">
-        <a-select placeholder="全部跟进人"
-                  v-model="queryParam.principalUid"
-                  showSearch
-                  allowClear
-                  style="width: 100%"
-                  :filterOption="filterOption">
+        <a-select placeholder="全部跟进人" v-model="queryParam.principalUid" showSearch allowClear style="width: 100%" :filterOption="filterOption">
           <a-select-option key="ALL" value="ALL">所有人</a-select-option>
-          <a-select-option v-for="principal in subAccountOptions" :key="principal.id"
-                           :value="principal.id">
+          <a-select-option v-for="principal in subAccountOptions" :key="principal.id" :value="principal.id">
             {{ principal.username }}
           </a-select-option>
         </a-select>
       </a-col>
 
-      <a-col flex="500px" style="text-align:right">
+      <a-col flex="500px" style="text-align: right">
         <a-button type="primary" @click="searchQuery">查询</a-button>
         <a-button ghost type="primary" @click="searchReset" style="margin-left: 8px">重置</a-button>
-        <a-button ghost type="primary" @click="handleExportXlsLU()"
-                  style="margin-left: 8px" :loading="excelLoading">导出Excel
-        </a-button>
-        <a-button ghost type="primary" @click="recycleBinVisible" style="margin-left: 8px">回收站
-        </a-button>
-        <a-button ghost type="primary" @click="showBlackList" style="margin-left: 8px">黑名单
-        </a-button>
+        <a-button ghost type="primary" @click="handleExportXlsLU()" style="margin-left: 8px" :loading="excelLoading">导出Excel </a-button>
+        <a-button ghost type="primary" @click="recycleBinVisible" style="margin-left: 8px">回收站 </a-button>
+        <a-button ghost type="primary" @click="showBlackList" style="margin-left: 8px">黑名单 </a-button>
       </a-col>
     </a-row>
 
     <!--引用表格-->
     <BasicTable @register="registerTable" :rowSelection="rowSelection">
       <template #alertAfter>
-        <a-divider type="vertical"/>
+        <a-divider type="vertical" />
         <a @click="enquiryReady">标为已读</a>
 
         <template v-if="haveSubAccount && !isForwardSite">
-          <a-divider type="vertical"/>
+          <a-divider type="vertical" />
           <a
-            :style="(userRole.indexOf('admin') > -1 || userRole.indexOf('adweb_admin') > -1 || userRole.indexOf('adweb_seo_manager') > -1 || userRole.indexOf('adweb_site_manager') > -1) ? 'pointer-events: none;' : ''"
-            @click="showEditPrincipalModal">
+            :style="
+              userRole.indexOf('admin') > -1 ||
+              userRole.indexOf('adweb_admin') > -1 ||
+              userRole.indexOf('adweb_seo_manager') > -1 ||
+              userRole.indexOf('adweb_site_manager') > -1
+                ? 'pointer-events: none;'
+                : ''
+            "
+            @click="showEditPrincipalModal"
+          >
             调整跟进人
           </a>
         </template>
 
         <template v-if="isForwardSite" @click="forwardDetailAll">
-          <a-divider type="vertical"/>
-          <a @click="forwardDetailAll">
-            转发
-          </a>
+          <a-divider type="vertical" />
+          <a @click="forwardDetailAll"> 转发 </a>
         </template>
 
-        <a-divider type="vertical"/>
+        <a-divider type="vertical" />
         <a @click="batchHandleDelete">删除</a>
       </template>
 
@@ -147,15 +118,9 @@
 
       <!-- 操作动作  -->
       <template #action="{ record }">
-
-        <div style="padding: 5px 8px;display: flex;justify-content: space-around;">
-          <a-tag v-if="isForwardSite" color="blue" @click="forwardDetail(record)"
-                 style="cursor:pointer;">
-            转发
-          </a-tag>
-          <a-tag color="purple" @click="showEnquiryDetail(record)" style="cursor:pointer;">
-            详情
-          </a-tag>
+        <div style="padding: 5px 8px; display: flex; justify-content: space-around">
+          <a-tag v-if="isForwardSite" color="blue" @click="forwardDetail(record)" style="cursor: pointer"> 转发 </a-tag>
+          <a-tag color="purple" @click="showEnquiryDetail(record)" style="cursor: pointer"> 详情 </a-tag>
           <a-popconfirm
             title="确认拒收后,该用户会归入【黑名单】,后期不再接收该用户的询盘信息~"
             ok-text="是"
@@ -163,33 +128,28 @@
             placement="topRight"
             @confirm="enquiryAddBlackList(record)"
           >
-            <a-tag color="orange" style="cursor:pointer;">
-              拒收
-            </a-tag>
+            <a-tag color="orange" style="cursor: pointer"> 拒收 </a-tag>
           </a-popconfirm>
-          <a-tag color="green" @click="showEnquiryTrackRecord(record)" style="cursor:pointer;">
-            跟踪
-          </a-tag>
-          <a-tag color="blue"
-                 v-if='record.visitId !== null && record.visitId !== "" && record.visitId !== undefined'
-                 style="cursor:pointer;" @click="enquiryTrack(record)">
+          <a-tag color="green" @click="showEnquiryTrackRecord(record)" style="cursor: pointer"> 跟踪 </a-tag>
+          <a-tag
+            color="blue"
+            v-if="record.visitId !== null && record.visitId !== '' && record.visitId !== undefined"
+            style="cursor: pointer"
+            @click="enquiryTrack(record)"
+          >
             访问记录
           </a-tag>
         </div>
-
       </template>
 
       <template #bodyCell="{ column, record, index, text }">
-
         <!-- 自定义显示字段       -->
 
         <!-- 询盘状态 -->
         <template v-if="column.key == 'userEffective'">
-          <a class="theme-color" v-if="text === 2"
-             @click="showEnquiryDetail(record)">{{ record.userEffectiveStr }}</a>
+          <a class="theme-color" v-if="text === 2" @click="showEnquiryDetail(record)">{{ record.userEffectiveStr }}</a>
           <span v-else-if="text == 0" style="color: #fa8c16">{{ record.userEffectiveStr }}</span>
           <span v-else>{{ record.userEffectiveStr }}</span>
-
         </template>
         <!-- 阅读状态 -->
         <template v-if="column.key == 'readStatus'">
@@ -198,8 +158,7 @@
         </template>
         <!-- 询盘详情 -->
         <div v-if="column.key == 'details'">
-          <a @click="showEnquiryDetail(record)" style="margin: 0 10px 0 10px">
-            {{ record.context ? record.context.substr(0, 50) : '--' }}</a>
+          <a @click="showEnquiryDetail(record)" style="margin: 0 10px 0 10px"> {{ record.context ? record.context.substr(0, 50) : '--' }}</a>
         </div>
         <!-- 来源页面 -->
 
@@ -208,848 +167,831 @@
           <template v-else-if="text.indexOf('http') < 0">-</template>
           <template v-else-if="text.indexOf('http') === 0">
             <template v-if="text.lastIndexOf('/') <= 7">
-              <a :href="text" target="_blank"
-                 style="text-decoration: underline">Home</a>
+              <a :href="text" target="_blank" style="text-decoration: underline">Home</a>
             </template>
             <template v-else>
-              <a :href="text" target="_blank"
-                 style="text-decoration: underline">{{
-                  text.substring(text.lastIndexOf('/') + 1).slice(0, 45) + (text.substring(text.lastIndexOf('/') + 1).length > 45 ? "..." : "")
-                }}</a>
+              <a :href="text" target="_blank" style="text-decoration: underline">{{
+                text.substring(text.lastIndexOf('/') + 1).slice(0, 45) + (text.substring(text.lastIndexOf('/') + 1).length > 45 ? '...' : '')
+              }}</a>
             </template>
           </template>
           <template v-else-if="text.indexOf('http') > 0">
-            <a :href="text.substring(text.indexOf('http'))" target="_blank"
-               style="text-decoration: underline">{{
-                text.substring(0, text.indexOf('http')).slice(0, 45) + (text.substring(0, text.indexOf('http')).length > 45 ? "..." : "")
-              }}</a>
+            <a :href="text.substring(text.indexOf('http'))" target="_blank" style="text-decoration: underline">{{
+              text.substring(0, text.indexOf('http')).slice(0, 45) + (text.substring(0, text.indexOf('http')).length > 45 ? '...' : '')
+            }}</a>
           </template>
           <template v-else>-</template>
         </template>
         <!-- 邮箱 -->
         <div v-if="column.key == 'fromEmail'">
           <a-popover>
-            <template slot="content">
+            <template #content>
               {{ text }}
             </template>
-            <a @click.prevent="copyEmailFunction(text)" :href="'mailto:'+text"
-               v-if="text">{{ text.slice(0, 30) + (text.length > 30 ? "..." : "") }}</a>
+            <a @click.prevent="copyEmailFunction(text)" :href="'mailto:' + text" v-if="text">{{
+              text.slice(0, 30) + (text.length > 30 ? '...' : '')
+            }}</a>
             <div v-else>--</div>
           </a-popover>
         </div>
-
       </template>
     </BasicTable>
     <!-- 表单区域 -->
-    <AdwebEnquiryModal ref="registerModal" @success="handleSuccess"/>
+    <AdwebEnquiryModal ref="registerModal" @success="handleSuccess" />
 
     <!--回收站-->
-    <xp-recycle-bin-modal ref="XpRecycleBinModalRef" @ok="getTableAndNum"/>
+    <xp-recycle-bin-modal ref="XpRecycleBinModalRef" @ok="getTableAndNum" />
 
     <!--询盘详情   reload用于子组件删除询盘功能刷新父组件table showDelBtn用于展示删除按钮-->
-    <enquiry-detail :userEffectiveOption="userEffectiveOption" :showDelBtn="true"
-                    @reload="getTableAndNum()" @ok="getTableAndNum"
-                    ref="enquiryDetailRef"></enquiry-detail>
+    <enquiry-detail
+      :userEffectiveOption="userEffectiveOption"
+      :showDelBtn="true"
+      @reload="getTableAndNum()"
+      @ok="getTableAndNum"
+      ref="enquiryDetailRef"
+    />
 
     <!-- 转发询盘 -->
-    <a-modal
-      title="转发"
-      :visible="forwardVisible"
-      @ok="editForward"
-      @cancel="cancelEditForward"
-      :confirm-loading="forwardLoading"
-    >
+    <a-modal title="转发" :visible="forwardVisible" @ok="editForward" @cancel="cancelEditForward" :confirm-loading="forwardLoading">
       <a-radio-group v-model:value="selectedUserId">
-        <a-radio v-for="item in subAccountOptions"
-                 style="display: block; height: 30px; lineHeight: 30px;" :value="item.id">
+        <a-radio v-for="item in subAccountOptions" style="display: block; height: 30px; lineheight: 30px" :value="item.id">
           {{ item.username }}
         </a-radio>
       </a-radio-group>
     </a-modal>
 
     <!--黑名单-->
-    <black-list ref="blackListRef" @ok="getTableAndNum"></black-list>
+    <black-list ref="blackListRef" @ok="getTableAndNum" />
 
     <!--跟踪记录-->
-    <enquiry-track-record ref="enquiryTrackRecordRef"></enquiry-track-record>
+    <enquiry-track-record ref="enquiryTrackRecordRef" />
   </div>
 </template>
 
 <script lang="ts" name="adweb-adwebEnquiry" setup>
-import toReadImg from '/@/assets/enquiry/enquiryListTop3.svg';
-import toClassified from '/@/assets/enquiry/enquiryListTop2.svg';
-import toTotal from '/@/assets/enquiry/enquiryListTop4.svg';
-
-import selectSite from '/@/components/Adweb/selectSite.vue';
-import {nextTick, onBeforeMount, onMounted, reactive, ref, unref} from 'vue';
-import {BasicTable} from '/@/components/Table';
-import {useListPage} from '/@/hooks/system/useListPage';
-import {columns, superQuerySchema} from './AdwebEnquiry.data';
-import {batchDelete, deleteOne, getExportUrl, getImportUrl, list} from './AdwebEnquiry.api';
-import AdwebEnquiryModal from './components/AdwebEnquiryModal.vue';
-import {useUserStore} from '/@/store/modules/user';
-import {getAction, postAction} from '@/api/manage/manage';
-
-import {useMessage} from '@/hooks/web/useMessage';
-
-import moment from 'moment';
-import {any} from "vue-types";
-import {filterOption} from "ant-design-vue/es/vc-mentions/src/util";
-import enquiryDetail from "@/views/adweb/enquiry/modules/enquiryDetail.vue";
-import XpRecycleBinModal from "@/views/adweb/system/modules/XpRecycleBinModal.vue";
-import blackList from "@/views/adweb/enquiry/modules/blackList.vue";
-import enquiryTrackRecord from "@/views/adweb/enquiry/modules/enquiryTrackRecord.vue";
-import {getToken} from "@/utils/auth";
-import md5 from "crypto-js/md5";
-import {connectWebSocket, onWebSocket} from "@/hooks/web/useWebSocket";
-import {useGlobSetting} from "@/hooks/setting";
-
-const formRef = ref();
-const queryParam = reactive<any>({});
-const toggleSearchStatus = ref<boolean>(false);
-const registerModal = ref();
-const selectSiteRef = ref(null);
-const {createMessage} = useMessage();
-//注册table数据
-const {prefixCls, tableContext, onExportXls, onImportXls} = useListPage({
-  tableProps: {
-    title: '询盘信息存储表单',
-    api: list,
-    columns,
-    canResize: false,
-    useSearchForm: false,
-    actionColumn: {
-      width: 180,
-      fixed: 'right',
+  import toReadImg from '/@/assets/enquiry/enquiryListTop3.svg';
+  import toClassified from '/@/assets/enquiry/enquiryListTop2.svg';
+  import toTotal from '/@/assets/enquiry/enquiryListTop4.svg';
+
+  import selectSite from '/@/components/Adweb/selectSite.vue';
+  import { nextTick, onBeforeMount, onMounted, reactive, ref, unref } from 'vue';
+  import { BasicTable } from '/@/components/Table';
+  import { useListPage } from '/@/hooks/system/useListPage';
+  import { columns, superQuerySchema } from './AdwebEnquiry.data';
+  import { batchDelete, deleteOne, getExportUrl, getImportUrl, list } from './AdwebEnquiry.api';
+  import AdwebEnquiryModal from './components/AdwebEnquiryModal.vue';
+  import { useUserStore } from '/@/store/modules/user';
+  import { getAction, postAction } from '@/api/manage/manage';
+
+  import { useMessage } from '@/hooks/web/useMessage';
+
+  import moment from 'moment';
+  import { any } from 'vue-types';
+  import { filterOption } from 'ant-design-vue/es/vc-mentions/src/util';
+  import enquiryDetail from '@/views/adweb/enquiry/modules/enquiryDetail.vue';
+  import XpRecycleBinModal from '@/views/adweb/system/modules/XpRecycleBinModal.vue';
+  import blackList from '@/views/adweb/enquiry/modules/blackList.vue';
+  import enquiryTrackRecord from '@/views/adweb/enquiry/modules/enquiryTrackRecord.vue';
+  import { getToken } from '@/utils/auth';
+  import md5 from 'crypto-js/md5';
+  import { connectWebSocket, onWebSocket } from '@/hooks/web/useWebSocket';
+  import { useGlobSetting } from '@/hooks/setting';
+
+  const formRef = ref();
+  const queryParam = reactive<any>({});
+  const toggleSearchStatus = ref<boolean>(false);
+  const registerModal = ref();
+  const selectSiteRef = ref(null);
+  const { createMessage } = useMessage();
+  //注册table数据
+  const { prefixCls, tableContext, onExportXls, onImportXls } = useListPage({
+    tableProps: {
+      title: '询盘信息存储表单',
+      api: list,
+      columns,
+      canResize: false,
+      useSearchForm: false,
+      actionColumn: {
+        width: 180,
+        fixed: 'right',
+      },
+      striped: true,
+      bordered: false,
+      immediate: false, // 不直接触发,通过reload事件触发接口
+      beforeFetch: (params) => {
+        //  如果查询条件中没有设置状态,则默认查出所有状态数据
+        if (queryParam.userEffective == undefined) {
+          queryParam.userEffective = '1,2';
+        }
+
+        return Object.assign(params, queryParam);
+      },
+    },
+    exportConfig: {
+      name: '询盘列表',
+      url: getExportUrl,
+      params: queryParam,
     },
-    striped: true,
-    bordered: false,
-    immediate: false, // 不直接触发,通过reload事件触发接口
-    beforeFetch: (params) => {
-
-      //  如果查询条件中没有设置状态,则默认查出所有状态数据
-      if (queryParam.userEffective == undefined) {
-        queryParam.userEffective = '1,2';
+    importConfig: {
+      url: getImportUrl,
+      success: handleSuccess,
+    },
+  });
+  const [
+    registerTable,
+    { reload, clearSelectedRowKeys, updateTableDataRecord, findTableDataRecord, getDataSource },
+    { rowSelection, selectedRowKeys },
+  ] = tableContext;
+
+  // const labelCol = reactive({
+  //   xs: 24,
+  //   sm: 4,
+  //   xl: 6,
+  //   xxl: 4,
+  // });
+  // const wrapperCol = reactive({
+  //   xs: 24,
+  //   sm: 20,
+  // });
+  //
+  // let siteCode: string | null = ref('');
+
+  // 站点列表
+  let siteList = ref([{ id: '', code: '' }]);
+
+  // 询盘数量
+  const enquiryNums = ref({
+    all: 0,
+    noRead: 0,
+    product: 0,
+    wait: 0,
+  });
+
+  // 过滤日期范围
+  let rangeDate = ref<any>(any);
+
+  // 子账号列表
+  let subAccountOptions = ref([{ id: '', username: '' }]);
+
+  // 是否有子账户
+  let haveSubAccount = ref(false);
+
+  // 导出excel进度
+  let excelLoading = ref<boolean>(false);
+
+  // 编辑转发进度
+  let forwardLoading = ref<boolean>(false);
+
+  // 选中跟进人
+  let selectedUserId = ref<any>(undefined);
+
+  let userEffectiveOption = ref<[]>([]);
+
+  // 当前用户角色
+  const userRole = ref('');
+
+  // 已经选择的站点code
+  const siteCode = ref<any>('');
+
+  const isForwardSite = ref<boolean>(false);
+
+  //转发的询盘id
+  const forwardEnquiryDetail = ref<any>(undefined);
+
+  //转发是否可见
+  const forwardVisible = ref(false);
+
+  // 询盘详情子组件
+  const enquiryDetailRef = ref(null);
+
+  // 回收站子组件
+  const XpRecycleBinModalRef = ref(null);
+
+  // 黑名单子组件
+  const blackListRef = ref(null);
+
+  // 跟踪记录
+  const enquiryTrackRecordRef = ref(null);
+
+  onBeforeMount(() => {
+    siteCode.value = localStorage.getItem('siteCode');
+    getTurnInquiryCode();
+  });
+
+  onMounted(async () => {
+    userRole.value = useUserStore().roleList;
+    getEffectiveList();
+    initWebSocket();
+  });
+
+  function getSiteList(siteInfo: any[], selectedSiteInfo: any) {
+    siteList.value = siteInfo;
+
+    if (siteList.value.length === 1) {
+      queryParam.siteId = siteList.value[0].id;
+    } else {
+      let isInSite = false;
+      for (let index in siteList.value) {
+        if (localStorage.getItem('siteCode') !== null && siteList.value[index].code === localStorage.getItem('siteCode')) {
+          isInSite = true;
+          queryParam.siteId = siteList.value[index].id;
+        }
       }
 
-      return Object.assign(params, queryParam);
-    },
-  },
-  exportConfig: {
-    name: '询盘列表',
-    url: getExportUrl,
-    params: queryParam,
-  },
-  importConfig: {
-    url: getImportUrl,
-    success: handleSuccess,
-  },
-});
-const [registerTable, {
-  reload,
-  clearSelectedRowKeys,
-  updateTableDataRecord,
-  findTableDataRecord,
-  getDataSource
-}, {rowSelection, selectedRowKeys}] = tableContext;
-
-// const labelCol = reactive({
-//   xs: 24,
-//   sm: 4,
-//   xl: 6,
-//   xxl: 4,
-// });
-// const wrapperCol = reactive({
-//   xs: 24,
-//   sm: 20,
-// });
-//
-// let siteCode: string | null = ref('');
-
-// 站点列表
-let siteList = ref([{'id': '', 'code': ''}]);
-
-// 询盘数量
-const enquiryNums = ref({
-  all: 0,
-  noRead: 0,
-  product: 0,
-  wait: 0,
-});
-
-// 过滤日期范围
-let rangeDate = ref<any>(any);
-
-// 子账号列表
-let subAccountOptions = ref([{'id': '', 'username': ''}]);
-
-// 是否有子账户
-let haveSubAccount = ref(false);
-
-// 导出excel进度
-let excelLoading = ref<boolean>(false);
-
-// 编辑转发进度
-let forwardLoading = ref<boolean>(false);
-
-// 选中跟进人
-let selectedUserId = ref<any>(undefined);
-
-let userEffectiveOption = ref<[]>([]);
-
-// 当前用户角色
-const userRole = ref('');
-
-// 已经选择的站点code
-const siteCode = ref<any>('');
-
-const isForwardSite = ref<boolean>(false);
-
-//转发的询盘id
-const forwardEnquiryDetail = ref<any>(undefined);
-
-//转发是否可见
-const forwardVisible = ref(false);
-
-// 询盘详情子组件
-const enquiryDetailRef = ref(null);
-
-// 回收站子组件
-const XpRecycleBinModalRef = ref(null);
-
-// 黑名单子组件
-const blackListRef = ref(null);
-
-// 跟踪记录
-const enquiryTrackRecordRef = ref(null);
-
-onBeforeMount(() => {
-  siteCode.value = localStorage.getItem('siteCode');
-  getTurnInquiryCode();
-});
-
-onMounted(async () => {
-  userRole.value = useUserStore().roleList;
-  getEffectiveList();
-  initWebSocket();
-});
-
-function getSiteList(siteInfo: any[], selectedSiteInfo: any) {
-  siteList.value = siteInfo;
-
-  if (siteList.value.length === 1) {
-    queryParam.siteId = siteList.value[0].id;
-  } else {
-    let isInSite = false;
-    for (let index in siteList.value) {
-
-      if (localStorage.getItem('siteCode') !== null && siteList.value[index].code === localStorage.getItem('siteCode')) {
-        isInSite = true;
-        queryParam.siteId = siteList.value[index].id
+      if (localStorage.getItem('siteCode') == null || !isInSite) {
+        queryParam.siteId = siteList.value[0].id;
+        localStorage.setItem('siteCode', siteList.value[0].code);
       }
     }
 
-    if (localStorage.getItem('siteCode') == null || !isInSite) {
-      queryParam.siteId = siteList.value[0].id;
-      localStorage.setItem('siteCode', siteList.value[0].code);
-    }
+    getTableAndNumWithQueryCondition();
   }
 
-  getTableAndNumWithQueryCondition();
-}
-
-//重新刷新页面数据及获取询盘数量,不清除查询条件
-function getTableAndNumWithQueryCondition() {
-  getEnquiryNums();
-  getSubAccountOptions();
-  loadData();
-}
-
-//切换站点
-function changeSite(value, e) {
-  queryParam.siteId = e.info.id;
-  siteCode.value = localStorage.getItem('siteCode');
-  getTableAndNum(true);
-}
-
-function filterCategory(value: string) {
-  queryParam.userEffective = value;
-}
-
-function filterStatus(value: number) {
-  queryParam.readStatus = value;
-}
-
-//重新刷新页面数据及获取询盘数量
-function getTableAndNum(clearParam: boolean = false) {
-  // 设置默认站点
-  let siteId = queryParam.siteId;
-
-  for (let site of siteList.value) {
-    if (site.id === siteId) {
-      localStorage.setItem('siteCode', site.code);
-    }
+  //重新刷新页面数据及获取询盘数量,不清除查询条件
+  function getTableAndNumWithQueryCondition() {
+    getEnquiryNums();
+    getSubAccountOptions();
+    loadData();
   }
 
-  getEnquiryNums();
-  getSubAccountOptions();
-  if (clearParam) {
-    if (queryParam.readStatus) {
-      delete queryParam.readStatus;
-    }
-    if (queryParam.searchText) {
-      delete queryParam.searchText;
-    }
-    if (queryParam.searchContent) {
-      delete queryParam.searchContent;
-    }
-    if (queryParam.userEffective) {
-      delete queryParam.userEffective;
-    }
-    if (queryParam.principalUid) {
-      delete queryParam.principalUid;
-    }
+  //切换站点
+  function changeSite(value, e) {
+    queryParam.siteId = e.info.id;
+    siteCode.value = localStorage.getItem('siteCode');
+    getTableAndNum(true);
   }
 
-  // queryParam.fields = 'id,,siteName,contact,fromEmail,whatsApp,phone,fromIp,readStatus,details,principalUid,fromPage,userEffective,countryName,pluginName,recordCtime,action';
-  // queryParam.userEffective = '1,2';
-  loadData();
-}
-
-//搜索条件部分的逻辑
-function onChangeDatePciker(date, dateString) {
-  if (dateString.length > 0) {
-    rangeDate.value = date;
-    queryParam.start = dateString[0];
-    queryParam.end = dateString[1];
-    queryParam.dateType = undefined;
+  function filterCategory(value: string) {
+    queryParam.userEffective = value;
   }
-}
-
-//日期选择只能今天之前
-function disabledDate(current) {
-  return current && current > moment().endOf('day');
-}
-
-//设置列表的时间查询条件
-function setTime(time) {
-  queryParam.dateType = time;
-  queryParam.start = '';
-  queryParam.end = '';
-  // sevenDay   thirtyDay  today  yesterday
-  if (time == '') {
-    rangeDate.value = undefined;
-  } else if (time == 'sevenDay') {
-    rangeDate.value = [moment().subtract(6, 'days'), moment()];
-  } else if (time == 'thirtyDay') {
-    rangeDate.value = [moment().subtract(29, 'days'), moment()];
-  } else if (time == 'today') {
-    rangeDate.value = [moment(), moment()];
-  } else if (time == 'yesterday') {
-    rangeDate.value = [moment().subtract(1, 'days'), moment().subtract(1, 'days')];
+
+  function filterStatus(value: number) {
+    queryParam.readStatus = value;
   }
-  getTableAndNum();
-}
 
-//获取不同状态询盘的数量
-function getEnquiryNums() {
-  let siteId = '';
+  //重新刷新页面数据及获取询盘数量
+  function getTableAndNum(clearParam: boolean = false) {
+    // 设置默认站点
+    let siteId = queryParam.siteId;
 
-  if (queryParam.siteId && queryParam.siteId != '') {
-    siteId = queryParam.siteId;
-  } else {
-    siteId = '';
-  }
-  let d = {
-    siteId: siteId,
-    dateType: queryParam.dateType,
-    start: queryParam.start,
-    end: queryParam.end,
-  };
-  getAction('/adweb/adwebEnquiry/getEnquiryNums', d).then((res) => {
-
-    if (res.code == 200) {
-      enquiryNums.value.all = res.result.all;
-      enquiryNums.value.noRead = res.result.noRead;
-      enquiryNums.value.product = res.result.product;
-      enquiryNums.value.wait = res.result.wait;
-    } else {
-      enquiryNums.value.all = 0;
-      enquiryNums.value.noRead = 0;
-      enquiryNums.value.product = 0;
-      enquiryNums.value.wait = 0;
+    for (let site of siteList.value) {
+      if (site.id === siteId) {
+        localStorage.setItem('siteCode', site.code);
+      }
     }
-  });
-}
-
-// 获取子账户的下拉框选项
-function getSubAccountOptions() {
-  getAction('/usercountry/subAccounts/options?siteId=' + queryParam.siteId, null).then((res) => {
-    if (res.code === 200) {
-      subAccountOptions.value = res.result;
-      haveSubAccount.value = res.result !== null && res.result !== undefined && res.result.length > 0;
+
+    getEnquiryNums();
+    getSubAccountOptions();
+    if (clearParam) {
+      if (queryParam.readStatus) {
+        delete queryParam.readStatus;
+      }
+      if (queryParam.searchText) {
+        delete queryParam.searchText;
+      }
+      if (queryParam.searchContent) {
+        delete queryParam.searchContent;
+      }
+      if (queryParam.userEffective) {
+        delete queryParam.userEffective;
+      }
+      if (queryParam.principalUid) {
+        delete queryParam.principalUid;
+      }
     }
-  });
-}
-
-function getList(type: String) {
-  //清空查询条件
-  queryParam.principalUid = undefined;
-  queryParam.searchText = undefined;
-  queryParam.searchContent = undefined;
-  if (type == 'noRead') {
-    queryParam.readStatus = '0'
-    queryParam.userEffective = undefined
-  }
-  if (type == 'product') {
-    queryParam.userEffective = 1
-    console.log('1', queryParam)
 
-    queryParam.readStatus = undefined
-    console.log('2', queryParam)
+    // queryParam.fields = 'id,,siteName,contact,fromEmail,whatsApp,phone,fromIp,readStatus,details,principalUid,fromPage,userEffective,countryName,pluginName,recordCtime,action';
+    // queryParam.userEffective = '1,2';
+    loadData();
+  }
 
+  //搜索条件部分的逻辑
+  function onChangeDatePciker(date, dateString) {
+    if (dateString.length > 0) {
+      rangeDate.value = date;
+      queryParam.start = dateString[0];
+      queryParam.end = dateString[1];
+      queryParam.dateType = undefined;
+    }
   }
-  if (type == 'wait') {
-    queryParam.userEffective = 2
-    queryParam.readStatus = undefined
+
+  //日期选择只能今天之前
+  function disabledDate(current) {
+    return current && current > moment().endOf('day');
   }
-  if (type == 'all') {
-    queryParam.userEffective = undefined
-    queryParam.readStatus = undefined
+
+  //设置列表的时间查询条件
+  function setTime(time) {
+    queryParam.dateType = time;
+    queryParam.start = '';
+    queryParam.end = '';
+    // sevenDay   thirtyDay  today  yesterday
+    if (time == '') {
+      rangeDate.value = undefined;
+    } else if (time == 'sevenDay') {
+      rangeDate.value = [moment().subtract(6, 'days'), moment()];
+    } else if (time == 'thirtyDay') {
+      rangeDate.value = [moment().subtract(29, 'days'), moment()];
+    } else if (time == 'today') {
+      rangeDate.value = [moment(), moment()];
+    } else if (time == 'yesterday') {
+      rangeDate.value = [moment().subtract(1, 'days'), moment().subtract(1, 'days')];
+    }
+    getTableAndNum();
   }
-  loadData(1)
-}
 
-//批量设为已读
-function enquiryReady() {
+  //获取不同状态询盘的数量
+  function getEnquiryNums() {
+    let siteId = '';
 
-  console.log(selectedRowKeys.value.length, "selectedRowKeysselectedRowKeysselectedRowKeys");
-  if (selectedRowKeys.value.length <= 0) {
-    createMessage.warning('请选择至少一条记录!');
-    return;
-  }
-  getAction('/adweb/adwebEnquiry/read', {id: selectedRowKeys.value.toString()}).then((res) => {
-    if (res.success) {
-      createMessage.success('批量设置已读成功!')
-      getTableAndNum();
-      clearSelectedRowKeys();
+    if (queryParam.siteId && queryParam.siteId != '') {
+      siteId = queryParam.siteId;
     } else {
-      if (res.code == 403) {
-        createMessage.warning(res.message)
+      siteId = '';
+    }
+    let d = {
+      siteId: siteId,
+      dateType: queryParam.dateType,
+      start: queryParam.start,
+      end: queryParam.end,
+    };
+    getAction('/adweb/adwebEnquiry/getEnquiryNums', d).then((res) => {
+      if (res.code == 200) {
+        enquiryNums.value.all = res.result.all;
+        enquiryNums.value.noRead = res.result.noRead;
+        enquiryNums.value.product = res.result.product;
+        enquiryNums.value.wait = res.result.wait;
       } else {
-        createMessage.error('设置失败!')
+        enquiryNums.value.all = 0;
+        enquiryNums.value.noRead = 0;
+        enquiryNums.value.product = 0;
+        enquiryNums.value.wait = 0;
       }
-    }
-  })
-}
+    });
+  }
+
+  // 获取子账户的下拉框选项
+  function getSubAccountOptions() {
+    getAction('/usercountry/subAccounts/options?siteId=' + queryParam.siteId, null).then((res) => {
+      if (res.code === 200) {
+        subAccountOptions.value = res.result;
+        haveSubAccount.value = res.result !== null && res.result !== undefined && res.result.length > 0;
+      }
+    });
+  }
 
-// 加载table列表数据
-function loadData(page: number = 1) {
-  reload({page: page});
-}
+  function getList(type: String) {
+    //清空查询条件
+    queryParam.principalUid = undefined;
+    queryParam.searchText = undefined;
+    queryParam.searchContent = undefined;
+    if (type == 'noRead') {
+      queryParam.readStatus = '0';
+      queryParam.userEffective = undefined;
+    }
+    if (type == 'product') {
+      queryParam.userEffective = 1;
+      console.log('1', queryParam);
 
-// 导出excel
-function handleExportXlsLU() {
-  excelLoading.value = true;
+      queryParam.readStatus = undefined;
+      console.log('2', queryParam);
+    }
+    if (type == 'wait') {
+      queryParam.userEffective = 2;
+      queryParam.readStatus = undefined;
+    }
+    if (type == 'all') {
+      queryParam.userEffective = undefined;
+      queryParam.readStatus = undefined;
+    }
+    loadData(1);
+  }
 
-  delete queryParam.userEffective;
+  //批量设为已读
+  function enquiryReady() {
+    console.log(selectedRowKeys.value.length, 'selectedRowKeysselectedRowKeysselectedRowKeys');
+    if (selectedRowKeys.value.length <= 0) {
+      createMessage.warning('请选择至少一条记录!');
+      return;
+    }
+    getAction('/adweb/adwebEnquiry/read', { id: selectedRowKeys.value.toString() }).then((res) => {
+      if (res.success) {
+        createMessage.success('批量设置已读成功!');
+        getTableAndNum();
+        clearSelectedRowKeys();
+      } else {
+        if (res.code == 403) {
+          createMessage.warning(res.message);
+        } else {
+          createMessage.error('设置失败!');
+        }
+      }
+    });
+  }
 
-  onExportXls().then(() => {
-    excelLoading.value = false;
-  });
-}
-
-//询盘详情
-async function showEnquiryDetail(record) {
-  if (record.readStatus == 0) {
-    getAction('/adweb/adwebEnquiry/read?id=' + record.id, null).then(() => {
-      getTableAndNum();
-    })
+  // 加载table列表数据
+  function loadData(page: number = 1) {
+    reload({ page: page });
   }
 
-  await nextTick();
+  // 导出excel
+  function handleExportXlsLU() {
+    excelLoading.value = true;
+
+    delete queryParam.userEffective;
 
-  if (enquiryDetailRef.value && enquiryDetailRef.value.init) {
-    enquiryDetailRef.value.init(record);
+    onExportXls().then(() => {
+      excelLoading.value = false;
+    });
   }
-}
+  //询盘详情
+  async function showEnquiryDetail(record) {
+    if (record.readStatus == 0) {
+      getAction('/adweb/adwebEnquiry/read?id=' + record.id, null).then(() => {
+        getTableAndNum();
+      });
+    }
 
-//获取询盘分类列表
-function getEffectiveList() {
-  getAction('/adweb/adwebEnquiry/getEnquiryCatalog', null).then(function (res) {
-    if (res.code == 200) {
-      userEffectiveOption.value = JSON.parse(res.result);
-    } else {
-      createMessage.error('获取询盘分类失败!')
+    await nextTick();
+
+    if (enquiryDetailRef.value && enquiryDetailRef.value.init) {
+      enquiryDetailRef.value.init(record);
     }
-  }).catch(function (err) {
-    console.log(err)
-  })
-}
+  }
+
+  //获取询盘分类列表
+  function getEffectiveList() {
+    getAction('/adweb/adwebEnquiry/getEnquiryCatalog', null)
+      .then(function (res) {
+        if (res.code == 200) {
+          userEffectiveOption.value = JSON.parse(res.result);
+        } else {
+          createMessage.error('获取询盘分类失败!');
+        }
+      })
+      .catch(function (err) {
+        console.log(err);
+      });
+  }
 
-//复制email到剪切板
-function copyEmailFunction(text) {
   //复制email到剪切板
-  if (!navigator.clipboard) {
-    console.log('浏览器不支持navigator');
-    let copy = (e) => {
-      e.preventDefault()
-      e.clipboardData.setData('text/plain', text)
-      createMessage.success('复制成功');
-      document.removeEventListener('copy', copy)
+  function copyEmailFunction(text) {
+    //复制email到剪切板
+    if (!navigator.clipboard) {
+      console.log('浏览器不支持navigator');
+      let copy = (e) => {
+        e.preventDefault();
+        e.clipboardData.setData('text/plain', text);
+        createMessage.success('复制成功');
+        document.removeEventListener('copy', copy);
+      };
+      document.addEventListener('copy', copy);
+      document.execCommand('Copy');
+      return;
     }
-    document.addEventListener('copy', copy)
-    document.execCommand("Copy");
-    return
+    navigator.clipboard.writeText(text).then(
+      function () {
+        createMessage.success('复制成功');
+      },
+      function (err) {
+        createMessage.error('复制失败', err);
+      }
+    );
   }
-  navigator.clipboard.writeText(text).then(function () {
-    createMessage.success('复制成功');
-  }, function (err) {
-    createMessage.error('复制失败', err);
-  });
-}
 
-//获取需要轮流询盘的站点code,判断哪个站点的询盘需要开启转发功能
-function getTurnInquiryCode() {
-  // 站点code
-  let dictSiteCode = [{'label': '', 'value': ''}]
+  //获取需要轮流询盘的站点code,判断哪个站点的询盘需要开启转发功能
+  function getTurnInquiryCode() {
+    // 站点code
+    let dictSiteCode = [{ label: '', value: '' }];
 
-  getAction('/adweb/adwebEnquiry/getTurnInquiryCode', null).then((res) => {
-    if (res.code === 200) {
-      Object.assign(dictSiteCode, res.result);
+    getAction('/adweb/adwebEnquiry/getTurnInquiryCode', null).then((res) => {
+      if (res.code === 200) {
+        Object.assign(dictSiteCode, res.result);
 
-      for (let it in dictSiteCode) {
-        if (dictSiteCode[it].value === siteCode.value) {
-          isForwardSite.value = true
+        for (let it in dictSiteCode) {
+          if (dictSiteCode[it].value === siteCode.value) {
+            isForwardSite.value = true;
+          }
         }
       }
-    }
-  })
-}
-
-//转发询盘
-function forwardDetail(record) {
-  forwardEnquiryDetail.value = record.id;
-  forwardVisible.value = true;
-}
-
-//拒收
-function enquiryAddBlackList(record) {
-  delete record.wasteEnquiry
-  postAction('/enquiry/blacklist/addBlacklist', record).then(res => {
-    if (res.success) {
-      createMessage.success(`拒收成功!`)
-      this.getTableAndNum()
-    } else {
-      if (res.code == 403 || res.code == 500) {
-        createMessage.warning(res.message)
+    });
+  }
+
+  //转发询盘
+  function forwardDetail(record) {
+    forwardEnquiryDetail.value = record.id;
+    forwardVisible.value = true;
+  }
+
+  //拒收
+  function enquiryAddBlackList(record) {
+    delete record.wasteEnquiry;
+    postAction('/enquiry/blacklist/addBlacklist', record).then((res) => {
+      if (res.success) {
+        createMessage.success(`拒收成功!`);
+        this.getTableAndNum();
       } else {
-        createMessage.error('拒收失败!')
+        if (res.code == 403 || res.code == 500) {
+          createMessage.warning(res.message);
+        } else {
+          createMessage.error('拒收失败!');
+        }
       }
+    });
+  }
 
+  // 编辑转发
+  function editForward() {
+    if (forwardEnquiryDetail.value === undefined) {
+      createMessage.warning('请选择询盘信息!');
+      return;
+    }
+    if (!selectedUserId.value) {
+      createMessage.warning('请选择跟进人!');
+      return;
     }
-  })
-}
-
 
-// 编辑转发
-function editForward() {
-  if (forwardEnquiryDetail === undefined) {
-    createMessage.warning('请选择询盘信息!');
-    return;
-  }
-  if (!selectedUserId) {
-    createMessage.warning('请选择跟进人!');
-    return;
+    forwardLoading.value = true;
+    let param = {
+      ids: forwardEnquiryDetail.value,
+      uid: selectedUserId.value,
+      code: siteCode.value,
+    };
+    getAction('/adweb/adwebEnquiry/setForward', param)
+      .then((res) => {
+        if (res.success) {
+          createMessage.success(res.message);
+          loadData();
+          cancelEditForward();
+          getEnquiryNums();
+          clearSelectedRowKeys();
+        } else {
+          createMessage.warning(res.message);
+        }
+      })
+      .finally(() => {
+        forwardLoading.value = false;
+      });
   }
 
-  forwardLoading.value = true;
-  let param = {
-    'ids': forwardEnquiryDetail.value,
-    'uid': selectedUserId.value,
-    'code': siteCode.value
+  // 取消转发的编辑
+  function cancelEditForward() {
+    selectedUserId.value = undefined;
+    forwardEnquiryDetail.value = undefined;
+    forwardVisible.value = false;
   }
-  getAction('/adweb/adwebEnquiry/setForward', param).then((res) => {
-    if (res.success) {
-      createMessage.success(res.message);
-      loadData();
-      cancelEditForward();
-      getEnquiryNums();
-      clearSelectedRowKeys();
-    } else {
-      createMessage.warning(res.message);
-    }
-  }).finally(() => {
-    forwardLoading.value = false;
-  });
-}
 
-// 取消转发的编辑
-function cancelEditForward() {
-  selectedUserId.value = undefined;
-  forwardEnquiryDetail.value = undefined;
-  forwardVisible.value = false;
-}
+  //回收箱
+  async function recycleBinVisible() {
+    await nextTick();
 
-//回收箱
-async function recycleBinVisible() {
+    if (XpRecycleBinModalRef.value && XpRecycleBinModalRef.value.init) {
+      XpRecycleBinModalRef.value.init(queryParam.siteId, '1,2');
+    }
+  }
 
-  await nextTick();
+  //黑名单
+  async function showBlackList() {
+    await nextTick();
 
-  if (XpRecycleBinModalRef.value && XpRecycleBinModalRef.value.init) {
-    XpRecycleBinModalRef.value.init(queryParam.siteId, '1,2');
+    if (blackListRef.value && blackListRef.value.init) {
+      blackListRef.value.init(queryParam.siteId);
+    }
   }
-}
 
-//黑名单
-async function showBlackList() {
-  await nextTick();
+  //跟踪记录
+  async function showEnquiryTrackRecord(record) {
+    await nextTick();
 
-  if (blackListRef.value && blackListRef.value.init) {
-    blackListRef.value.init(queryParam.siteId);
+    if (enquiryTrackRecordRef.value && enquiryTrackRecordRef.value.init) {
+      enquiryTrackRecordRef.value.init(record);
+    }
   }
-}
 
-//跟踪记录
-async function showEnquiryTrackRecord(record) {
-  await nextTick();
+  // 高级查询配置
+  const superQueryConfig = reactive(superQuerySchema);
+
+  /**
+   * 高级查询事件
+   */
+  function handleSuperQuery(params) {
+    Object.keys(params).map((k) => {
+      queryParam[k] = params[k];
+    });
+    searchQuery();
+  }
 
-  if (enquiryTrackRecordRef.value && enquiryTrackRecordRef.value.init) {
-    enquiryTrackRecordRef.value.init(record);
+  /**
+   * 新增事件
+   */
+  function handleAdd() {
+    registerModal.value.disableSubmit = false;
+    registerModal.value.add();
   }
-}
 
-// 高级查询配置
-const superQueryConfig = reactive(superQuerySchema);
+  /**
+   * 编辑事件
+   */
+  function handleEdit(record: Recordable) {
+    registerModal.value.disableSubmit = false;
+    registerModal.value.edit(record);
+  }
 
-/**
- * 高级查询事件
- */
-function handleSuperQuery(params) {
-  Object.keys(params).map((k) => {
-    queryParam[k] = params[k];
-  });
-  searchQuery();
-}
-
-/**
- * 新增事件
- */
-function handleAdd() {
-  registerModal.value.disableSubmit = false;
-  registerModal.value.add();
-}
-
-/**
- * 编辑事件
- */
-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),
-    },
-  ];
-}
-
-/**
- * 下拉操作栏
- */
-function getDropDownAction(record) {
-  return [
-    {
-      label: '详情',
-      onClick: handleDetail.bind(null, record),
-    },
-    {
-      label: '删除',
-      popConfirm: {
-        title: '是否确认删除',
-        confirm: handleDelete.bind(null, record),
-        placement: 'topLeft',
-      },
-    },
-  ];
-}
-
-/**
- * 查询
- */
-function searchQuery() {
-
-  console.log(queryParam.userEffective, "queryParam.userEffectivequeryParam.userEffective");
-  reload();
-}
-
-/**
- * 重置
- */
-function searchReset() {
-  formRef.value.resetFields();
-  selectedRowKeys.value = [];
-  //刷新数据
-  reload();
-}
-
-const glob = useGlobSetting();
-const userStore = useUserStore();
-
-// 初始化 WebSocket
-function initWebSocket() {
-  let token = getToken();
-  //将登录token生成一个短的标识
-  let wsClientId = md5(token);
-  let userId = unref(userStore.getUserInfo).id + "_" + wsClientId;
-  // WebSocket与普通的请求所用协议有所不同,ws等同于http,wss等同于https
-  let url = glob.domainUrl?.replace('https://', 'wss://').replace('http://', 'ws://') + '/websocket/' + userId;
-
-  connectWebSocket(url);
-  onWebSocket(onWebSocketMessage);
-}
-
-
-function onWebSocketMessage(data) {
-
-  console.log(data, "websorket");
-  if (data.cmd === 'topic' || data.cmd === 'user') {
-    //update-begin-author:taoyan date:2022-7-13 for: VUEN-1674【严重bug】系统通知,为什么必须刷新右上角才提示
-    //后台保存数据太慢 前端延迟刷新消息
-    setTimeout(()=>{
-      loadData();
-    }, 1000)
-    //update-end-author:taoyan date:2022-7-13 for: VUEN-1674【严重bug】系统通知,为什么必须刷新右上角才提示
+  /**
+   * 详情
+   */
+  function handleDetail(record: Recordable) {
+    registerModal.value.disableSubmit = true;
+    registerModal.value.edit(record);
   }
-}
 
-</script>
+  /**
+   * 删除事件
+   */
+  async function handleDelete(record) {
+    await deleteOne({ id: record.id }, handleSuccess);
+  }
 
-<style lang="less" scoped>
-.jeecg-basic-table-form-container {
-  padding: 0;
+  /**
+   * 批量删除事件
+   */
+  async function batchHandleDelete() {
+    await batchDelete({ ids: selectedRowKeys.value }, handleSuccess);
+  }
 
-  .table-page-search-submitButtons {
-    display: block;
-    margin-bottom: 24px;
-    white-space: nowrap;
+  /**
+   * 成功回调
+   */
+  function handleSuccess() {
+    (selectedRowKeys.value = []) && reload();
   }
 
-  .query-group-cust {
-    min-width: 100px !important;
+  /**
+   * 操作栏
+   */
+  function getTableAction(record) {
+    return [
+      {
+        label: '编辑',
+        onClick: handleEdit.bind(null, record),
+      },
+    ];
   }
 
-  .query-group-split-cust {
-    width: 30px;
-    display: inline-block;
-    text-align: center;
+  /**
+   * 下拉操作栏
+   */
+  function getDropDownAction(record) {
+    return [
+      {
+        label: '详情',
+        onClick: handleDetail.bind(null, record),
+      },
+      {
+        label: '删除',
+        popConfirm: {
+          title: '是否确认删除',
+          confirm: handleDelete.bind(null, record),
+          placement: 'topLeft',
+        },
+      },
+    ];
   }
 
-  .ant-form-item:not(.ant-form-item-with-help) {
-    margin-bottom: 16px;
-    height: 32px;
+  /**
+   * 查询
+   */
+  function searchQuery() {
+    console.log(queryParam.userEffective, 'queryParam.userEffectivequeryParam.userEffective');
+    reload();
   }
 
-  :deep(.ant-picker),
-  :deep(.ant-input-number) {
-    width: 100%;
+  /**
+   * 重置
+   */
+  function searchReset() {
+    formRef.value.resetFields();
+    selectedRowKeys.value = [];
+    //刷新数据
+    reload();
   }
-}
 
-.theme-color {
-  color: @primary-color;
-}
+  const glob = useGlobSetting();
+  const userStore = useUserStore();
+
+  // 初始化 WebSocket
+  function initWebSocket() {
+    let token = getToken();
+    //将登录token生成一个短的标识
+    let wsClientId = md5(token);
+    let userId = unref(userStore.getUserInfo).id + '_' + wsClientId;
+    // WebSocket与普通的请求所用协议有所不同,ws等同于http,wss等同于https
+    let url = glob.domainUrl?.replace('https://', 'wss://').replace('http://', 'ws://') + '/websocket/' + userId;
 
-.r1 {
-  .choose-site {
-    display: flex;
+    connectWebSocket(url);
+    onWebSocket(onWebSocketMessage);
   }
 
-  .t1 {
-    font-size: 18px;
+  function onWebSocketMessage(data) {
+    console.log(data, 'websorket');
+    if (data.cmd === 'topic' || data.cmd === 'user') {
+      //update-begin-author:taoyan date:2022-7-13 for: VUEN-1674【严重bug】系统通知,为什么必须刷新右上角才提示
+      //后台保存数据太慢 前端延迟刷新消息
+      setTimeout(() => {
+        loadData();
+      }, 1000);
+      //update-end-author:taoyan date:2022-7-13 for: VUEN-1674【严重bug】系统通知,为什么必须刷新右上角才提示
+    }
   }
+</script>
+
+<style lang="less" scoped>
+  .jeecg-basic-table-form-container {
+    padding: 0;
+
+    .table-page-search-submitButtons {
+      display: block;
+      margin-bottom: 24px;
+      white-space: nowrap;
+    }
+
+    .query-group-cust {
+      min-width: 100px !important;
+    }
 
-  .ant-calendar-picker {
-    margin-right: 20px;
+    .query-group-split-cust {
+      width: 30px;
+      display: inline-block;
+      text-align: center;
+    }
+
+    .ant-form-item:not(.ant-form-item-with-help) {
+      margin-bottom: 16px;
+      height: 32px;
+    }
 
+    :deep(.ant-picker),
+    :deep(.ant-input-number) {
+      width: 100%;
+    }
   }
 
+  .theme-color {
+    color: @primary-color;
+  }
 
-}
+  .r1 {
+    .choose-site {
+      display: flex;
+    }
 
-.r2 {
-  background: #fff;
-  border-radius: 10px;
-  padding: 30px 20px;
-  margin-top: 20px;
+    .t1 {
+      font-size: 18px;
+    }
 
-  .ant-col:not(:last-child) {
-    border-right: 1px solid #e6e6e6;
+    .ant-calendar-picker {
+      margin-right: 20px;
+    }
   }
 
-  p {
-    margin: 0;
-    text-align: center;
+  .r2 {
+    background: #fff;
+    border-radius: 10px;
+    padding: 30px 20px;
+    margin-top: 20px;
+
+    .ant-col:not(:last-child) {
+      border-right: 1px solid #e6e6e6;
+    }
+
+    p {
+      margin: 0;
+      text-align: center;
 
-    &.t1 {
-      color: #333;
-      margin-bottom: 15px;
+      &.t1 {
+        color: #333;
+        margin-bottom: 15px;
 
-      img {
-        margin-right: 10px;
-        width: 15px;
-        margin-top: -5px;
+        img {
+          margin-right: 10px;
+          width: 15px;
+          margin-top: -5px;
+        }
       }
-    }
 
-    &.t2 {
-      color: @primary-color;
-      font-size: 30px;
-      font-weight: 500;
-      line-height: 1;
-      text-decoration: underline;
-      cursor: pointer;
-      padding-left: 25px;
+      &.t2 {
+        color: @primary-color;
+        font-size: 30px;
+        font-weight: 500;
+        line-height: 1;
+        text-decoration: underline;
+        cursor: pointer;
+        padding-left: 25px;
+      }
     }
   }
-}
 
-.r3 {
-  margin-top: 20px;
-}
+  .r3 {
+    margin-top: 20px;
+  }
 </style>

+ 100 - 117
src/views/adweb/enquiryPublicRules/publicBlackEmail/EnquiryPublicBlackEmailList.vue

@@ -7,13 +7,12 @@
           <a-col :md="6" :sm="12">
             <a-form-item name="email">
               <template #label><span title="邮箱">邮箱</span></template>
-              <a-input name="email" placeholder="输入邮箱查询" v-model:value="queryParam.email" allow-clear></a-input>
+              <a-input name="email" placeholder="输入邮箱查询" v-model:value="queryParam.email" allow-clear />
             </a-form-item>
           </a-col>
           <a-col :md="6" :sm="10">
-            <a-form-item name="blackOrWhite" >
-              <a-select allow-clear v-model:value="queryParam.blackOrWhite"
-                        placeholder="输入黑白名单类型">
+            <a-form-item name="blackOrWhite">
+              <a-select allow-clear v-model:value="queryParam.blackOrWhite" placeholder="输入黑白名单类型">
                 <a-select-option value="0">黑名单</a-select-option>
                 <a-select-option value="1">白名单</a-select-option>
               </a-select>
@@ -35,32 +34,29 @@
     <BasicTable @register="registerTable" :rowSelection="rowSelection">
       <!--插槽:table标题-->
       <template #tableTitle>
-        <a-button type="primary" @click="handleAdd" preIcon="ant-design:plus-outlined"> 新增
-        </a-button>
+        <a-button type="primary" @click="handleAdd" preIcon="ant-design:plus-outlined"> 新增 </a-button>
         <a-dropdown v-if="selectedRowKeys.length > 0">
           <template #overlay>
             <a-menu>
               <a-menu-item key="1" @click="batchHandleDelete">
-                <Icon icon="ant-design:delete-outlined"></Icon>
+                <Icon icon="ant-design:delete-outlined" />
                 删除
               </a-menu-item>
             </a-menu>
           </template>
-          <a-button>批量操作
-            <Icon icon="mdi:chevron-down"/>
+          <a-button
+            >批量操作
+            <Icon icon="mdi:chevron-down" />
           </a-button>
         </a-dropdown>
       </template>
 
-
       <!--操作栏-->
       <template #action="{ record }">
-        <TableAction :actions="getTableAction(record)"
-                     :dropDownActions="getDropDownAction(record)"/>
+        <TableAction :actions="getTableAction(record)" :dropDownActions="getDropDownAction(record)" />
       </template>
 
       <template #bodyCell="{ column, record, index, text }">
-
         <template v-if="column.dataIndex === 'blackOrWhite'">
           <span>
             <a-tag v-if="record.blackOrWhite === 0" color="red">黑名单</a-tag>
@@ -79,123 +75,110 @@
           <span>
             <a @click="handleEdit(record)">编辑</a>
 
-            <a-divider type="vertical"/>
+            <a-divider type="vertical" />
             <a-dropdown>
-              <a class="ant-dropdown-link">更多 <a-icon type="down"/></a>
-              <a-menu slot="overlay">
-                <a-menu-item>
-                  <a @click="handleDetail(record)">详情</a>
-                </a-menu-item>
-                <a-menu-item>
-                  <a-popconfirm title="确定删除吗?" @confirm="() => handleDelete(record.id)">
-                    <a>删除</a>
-                  </a-popconfirm>
-                </a-menu-item>
-              </a-menu>
+              <a class="ant-dropdown-link">更多 <a-icon type="down" /></a>
+              <template #overlay>
+                <a-menu>
+                  <a-menu-item>
+                    <a @click="handleDetail(record)">详情</a>
+                  </a-menu-item>
+                  <a-menu-item>
+                    <a-popconfirm title="确定删除吗?" @confirm="() => handleDelete(record.id)">
+                      <a>删除</a>
+                    </a-popconfirm>
+                  </a-menu-item>
+                </a-menu>
+              </template>
             </a-dropdown>
           </span>
         </template>
       </template>
     </BasicTable>
 
-    <enquiry-public-black-email-modal ref="modalFormRef"
-                                      @ok="reload()"></enquiry-public-black-email-modal>
-    <xp-recycle-bin-modal ref="XpRecycleBinModalRef"/>
+    <enquiry-public-black-email-modal ref="modalFormRef" @ok="reload()" />
+    <xp-recycle-bin-modal ref="XpRecycleBinModalRef" />
   </a-card>
 </template>
 
 <script lang="ts" name="EnquiryPublicBlackEmailList" setup>
-import "/@/assets/less/TableExpand.less";
-import "/@/assets/less/common.less";
-import {batchDelete, deleteOne, getExportUrl, getImportUrl, list} from "./publicBlackEmail.api";
-import EnquiryPublicBlackEmailModal from "./modules/EnquiryPublicBlackEmailModal.vue";
-import XpRecycleBinModal from "./modules/XpRecycleBinModal.vue";
-import {nextTick, onMounted, reactive, ref} from "vue";
-import {columns} from "./publicBlackEmail.data";
-import {BasicTable, TableAction} from "@/components/Table";
-import {useListPage} from "@/hooks/system/useListPage";
-import {useCommonList} from "@/hooks/component/JeecgList";
-
-const XpRecycleBinModalRef = ref();
-const formRef = ref();
-const modalFormRef = ref();
-const queryParam = reactive<any>({});
-const superFieldList = ref([]);
-
-//注册table数据
-const {prefixCls, tableContext, onExportXls, onImportXls} = useListPage({
-  tableProps: {
-    title: "公共邮箱黑名单",
-    api: list,
-    columns: columns,
-    canResize: false,
-    useSearchForm: false,
-    actionColumn: {
-      width: 180,
-      fixed: "right"
+  import '/@/assets/less/TableExpand.less';
+  import '/@/assets/less/common.less';
+  import { batchDelete, deleteOne, getExportUrl, getImportUrl, list } from './publicBlackEmail.api';
+  import EnquiryPublicBlackEmailModal from './modules/EnquiryPublicBlackEmailModal.vue';
+  import XpRecycleBinModal from './modules/XpRecycleBinModal.vue';
+  import { nextTick, onMounted, reactive, ref } from 'vue';
+  import { columns } from './publicBlackEmail.data';
+  import { BasicTable, TableAction } from '@/components/Table';
+  import { useListPage } from '@/hooks/system/useListPage';
+  import { useCommonList } from '@/hooks/component/JeecgList';
+
+  const XpRecycleBinModalRef = ref();
+  const formRef = ref();
+  const modalFormRef = ref();
+  const queryParam = reactive<any>({});
+  const superFieldList = ref([]);
+
+  //注册table数据
+  const { prefixCls, tableContext, onExportXls, onImportXls } = useListPage({
+    tableProps: {
+      title: '公共邮箱黑名单',
+      api: list,
+      columns: columns,
+      canResize: false,
+      useSearchForm: false,
+      actionColumn: {
+        width: 180,
+        fixed: 'right',
+      },
+      striped: true,
+      bordered: false,
+      beforeFetch: (params) => {
+        return Object.assign(params, queryParam);
+      },
     },
-    striped: true,
-    bordered: false,
-    beforeFetch: (params) => {
-      return Object.assign(params, queryParam);
-    }
-  },
-  exportConfig: {
-    name: "询盘列表",
-    url: getExportUrl,
-    params: queryParam
-  },
-  importConfig: {
-    url: getImportUrl,
-    success: handleSuccess
-  }
-});
-
-const [registerTable, {
-  reload,
-  clearSelectedRowKeys,
-  updateTableDataRecord,
-  findTableDataRecord,
-  getDataSource
-}, {rowSelection, selectedRowKeys}] = tableContext;
-
-
-const {
-  handleEdit,
-  getTableAction,
-  batchHandleDelete,
-  handleDetail,
-  getDropDownAction,
-  handleDelete,
-  handleAdd,
-  searchQuery,
-  searchReset
-} = useCommonList({tableContext, modalFormRef, formRef, batchDelete, deleteOne});
-
-
-onMounted(() => {
-  getSuperFieldList();
-});
-
-function getSuperFieldList() {
-  let fieldList = [];
-  fieldList.push({type: "string", value: "email", text: "邮箱", dictCode: ""});
-  superFieldList.value = fieldList;
-}
-
-async function wasteNumVisible(email) {
-  await nextTick();
-
-  if (XpRecycleBinModalRef.value && XpRecycleBinModalRef.value.init) {
-    XpRecycleBinModalRef.value.init(email);
+    exportConfig: {
+      name: '询盘列表',
+      url: getExportUrl,
+      params: queryParam,
+    },
+    importConfig: {
+      url: getImportUrl,
+      success: handleSuccess,
+    },
+  });
+
+  const [
+    registerTable,
+    { reload, clearSelectedRowKeys, updateTableDataRecord, findTableDataRecord, getDataSource },
+    { rowSelection, selectedRowKeys },
+  ] = tableContext;
+
+  const { handleEdit, getTableAction, batchHandleDelete, handleDetail, getDropDownAction, handleDelete, handleAdd, searchQuery, searchReset } =
+    useCommonList({ tableContext, modalFormRef, formRef, batchDelete, deleteOne });
+
+  onMounted(() => {
+    getSuperFieldList();
+  });
+
+  function getSuperFieldList() {
+    let fieldList = [];
+    fieldList.push({ type: 'string', value: 'email', text: '邮箱', dictCode: '' });
+    superFieldList.value = fieldList;
   }
-}
 
-/**
- * 成功回调
- */
-function handleSuccess() {
-  (selectedRowKeys.value = []) && reload();
-}
+  async function wasteNumVisible(email) {
+    await nextTick();
 
+    if (XpRecycleBinModalRef.value && XpRecycleBinModalRef.value.init) {
+      XpRecycleBinModalRef.value.init(email);
+    }
+  }
+
+  /**
+   * 成功回调
+   */
+  function handleSuccess() {
+    (selectedRowKeys.value = []) && reload();
+  }
 </script>

+ 86 - 116
src/views/adweb/enquirySiteRules/siteBlackIp/AdwebSiteBlackIpList.vue

@@ -5,26 +5,26 @@
       <a-form ref="formRef" @keyup.enter.native="searchQuery" :model="queryParam">
         <a-row :gutter="24">
           <a-col :xl="6" :sm="12">
-            <select-site ref="selectSiteRef" @com-methods="changeSite" @set-site-info="getSiteList"/>
+            <select-site ref="selectSiteRef" @com-methods="changeSite" @set-site-info="getSiteList" />
           </a-col>
           <a-col :md="6" :sm="12">
-            <a-form-item label="IP">
-              <a-input placeholder="请输入IP" v-model="queryParam.ip"></a-input>
+            <a-form-item name="IP">
+              <a-input allow-clear placeholder="请输入IP" v-model:value="queryParam.ip" />
             </a-form-item>
           </a-col>
           <a-col :md="6" :sm="10">
-            <a-form-item label="黑白名单">
-              <a-select v-model="queryParam.blackOrWhite" allowClear placeholder="请选择黑白名单">
+            <a-form-item name="blackOrWhite">
+              <a-select allow-clear v-model="queryParam.blackOrWhite" placeholder="请选择黑白名单">
                 <a-select-option value="0">黑名单</a-select-option>
                 <a-select-option value="1">白名单</a-select-option>
               </a-select>
             </a-form-item>
           </a-col>
           <a-col :md="6" :sm="8">
-              <span style="float: left;overflow: hidden;" class="table-page-search-submitButtons">
-              <a-button type="primary" @click="searchQuery" icon="search">查询</a-button>
-              <a-button ghost type="primary" @click="searchReset" icon="reload" style="margin-left: 8px">重置</a-button>
-              </span>
+            <span style="float: left; overflow: hidden" class="table-page-search-submitButtons">
+              <a-button type="primary" @click="searchQuery" preIcon="ant-design:search-outlined">查询</a-button>
+              <a-button ghost type="primary" @click="searchReset" preIcon="ant-reload:search-outlined" style="margin-left: 8px">重置</a-button>
+            </span>
           </a-col>
         </a-row>
       </a-form>
@@ -33,9 +33,9 @@
 
     <!-- table区域-begin -->
     <div class="table">
-      <div class="ant-alert ant-alert-info" style="margin-bottom: 16px;">
-        <i class="anticon anticon-info-circle ant-alert-icon"></i> 已选择 <a
-        style="font-weight: 600">{{ selectedRowKeys.length }}</a>项
+      <div class="ant-alert ant-alert-info" style="margin-bottom: 16px">
+        <i class="anticon anticon-info-circle ant-alert-icon"></i> 已选择 <a style="font-weight: 600">{{ selectedRowKeys.length }}</a
+        >项
         <a style="margin-left: 24px" @click="clearSelectedRowKeys">清空</a>
       </div>
 
@@ -43,93 +43,89 @@
       <BasicTable @register="registerTable" :rowSelection="rowSelection">
         <!--插槽:table标题-->
         <template #tableTitle>
-          <a-button type="primary" @click="handleAdd" preIcon="ant-design:plus-outlined"> 新增
-          </a-button>
+          <a-button type="primary" @click="handleAdd" preIcon="ant-design:plus-outlined"> 新增 </a-button>
           <a-dropdown v-if="selectedRowKeys.length > 0">
             <template #overlay>
               <a-menu>
                 <a-menu-item key="1" @click="batchHandleDelete">
-                  <Icon icon="ant-design:delete-outlined"></Icon>
+                  <Icon icon="ant-design:delete-outlined" />
                   删除
                 </a-menu-item>
               </a-menu>
             </template>
-            <a-button>批量操作
+            <a-button
+              >批量操作
               <Icon icon="mdi:chevron-down" />
             </a-button>
           </a-dropdown>
         </template>
 
-
         <!--操作栏-->
         <template #action="{ record }">
-          <TableAction :actions="getTableAction(record)"
-                       :dropDownActions="getDropDownAction(record)" />
+          <TableAction :actions="getTableAction(record)" :dropDownActions="getDropDownAction(record)" />
         </template>
 
         <template #bodyCell="{ column, record, index, text }">
-
           <template v-if="column.dataIndex === 'blackOrWhite'">
-          <span>
-            <a-tag v-if="record.blackOrWhite === 0" color="red">黑名单</a-tag>
-            <a-tag v-else>白名单</a-tag>
-          </span>
+            <span>
+              <a-tag v-if="record.blackOrWhite === 0" color="red">黑名单</a-tag>
+              <a-tag v-else>白名单</a-tag>
+            </span>
           </template>
 
           <template v-if="column.dataIndex === 'wasteEnquiryNum'">
-          <span>
-            <span v-if="text === '' || text === null || text === 0">0</span>
-            <a v-else @click="wasteNumVisible(record.email)">{{ text }}</a>
-          </span>
+            <span>
+              <span v-if="text === '' || text === null || text === 0">0</span>
+              <a v-else @click="wasteNumVisible(record.ip, siteId)">{{ text }}</a>
+            </span>
           </template>
 
           <template v-if="column.dataIndex === 'action'">
-          <span>
-            <a @click="handleEdit(record)">编辑</a>
-
-            <a-divider type="vertical" />
-            <a-dropdown>
-              <a class="ant-dropdown-link">更多 <a-icon type="down" /></a>
-              <a-menu slot="overlay">
-                <a-menu-item>
-                  <a @click="handleDetail(record)">详情</a>
-                </a-menu-item>
-                <a-menu-item>
-                  <a-popconfirm title="确定删除吗?" @confirm="() => handleDelete(record.id)">
-                    <a>删除</a>
-                  </a-popconfirm>
-                </a-menu-item>
-              </a-menu>
-            </a-dropdown>
-          </span>
+            <span>
+              <a @click="handleEdit(record)">编辑</a>
+
+              <a-divider type="vertical" />
+              <a-dropdown>
+                <a class="ant-dropdown-link">更多 <a-icon type="down" /></a>
+                <template #overlay>
+                  <a-menu>
+                    <a-menu-item>
+                      <a @click="handleDetail(record)">详情</a>
+                    </a-menu-item>
+                    <a-menu-item>
+                      <a-popconfirm title="确定删除吗?" @confirm="() => handleDelete(record.id)">
+                        <a>删除</a>
+                      </a-popconfirm>
+                    </a-menu-item>
+                  </a-menu>
+                </template>
+              </a-dropdown>
+            </span>
           </template>
         </template>
       </BasicTable>
-
     </div>
 
-    <adweb-site-black-ip-modal ref="modalFormRef" @ok="modalFormOk"></adweb-site-black-ip-modal>
-    <xp-recycle-bin-modal ref="XpRecycleBinModalRef" @ok="getTableAndNum"/>
+    <adweb-site-black-ip-modal ref="modalFormRef" @ok="modalFormOk" />
+    <xp-recycle-bin-modal ref="XpRecycleBinModalRef" @ok="getTableAndNum" />
   </a-card>
 </template>
 
 <script lang="ts" setup name="AdwebSiteBlackIpList">
   import '/@/assets/less/common.less';
-  import '/@/assets/less/TableExpand.less'
-
-  import AdwebSiteBlackIpModal from './modules/AdwebSiteBlackIpModal__Style.vue'
-  import { getAction } from '/@/api/manage/manage'
-  import XpRecycleBinModal from './modules/XpRecycleBinModal.vue'
+  import '/@/assets/less/TableExpand.less';
 
+  import AdwebSiteBlackIpModal from './modules/AdwebSiteBlackIpModal__Style.vue';
+  import XpRecycleBinModal from './modules/XpRecycleBinModal.vue';
 
-  import {batchDelete, deleteOne, getExportUrl, getImportUrl, list} from "./siteBlackIP.api";
-  import {columns} from "./siteBlackIP.data";
-  import {BasicTable, TableAction} from "@/components/Table";
-  import {useListPage} from "@/hooks/system/useListPage";
+  import { batchDelete, deleteOne, getExportUrl, getImportUrl, list } from './siteBlackIP.api';
+  import { columns } from './siteBlackIP.data';
+  import { BasicTable, TableAction } from '@/components/Table';
+  import { useListPage } from '@/hooks/system/useListPage';
 
-  import {onMounted, reactive, ref} from "vue";
-  import {useCommonList} from "@/hooks/component/JeecgList";
-  import SelectSite from "@/components/Adweb/selectSite.vue";
+  import { nextTick, onMounted, reactive, ref } from 'vue';
+  import { useCommonList } from '@/hooks/component/JeecgList';
+  import SelectSite from '@/components/Adweb/selectSite.vue';
 
   const description = ref('adweb_site_black_ip管理页面');
   const dictOptions = reactive({});
@@ -139,96 +135,64 @@
   const formRef = ref();
   const XpRecycleBinModalRef = ref();
   const modalFormRef = ref();
-  const siteOptions = reactive({});
-
 
   //注册table数据
   const { prefixCls, tableContext, onExportXls, onImportXls } = useListPage({
     tableProps: {
-      title: "公共邮箱黑名单",
+      title: '公共邮箱黑名单',
       api: list,
       columns: columns,
       canResize: false,
       useSearchForm: false,
       actionColumn: {
         width: 180,
-        fixed: "right"
+        fixed: 'right',
       },
       striped: true,
       bordered: false,
+      immediate: false, // 不直接触发,通过其他事件触发接口
       beforeFetch: (params) => {
         return Object.assign(params, queryParam);
-      }
+      },
     },
     exportConfig: {
-      name: "询盘列表",
+      name: '询盘列表',
       url: getExportUrl,
-      params: queryParam
+      params: queryParam,
     },
     importConfig: {
       url: getImportUrl,
-      success: handleSuccess
-    }
+      success: handleSuccess,
+    },
   });
 
-  const [registerTable, {
-    reload,
-    clearSelectedRowKeys,
-    updateTableDataRecord,
-    findTableDataRecord,
-    getDataSource
-  }, { rowSelection, selectedRowKeys }] = tableContext;
-
-  const {
-    handleEdit,
-    getTableAction,
-    batchHandleDelete,
-    handleDetail,
-    getDropDownAction,
-    handleDelete,
-    handleAdd,
-    searchQuery,
-    searchReset
-  } = useCommonList({tableContext, modalFormRef, formRef, batchDelete, deleteOne});
-
-  onMounted(() => {
-    getSiteList();
-  });
+  const [
+    registerTable,
+    { reload, clearSelectedRowKeys, updateTableDataRecord, findTableDataRecord, getDataSource },
+    { rowSelection, selectedRowKeys },
+  ] = tableContext;
 
-  //获取站点列表
-  function getSiteList() {
-    let that = this
-    getAction('/sys/api/getSiteListByUid').then(function (res) {
-      if (res.code == 0) {
-        that.siteOptions = res.data;
-      } else {
-        that.$message.error('获取站点失败!')
-      }
-    }).catch(function (err) {
-      console.log(err)
-    })
-  }
+  const { handleEdit, getTableAction, batchHandleDelete, handleDetail, getDropDownAction, handleDelete, handleAdd, searchQuery, searchReset } =
+    useCommonList({ tableContext, modalFormRef, formRef, batchDelete, deleteOne });
 
-  function filterOption(input, option) {
-    return option.componentOptions.children[0].text.toLowerCase().indexOf(input.toLowerCase()) >= 0
-  }
+  onMounted(() => {});
+
+  async function wasteNumVisible(ip, siteId) {
+    await nextTick();
 
-  function wasteNumVisible(ip,siteId){
-    this.$nextTick(() => {
-      this.$refs.XpRecycleBinModal.init(ip,siteId);
-    })
+    XpRecycleBinModalRef.value.init(ip, siteId);
   }
 
-  function getTableAndNum(){
+  function getTableAndNum() {
     // 设置默认站点
     let siteId = this.queryParam.siteId;
     let siteList = this.siteList;
     for (let site of siteList) {
       if (site.id === siteId) {
-        localStorage.setItem("siteCode", site.code);
+        localStorage.setItem('siteCode', site.code);
       }
     }
-    this.loadData(arg)
+    this.loadData(arg);
   }
 
   /**
@@ -237,4 +201,10 @@
   function handleSuccess() {
     (selectedRowKeys.value = []) && reload();
   }
+
+  function getSiteList(siteInfo: any[], selectedSiteInfo: any) {
+    queryParam.siteId = selectedSiteInfo.id;
+    console.log(selectedSiteInfo.id, 'selectedSiteInfoselectedSiteInfoselectedSiteInfo');
+    reload();
+  }
 </script>

+ 100 - 112
src/views/adweb/enquirySiteRules/siteBlackIp/modules/XpRecycleBinModal.vue

@@ -2,141 +2,129 @@
   <a-modal
     :width="1200"
     :title="title"
-    :visible="visible"
+    v-model:open="visible"
     :destroyOnClose="true"
     @cancel="handleCancel"
     cancelText="关闭"
-    :okButtonProps="{style:{display:'none'}}">
-
-
-    <a-form-model layout="inline" @keyup.enter.native="searchQuery" style="margin-bottom:15px">
-      <a-form-model-item>
-        <a-input placeholder="邮箱/姓名" v-model="queryParam.searchText"></a-input>
-      </a-form-model-item>
-      <a-form-model-item>
+    :okButtonProps="{ style: { display: 'none' } }"
+  >
+    <a-form layout="inline" @keyup.enter.native="searchQuery" style="margin-bottom: 15px">
+      <a-form-item>
+        <a-input placeholder="邮箱/姓名" v-model="queryParam.searchText" />
+      </a-form-item>
+      <a-form-item>
         <a-button type="primary" @click="searchQuery">查询</a-button>
-        <a-button  @click="searchReset" style="margin-left:8px">重置</a-button>
-      </a-form-model-item>
-    </a-form-model>
+        <a-button @click="searchReset" style="margin-left: 8px">重置</a-button>
+      </a-form-item>
+    </a-form>
 
-    <a-table
-      ref="table"
-      size="middle"
-      :columns="columns"
-      :loading="loading"
-      :dataSource="dataSource"
-      >
+    <a-table ref="table" size="middle" :columns="columns" :loading="loading" :dataSource="dataSource">
       <!-- 显示头像 -->
-      <template slot="avatarslot" slot-scope="text, record, index">
+      <template #avatarslot="text, record, index">
         <div class="anty-img-wrap">
-          <a-avatar shape="square" :src="url.getAvatar(record.avatar)" icon="user"/>
+          <a-avatar shape="square" :src="url.getAvatar(record.avatar)" icon="user" />
+        </div>
+      </template>
+      <template #contactSlot="text, record">
+        <div>
+          <a-popover>
+            <template #content>
+              {{ text }}
+            </template>
+            <div style="width: 200px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis">{{ text }}</div>
+          </a-popover>
         </div>
       </template>
-      <div slot="contactSlot" slot-scope="text, record">
-        <a-popover>
-          <template slot="content">
-            {{text}}
-          </template>
-          <div style="width: 200px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis">{{text}}</div>
-        </a-popover>
-      </div>
-      <span slot="action" slot-scope="text, record">
-        <a @click="enquiryDetail(record)"> 详情</a>
-      </span>
+      <template #action="text, record">
+        <span>
+          <a @click="showEnquiryDetail(record)"> 详情</a>
+        </span>
+      </template>
     </a-table>
     <!--询盘详情-->
-    <enquiry-detail ref="enquiryDetail"></enquiry-detail>
+    <enquiry-detail ref="enquiryDetail" />
   </a-modal>
 </template>
 
-<script>
-import { putAction, deleteAction, postAction, getAction } from '/@/api/manage/manage'
-
-  import enquiryDetail from '/@/views/adweb/enquiry/modules/enquiryDetail.vue'
-
-  export default {
-    name: 'XpRecycleBinModal',
-    mixins: [],
-    components:{enquiryDetail},
-    data() {
-      return {
-        title: '',
-        loading: false,
-        innerVisible: false,
-        dataSource: [],
-        visible:false,
-        columns: [],
-        url: {
-          list: '/adweb/adwebEnquiry/getWastedEnquiry',
-        },
-        disableMixinCreated:true,
-        ip:'',
-        siteId:''
-      }
-    },
+<script lang="ts" setup name="XpRecycleBinModal">
+  import { getAction } from '/@/api/manage/manage';
+  import enquiryDetail from '/@/views/adweb/enquiry/modules/enquiryDetail.vue';
+  import { reactive, ref } from 'vue';
 
-    methods: {
-      init(ip,siteId){
-        let that = this
-        that.columns = [
-            { title: '站点名称', align: 'left', dataIndex: 'siteName',scopedSlots: { customRender: 'contactSlot' }},
-            { title: '姓名', align: 'left', dataIndex: 'contact', scopedSlots: { customRender: 'contactSlot' }},
-            { title: '邮箱', align: 'left', dataIndex: 'fromEmail', scopedSlots: { customRender: 'contactSlot' } },
-            { title: '电话', align: 'left', dataIndex: 'phone' },
-            { title: '询盘时间', align: 'left', dataIndex: 'recordCtime' },
-            { title: '操作', align: 'center', dataIndex: 'action', scopedSlots: { customRender: 'action' } }
-          ]
-        that.ip = ip;
-        that.siteId = siteId;
-        that.loadData(ip,siteId);
-        console.log(ip)
-        that.visible = true
-      },
+  const title = ref('');
+  const loading = ref(false);
+  const innerVisible = ref(false);
+  const visible = ref(false);
+  const disableMixinCreated = ref(false);
+  const ip = ref('');
+  const siteId = ref('');
+  const dataSource = reactive([]);
+  const columns = reactive([
+    { title: '站点名称', align: 'left', dataIndex: 'siteName', scopedSlots: { customRender: 'contactSlot' } },
+    { title: '姓名', align: 'left', dataIndex: 'contact', scopedSlots: { customRender: 'contactSlot' } },
+    { title: '邮箱', align: 'left', dataIndex: 'fromEmail', scopedSlots: { customRender: 'contactSlot' } },
+    { title: '电话', align: 'left', dataIndex: 'phone' },
+    { title: '询盘时间', align: 'left', dataIndex: 'recordCtime' },
+    { title: '操作', align: 'center', dataIndex: 'action', scopedSlots: { customRender: 'action' } },
+  ]);
+  const url = reactive({
+    list: '/adweb/adwebEnquiry/getWastedEnquiry',
+  });
 
-      //询盘详情
-      enquiryDetail(record){
-        this.$nextTick(() => {
-          this.$refs.enquiryDetail.init(record)
-        })
-      },
-      searchQuery() {
-        this.loadData(this.ip,this.siteId);
-      },
+  function init(ip, siteId) {
+    console.log(ip, siteId);
+    ip.value = ip;
+    siteId.value = siteId;
+    loadData(ip, siteId);
+    console.log(ip);
+    visible.value = true;
+  }
 
-      searchReset() {
-        this.queryParam = {}
-        this.loadData(this.ip,this.siteId);
-      },
+  //询盘详情
+  function showEnquiryDetail(record) {
+    this.$nextTick(() => {
+      this.$refs.enquiryDetail.init(record);
+    });
+  }
 
+  function searchQuery() {
+    this.loadData(this.ip, this.siteId);
+  }
 
-      handleCancel() {
-        this.queryParam = {}
-        this.visible = false
-      },
+  function searchReset() {
+    this.queryParam = {};
+    this.loadData(this.ip, this.siteId);
+  }
 
-      loadData(ip,siteId) {
-        if(!this.url.list){
-          this.$message.error("请设置url.list属性!")
-          return
-        }
-        var params = this.getQueryParams();//查询条件
-        this.loading = true;
-        params.ip = ip;
-        params.siteId = siteId;
-        params.wasteEnquiryType = 'ip';
-        getAction(this.url.list, params).then((res) => {
-          if (res.success) {
-            this.dataSource = res.result;
-          }
-          if(res.code===510){
-            this.$message.warning(res.message)
-          }
-          this.loading = false;
-        })
-      },
+  function handleCancel() {
+    this.queryParam = {};
+    this.visible = false;
+  }
 
+  function loadData(ip, siteId) {
+    if (!this.url.list) {
+      this.$message.error('请设置url.list属性!');
+      return;
     }
+    var params = this.getQueryParams(); //查询条件
+    this.loading = true;
+    params.ip = ip;
+    params.siteId = siteId;
+    params.wasteEnquiryType = 'ip';
+    getAction(this.url.list, params).then((res) => {
+      if (res.success) {
+        this.dataSource = res.result;
+      }
+      if (res.code === 510) {
+        this.$message.warning(res.message);
+      }
+      this.loading = false;
+    });
   }
+
+  defineExpose({
+    init,
+  });
 </script>
 
 <style lang="less" scoped></style>