AdwebEnquiryList.vue 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962
  1. <template>
  2. <div class="p-2 adweb-enquiry-list">
  3. <div class="search-form">
  4. <a-row class="r1 search-form-container" :gutter="8">
  5. <a-col :xl="6" :xxl="5">
  6. <div class="choose-site">
  7. <span class="t1">站点:</span>
  8. <select-site ref="selectSiteRef" @set-site-info="getSiteList" select-width="100%" />
  9. </div>
  10. </a-col>
  11. <a-col :xl="7" :xxl="5">
  12. <div class="choose-site">
  13. <span class="t1">询盘时间:</span>
  14. <a-range-picker @change="onChangeDatePciker" :disabledDate="disabledDate" :value="rangeDate" style="width: 70%" />
  15. </div>
  16. </a-col>
  17. <a-col :xl="8" :xxl="10">
  18. <a-button :class="queryParam.dateType == '' ? 'active' : ''" @click="setTime('')">全部时间 </a-button>
  19. <a-button :class="queryParam.dateType == 'thirtyDay' ? 'active' : ''" @click="setTime('thirtyDay')">近30天 </a-button>
  20. <a-button :class="queryParam.dateType == 'sevenDay' ? 'active' : ''" @click="setTime('sevenDay')">近一周 </a-button>
  21. <a-button :class="queryParam.dateType == 'yesterday' ? 'active' : ''" @click="setTime('yesterday')">昨日 </a-button>
  22. <a-button :class="queryParam.dateType == 'today' ? 'active' : ''" @click="setTime('today')"> 今日 </a-button>
  23. </a-col>
  24. <!-- <a-col :xl="3" :xxl="4" v-if="isSuperAdmin">-->
  25. <!-- <a-button type="primary" preIcon="ant-design:plus-outlined" @click="handleAdd">新增询盘</a-button>-->
  26. <!-- </a-col>-->
  27. </a-row>
  28. </div>
  29. <a-row class="r2">
  30. <a-col :span="6">
  31. <p class="t1"><img :src="toEffect" />有效询盘</p>
  32. <p class="t2" @click="getList('product')">{{ enquiryNums.product }}</p>
  33. </a-col>
  34. <a-col :span="6">
  35. <p class="t1"><img :src="toReadImg" />待阅读询盘</p>
  36. <p class="t2" @click="getList('noRead')">{{ enquiryNums.noRead }}</p>
  37. </a-col>
  38. <a-col :span="6">
  39. <p class="t1"><img :src="toClassified" />待分类询盘</p>
  40. <p class="t2" @click="getList('wait')">{{ enquiryNums.wait }}</p>
  41. </a-col>
  42. <a-col :span="6">
  43. <p class="t1"><img :src="toTotal" />累计询盘</p>
  44. <p class="t2" @click="getList('all')">{{ enquiryNums.all }}</p>
  45. </a-col>
  46. </a-row>
  47. <a-row class="r3" type="flex" :gutter="8">
  48. <a-col flex="2">
  49. <a-input placeholder="邮箱/姓名/国家" v-model:value="queryParam.searchText" />
  50. </a-col>
  51. <a-col flex="2">
  52. <a-input placeholder="询盘内容" v-model:value="queryParam.searchContent" />
  53. </a-col>
  54. <a-col flex="2">
  55. <a-select :allowClear="true" placeholder="全部分类" style="width: 100%" @change="filterCategory">
  56. <a-select-option :key="2" :value="2">待分类</a-select-option>
  57. <a-select-option :key="1" :value="1">有效询盘</a-select-option>
  58. </a-select>
  59. </a-col>
  60. <a-col flex="2">
  61. <a-select v-model="queryParam.readStatus" :allowClear="true" placeholder="全部阅读状态" style="width: 100%" @change="filterStatus">
  62. <a-select-option value="0"> 未读 </a-select-option>
  63. <a-select-option value="1"> 已读 </a-select-option>
  64. </a-select>
  65. </a-col>
  66. <a-col v-if="haveSubAccount" flex="2">
  67. <a-select placeholder="全部跟进人" v-model="queryParam.principalUid" showSearch allowClear style="width: 100%" :filterOption="filterOption">
  68. <a-select-option key="ALL" value="ALL">所有人</a-select-option>
  69. <a-select-option v-for="principal in subAccountOptions" :key="principal.id" :value="principal.id">
  70. {{ principal.username }}
  71. </a-select-option>
  72. </a-select>
  73. </a-col>
  74. <a-col flex="500px" style="text-align: right">
  75. <a-button type="primary" @click="searchQuery">查询</a-button>
  76. <a-button ghost type="primary" @click="searchReset" style="margin-left: 8px">重置</a-button>
  77. <a-button ghost type="primary" @click="handleExportXlsLU()" style="margin-left: 8px" :loading="excelLoading">导出Excel </a-button>
  78. <a-button ghost type="primary" @click="recycleBinVisible" style="margin-left: 8px">回收站 </a-button>
  79. <a-button ghost type="primary" @click="showBlackList" style="margin-left: 8px">黑名单 </a-button>
  80. </a-col>
  81. </a-row>
  82. <!--引用表格-->
  83. <BasicTable @register="registerTable" :rowSelection="rowSelection">
  84. <template #alertAfter>
  85. <a-divider type="vertical" />
  86. <a @click="enquiryReady">标为已读</a>
  87. <template v-if="isForwardSite">
  88. <a-divider type="vertical" />
  89. <a @click="forwardDetailAll"> 转发 </a>
  90. </template>
  91. <a-divider type="vertical" />
  92. <a @click="batchHandleDelete">删除</a>
  93. </template>
  94. <!--插槽:table标题-->
  95. <template #tableTitle>
  96. <!-- TODO 高级查询 -->
  97. <!-- <super-query :config="superQueryConfig" @search="handleSuperQuery" />-->
  98. </template>
  99. <!--操作栏-->
  100. <!-- <template #action="{ record }">-->
  101. <!-- <TableAction :actions="getTableAction(record)" :dropDownActions="getDropDownAction(record)" />-->
  102. <!-- </template>-->
  103. <!-- 操作动作 -->
  104. <template #action="{ record }">
  105. <div style="padding: 5px 8px; display: flex; justify-content: space-around">
  106. <a-tag v-if="isForwardSite" color="blue" @click="forwardDetail(record)" style="cursor: pointer"> 转发 </a-tag>
  107. <a-tag color="purple" @click="showEnquiryDetail(record)" style="cursor: pointer"> 详情 </a-tag>
  108. <a-popconfirm
  109. title="确认拒收后,该用户会归入【黑名单】,后期不再接收该用户的询盘信息~"
  110. ok-text="是"
  111. cancel-text="否"
  112. placement="topRight"
  113. @confirm="enquiryAddBlackList(record)"
  114. >
  115. <a-tag color="orange" style="cursor: pointer"> 拒收 </a-tag>
  116. </a-popconfirm>
  117. <a-tag color="green" @click="showEnquiryTrackRecord(record)" style="cursor: pointer"> 跟踪 </a-tag>
  118. <a-tag
  119. color="blue"
  120. v-if="record.visitId !== null && record.visitId !== '' && record.visitId !== undefined"
  121. style="cursor: pointer"
  122. @click="enquiryTrack(record)"
  123. >
  124. 访问记录
  125. </a-tag>
  126. </div>
  127. </template>
  128. <template #bodyCell="{ column, record, text }">
  129. <!-- 自定义显示字段 -->
  130. <template v-if="column.key == 'principalUid'">
  131. <template v-if="haveSubAccount">
  132. <a-select
  133. placeholder="请选择跟进人"
  134. v-model:value="record.principalUid"
  135. style="width: 180px"
  136. showSearch
  137. :filterOption="filterOption"
  138. @change="selectPrincipal(record)"
  139. :disabled="
  140. userRole.indexOf('admin') > -1 ||
  141. userRole.indexOf('adweb_admin') > -1 ||
  142. userRole.indexOf('adweb_seo_manager') > -1 ||
  143. userRole.indexOf('adweb_site_manager') > -1
  144. "
  145. >
  146. <a-select-option key="ALL" value="ALL">所有人</a-select-option>
  147. <a-select-option v-for="principal in subAccountOptions" :key="principal.id" :value="principal.id">
  148. {{ principal.username }}
  149. </a-select-option>
  150. </a-select>
  151. </template>
  152. <template v-else>{{ record.principalName }}</template>
  153. </template>
  154. <!-- 询盘状态 -->
  155. <template v-if="column.key == 'userEffective'">
  156. <a class="theme-color" v-if="text === 2" @click="showEnquiryDetail(record)">{{ record.userEffectiveStr }}</a>
  157. <span v-else-if="text == 0" style="color: #fa8c16">{{ record.userEffectiveStr }}</span>
  158. <span v-else>{{ record.userEffectiveStr }}</span>
  159. </template>
  160. <!-- 阅读状态 -->
  161. <template v-if="column.key == 'readStatus'">
  162. <a v-if="text == 0" class="theme-color" @click="showEnquiryDetail(record)">未读</a>
  163. <span v-else>已读</span>
  164. </template>
  165. <!-- 询盘详情 -->
  166. <div v-if="column.key == 'details'">
  167. <a @click="showEnquiryDetail(record)" style="margin: 0 10px 0 10px"> {{ record.context ? record.context.substr(0, 50) : '--' }}</a>
  168. </div>
  169. <!-- 来源页面 -->
  170. <template v-if="column.key == 'fromPage'">
  171. <template v-if="!text">-</template>
  172. <template v-else-if="text.indexOf('http') < 0">-</template>
  173. <template v-else-if="text.indexOf('http') === 0">
  174. <template v-if="text.lastIndexOf('/') <= 7">
  175. <a :href="text" target="_blank" style="text-decoration: underline">Home</a>
  176. </template>
  177. <template v-else>
  178. <a :href="text" target="_blank" style="text-decoration: underline">{{
  179. text.substring(text.lastIndexOf('/') + 1).slice(0, 45) + (text.substring(text.lastIndexOf('/') + 1).length > 45 ? '...' : '')
  180. }}</a>
  181. </template>
  182. </template>
  183. <template v-else-if="text.indexOf('http') > 0">
  184. <a :href="text.substring(text.indexOf('http'))" target="_blank" style="text-decoration: underline">{{
  185. text.substring(0, text.indexOf('http')).slice(0, 45) + (text.substring(0, text.indexOf('http')).length > 45 ? '...' : '')
  186. }}</a>
  187. </template>
  188. <template v-else>-</template>
  189. </template>
  190. <!-- 邮箱 -->
  191. <div v-if="column.key == 'fromEmail'">
  192. <a-popover>
  193. <template #content>
  194. {{ text }}
  195. </template>
  196. <a @click.prevent="copyEmailFunction(text)" :href="'mailto:' + text" v-if="text">{{
  197. text.slice(0, 30) + (text.length > 30 ? '...' : '')
  198. }}</a>
  199. <div v-else>--</div>
  200. </a-popover>
  201. </div>
  202. </template>
  203. </BasicTable>
  204. <!-- 表单区域 -->
  205. <AdwebEnquiryModal ref="registerModal" @success="handleSuccess" />
  206. <!--回收站-->
  207. <xp-recycle-bin-modal ref="XpRecycleBinModalRef" @ok="getTableAndNum" />
  208. <!--询盘详情 reload用于子组件删除询盘功能刷新父组件table showDelBtn用于展示删除按钮-->
  209. <enquiry-detail
  210. :userEffectiveOption="userEffectiveOption"
  211. :showDelBtn="true"
  212. @reload="getTableAndNum()"
  213. @ok="getTableAndNum"
  214. ref="enquiryDetailRef"
  215. />
  216. <!-- 转发询盘 -->
  217. <a-modal title="转发" v-model:open="forwardVisible" @ok="editForward" @cancel="cancelEditForward" :confirm-loading="forwardLoading">
  218. <a-radio-group v-model:value="selectedUserId">
  219. <a-radio v-for="item in subAccountOptions" style="display: block; height: 30px; lineheight: 30px" :value="item.id">
  220. {{ item.username }}
  221. </a-radio>
  222. </a-radio-group>
  223. </a-modal>
  224. <!--黑名单-->
  225. <black-list ref="blackListRef" @ok="getTableAndNum" />
  226. <!--跟踪记录-->
  227. <enquiry-track-record ref="enquiryTrackRecordRef" />
  228. </div>
  229. </template>
  230. <script lang="ts" name="adweb-adwebEnquiry" setup>
  231. import toEffect from '/@/assets/enquiry/enquiryListTop1.svg';
  232. import toReadImg from '/@/assets/enquiry/enquiryListTop3.svg';
  233. import toClassified from '/@/assets/enquiry/enquiryListTop2.svg';
  234. import toTotal from '/@/assets/enquiry/enquiryListTop4.svg';
  235. import selectSite from '/@/components/Adweb/selectSite.vue';
  236. import { computed, nextTick, onBeforeMount, onMounted, reactive, ref } from 'vue';
  237. import { BasicTable } from '/@/components/Table';
  238. import { useListPage } from '/@/hooks/system/useListPage';
  239. import { columns, superQuerySchema } from './AdwebEnquiry.data';
  240. import { batchDelete, deleteOne, getExportUrl, getImportUrl, list } from './AdwebEnquiry.api';
  241. import AdwebEnquiryModal from './components/AdwebEnquiryModal.vue';
  242. import { useUserStore } from '/@/store/modules/user';
  243. import { getAction, postAction } from '@/api/manage/manage';
  244. import { useMessage } from '@/hooks/web/useMessage';
  245. import { filterOption } from 'ant-design-vue/es/vc-mentions/src/util';
  246. import enquiryDetail from '@/views/adweb/enquiry/modules/enquiryDetail.vue';
  247. import XpRecycleBinModal from '@/views/adweb/system/modules/XpRecycleBinModal.vue';
  248. import blackList from '@/views/adweb/enquiry/modules/blackList.vue';
  249. import enquiryTrackRecord from '@/views/adweb/enquiry/modules/enquiryTrackRecord.vue';
  250. import { RoleEnum } from '@/enums/roleEnum';
  251. import dayjs, { Dayjs } from 'dayjs';
  252. const dateFormat = 'YYYY-MM-DD';
  253. type RangeValue = [Dayjs, Dayjs];
  254. // 过滤日期范围
  255. let rangeDate = ref<RangeValue>();
  256. const userStore = useUserStore();
  257. const queryParam = reactive<any>({});
  258. console.log(userStore.getRoleList, '当前用户所属角色');
  259. const isSuperAdmin = computed(() => {
  260. return userStore.getRoleList.includes(RoleEnum.ADMIN) || userStore.getRoleList.includes(RoleEnum.ADWEB_CHANNEL_ADMIN);
  261. });
  262. const registerModal = ref();
  263. const selectSiteRef = ref(null);
  264. const { createMessage } = useMessage();
  265. //注册table数据
  266. const { prefixCls, tableContext, onExportXls, onImportXls } = useListPage({
  267. tableProps: {
  268. title: '询盘信息存储表单',
  269. api: list,
  270. columns,
  271. canResize: false,
  272. useSearchForm: false,
  273. actionColumn: {
  274. width: 180,
  275. fixed: 'right',
  276. },
  277. striped: true,
  278. bordered: false,
  279. immediate: false, // 不直接触发,通过reload事件触发接口
  280. beforeFetch: (params) => {
  281. // 如果查询条件中没有设置状态,则默认查出所有状态数据
  282. if (queryParam.userEffective == undefined) {
  283. queryParam.userEffective = '1,2';
  284. }
  285. return Object.assign(params, queryParam);
  286. },
  287. },
  288. exportConfig: {
  289. name: '询盘列表',
  290. url: getExportUrl,
  291. params: queryParam,
  292. },
  293. importConfig: {
  294. url: getImportUrl,
  295. success: handleSuccess,
  296. },
  297. });
  298. const [
  299. registerTable,
  300. { reload, clearSelectedRowKeys, updateTableDataRecord, findTableDataRecord, getDataSource },
  301. { rowSelection, selectedRowKeys },
  302. ] = tableContext;
  303. // 询盘数量
  304. const enquiryNums = ref({
  305. all: 0,
  306. noRead: 0,
  307. product: 0,
  308. wait: 0,
  309. });
  310. // 子账号列表
  311. let subAccountOptions = ref([{ id: '', username: '' }]);
  312. // 是否有子账户
  313. let haveSubAccount = ref(false);
  314. // 导出excel进度
  315. let excelLoading = ref<boolean>(false);
  316. // 编辑转发进度
  317. let forwardLoading = ref<boolean>(false);
  318. // 选中跟进人
  319. let selectedUserId = ref<any>(undefined);
  320. let userEffectiveOption = ref<[]>([]);
  321. // 当前用户角色
  322. const userRole = ref('');
  323. // 已经选择的站点code
  324. const siteCode = ref<any>('');
  325. const isForwardSite = ref<boolean>(false);
  326. //转发的询盘id
  327. const forwardEnquiryDetail = ref<any>(undefined);
  328. //转发是否可见
  329. const forwardVisible = ref(false);
  330. // 询盘详情子组件
  331. const enquiryDetailRef = ref(null);
  332. // 回收站子组件
  333. const XpRecycleBinModalRef = ref(null);
  334. // 黑名单子组件
  335. const blackListRef = ref(null);
  336. // 跟踪记录
  337. const enquiryTrackRecordRef = ref(null);
  338. onBeforeMount(() => {
  339. siteCode.value = localStorage.getItem('siteCode');
  340. getTurnInquiryCode();
  341. getSubAccountOptions();
  342. });
  343. onMounted(async () => {
  344. userRole.value = useUserStore().userInfo?.roles.join(',');
  345. console.log(useUserStore().userInfo?.roles.join(','), 'useUserStore().roleList');
  346. getEffectiveList();
  347. });
  348. function getSiteList(selectedSiteInfo: any) {
  349. queryParam.siteId = selectedSiteInfo.id;
  350. getTableAndNum(true);
  351. }
  352. // 单个产品,点击下拉框直接修改
  353. function selectPrincipal(record) {
  354. console.log(record);
  355. let params = {
  356. productId: record.id,
  357. uid: record.principalUid === undefined ? 'ALL' : record.principalUid,
  358. };
  359. getAction('/adweb/adwebEnquiry/setPrincipal', params).then((res) => {
  360. if (res.code == 200) {
  361. createMessage.success('操作成功!');
  362. } else {
  363. if (res.code == 403 || res.code == 500) {
  364. createMessage.warning(res.message);
  365. reload();
  366. } else {
  367. createMessage.success('操作失败!');
  368. }
  369. }
  370. });
  371. }
  372. function filterCategory(value: string) {
  373. queryParam.userEffective = value;
  374. }
  375. function filterStatus(value: number) {
  376. queryParam.readStatus = value;
  377. }
  378. //重新刷新页面数据及获取询盘数量
  379. function getTableAndNum(clearParam: boolean = false) {
  380. getEnquiryNums();
  381. if (clearParam) {
  382. if (queryParam.readStatus) {
  383. delete queryParam.readStatus;
  384. }
  385. if (queryParam.searchText) {
  386. delete queryParam.searchText;
  387. }
  388. if (queryParam.searchContent) {
  389. delete queryParam.searchContent;
  390. }
  391. if (queryParam.userEffective) {
  392. delete queryParam.userEffective;
  393. }
  394. if (queryParam.principalUid) {
  395. delete queryParam.principalUid;
  396. }
  397. }
  398. loadData();
  399. }
  400. //搜索条件部分的逻辑
  401. function onChangeDatePciker(date, dateString) {
  402. if (dateString.length > 0) {
  403. rangeDate.value = date;
  404. queryParam.start = dateString[0];
  405. queryParam.end = dateString[1];
  406. queryParam.dateType = undefined;
  407. getTableAndNum();
  408. }
  409. }
  410. //日期选择只能今天之前
  411. function disabledDate(current) {
  412. return current && current > dayjs().endOf('day');
  413. }
  414. //设置列表的时间查询条件
  415. function setTime(time) {
  416. queryParam.dateType = time;
  417. queryParam.start = '';
  418. queryParam.end = '';
  419. // sevenDay thirtyDay today yesterday
  420. if (time == '') {
  421. rangeDate.value = undefined;
  422. } else if (time == 'sevenDay') {
  423. rangeDate.value = [dayjs().subtract(6, 'days'), dayjs()];
  424. } else if (time == 'thirtyDay') {
  425. rangeDate.value = [dayjs().subtract(29, 'days'), dayjs()];
  426. } else if (time == 'today') {
  427. rangeDate.value = [dayjs(), dayjs()];
  428. } else if (time == 'yesterday') {
  429. rangeDate.value = [dayjs().subtract(1, 'days'), dayjs().subtract(1, 'days')];
  430. }
  431. if (rangeDate.value != undefined) {
  432. queryParam.start = rangeDate.value[0].format(dateFormat);
  433. queryParam.end = rangeDate.value[1].format(dateFormat);
  434. }
  435. getTableAndNum();
  436. }
  437. //获取不同状态询盘的数量
  438. function getEnquiryNums() {
  439. let siteId = '';
  440. if (queryParam.siteId && queryParam.siteId != '') {
  441. siteId = queryParam.siteId;
  442. } else {
  443. siteId = '';
  444. }
  445. let d = {
  446. siteId: siteId,
  447. dateType: queryParam.dateType,
  448. start: queryParam.start,
  449. end: queryParam.end,
  450. };
  451. getAction('/adweb/adwebEnquiry/getEnquiryNums', d).then((res) => {
  452. if (res.code == 200) {
  453. enquiryNums.value.all = res.result.all;
  454. enquiryNums.value.noRead = res.result.noRead;
  455. enquiryNums.value.product = res.result.product;
  456. enquiryNums.value.wait = res.result.wait;
  457. } else {
  458. enquiryNums.value.all = 0;
  459. enquiryNums.value.noRead = 0;
  460. enquiryNums.value.product = 0;
  461. enquiryNums.value.wait = 0;
  462. }
  463. });
  464. }
  465. // 获取子账户的下拉框选项
  466. function getSubAccountOptions() {
  467. getAction('/usercountry/subAccounts/options?siteCode=' + siteCode.value, null).then((res) => {
  468. if (res.code === 200) {
  469. subAccountOptions.value = res.result;
  470. haveSubAccount.value = res.result !== null && res.result !== undefined && res.result.length > 0;
  471. }
  472. });
  473. }
  474. function getList(type: String) {
  475. //清空查询条件
  476. queryParam.principalUid = undefined;
  477. queryParam.searchText = undefined;
  478. queryParam.searchContent = undefined;
  479. if (type == 'noRead') {
  480. queryParam.readStatus = '0';
  481. queryParam.userEffective = undefined;
  482. }
  483. if (type == 'product') {
  484. queryParam.userEffective = 1;
  485. console.log('1', queryParam);
  486. queryParam.readStatus = undefined;
  487. console.log('2', queryParam);
  488. }
  489. if (type == 'wait') {
  490. queryParam.userEffective = 2;
  491. queryParam.readStatus = undefined;
  492. }
  493. if (type == 'all') {
  494. queryParam.userEffective = undefined;
  495. queryParam.readStatus = undefined;
  496. }
  497. loadData(1);
  498. }
  499. //批量设为已读
  500. function enquiryReady() {
  501. console.log(selectedRowKeys.value.length, 'selectedRowKeysselectedRowKeysselectedRowKeys');
  502. if (selectedRowKeys.value.length <= 0) {
  503. createMessage.warning('请选择至少一条记录!');
  504. return;
  505. }
  506. getAction('/adweb/adwebEnquiry/read', { id: selectedRowKeys.value.toString() }).then((res) => {
  507. if (res.success) {
  508. createMessage.success('批量设置已读成功!');
  509. getTableAndNum();
  510. clearSelectedRowKeys();
  511. } else {
  512. if (res.code == 403) {
  513. createMessage.warning(res.message);
  514. } else {
  515. createMessage.error('设置失败!');
  516. }
  517. }
  518. });
  519. }
  520. // 加载table列表数据
  521. function loadData(page: number = 1) {
  522. nextTick().then(() => {
  523. reload({ page: page });
  524. });
  525. }
  526. // 导出excel
  527. function handleExportXlsLU() {
  528. excelLoading.value = true;
  529. delete queryParam.userEffective;
  530. onExportXls().then(() => {
  531. excelLoading.value = false;
  532. });
  533. }
  534. //询盘详情
  535. async function showEnquiryDetail(record) {
  536. if (record.readStatus == 0) {
  537. getAction('/adweb/adwebEnquiry/read?id=' + record.id, null).then(() => {
  538. getTableAndNum();
  539. });
  540. }
  541. await nextTick();
  542. if (enquiryDetailRef.value && enquiryDetailRef.value.init) {
  543. enquiryDetailRef.value.init(record);
  544. }
  545. }
  546. //获取询盘分类列表
  547. function getEffectiveList() {
  548. getAction('/adweb/adwebEnquiry/getEnquiryCatalog', null)
  549. .then(function (res) {
  550. if (res.code == 200) {
  551. userEffectiveOption.value = JSON.parse(res.result);
  552. } else {
  553. createMessage.error('获取询盘分类失败!');
  554. }
  555. })
  556. .catch(function (err) {
  557. console.log(err);
  558. });
  559. }
  560. //复制email到剪切板
  561. function copyEmailFunction(text) {
  562. //复制email到剪切板
  563. if (!navigator.clipboard) {
  564. console.log('浏览器不支持navigator');
  565. let copy = (e) => {
  566. e.preventDefault();
  567. e.clipboardData.setData('text/plain', text);
  568. createMessage.success('复制成功');
  569. document.removeEventListener('copy', copy);
  570. };
  571. document.addEventListener('copy', copy);
  572. document.execCommand('Copy');
  573. return;
  574. }
  575. navigator.clipboard.writeText(text).then(
  576. function () {
  577. createMessage.success('复制成功');
  578. },
  579. function (err) {
  580. createMessage.error('复制失败', err);
  581. }
  582. );
  583. }
  584. //获取需要轮流询盘的站点code,判断哪个站点的询盘需要开启转发功能
  585. function getTurnInquiryCode() {
  586. // 站点code
  587. let dictSiteCode = [{ label: '', value: '' }];
  588. getAction('/adweb/adwebEnquiry/getTurnInquiryCode', null).then((res) => {
  589. if (res.code === 200) {
  590. Object.assign(dictSiteCode, res.result);
  591. for (let it in dictSiteCode) {
  592. if (dictSiteCode[it].value === siteCode.value) {
  593. isForwardSite.value = true;
  594. }
  595. }
  596. }
  597. });
  598. }
  599. //转发询盘
  600. function forwardDetail(record) {
  601. forwardEnquiryDetail.value = record.id;
  602. forwardVisible.value = true;
  603. }
  604. //拒收
  605. function enquiryAddBlackList(record) {
  606. delete record.wasteEnquiry;
  607. postAction('/enquiry/blacklist/addBlacklist', record, null).then((res) => {
  608. if (res.success) {
  609. createMessage.success(`拒收成功!`);
  610. this.getTableAndNum();
  611. } else {
  612. if (res.code == 403 || res.code == 500) {
  613. createMessage.warning(res.message);
  614. } else {
  615. createMessage.error('拒收失败!');
  616. }
  617. }
  618. });
  619. }
  620. // 编辑转发
  621. function editForward() {
  622. if (forwardEnquiryDetail.value === undefined) {
  623. createMessage.warning('请选择询盘信息!');
  624. return;
  625. }
  626. if (!selectedUserId.value) {
  627. createMessage.warning('请选择跟进人!');
  628. return;
  629. }
  630. forwardLoading.value = true;
  631. let param = {
  632. ids: forwardEnquiryDetail.value,
  633. uid: selectedUserId.value,
  634. code: siteCode.value,
  635. };
  636. getAction('/adweb/adwebEnquiry/setForward', param)
  637. .then((res) => {
  638. if (res.success) {
  639. createMessage.success(res.message);
  640. loadData();
  641. cancelEditForward();
  642. getEnquiryNums();
  643. clearSelectedRowKeys();
  644. } else {
  645. createMessage.warning(res.message);
  646. }
  647. })
  648. .finally(() => {
  649. forwardLoading.value = false;
  650. });
  651. }
  652. // 取消转发的编辑
  653. function cancelEditForward() {
  654. selectedUserId.value = undefined;
  655. forwardEnquiryDetail.value = undefined;
  656. forwardVisible.value = false;
  657. }
  658. //回收箱
  659. async function recycleBinVisible() {
  660. await nextTick();
  661. if (XpRecycleBinModalRef.value && XpRecycleBinModalRef.value.init) {
  662. XpRecycleBinModalRef.value.init(queryParam.siteId, '1,2');
  663. }
  664. }
  665. //黑名单
  666. async function showBlackList() {
  667. await nextTick();
  668. if (blackListRef.value && blackListRef.value.init) {
  669. blackListRef.value.init(queryParam.siteId);
  670. }
  671. }
  672. //跟踪记录
  673. async function showEnquiryTrackRecord(record) {
  674. await nextTick();
  675. if (enquiryTrackRecordRef.value && enquiryTrackRecordRef.value.init) {
  676. enquiryTrackRecordRef.value.init(record);
  677. }
  678. }
  679. // 高级查询配置
  680. const superQueryConfig = reactive(superQuerySchema);
  681. /**
  682. * 高级查询事件
  683. */
  684. function handleSuperQuery(params) {
  685. Object.keys(params).map((k) => {
  686. queryParam[k] = params[k];
  687. });
  688. searchQuery();
  689. }
  690. /**
  691. * 新增事件
  692. */
  693. function handleAdd() {
  694. registerModal.value.disableSubmit = false;
  695. registerModal.value.add();
  696. }
  697. /**
  698. * 编辑事件
  699. */
  700. function handleEdit(record: Recordable) {
  701. registerModal.value.disableSubmit = false;
  702. registerModal.value.edit(record);
  703. }
  704. /**
  705. * 详情
  706. */
  707. function handleDetail(record: Recordable) {
  708. registerModal.value.disableSubmit = true;
  709. registerModal.value.edit(record);
  710. }
  711. /**
  712. * 删除事件
  713. */
  714. async function handleDelete(record) {
  715. await deleteOne({ id: record.id }, handleSuccess);
  716. }
  717. /**
  718. * 批量删除事件
  719. */
  720. async function batchHandleDelete() {
  721. await batchDelete({ id: selectedRowKeys.value.join(',') }, handleSuccess);
  722. }
  723. /**
  724. * 成功回调
  725. */
  726. function handleSuccess() {
  727. (selectedRowKeys.value = []) && reload();
  728. }
  729. /**
  730. * 操作栏
  731. */
  732. function getTableAction(record) {
  733. return [
  734. {
  735. label: '编辑',
  736. onClick: handleEdit.bind(null, record),
  737. },
  738. ];
  739. }
  740. /**
  741. * 下拉操作栏
  742. */
  743. function getDropDownAction(record) {
  744. return [
  745. {
  746. label: '详情',
  747. onClick: handleDetail.bind(null, record),
  748. },
  749. {
  750. label: '删除',
  751. popConfirm: {
  752. title: '是否确认删除',
  753. confirm: handleDelete.bind(null, record),
  754. placement: 'topLeft',
  755. },
  756. },
  757. ];
  758. }
  759. /**
  760. * 查询
  761. */
  762. function searchQuery() {
  763. reload();
  764. }
  765. /**
  766. * 重置
  767. */
  768. function searchReset() {
  769. selectedRowKeys.value = [];
  770. //刷新数据
  771. getTableAndNum(true);
  772. }
  773. </script>
  774. <style lang="less" scoped>
  775. .ant-form-item {
  776. flex: 1;
  777. }
  778. .jeecg-basic-table-form-container {
  779. padding: 0;
  780. .table-page-search-submitButtons {
  781. display: block;
  782. margin-bottom: 24px;
  783. white-space: nowrap;
  784. }
  785. .query-group-cust {
  786. min-width: 100px !important;
  787. }
  788. .query-group-split-cust {
  789. width: 30px;
  790. display: inline-block;
  791. text-align: center;
  792. }
  793. .ant-form-item:not(.ant-form-item-with-help) {
  794. margin-bottom: 16px;
  795. height: 32px;
  796. }
  797. :deep(.ant-picker),
  798. :deep(.ant-input-number) {
  799. width: 100%;
  800. }
  801. }
  802. .theme-color {
  803. color: @primary-color;
  804. }
  805. .r1 {
  806. .choose-site {
  807. display: flex;
  808. }
  809. .t1 {
  810. font-size: 18px;
  811. }
  812. .ant-calendar-picker {
  813. margin-right: 20px;
  814. }
  815. }
  816. .r2 {
  817. background: #fff;
  818. border-radius: 10px;
  819. padding: 30px 20px;
  820. .ant-col:not(:last-child) {
  821. border-right: 1px solid #e6e6e6;
  822. }
  823. p {
  824. margin: 0;
  825. text-align: center;
  826. &.t1 {
  827. color: #333;
  828. margin-bottom: 15px;
  829. img {
  830. margin-right: 10px;
  831. width: 15px;
  832. margin-top: -5px;
  833. }
  834. }
  835. &.t2 {
  836. color: @primary-color;
  837. font-size: 30px;
  838. font-weight: 500;
  839. line-height: 1;
  840. text-decoration: underline;
  841. cursor: pointer;
  842. padding-left: 25px;
  843. }
  844. }
  845. }
  846. .r3 {
  847. margin-top: 20px;
  848. }
  849. </style>