123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661 |
- <template>
- <!-- 采集列表 -->
- <div>
- <div class="title">
- <el-row>
- <el-col :span="6" class="left">
- <div class="searchBox">
- <div class="searchTitle">资讯题目</div>
- <el-input v-model="message_name" placeholder="请输入资讯名称" clearable></el-input>
- </div>
- </el-col>
- <el-col :span="6" class="left">
- <div class="searchBox">
- <div class="searchTitle">来源</div>
- <el-input v-model="message_from" placeholder="请输入来源" clearable></el-input>
- </div>
- </el-col>
- <el-col :span="6" class="left">
- <div class="searchBox">
- <div class="searchTitle">导入状态</div>
- <el-select v-model="message_state" clearable placeholder="请选择导入状态">
- <el-option v-for="item in statusOptions" :key="item.value" :label="item.label"
- :value="item.value">
- </el-option>
- </el-select>
- </div>
- </el-col>
- <el-col :span="6" class="right">
- <div class="btnList">
- <button class="search" @click="goSearch">搜索</button>
- <button class="reset" @click="goReset">重置</button>
- </div>
- </el-col>
- </el-row>
- </div>
- <!--表格内容 start------------------------------------------------------------>
- <div class="layerBox">
- <tableTitle :name="tableDivTitle" />
- <div class="btnList">
- <button class="navigation" @click="toNavigation">关联导航池</button>
- <button class="consultList" @click="importMessage">导入资讯列表</button>
- </div>
- <el-row>
- <template>
- <el-table class="my-table" v-loading="loading" :data="tableData" style="width: 100%">
- <el-table-column fixed prop="id" label="编号" width="80">
- </el-table-column>
- <el-table-column prop="title" label="资讯题目" width="230">
- </el-table-column>
- <el-table-column prop="oldtitle" label="原始资讯题目" width="230">
- </el-table-column>
- <el-table-column prop="category.name" label="导航池名称" width="120">
- </el-table-column>
- <el-table-column prop="source" label="来源" width="120">
- </el-table-column>
- <el-table-column label="导入状态" prop="state" width="100">
- </el-table-column>
- <el-table-column prop="author" label="作者" width="90">
- </el-table-column>
- <el-table-column prop="created_at" label="采集时间" width="160">
- </el-table-column>
- <el-table-column prop="updated_at" label="修改时间" width="160">
- </el-table-column>
- <el-table-column fixed="right" label="操作" width="200">
- <template slot-scope="scope">
- <div class="listBtnBox">
- <div class="listDeleteBtn" @click="deleteRow(scope.row.id, scope.row)"><i
- class="el-icon-delete"></i>删除</div>
- <div class="listEditBtn" @click="goEdit(scope.row.id, scope.row)"><i
- class="el-icon-edit-outline"></i>编辑</div>
- </div>
- </template>
- </el-table-column>
- </el-table>
- </template>
- </el-row>
- </div>
- <!--分页 start------------------------------------------------------------>
- <div class="alignBox">
- <el-row>
- <el-col :span="24">
- <el-pagination background @size-change="handleSizeChange" @current-change="handleCurrentChange"
- :current-page="page" :page-size="pageSize" layout="total, prev, pager, next, jumper"
- :total="total">
- </el-pagination>
- <!-- <el-pagination @size-change="handleSizeChange" :current-page="getApiData.page"
- @current-change="handleCurrentChange" :page-size="10" layout="total, prev, pager, next, jumper"
- :total="allCount"></el-pagination> -->
- </el-col>
- </el-row>
- </div>
- <!--分页 end------------------------------------------------------------>
- <!--表格内容 end------------------------------------------------------------>
- <!-- 弹出框 start------------------------------------------------------------>
- <el-dialog title="关联导航池" :visible.sync="dialogTableVisible" width="50%" :close-on-click-modal="false">
- <el-form :model="ruleForm" :rules="rules" ref="ruleForm" label-width="120px" class="demo-ruleForm">
- <div class="dialogText">
- <!-- <el-form-item label="关联导航池:" prop="name">
- <el-select v-model="ruleForm.name" placeholder="请选择关联的导航池名称">
- <el-option v-for="item in options" :key="item.id" :label="item.name" :value="item.id">
- </el-option>
- </el-select>
- </el-form-item> -->
- <el-form-item label="关联导航池:" :label-width="formLabelWidth" class="custom-align-right">
- <el-cascader :key="parentKey" v-model="ruleForm.name" placeholder="请选择关联的导航池名称"
- :props="parentData" filterable clearable></el-cascader>
- </el-form-item>
- </div>
- <div class="dialogBtn">
- <button class="cancel" @click="cancelForm">取消</button>
- <button class="submit" @click="submitForm">提交</button>
- </div>
- </el-form>
- </el-dialog>
- <!-- 弹出框 end------------------------------------------------------------>
- </div>
- </template>
- <script>
- //表格标题
- import tableTitle from './components/tableTitle.vue';
- //引入公用样式
- import '@/styles/global.less';
- import { getInfo, updateInfo, delInfo, addCatid, addArt } from '@/api/crawler'
- export default {
- components: {
- tableTitle,//表格标题
- },
- data() {
- let self = this;
- return {
- tableDivTitle: "任务规则列表",//表格标题
- // searchWebName: "", //搜索网站名称
- // dialogName:'关联导航池',
- loading: true,
- //跳转传递的参数
- ruleId: "", //规则id
- source: "", //规则来源
- state: 0, //导入状态
- //搜索框
- message_name: '',//资讯名称
- message_from: '', //来源
- message_state: '', //导入状态
- //分页相关
- page: 1,
- pageSize: 10,
- total: 20,
- //查询状态
- setTime: '',
- listStatus: false,
- navigationPoolBoo: false, //是否关联导航池
- tableData: [], //表格内数据
- // currentPage: 4,
- dialogTableVisible: false,
- // dialogName: '',
- ruleForm: {
- name: '',
- },
- rules: { //规则
- name: [
- { required: true, message: '请选择关联的导航池名称', trigger: 'blur' },
- ]
- },
- // dialog 关联导航池
- options: [],
- statusOptions: [
- {
- value: '0',
- label: '未导入'
- },
- {
- value: '1',
- label: '已导入'
- },
- ],
- formLabelWidth: '120px',
- parentKey: 0,//获取父级导航
- parentData: {
- checkStrictly: true,
- lazy: true,
- async lazyLoad(node, resolve) {
- const { level, data } = node;
- if (data && data.children && data.children.length !== 0) {
- return resolve(node)
- }
- console.log(level)
- let parentId = level == 0 ? 0 : data.value
- let parames = {
- 'pid': parentId
- }
- self.$store.dispatch('pool/categoryList', parames).then(res => {
- if (res.data) {
- const nodes = res.data.map(item => ({
- value: item.id,
- label: item.name,
- leaf: level >= 3,
- children: []
- }))
- resolve(nodes)
- }
- })
- }
- },
- }
- },
- mounted() {
- // 接收跳转传递的参数
- this.ruleId = this.$route.query.id
- this.source = this.$route.query.source
- //请求数据
- this.getData()
- },
- methods: {
- //1.列表和分页相关 start ------------------------------------------------------------>
- //1.1 开始请求列表信息方法
- getData() {
- if (this.message_name == '' && this.message_from == '' && this.message_state == '') {
- getInfo({
- // rule_id: 12,
- rule_id: this.ruleId,
- page: this.page,
- pageSize: this.pageSize
- }).then(data => {
- console.log('tableData', data.data.rep);
- this.loading = false
- this.total = data.data.count
- this.tableData = data.data.rep
- for (let item of this.tableData) {
- if (item.state == 1) {
- item.state = "已导入"
- } else {
- item.state = "未导入";
- this.listStatus = true;
- }
- }
- console.log(this.listStatus);
- if (this.listStatus) {
- } else {
- this.clearTask()
- // this.$message.success("导入成功!")
- }
- })
- } else {
- getInfo({
- rule_id: this.ruleId,
- page: this.page,
- pageSize: this.pageSize,
- title: this.message_name,
- source: this.message_from,
- state: this.message_state
- }).then(data => {
- console.log(data);
- this.total = data.data.count
- this.tableData = data.data.rep
- for (let item of this.tableData) {
- if (item.state == 1) {
- item.state = "已导入"
- } else {
- item.state = "未导入"
- }
- }
- })
- }
- },
- setTask() {
- let that = this;
- this.setTime = setInterval(() => {
- that.getData();
- }, 5000)
- },
- clearTask() {
- clearInterval(this.setTime)
- },
- //1.2 删除内容
- deleteRow(id, val) {
- this.$confirm('注意:删除后,该条信息及其绑定关系全部删除', '是否确认删除该条信息?', {
- confirmButtonText: '确定',
- cancelButtonText: '取消',
- }).then(() => {
- delInfo({
- art_id: id
- }).then(data => {
- console.log(data);
- if (data.code == 200) {
- this.$message({
- type: 'success',
- message: '删除成功!'
- });
- this.getData()
- console.log("当前删除:" + id)
- } else if (data.code == 0) {
- this.$message({
- type: 'error',
- message: data.message
- });
- }
- })
- }).catch(() => {
- this.$message({
- type: 'warning',
- message: '已取消删除'
- });
- });
- },
- //1.3 修改网站状态
- //1.4 列表内容分页
- //直接跳转
- handleSizeChange(val) {
- this.page = val;
- this.getData();
- },
- //1.5 点击分页
- handleCurrentChange(val) {
- this.page = val;
- this.getData();
- },
- // 1.6 搜索按钮
- goSearch() {
- getInfo({
- rule_id: this.ruleId,
- page: this.page,
- pageSize: this.pageSize,
- title: this.message_name,
- source: this.message_from,
- state: this.message_state
- }).then(data => {
- console.log(data);
- this.total = data.data.count
- this.tableData = data.data.rep
- for (let item of this.tableData) {
- if (item.state == 1) {
- item.state = "已导入"
- } else {
- item.state = "未导入"
- }
- }
- })
- },
- //1.7 重置按钮
- goReset() {
- this.message_name = '',
- this.message_from = '',
- this.message_state = ''
- this.getData()
- },
- //列表和分页相关 end ------------------------------------------------------------>
- //1.8 编辑
- goEdit(id, val) {
- console.log(id, val);
- // this.$router.push('/webCrawlerListEdit')
- this.$router.push({
- path: '/webCrawlerListEdit',
- query: {
- ruleId: this.ruleId,
- source: this.source,
- id: id,
- // data: val
- }
- })
- },
- //1.9 关联导航池
- toNavigation() {
- addCatid({
- rule_id: this.ruleId,
- }).then(data => {
- console.log('关联导航池', data);
- if (data.code == 200) {
- this.dialogTableVisible = true
- this.options = data.data
- }
- if (data.code == 0) {
- this.$message({
- message: data.message,
- type: 'error'
- })
- }
- this.getData()
- })
- },
- //关联导航池的取消按钮
- cancelForm() {
- this.dialogTableVisible = true
- },
- //关联导航池的提交按钮
- submitForm() {
- //console.log(this.ruleForm.name);
- addCatid({
- rule_id: this.ruleId,//任务规则id
- cat_arr_id: this.ruleForm.name,//导航池栏目id
- }).then(data => {
- console.log(this.ruleForm.name);
- console.log(data);
- if (data.code == 200) {
- this.dialogTableVisible = false
- this.$message({
- message: '关联成功!',
- type: 'success'
- })
- this.getData()
- }
- if (data.code == 0) {
- this.$message({
- message: data.message,
- type: 'error'
- })
- this.getData()
- }
- })
- },
- //2.0 导入资讯列表
- importMessage() {
- for (let item of this.tableData) {
- if (!item.category) {
- this.navigationPoolBoo = true
- } else {
- this.navigationPoolBoo = false
- }
- }
- if (this.navigationPoolBoo) {
- this.$message({
- message: '还未关联导航池,请先关联导航池',
- type: 'error'
- })
- } else {
- this.$confirm('', '是否确认将所有未导入的信息导入资讯列表?', {
- confirmButtonText: '确定',
- cancelButtonText: '取消',
- }).then(() => {
- addArt({
- rule_id: this.ruleId
- }).then(data => {
- console.log(data);
- if (data.code == 200) {
- this.$message({
- message: '导入中',
- type: 'success'
- })
- this.getData()
- this.setTask()
- }
- if (data.code == 0) {
- this.$message({
- message: data.message,
- type: 'error'
- })
- }
- })
- }).catch(() => {
- this.$message({
- type: 'warning',
- message: '已取消'
- });
- });
- }
- }
- },
- }
- </script>
- <style scoped lang="less">
- .title {
- margin: 30px 30px 20px 30px;
- padding: 30px 30px 40px 30px;
- background-color: #fff;
- border-radius: 20px 20px 20px 20px;
- border: 1px solid #E9EDF7;
- .left {
- float: left;
- }
- .right {
- float: right;
- }
- .searchBox {
- margin-right: 30px;
- .searchTitle {
- padding-bottom: 10px;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: 400;
- font-size: 14px;
- color: #999999;
- line-height: 16px;
- }
- .el-select {
- // width: 300px;
- display: inline-block;
- position: relative;
- }
- }
- .btnList {
- float: right;
- padding-top: 28px;
- button {
- // width: 120px;
- height: 38px;
- border: none;
- border-radius: 8px;
- padding: 0 20px;
- }
- .search {
- background-color: #5570f1;
- color: #fff;
- margin-right: 20px;
- }
- .reset {
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: 400;
- font-size: 16px;
- color: #333333;
- background: #F5F7FB;
- border-radius: 8px 8px 8px 8px;
- border: 1px solid rgba(85, 112, 241, 0.11);
- }
- }
- }
- .layerBox {
- padding: 30px 20px;
- position: relative;
- .btnList {
- position: absolute;
- top: 30px;
- right: 20px;
- height: 38px;
- >button {
- color: #fff;
- background-color: #5570f1;
- border: none;
- border-radius: 8px;
- padding: 8px 28px 9px;
- box-sizing: border-box;
- }
- >button:first-child {
- margin-right: 30px;
- }
- }
- .listBtnBox {
- justify-content: left;
- }
- .listDeleteBtn,
- .listEditBtn,
- .listLookBtn {
- margin-left: 0px;
- padding-left: 0px;
- margin-right: 20px;
- width: 76px;
- height: 36px;
- line-height: 36px;
- }
- .listLookBtn {
- text-align: center;
- border-radius: 8px;
- cursor: pointer;
- color: #999999;
- background-color: rgba(153, 153, 153, 0.16);
- >i {
- padding-right: 8px;
- }
- }
- }
- // 弹出层内容
- .dialogText {
- margin: 0 7px 0 3px;
- padding-top: 20px;
- padding-bottom: 1px;
- padding: 20px 60px 1px 20px;
- background-color: #f5f7fb;
- }
- // 弹出层按钮
- .dialogBtn {
- text-align: center;
- margin: 50px auto 20px;
- button {
- width: 184px;
- padding: 16px;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: 400;
- font-size: 20px;
- border: none;
- border-radius: 12px 12px 12px 12px;
- }
- // 取消
- .cancel {
- color: #333333;
- background-color: #f5f7fb;
- border: 2px solid rgba(85, 112, 241, 0.11);
- }
- // 提交
- .submit {
- color: #fff;
- background-color: #5570F1;
- margin-left: 40px;
- }
- }
- ::v-deep .el-form-item {
- margin-bottom: 50px;
- }
- ::v-deep .el-select {
- width: 100%;
- }
- ::v-deep .el-input--medium,
- ::v-deep .el-form-item__label {
- line-height: 36px;
- font-size: 16px;
- }
- ::v-deep .el-cascader--medium {
- width: 100%;
- font-size: 14px;
- line-height: 36px;
- }
- </style>
|