AdwebEnquiryList.vue 27 KB

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