|
@@ -2,10 +2,12 @@
|
|
<div>
|
|
<div>
|
|
<!-- 查询区域 -->
|
|
<!-- 查询区域 -->
|
|
<div class="table-page-search-wrapper">
|
|
<div class="table-page-search-wrapper">
|
|
- <a-row :gutter="8" class="r1">
|
|
|
|
- <a-col span="8">
|
|
|
|
- <span class="t1">站点:</span>
|
|
|
|
- <select-site @comMethods="changeSite" />
|
|
|
|
|
|
+ <a-row class="r1">
|
|
|
|
+ <a-col :span="8">
|
|
|
|
+ <div class="choose-site">
|
|
|
|
+ <span class="t1">站点:</span>
|
|
|
|
+ <select-site @set-site-info="changeSite" select-width="100%"/>
|
|
|
|
+ </div>
|
|
</a-col>
|
|
</a-col>
|
|
<!-- <a-col span="8">-->
|
|
<!-- <a-col span="8">-->
|
|
<!-- <span class="t1">套餐:</span>-->
|
|
<!-- <span class="t1">套餐:</span>-->
|
|
@@ -120,11 +122,10 @@ import { useListPage } from "/@/hooks/system/useListPage";
|
|
import SeoKeywordsModal from "./components/SeoKeywordsModal.vue";
|
|
import SeoKeywordsModal from "./components/SeoKeywordsModal.vue";
|
|
import { columns, searchFormSchema, superQuerySchema } from "./SeoKeywords.data";
|
|
import { columns, searchFormSchema, superQuerySchema } from "./SeoKeywords.data";
|
|
import { list, deleteOne, batchDelete, getImportUrl, getExportUrl } from "./SeoKeywords.api";
|
|
import { list, deleteOne, batchDelete, getImportUrl, getExportUrl } from "./SeoKeywords.api";
|
|
-import { getAllSites } from "@/views/adweb/seo/SeoKeywordsRank.api";
|
|
|
|
import SelectSite from "@/components/Adweb/selectSite.vue";
|
|
import SelectSite from "@/components/Adweb/selectSite.vue";
|
|
|
|
|
|
const queryParam = reactive<any>({});
|
|
const queryParam = reactive<any>({});
|
|
-queryParam.siteCode = localStorage.getItem("siteCode");
|
|
|
|
|
|
+queryParam.siteCode = localStorage.getItem('siteCode')!;
|
|
//注册model
|
|
//注册model
|
|
const [registerModal, { openModal }] = useModal();
|
|
const [registerModal, { openModal }] = useModal();
|
|
//注册table数据
|
|
//注册table数据
|
|
@@ -163,12 +164,6 @@ const { prefixCls, tableContext, onExportXls, onImportXls } = useListPage({
|
|
|
|
|
|
const [registerTable, { reload }, { rowSelection, selectedRowKeys }] = tableContext;
|
|
const [registerTable, { reload }, { rowSelection, selectedRowKeys }] = tableContext;
|
|
|
|
|
|
-const siteinfo = ref([]);
|
|
|
|
-
|
|
|
|
-const selectSiteInfo = ref({});
|
|
|
|
-
|
|
|
|
-const planList = ref([]);
|
|
|
|
-
|
|
|
|
/**
|
|
/**
|
|
* 新增事件
|
|
* 新增事件
|
|
*/
|
|
*/
|
|
@@ -278,103 +273,30 @@ function onchange($event, id) {
|
|
}
|
|
}
|
|
|
|
|
|
//切换站点
|
|
//切换站点
|
|
-function changeSite(value, e) {
|
|
|
|
- getSiteInfo();
|
|
|
|
- selectSiteInfo.value = e.info;
|
|
|
|
- // siteCode.value = value
|
|
|
|
- // keywords.value = ''
|
|
|
|
- queryParam.siteCode = e.info.code;
|
|
|
|
- console.log(e.info.code);
|
|
|
|
- localStorage.setItem("siteCode", e.info.code);
|
|
|
|
- getSiteInfo();
|
|
|
|
- handleSuccess();
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-//先执行获取site信息,只有在获取到siteCode之后,才能执行以下方法
|
|
|
|
-function getSiteInfo() {
|
|
|
|
- getAllSites().then((res) => {
|
|
|
|
- siteinfo.value = res;
|
|
|
|
- if (res.length > 0) {
|
|
|
|
- let isInSite = false;
|
|
|
|
- for (let i in res) {
|
|
|
|
- if (localStorage.getItem("siteCode") !== null && res[i].code === localStorage.getItem("siteCode")) {
|
|
|
|
- isInSite = true;
|
|
|
|
- selectSiteInfo.value = res[i];
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- if (localStorage.getItem("siteCode") !== null && isInSite) {
|
|
|
|
- // siteCode.value = localStorage.getItem('siteCode')
|
|
|
|
- } else {
|
|
|
|
- // siteCode.value = res[0].code
|
|
|
|
- selectSiteInfo.value = res[0];
|
|
|
|
- localStorage.setItem("siteCode", res[0].code);
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- });
|
|
|
|
|
|
+function changeSite(selectedSiteInfo: any) {
|
|
|
|
+ queryParam.siteCode = selectedSiteInfo.code;
|
|
|
|
+ handleSuccess()
|
|
}
|
|
}
|
|
|
|
|
|
//下载模板
|
|
//下载模板
|
|
function downloadTemplate() {
|
|
function downloadTemplate() {
|
|
return window.open("/adwebv21/uploadDemo/关键词导入模版表.xlsx", "_self");
|
|
return window.open("/adwebv21/uploadDemo/关键词导入模版表.xlsx", "_self");
|
|
}
|
|
}
|
|
-
|
|
|
|
-const marketPlanInfo = ref({
|
|
|
|
- "domain": "",
|
|
|
|
- "htyStatus": 0
|
|
|
|
-});
|
|
|
|
-
|
|
|
|
-const changeSeoPlans = () => {
|
|
|
|
- // 站点套餐切换函数
|
|
|
|
- for (let i = 0; i < planList.value.length; i++) {
|
|
|
|
- if (planList[i].subscriptionId === queryParam.subscriptionId) {
|
|
|
|
- planList[i].domain = marketPlanInfo.value.domain;
|
|
|
|
- marketPlanInfo.value = planList[i];
|
|
|
|
- break;
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
-};
|
|
|
|
</script>
|
|
</script>
|
|
|
|
|
|
<style scoped>
|
|
<style scoped>
|
|
-:deep(.ant-picker), :deep(.ant-input-number) {
|
|
|
|
- width: 100%;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
.r1 {
|
|
.r1 {
|
|
margin: 20px;
|
|
margin: 20px;
|
|
- display: flex;
|
|
|
|
-
|
|
|
|
- /deep/ .ant-select-selection {
|
|
|
|
- background: transparent;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- /deep/ .ant-select-selection__clear {
|
|
|
|
- background: transparent;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- /deep/ i, /deep/ .ant-calendar-range-picker-separator {
|
|
|
|
|
|
+ .choose-site {
|
|
|
|
+ display: flex;
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
.t1 {
|
|
.t1 {
|
|
font-size: 18px;
|
|
font-size: 18px;
|
|
}
|
|
}
|
|
|
|
|
|
.ant-calendar-picker {
|
|
.ant-calendar-picker {
|
|
margin-right: 20px;
|
|
margin-right: 20px;
|
|
-
|
|
|
|
- /deep/ .ant-input {
|
|
|
|
- background: transparent;
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- /deep/ .ant-btn {
|
|
|
|
- background: transparent;
|
|
|
|
- margin-right: 10px;
|
|
|
|
-
|
|
|
|
- &.active {
|
|
|
|
- color: @primary-color;
|
|
|
|
- }
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|