SeoKeywordsRankList.vue 40 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211
  1. <template>
  2. <div class="seo_keywords_rank_wrap">
  3. <a-row class="r1 search-form">
  4. <a-col :span="24" class="search-form-container">
  5. <div class="choose-site">
  6. <span class="t1">站点:</span>
  7. <select-site @set-site-info="changeSite" selectWidth="300px" />
  8. <span style="margin-left: 16px" class="t1"
  9. >{{ selectSiteInfo.planName && selectSiteInfo.planType !== 'STATIONCONSTRUCTION' ? selectSiteInfo.planName : '暂无SEO推广套餐~' }}
  10. <a-popover placement="bottom" v-show="selectSiteInfo.planName && selectSiteInfo.planType !== 'STATIONCONSTRUCTION'">
  11. <template #content>
  12. <span> 指定关键词数:{{ comprehenInfo.planAppointKeywordNum }}&nbsp; </span>
  13. <span> 长尾关键词数:{{ comprehenInfo.planLongTailKeywordNum }}&nbsp; </span>
  14. <span> 外链数:{{ comprehenInfo.planOuterLinkNum }}&nbsp; </span>
  15. <span> 文章数:{{ comprehenInfo.planArticleNum }} </span>
  16. </template>
  17. <img
  18. src="https://cutomer-static-bucket.s3.cn-northwest-1.amazonaws.com.cn/public/material/220803883dfy/document/changjianwenti_1676606434975.png"
  19. alt="issue"
  20. width="25px"
  21. height="25px"
  22. />
  23. </a-popover>
  24. </span>
  25. </div>
  26. </a-col>
  27. </a-row>
  28. <a-row class="r2" type="flex" justify="center" align="middle">
  29. <a-col :span="6">
  30. <p class="t1"><img src="../../../assets/seo/zhidingci.svg" />指定关键词数</p>
  31. <p class="t2" v-if="comprehenInfo.appointKeywordNum == null"> - </p>
  32. <p class="t2" v-else>
  33. <a @click="changeKeywordType()">{{ comprehenInfo.appointKeywordNum }}</a>
  34. </p>
  35. </a-col>
  36. <a-col :span="6">
  37. <p class="t1"><img src="../../../assets/seo/changweici.svg" />长尾关键词数</p>
  38. <p class="t2" v-if="comprehenInfo.longTailKeywordNum == null"> - </p>
  39. <p class="t2" v-else>
  40. <a @click="longChangeKeywordType()">{{ comprehenInfo.longTailKeywordNum }}</a>
  41. </p>
  42. </a-col>
  43. <a-col :span="6">
  44. <p class="t1"><img src="../../../assets/seo/lianjieshu.svg" />外链数</p>
  45. <p class="t2" v-if="comprehenInfo.outerLinkNum == null"> - </p>
  46. <p class="t2">
  47. <span>{{ comprehenInfo.outerLinkNum }}</span>
  48. </p>
  49. </a-col>
  50. <a-col :span="6">
  51. <p class="t1"><img src="../../../assets/seo/wenzhangshu.svg" />文章数</p>
  52. <p class="t2" v-if="comprehenInfo.articleNum == null"> - </p>
  53. <p class="t2">
  54. <span>{{ comprehenInfo.articleNum }}</span>
  55. </p>
  56. </a-col>
  57. </a-row>
  58. <a-row class="r3" type="flex" :gutter="16">
  59. <a-col :span="12">
  60. <div class="wrap">
  61. <p class="t1">指定关键词排名</p>
  62. <div class="content">
  63. <div class="d1"><img src="../../../assets/seo/NO1.svg" />1-10位</div>
  64. <div class="d2"
  65. ><a @click="getTableInfoRank(3, 1)">{{ rankInfo.appointKeyword.firstNum }}</a
  66. >个
  67. </div>
  68. </div>
  69. <div class="content">
  70. <div class="d1"><img src="../../../assets/seo/NO2.svg" />11-30位</div>
  71. <div class="d2"
  72. ><a @click="getTableInfoRank(7, 1)">{{ rankInfo.appointKeyword.secondNum }}</a
  73. >个
  74. </div>
  75. </div>
  76. <div class="content">
  77. <div class="d1"><img src="../../../assets/seo/NO3.svg" />31-100位</div>
  78. <div class="d2"
  79. ><a @click="getTableInfoRank(8, 1)">{{ rankInfo.appointKeyword.thirdType }}</a
  80. >个
  81. </div>
  82. </div>
  83. </div>
  84. </a-col>
  85. <a-col :span="12">
  86. <div class="wrap">
  87. <p class="t1">长尾关键词排名</p>
  88. <div class="content">
  89. <div class="d1"><img src="../../../assets/seo/NO1.svg" />1-10位</div>
  90. <div class="d2">
  91. <a @click="longGetTableInfoRank(3)">{{ rankInfo.longTailKeyword.firstNum }}</a
  92. >个
  93. </div>
  94. </div>
  95. <div class="content">
  96. <div class="d1"><img src="../../../assets/seo/NO2.svg" />11-30位</div>
  97. <div class="d2"
  98. ><a @click="longGetTableInfoRank(7)">{{ rankInfo.longTailKeyword.secondNum }}</a
  99. >个
  100. </div>
  101. </div>
  102. <div class="content">
  103. <div class="d1"><img src="../../../assets/seo/NO3.svg" />31-100位</div>
  104. <div class="d2"
  105. ><a @click="longGetTableInfoRank(8)">{{ rankInfo.longTailKeyword.thirdType }}</a
  106. >个
  107. </div>
  108. </div>
  109. </div>
  110. </a-col>
  111. </a-row>
  112. <a-row />
  113. <a-row class="r4">
  114. <a-card title="指定关键词" :bordered="false" style="width: 100%">
  115. <a-col :span="24">
  116. <a-row class="table-tool-wrap" type="flex">
  117. <a-col :span="8">
  118. <ul>
  119. <li :class="{ active: show == 1 }" @click="getTableInfoRank(1)">全部</li>
  120. <li :class="{ active: show == 3 }" @click="getTableInfoRank(3)">第一页</li>
  121. <li :class="{ active: show == 4 }" @click="getTableInfoRank(4)">前三页</li>
  122. <li :class="{ active: show == 5 }" @click="getTableInfoRank(5)">前五页</li>
  123. <li :class="{ active: show == 6 }" @click="getTableInfoRank(6)">前十页</li>
  124. </ul>
  125. </a-col>
  126. <a-col :span="16" style="text-align: right">
  127. <a-button
  128. type="link"
  129. @click="rankingClick"
  130. :style="
  131. rankingButtonStatus == false ? 'border-style: none;color: black !important;' : 'border-style: none;color: #544BEB !important;'
  132. "
  133. >
  134. 按排名
  135. <a-icon :type="rankingButtonArrow" v-if="rankingButtonStatus" />
  136. </a-button>
  137. <a-button
  138. type="link"
  139. :style="
  140. wordsButtonStatus == false
  141. ? 'margin-right: 16px;border-style: none;color: black !important;'
  142. : 'margin-right: 16px;border-style: none;color: #544BEB !important;'
  143. "
  144. @click="wordsClick"
  145. >
  146. 按字数
  147. <a-icon :type="wordsButtonArrow" v-if="wordsButtonStatus" />
  148. </a-button>
  149. <a-input placeholder="请输入关键词" style="width: 200px; margin-right: 8px" v-model:value="keywords" />
  150. <a-button type="primary" preIcon="ant-design:search-outlined" style="margin-right: 8px" @click="setTable"> 查询 </a-button>
  151. <a-button ghost type="primary" preIcon="ant-design:reload-outlined" @click="searchReset"> 重置 </a-button>
  152. <!-- <a-button ghost type="primary" @click="handleExportXlsLU('关键词排名',1)" style="margin-left: 8px" :loading="excelLoading">导出Excel</a-button>-->
  153. </a-col>
  154. </a-row>
  155. </a-col>
  156. <a-col :span="24">
  157. <a-table
  158. ref="table"
  159. size="middle"
  160. :scroll="{ x: true }"
  161. rowKey="id"
  162. :columns="columns"
  163. :dataSource="dataSource"
  164. :pagination="ipagination"
  165. :loading="loading"
  166. class="j-table-force-nowrap"
  167. @change="handleTableChange"
  168. >
  169. <template #bodyCell="{ column, record, index, text }">
  170. <template v-if="column.key === 'rowIndex'">
  171. {{ (ipagination.current - 1) * ipagination.pageSize + index + 1 }}
  172. </template>
  173. <template class="title" v-if="column.key === 'keywords'">
  174. <span style="white-space: pre">{{ text }}</span>
  175. <span v-if="comprehenInfo.specifyKeywordNum != null && comprehenInfo.longTailKeywordNum != null">
  176. <a-tag v-if="record.keywordType == 1" color="blue" style="margin-left: 8px">指定</a-tag>
  177. </span>
  178. </template>
  179. <template class="tag" v-if="column.key === 'tag'">
  180. <a-popover v-if="text != 0" placement="bottom" overlayClassName="self-pop">
  181. <img style="width: 18px; position: relative; top: -2px" v-if="text >= 1 && text <= 10" src="../../../assets/seo/NO1.svg" />
  182. <img style="width: 18px; position: relative; top: -2px" v-if="text >= 11 && text <= 20" src="../../../assets/seo/NO2.svg" />
  183. <img style="width: 18px; position: relative; top: -2px" v-if="text >= 21 && text <= 30" src="../../../assets/seo/NO3.svg" />
  184. <template #content>
  185. <p style="margin-bottom: 0">第{{ parseInt((text - 1) / 10) + 1 }}页,总排名{{ text }}</p>
  186. </template>
  187. <span style="cursor: default; margin-left: 5px">{{ text }}</span>
  188. </a-popover>
  189. <span v-else>
  190. <img style="width: 18px; position: relative; top: -2px" v-if="text >= 1 && text <= 10" src="../../../assets/seo/NO1.svg" />
  191. <img style="width: 18px; position: relative; top: -2px" v-if="text >= 11 && text <= 20" src="../../../assets/seo/NO2.svg" />
  192. <img style="width: 18px; position: relative; top: -2px" v-if="text >= 21 && text <= 30" src="../../../assets/seo/NO3.svg" />
  193. {{ text }}</span
  194. >
  195. </template>
  196. <template v-if="column.key === 'action'">
  197. <a-button size="small" @click="gotoSearch(record.keywords)" type="primary">去查询 </a-button>
  198. </template>
  199. </template>
  200. </a-table>
  201. </a-col>
  202. </a-card>
  203. </a-row>
  204. <a-row class="r4" style="margin-top: 10px">
  205. <a-card title="长尾关键词" :bordered="false" style="width: 100%">
  206. <a-col :span="24">
  207. <a-row class="table-tool-wrap" type="flex">
  208. <a-col :span="8">
  209. <ul>
  210. <li :class="{ active: longShow == 1 }" @click="longGetTableInfoRank(1)">全部</li>
  211. <li :class="{ active: longShow == 3 }" @click="longGetTableInfoRank(3)">第一页</li>
  212. <li :class="{ active: longShow == 4 }" @click="longGetTableInfoRank(4)">前三页</li>
  213. <li :class="{ active: longShow == 5 }" @click="longGetTableInfoRank(5)">前五页</li>
  214. <li :class="{ active: longShow == 6 }" @click="longGetTableInfoRank(6)">前十页</li>
  215. </ul>
  216. </a-col>
  217. <a-col :span="16" style="text-align: right">
  218. <a-button
  219. type="link"
  220. @click="longRankingClick"
  221. :style="
  222. longRankingButtonStatus == false ? 'border-style: none;color: black !important;' : 'border-style: none;color: #544BEB !important;'
  223. "
  224. >
  225. 按排名
  226. <a-icon :type="longRankingButtonArrow" v-if="longRankingButtonStatus" />
  227. </a-button>
  228. <a-button
  229. type="link"
  230. :style="
  231. longWordsButtonStatus == false
  232. ? 'margin-right: 16px;border-style: none;color: black !important;'
  233. : 'margin-right: 16px;border-style: none;color: #544BEB !important;'
  234. "
  235. @click="longWordsClick"
  236. >
  237. 按字数
  238. <a-icon :type="longWordsButtonArrow" v-if="longWordsButtonStatus" />
  239. </a-button>
  240. <a-input placeholder="请输入关键词" style="width: 200px; margin-right: 8px" v-model:value="longKeywords" />
  241. <a-button type="primary" preIcon="ant-design:search-outlined" style="margin-right: 8px" @click="longSetTable"> 查询 </a-button>
  242. <a-button ghost type="primary" preIcon="ant-design:reload-outlined" @click="longSearchReset"> 重置 </a-button>
  243. <!-- <a-button ghost type="primary" @click="handleExportXlsLU('关键词排名',2)" style="margin-left: 8px" :loading="longExcelLoading">导出Excel</a-button>-->
  244. </a-col>
  245. </a-row>
  246. </a-col>
  247. <a-col :span="24">
  248. <a-table
  249. ref="table"
  250. size="middle"
  251. :scroll="{ x: true }"
  252. rowKey="id"
  253. :columns="longColumns"
  254. :dataSource="longDataSource"
  255. :pagination="longIpagination"
  256. :loading="longLoading"
  257. class="j-table-force-nowrap"
  258. @change="handleLongTableChange"
  259. >
  260. <template #bodyCell="{ column, record, index, text }">
  261. <template v-if="column.key === 'rowIndex'">
  262. {{ (longIpagination.current - 1) * longIpagination.pageSize + index + 1 }}
  263. </template>
  264. <template class="tag" v-if="column.key === 'tag'">
  265. <a-popover v-if="text != 0" placement="bottom" overlayClassName="self-pop">
  266. <img style="width: 18px; position: relative; top: -2px" v-if="text >= 1 && text <= 10" src="../../../assets/seo/NO1.svg" />
  267. <img style="width: 18px; position: relative; top: -2px" v-if="text >= 11 && text <= 20" src="../../../assets/seo/NO2.svg" />
  268. <img style="width: 18px; position: relative; top: -2px" v-if="text >= 21 && text <= 30" src="../../../assets/seo/NO3.svg" />
  269. <template #content>
  270. <p style="margin-bottom: 0">第{{ parseInt((text - 1) / 10) + 1 }}页,总排名{{ text }}</p>
  271. </template>
  272. <span style="cursor: default; margin-left: 5px">{{ text }}</span>
  273. </a-popover>
  274. <span v-else>
  275. <img style="width: 18px; position: relative; top: -2px" v-if="text >= 1 && text <= 10" src="../../../assets/seo/NO1.svg" />
  276. <img style="width: 18px; position: relative; top: -2px" v-if="text >= 11 && text <= 20" src="../../../assets/seo/NO2.svg" />
  277. <img style="width: 18px; position: relative; top: -2px" v-if="text >= 21 && text <= 30" src="../../../assets/seo/NO3.svg" />
  278. {{ text }}</span
  279. >
  280. </template>
  281. <template slot="action" v-if="column.key === 'action'">
  282. <a-button size="small" @click="gotoSearch(record.keywords)" type="primary">去查询 </a-button>
  283. </template>
  284. </template>
  285. </a-table>
  286. </a-col>
  287. </a-card>
  288. </a-row>
  289. </div>
  290. </template>
  291. <script lang="js">
  292. import { getAction, downFile } from '@/api/manage/manage';
  293. import selectSite from '@/components/Adweb/selectSite.vue';
  294. import { filterObj } from '/@/utils/common/compUtils';
  295. export default {
  296. name: 'SeoKeywordsRankList',
  297. components: {
  298. selectSite,
  299. },
  300. data() {
  301. return {
  302. siteinfo: [],
  303. subscriptionId: '',
  304. selectSiteInfo: {},
  305. siteCode: '',
  306. planId: '',
  307. columns: [
  308. {
  309. title: '序号',
  310. dataIndex: 'rowIndex',
  311. key: 'rowIndex',
  312. width: 40,
  313. align: 'center',
  314. fixed: 'left',
  315. },
  316. {
  317. title: '关键词',
  318. dataIndex: 'keywords',
  319. key: 'keywords',
  320. fixed: 'left',
  321. width: 350,
  322. },
  323. ],
  324. longColumns: [
  325. {
  326. title: '序号',
  327. dataIndex: 'rowIndex',
  328. key: 'rowIndex',
  329. width: 40,
  330. align: 'center',
  331. fixed: 'left',
  332. },
  333. {
  334. title: '关键词',
  335. dataIndex: 'keywords',
  336. key: 'keywords',
  337. fixed: 'left',
  338. width: 350,
  339. },
  340. ],
  341. show: 1,
  342. keywordType: undefined,
  343. keywords: '',
  344. url: {
  345. list: '/seo/seoKeywords/keywordList',
  346. },
  347. ipagination: {
  348. pageSize: 10,
  349. pageSizeOptions: ['10', '15', '30', '50'],
  350. },
  351. disableMixinCreated: true,
  352. comprehenInfo: {},
  353. rankInfo: {
  354. appointKeyword: {},
  355. longTailKeyword: {},
  356. serverTime: {},
  357. },
  358. excelLoading: false,
  359. queryParam: {
  360. buttonColmn: 'words',
  361. buttonSort: 'asc',
  362. },
  363. baseInfo: {
  364. createTime: '',
  365. },
  366. routerQuery: {},
  367. /* 排序参数 */
  368. isorter: {
  369. column: 'keywords',
  370. order: 'desc',
  371. },
  372. rankingButtonArrow: 'arrow-up',
  373. wordsButtonArrow: 'arrow-up',
  374. rankingButtonStatus: false,
  375. wordsButtonStatus: true,
  376. longIpagination: {
  377. current: 1,
  378. pageSize: 10,
  379. pageSizeOptions: ['10', '15', '30', '50'],
  380. showTotal: (total, range) => {
  381. return range[0] + '-' + range[1] + ' 共' + total + '条';
  382. },
  383. showQuickJumper: true,
  384. showSizeChanger: true,
  385. total: 0,
  386. },
  387. longQueryParam: {
  388. buttonColmn: 'words',
  389. buttonSort: 'asc',
  390. },
  391. dataSource: [],
  392. longDataSource: [],
  393. longLoading: false,
  394. longExcelLoading: false,
  395. longKeywords: '',
  396. longShow: 1,
  397. /* 排序参数 */
  398. longIsorter: {
  399. column: 'keywords',
  400. order: 'desc',
  401. },
  402. longRankingButtonArrow: 'arrow-up',
  403. longWordsButtonArrow: 'arrow-up',
  404. longRankingButtonStatus: false,
  405. longWordsButtonStatus: true,
  406. /* 筛选参数 */
  407. filters: {},
  408. };
  409. },
  410. watch: {
  411. '$route.query': {
  412. handler: function (val) {
  413. this.routerQuery = val;
  414. },
  415. immediate: true, // 初次变化立即查询
  416. },
  417. },
  418. mounted() {
  419. this.siteCode = localStorage.getItem('siteCode');
  420. this.getSiteInfo();
  421. },
  422. methods: {
  423. filterOption(input, option) {
  424. return option.componentOptions.children[0].text.toLowerCase().indexOf(input.toLowerCase()) >= 0;
  425. },
  426. getAllInfo() {
  427. this.getComprehenInfo();
  428. },
  429. resetAllInfo() {
  430. this.comprehenInfo = {};
  431. this.rankInfo.appointKeyword = {};
  432. this.rankInfo.longTailKeyword = {};
  433. this.rankInfo.serverTime = {};
  434. this.dataSource = [];
  435. this.ipagination.current = 1;
  436. this.ipagination.total = 0;
  437. this.longDataSource = [];
  438. this.longIpagination.current = 1;
  439. this.longIpagination.total = 0;
  440. },
  441. //由于页面的业务关联很多,故将所有的查询条件封装
  442. setTableQuery() {
  443. this.queryParam.siteCode = this.siteCode;
  444. if (this.show == 3) {
  445. this.queryParam.rankStart = '1';
  446. this.queryParam.rankEnd = '10';
  447. } else if (this.show == 4) {
  448. this.queryParam.rankStart = '1';
  449. this.queryParam.rankEnd = '30';
  450. } else if (this.show == 5) {
  451. this.queryParam.rankStart = '1';
  452. this.queryParam.rankEnd = '50';
  453. } else if (this.show == 6) {
  454. this.queryParam.rankStart = '1';
  455. this.queryParam.rankEnd = '100';
  456. } else if (this.show == 7) {
  457. this.queryParam.rankStart = '11';
  458. this.queryParam.rankEnd = '30';
  459. } else if (this.show == 8) {
  460. this.queryParam.rankStart = '31';
  461. this.queryParam.rankEnd = '100';
  462. } else {
  463. this.queryParam.rankStart = undefined;
  464. this.queryParam.rankEnd = undefined;
  465. }
  466. this.queryParam.keywordType = this.keywordType;
  467. this.queryParam.keywords = this.keywords;
  468. this.loadData(1);
  469. },
  470. setTable() {
  471. this.queryParam.reachStandard = undefined;
  472. this.setTableQuery();
  473. },
  474. searchReset() {
  475. this.show = 1;
  476. this.queryParam.reachStandard = undefined;
  477. this.keywords = '';
  478. this.rankingButtonStatus = false;
  479. this.rankingButtonArrow = '';
  480. this.wordsButtonStatus = true;
  481. this.wordsButtonArrow = 'arrow-up';
  482. this.queryParam.buttonColmn = 'words';
  483. this.queryParam.buttonSort = 'desc';
  484. this.setTableQuery();
  485. },
  486. loadData(arg) {
  487. let that = this;
  488. let a = [];
  489. if (arg === 1) {
  490. this.ipagination.current = 1;
  491. }
  492. var params = this.getQueryParams(); //查询条件
  493. params.subscriptionId = that.subscriptionId;
  494. params.keywordType = 1;
  495. this.loading = true;
  496. getAction(this.url.list, params).then((res) => {
  497. if (res.success) {
  498. let alldata = res.result.records;
  499. if (alldata.length > 0) {
  500. for (let i in alldata) {
  501. let rankInfo = alldata[i].rankInfo;
  502. a.push({
  503. id: alldata[i].id,
  504. keywords: alldata[i].keywords,
  505. keywordType: alldata[i].keywordType,
  506. keywordsLength: alldata[i].keywordsLength,
  507. rankInfo: rankInfo,
  508. ...rankInfo,
  509. });
  510. }
  511. this.dataSource = a;
  512. this.getTableColums();
  513. this.ipagination.total = res.result.total;
  514. } else {
  515. this.dataSource = a;
  516. this.ipagination.total = 0;
  517. }
  518. }
  519. if (res.code === 510) {
  520. // createMessage.warning(res.message)
  521. }
  522. this.loading = false;
  523. });
  524. },
  525. //先执行获取site信息,只有在获取到siteCode之后,才能执行以下方法
  526. getSiteInfo() {
  527. let that = this;
  528. let data = {
  529. siteCode: that.siteCode,
  530. };
  531. getAction('/seo/seoKeywordsRank/getSubscriptionIdBySiteCode', data).then(function (res) {
  532. if (res.code == 200) {
  533. that.subscriptionId = res.result[0].id ?? '';
  534. that.planId = res.result[0].planId ?? '';
  535. }
  536. });
  537. },
  538. handleTableChange(pagination, filters, sorter) {
  539. //分页、排序、筛选变化时触发
  540. //TODO 筛选
  541. if (Object.keys(sorter).length > 0 && sorter.column) {
  542. this.isorter.column = sorter.field;
  543. this.isorter.order = 'ascend' === sorter.order ? 'asc' : 'desc';
  544. } else {
  545. this.isorter.column = '';
  546. this.isorter.order = '';
  547. }
  548. this.ipagination = pagination;
  549. this.loadData();
  550. },
  551. getQueryParams() {
  552. //获取查询条件
  553. let sqp = {};
  554. if (this.superQueryParams) {
  555. sqp['superQueryParams'] = encodeURI(this.superQueryParams);
  556. sqp['superQueryMatchType'] = this.superQueryMatchType;
  557. }
  558. var param = Object.assign(sqp, this.queryParam, this.isorter, this.filters);
  559. param.field = this.getQueryField();
  560. param.pageNo = this.ipagination.current;
  561. param.pageSize = this.ipagination.pageSize;
  562. return filterObj(param);
  563. },
  564. getQueryField() {
  565. //TODO 字段权限控制
  566. var str = 'id,';
  567. this.columns.forEach(function (value) {
  568. str += ',' + value.dataIndex;
  569. });
  570. return str;
  571. },
  572. //切换站点
  573. changeSite(selectedSiteInfo) {
  574. this.selectSiteInfo = selectedSiteInfo;
  575. this.siteCode = selectedSiteInfo.code;
  576. this.getSiteInfo();
  577. this.keywordType = undefined;
  578. this.queryParam.reachStandard = undefined;
  579. this.keywords = '';
  580. this.show = 1;
  581. localStorage.setItem('siteCode', this.siteCode);
  582. this.resetAllInfo();
  583. this.getAllInfo();
  584. },
  585. //获取关键词等五个指标
  586. getComprehenInfo() {
  587. let that = this;
  588. let d = {
  589. siteCode: that.siteCode,
  590. planId: that.planId ? that.planId : '',
  591. };
  592. getAction('/seo/seoKeywordsRank/comprehensiveInfo', d)
  593. .then((res) => {
  594. if (res.code == 200) {
  595. that.comprehenInfo = res.result;
  596. }
  597. })
  598. .finally(() => {
  599. this.getRankInfo();
  600. this.setTableQuery();
  601. this.longSetTableQuery();
  602. });
  603. },
  604. //获取三个list的数据
  605. getRankInfo() {
  606. let that = this;
  607. let d = {
  608. siteCode: that.siteCode,
  609. subscriptionId: that.subscriptionId ? that.subscriptionId : '',
  610. };
  611. getAction('/seo/seoKeywordsRank/getRankInfo', d).then((res) => {
  612. if (res.code == 200) {
  613. this.rankInfo.appointKeyword = res.result.appointKeyword;
  614. this.rankInfo.longTailKeyword = res.result.longTailKeyword;
  615. this.rankInfo.serverTime = res.result.serverTime;
  616. }
  617. });
  618. },
  619. //动态处理表格列
  620. getTableColums() {
  621. let that = this;
  622. that.columns = [
  623. {
  624. title: '序号',
  625. dataIndex: 'rowIndex',
  626. key: 'rowIndex',
  627. width: 40,
  628. align: 'center',
  629. fixed: 'left',
  630. scopedSlots: { customRender: 'dataNo' },
  631. },
  632. {
  633. title: '关键词',
  634. dataIndex: 'keywords',
  635. key: 'keywords',
  636. fixed: 'left',
  637. scopedSlots: { customRender: 'keywords' },
  638. width: 350,
  639. },
  640. ];
  641. let obj = that.dataSource[0].rankInfo;
  642. let dateInfo = Object.keys(obj);
  643. dateInfo.sort().reverse();
  644. for (let i in dateInfo) {
  645. that.columns.push({
  646. title: dateInfo[i],
  647. dataIndex: dateInfo[i],
  648. key: dateInfo[i],
  649. scopedSlots: { customRender: 'tag' },
  650. align: 'center',
  651. });
  652. }
  653. that.columns.push({
  654. title: '操作',
  655. dataIndex: 'action',
  656. key: 'action',
  657. align: 'center',
  658. scopedSlots: { customRender: 'action' },
  659. fixed: 'right',
  660. width: 50,
  661. });
  662. },
  663. //点击排名数量事件
  664. getTableInfoRank(d, keywordType) {
  665. this.show = d;
  666. this.queryParam.reachStandard = undefined;
  667. if (keywordType) {
  668. this.keywordType = keywordType;
  669. }
  670. this.setTableQuery();
  671. },
  672. //点击第一行五个指标的种类
  673. changeKeywordType() {
  674. this.queryParam.reachStandard = 1;
  675. this.queryParam.rankStart = undefined;
  676. this.queryParam.rankEnd = undefined;
  677. this.show = 1;
  678. this.setTableQuery();
  679. },
  680. //表格内的去查询按钮
  681. gotoSearch(word) {
  682. window.open('http://google-proxy.adwebcloud.com/search?q=' + word, '_blank');
  683. },
  684. handleExportXlsLU(fileName, keywordType) {
  685. let that = this;
  686. let param = {
  687. siteCode: that.queryParam.siteCode,
  688. subscriptionId: that.subscriptionId ? that.subscriptionId : '',
  689. keywordType: keywordType,
  690. };
  691. if (param.siteCode === '') {
  692. // createMessage.warning("请先选择站点!");
  693. return;
  694. }
  695. if (keywordType == 1) {
  696. this.excelLoading = true;
  697. } else {
  698. this.longExcelLoading = true;
  699. }
  700. downFile('/seo/seoKeywords/exportExcel', param).then((data) => {
  701. if (keywordType === 1) {
  702. this.excelLoading = false;
  703. } else {
  704. this.longExcelLoading = false;
  705. }
  706. if (!data) {
  707. console.log(321);
  708. // createMessage.warning("文件下载失败")
  709. return;
  710. }
  711. if (data.size === 0) {
  712. console.log(111);
  713. // createMessage.warning("当前站点未有关键词数据,文件导出失败")
  714. return;
  715. }
  716. if (typeof window.navigator.msSaveBlob !== 'undefined') {
  717. window.navigator.msSaveBlob(new Blob([data], { type: 'application/vnd.ms-excel' }), fileName + '.xlsx');
  718. } else {
  719. let url = window.URL.createObjectURL(new Blob([data], { type: 'application/vnd.ms-excel' }));
  720. let link = document.createElement('a');
  721. link.style.display = 'none';
  722. link.href = url;
  723. link.setAttribute('download', fileName + '.xlsx');
  724. document.body.appendChild(link);
  725. link.click();
  726. document.body.removeChild(link); //下载完成移除元素
  727. window.URL.revokeObjectURL(url); //释放掉blob对象
  728. }
  729. });
  730. },
  731. //按排名排序
  732. rankingClick() {
  733. let that = this;
  734. if (that.rankingButtonStatus == false) {
  735. that.rankingButtonStatus = true;
  736. that.rankingButtonArrow = 'arrow-up';
  737. that.wordsButtonStatus = false;
  738. that.wordsButtonArrow = '';
  739. that.queryParam.buttonColmn = 'ranking';
  740. that.queryParam.buttonSort = 'asc';
  741. } else if (that.rankingButtonStatus == true && that.rankingButtonArrow == 'arrow-up') {
  742. that.rankingButtonArrow = 'arrow-down';
  743. that.queryParam.buttonColmn = 'ranking';
  744. that.queryParam.buttonSort = 'desc';
  745. } else if (that.rankingButtonArrow == 'arrow-down') {
  746. that.rankingButtonStatus = false;
  747. that.queryParam.buttonColmn = '';
  748. that.queryParam.buttonSort = '';
  749. }
  750. that.setTableQuery();
  751. },
  752. //按字数排序
  753. wordsClick() {
  754. let that = this;
  755. if (that.wordsButtonStatus == false) {
  756. that.wordsButtonStatus = true;
  757. that.wordsButtonArrow = 'arrow-up';
  758. that.rankingButtonStatus = false;
  759. that.rankingButtonArrow = '';
  760. that.queryParam.buttonColmn = 'words';
  761. that.queryParam.buttonSort = 'asc';
  762. } else if (that.wordsButtonStatus == true && that.wordsButtonArrow == 'arrow-up') {
  763. that.wordsButtonArrow = 'arrow-down';
  764. that.queryParam.buttonColmn = 'words';
  765. that.queryParam.buttonSort = 'desc';
  766. } else if (that.wordsButtonArrow == 'arrow-down') {
  767. that.wordsButtonStatus = false;
  768. that.queryParam.buttonColmn = '';
  769. that.queryParam.buttonSort = '';
  770. }
  771. that.setTableQuery();
  772. },
  773. //-----一下全是长尾词列表功能方法
  774. longLoadData(arg) {
  775. let that = this;
  776. let a = [];
  777. if (arg === 1) {
  778. this.longIpagination.current = 1;
  779. }
  780. var params = this.getLongQueryParams(); //查询条件
  781. params.subscriptionId = that.subscriptionId;
  782. params.keywordType = 2;
  783. this.longLoading = true;
  784. getAction(this.url.list, params).then((res) => {
  785. if (res.success) {
  786. let alldata = res.result.records;
  787. if (alldata.length > 0) {
  788. for (let i in alldata) {
  789. let rankInfo = alldata[i].rankInfo;
  790. a.push({
  791. id: alldata[i].id,
  792. keywords: alldata[i].keywords,
  793. keywordType: alldata[i].keywordType,
  794. keywordsLength: alldata[i].keywordsLength,
  795. rankInfo: rankInfo,
  796. ...rankInfo,
  797. });
  798. }
  799. this.longDataSource = a;
  800. this.longGetTableColums();
  801. this.longIpagination.total = res.result.total;
  802. } else {
  803. this.longDataSource = a;
  804. this.longIpagination.total = 0;
  805. }
  806. }
  807. if (res.code === 510) {
  808. // createMessage.warning(res.message)
  809. }
  810. this.longLoading = false;
  811. });
  812. },
  813. //动态处理表格列
  814. longGetTableColums() {
  815. let that = this;
  816. that.longColumns = [
  817. {
  818. title: '序号',
  819. dataIndex: 'rowIndex',
  820. key: 'rowIndex',
  821. width: 40,
  822. align: 'center',
  823. fixed: 'left',
  824. scopedSlots: { customRender: 'dataNo' },
  825. },
  826. {
  827. title: '关键词',
  828. dataIndex: 'keywords',
  829. key: 'keywords',
  830. fixed: 'left',
  831. scopedSlots: { customRender: 'keywords' },
  832. width: 350,
  833. // sorter: (a, b) => a.keywords - b.keywords,
  834. // defaultSortOrder: 'ascend',
  835. },
  836. // {
  837. // title: '关键词长度',
  838. // dataIndex: 'keywordsLength',
  839. // key: 'keywordsLength',
  840. // fixed: 'left',
  841. // width: 40,
  842. // scopedSlots: { customRender: 'keywordsLength' },
  843. // },
  844. ];
  845. let obj = that.longDataSource[0].rankInfo;
  846. let dateInfo = Object.keys(obj);
  847. dateInfo.sort().reverse();
  848. for (let i in dateInfo) {
  849. that.longColumns.push({
  850. title: dateInfo[i],
  851. dataIndex: dateInfo[i],
  852. key: dateInfo[i],
  853. scopedSlots: { customRender: 'tag' },
  854. align: 'center',
  855. });
  856. }
  857. that.longColumns.push({
  858. title: '操作',
  859. dataIndex: 'action',
  860. key: 'action',
  861. align: 'center',
  862. scopedSlots: { customRender: 'action' },
  863. fixed: 'right',
  864. width: 50,
  865. });
  866. },
  867. //由于页面的业务关联很多,故将所有的查询条件封装
  868. longSetTableQuery() {
  869. let that = this;
  870. that.longQueryParam.siteCode = this.siteCode;
  871. console.log(that.longQueryParam);
  872. if (that.longShow == 3) {
  873. that.longQueryParam.rankStart = '1';
  874. that.longQueryParam.rankEnd = '10';
  875. } else if (that.longShow == 4) {
  876. that.longQueryParam.rankStart = '1';
  877. that.longQueryParam.rankEnd = '30';
  878. } else if (that.longShow == 5) {
  879. that.longQueryParam.rankStart = '1';
  880. that.longQueryParam.rankEnd = '50';
  881. } else if (that.longShow == 6) {
  882. that.longQueryParam.rankStart = '1';
  883. that.longQueryParam.rankEnd = '100';
  884. } else if (that.longShow == 7) {
  885. that.longQueryParam.rankStart = '11';
  886. that.longQueryParam.rankEnd = '30';
  887. } else if (that.longShow == 8) {
  888. that.longQueryParam.rankStart = '31';
  889. that.longQueryParam.rankEnd = '100';
  890. } else {
  891. that.longQueryParam.rankStart = undefined;
  892. that.longQueryParam.rankEnd = undefined;
  893. }
  894. that.longQueryParam.keywords = that.longKeywords;
  895. that.longLoadData(1);
  896. },
  897. longSetTable() {
  898. this.longQueryParam.reachStandard = undefined;
  899. this.longSetTableQuery();
  900. },
  901. longSearchReset() {
  902. this.longShow = 1;
  903. this.longQueryParam.reachStandard = undefined;
  904. this.longKeywords = '';
  905. this.longRankingButtonStatus = false;
  906. this.longRankingButtonArrow = '';
  907. this.longWordsButtonStatus = true;
  908. this.longWordsButtonArrow = 'arrow-up';
  909. this.longQueryParam.buttonColmn = 'words';
  910. this.longQueryParam.buttonSort = 'asc';
  911. this.longSetTableQuery();
  912. },
  913. //点击排名数量事件
  914. longGetTableInfoRank(d) {
  915. this.longShow = d;
  916. this.longQueryParam.reachStandard = undefined;
  917. this.longSetTableQuery();
  918. },
  919. //点击第一行五个指标的种类
  920. longChangeKeywordType() {
  921. this.longQueryParam.reachStandard = 1;
  922. this.longQueryParam.rankStart = undefined;
  923. this.longQueryParam.rankEnd = undefined;
  924. this.longShow = 1;
  925. this.longSetTableQuery();
  926. },
  927. handleLongTableChange(pagination, filters, sorter) {
  928. //分页、排序、筛选变化时触发
  929. //TODO 筛选
  930. if (Object.keys(sorter).length > 0 && sorter.column) {
  931. this.longIsorter.column = sorter.field;
  932. this.longIsorter.order = 'ascend' == sorter.order ? 'asc' : 'desc';
  933. } else {
  934. this.longIsorter.column = '';
  935. this.longIsorter.order = '';
  936. }
  937. this.longIpagination = pagination;
  938. this.longLoadData();
  939. },
  940. getLongQueryParams() {
  941. //获取查询条件
  942. let sqp = {};
  943. var param = Object.assign(sqp, this.longQueryParam, this.longIsorter, this.filters);
  944. param.field = this.getLongQueryField();
  945. param.pageNo = this.longIpagination.current;
  946. param.pageSize = this.longIpagination.pageSize;
  947. return filterObj(param);
  948. },
  949. getLongQueryField() {
  950. //TODO 字段权限控制
  951. var str = 'id,';
  952. this.longColumns.forEach(function (value) {
  953. str += ',' + value.dataIndex;
  954. });
  955. return str;
  956. },
  957. //按排名排序
  958. longRankingClick() {
  959. let that = this;
  960. if (that.longRankingButtonStatus == false) {
  961. that.longRankingButtonStatus = true;
  962. that.longRankingButtonArrow = 'arrow-up';
  963. that.longWordsButtonStatus = false;
  964. that.longWordsButtonArrow = '';
  965. that.longQueryParam.buttonColmn = 'ranking';
  966. that.longQueryParam.buttonSort = 'asc';
  967. } else if (that.longRankingButtonStatus == true && that.longRankingButtonArrow == 'arrow-up') {
  968. that.longRankingButtonArrow = 'arrow-down';
  969. that.longQueryParam.buttonColmn = 'ranking';
  970. that.longQueryParam.buttonSort = 'desc';
  971. } else if (that.longRankingButtonArrow == 'arrow-down') {
  972. that.longRankingButtonStatus = false;
  973. that.longQueryParam.buttonColmn = '';
  974. that.longQueryParam.buttonSort = '';
  975. }
  976. that.longSetTableQuery();
  977. },
  978. //按字数排序
  979. longWordsClick() {
  980. let that = this;
  981. if (that.longWordsButtonStatus == false) {
  982. that.longWordsButtonStatus = true;
  983. that.longWordsButtonArrow = 'arrow-up';
  984. that.longRankingButtonStatus = false;
  985. that.longRankingButtonArrow = '';
  986. that.longQueryParam.buttonColmn = 'words';
  987. that.longQueryParam.buttonSort = 'asc';
  988. } else if (that.longWordsButtonStatus == true && that.longWordsButtonArrow == 'arrow-up') {
  989. that.longWordsButtonArrow = 'arrow-down';
  990. that.longQueryParam.buttonColmn = 'words';
  991. that.longQueryParam.buttonSort = 'desc';
  992. } else if (that.longWordsButtonArrow == 'arrow-down') {
  993. that.longWordsButtonStatus = false;
  994. that.longQueryParam.buttonColmn = '';
  995. that.longQueryParam.buttonSort = '';
  996. }
  997. that.longSetTableQuery();
  998. },
  999. },
  1000. };
  1001. </script>
  1002. <style lang="less">
  1003. .self-pop {
  1004. .ant-popover-inner-content {
  1005. background: rgb(245, 243, 254);
  1006. p {
  1007. font-size: 13px;
  1008. }
  1009. }
  1010. .ant-popover-arrow {
  1011. border-color: rgb(245, 243, 254) !important;
  1012. }
  1013. }
  1014. </style>
  1015. <style lang="less" scoped>
  1016. .r1 {
  1017. .choose-site {
  1018. display: flex;
  1019. }
  1020. .t1 {
  1021. font-size: 18px;
  1022. }
  1023. .ant-calendar-picker {
  1024. margin-right: 20px;
  1025. }
  1026. /deep/ .ant-btn {
  1027. background: transparent;
  1028. margin-right: 10px;
  1029. &.active {
  1030. color: @primary-color;
  1031. }
  1032. }
  1033. }
  1034. .r2 {
  1035. background: #fff;
  1036. padding: 30px;
  1037. margin: 10px;
  1038. .ant-col {
  1039. text-align: center;
  1040. color: #000;
  1041. img {
  1042. width: 13px;
  1043. margin: -3px 5px 0 0;
  1044. }
  1045. .t1 {
  1046. font-size: 14px;
  1047. }
  1048. .t2 {
  1049. font-size: 27px;
  1050. margin-bottom: 0;
  1051. font-weight: 500;
  1052. }
  1053. }
  1054. }
  1055. .r3 {
  1056. padding-left: 10px;
  1057. padding-right: 10px;
  1058. padding-bottom: 10px;
  1059. .wrap {
  1060. padding: 20px;
  1061. background: #fff;
  1062. .t1 {
  1063. color: #000;
  1064. font-size: 14px;
  1065. font-weight: 500;
  1066. }
  1067. .content {
  1068. display: block;
  1069. overflow: hidden;
  1070. line-height: 1;
  1071. border-bottom: 1px solid #ddd;
  1072. padding: 20px 0;
  1073. &:last-child {
  1074. border-bottom: none;
  1075. padding-bottom: 0;
  1076. }
  1077. .d1 {
  1078. float: left;
  1079. width: 50%;
  1080. line-height: 25px;
  1081. color: #000;
  1082. img {
  1083. width: 15px;
  1084. margin: -4px 5px 0 0;
  1085. }
  1086. }
  1087. .d2 {
  1088. float: right;
  1089. width: 50%;
  1090. text-align: right;
  1091. &.d3 {
  1092. span {
  1093. color: #000;
  1094. }
  1095. }
  1096. a {
  1097. font-size: 25px;
  1098. font-weight: 500;
  1099. }
  1100. }
  1101. }
  1102. }
  1103. }
  1104. .r4 {
  1105. padding: 20px;
  1106. margin-left: 10px;
  1107. margin-right: 10px;
  1108. background: #fff;
  1109. .table-tool-wrap {
  1110. margin-bottom: 15px;
  1111. ul {
  1112. list-style-type: none;
  1113. display: block;
  1114. overflow: hidden;
  1115. margin: 0;
  1116. padding: 0;
  1117. li {
  1118. float: left;
  1119. margin: 0 10px;
  1120. color: #333;
  1121. font-size: 14px;
  1122. font-weight: 500;
  1123. cursor: pointer;
  1124. text-decoration: underline;
  1125. &.active {
  1126. color: @primary-color;
  1127. }
  1128. }
  1129. }
  1130. }
  1131. }
  1132. </style>