01a048ed by renchao@pashanhoo.com

style:条件筛选

1 parent da957ff5
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-05-08 15:19:43
* @LastEditTime: 2023-07-24 14:10:29
-->
<template>
<section class="app-main">
<transition name="fade-transform" mode="out-in">
<keep-alive :include="['dbx', 'ybx','jtfc', 'dydjb', 'sqcxjl', 'jdcx','djbcx',
'lpcx','zslqcx', 'zxgcdycx', 'zsrk', 'zsff','zssyjl','dictionaries', 'sqywgz', 'qtjfjmb',
'xttz','flfg']">
<router-view />
</keep-alive>
</transition>
</section>
</template>
......
......@@ -44,12 +44,12 @@
</div>
</template>
<script>
import { mapGetters } from "vuex";
import table from "@/utils/mixin/table";
import { datas, sendThis } from "./dydjbdata";
import addDydjb from "./components/addDydjb.vue";
import { getSqcxPage } from "@/api/jtfc.js";
export default {
import { mapGetters } from "vuex";
import table from "@/utils/mixin/table";
import { datas, sendThis } from "./dydjbdata";
import addDydjb from "./components/addDydjb.vue";
import { getSqcxPage } from "@/api/jtfc.js";
export default {
name: "dydjb",
components: { addDydjb },
mixins: [table],
......@@ -76,6 +76,9 @@ export default {
},
};
},
activated () {
this.queryClick();
},
methods: {
// 初始化数据
/**
......@@ -121,8 +124,8 @@ export default {
this.sqcxBsm = ''
}
},
};
};
</script>
<style scoped lang="scss">
@import "~@/styles/public.scss";
@import "~@/styles/public.scss";
</style>
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-06-28 14:45:20
* @LastEditTime: 2023-07-24 11:27:00
-->
<template>
<div class="from-clues">
......@@ -70,6 +70,9 @@
},
};
},
activated () {
this.queryClick();
},
methods: {
// 初始化数据
queryClick () {
......
......@@ -36,14 +36,14 @@
<el-row>
<el-col :span="6">
<el-form-item label="开始日期" class="marginbtm0">
<el-date-picker class="width100" v-model="queryForm.sqr" type="date" placeholder="开始日期"
<el-date-picker class="width100" v-model="queryForm.kssj" type="date" placeholder="开始日期"
value-format="yyyy-MM-dd" clearable>
</el-date-picker>
</el-form-item>
</el-col>
<el-col :span="6">
<el-form-item label="结束日期" class="marginbtm0">
<el-date-picker class="width100" v-model="queryForm.sqr" type="date" placeholder="结束日期"
<el-date-picker class="width100" v-model="queryForm.jssj" type="date" placeholder="结束日期"
value-format="yyyy-MM-dd" clearable>
</el-date-picker>
</el-form-item>
......@@ -67,10 +67,10 @@
</div>
</template>
<script>
import table from "@/utils/mixin/table";
import { datas, sendThis } from "./sqcxjldata";
import { getSqcxPage } from "@/api/jtfc.js";
export default {
import table from "@/utils/mixin/table";
import { datas, sendThis } from "./sqcxjldata";
import { getSqcxPage } from "@/api/jtfc.js";
export default {
name: "sqcxjl",
mixins: [table],
mounted () {
......@@ -90,6 +90,9 @@ export default {
},
};
},
activated () {
this.queryClick();
},
methods: {
// 初始化数据
/**
......@@ -128,12 +131,12 @@ export default {
})
}
}
}
}
</script>
<style scoped lang="scss">
@import "~@/styles/public.scss";
@import "~@/styles/public.scss";
.marginbtm0 {
margin-bottom: 0
}
.marginbtm0 {
margin-bottom: 0;
}
</style>
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-13 16:31:56
* @LastEditTime: 2023-07-24 14:09:53
-->
<template>
<div class="from-clues">
......@@ -69,6 +69,9 @@
}
}
},
activated () {
this.queryClick()
},
methods: {
// 初始化数据
/**
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-19 16:04:47
* @LastEditTime: 2023-07-24 14:12:17
-->
<template>
<div class="from-clues">
......@@ -46,6 +46,9 @@
sendThis(this);
this.queryClick()
},
activated () {
this.queryClick()
},
data () {
return {
isDialog: false,
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-19 14:09:29
* @LastEditTime: 2023-07-24 14:11:31
-->
<template>
<div class="from-clues">
......@@ -63,6 +63,9 @@
bsmMb: ''
}
},
activated () {
this.queryClick()
},
methods: {
// 初始化数据
/**
......
......@@ -47,7 +47,7 @@
import { datas, sendThis } from "./sqywgzdata";
import { getSysSqdjywBysearch, getDjlxInfo } from "@/api/sysSqdjyw.js";
export default {
name: "djbcx",
name: "sqywgz",
components: {
editDialog,
componentDialog,
......@@ -57,6 +57,9 @@
sendThis(this);
this.queryClick();
},
activated () {
this.queryClick()
},
data () {
return {
qllxmc: "",
......
......@@ -37,11 +37,11 @@
</div>
</template>
<script>
import table from "@/utils/mixin/table";
import { datas, sendThis } from "./xttzdata";
import { getSysNoticeList, deleteSysNotice, publishNotice, unPublishNotice } from "@/api/sysNotice.js"
import addDialog from "./components/addDialog.vue";
export default {
import table from "@/utils/mixin/table";
import { datas, sendThis } from "./xttzdata";
import { getSysNoticeList, deleteSysNotice, publishNotice, unPublishNotice } from "@/api/sysNotice.js"
import addDialog from "./components/addDialog.vue";
export default {
name: "xttz",
components: { addDialog },
mixins: [table],
......@@ -49,6 +49,9 @@ export default {
sendThis(this);
this.queryClick()
},
activated () {
this.queryClick()
},
data () {
return {
isDialog: false,
......@@ -180,8 +183,8 @@ export default {
window.open(href, '_blank');
}
},
};
};
</script>
<style scoped lang="scss">
@import "~@/styles/public.scss";
@import "~@/styles/public.scss";
</style>
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-05-17 10:42:49
* @LastEditTime: 2023-07-24 11:25:15
-->
<template>
<div class="from-clues">
......@@ -106,7 +106,6 @@
import { datas, sendThis } from "./dbxdata";
import { searchTaskToDo } from "@/api/workflow/search.js";
import { judgeUserTaskPermission, deleteFlow, claimTask } from "@/api/workFlow.js";
import { log } from 'bpmn-js-token-simulation';
export default {
name: "dbx",
components: { searchBox },
......@@ -144,6 +143,9 @@
immediate: true,
},
},
activated () {
this.queryClick();
},
methods: {
// 列表渲染接口
/**
......@@ -225,7 +227,7 @@
if (res.code == 200) {
if (res.result) {
//有任务权限
if(item.sjlx=="3"){
if (item.sjlx == "3") {
const { href } = this.$router.resolve(
"/djbworkFrame?bsmSlsq=" +
item.bsmSlsq +
......@@ -236,7 +238,7 @@
item.djywbm
);
window.open(href, `djbworkFrame${item.bsmSlsq}`);
}else{
} else {
const { href } = this.$router.resolve(
"/workFrame?bsmSlsq=" +
item.bsmSlsq +
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-19 14:38:31
* @LastEditTime: 2023-07-24 11:26:06
-->
<template>
<div class="from-clues">
......@@ -166,6 +166,9 @@
},
};
},
activated () {
this.queryClick();
},
methods: {
// 列表渲染接口
/**
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-19 13:59:35
* @LastEditTime: 2023-07-24 14:04:15
-->
<template>
<div class="from-clues">
......@@ -137,11 +137,14 @@
},
qllxs: [],
isDialog: false,
djbxxData: {},
};
djbxxData: {}
}
},
computed: {
...mapGetters(["dictData"]),
...mapGetters(["dictData"])
},
activated () {
this.queryClick()
},
methods: {
// 初始化数据
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-19 13:59:55
* @LastEditTime: 2023-07-24 14:02:07
-->
<template>
<div class="from-clues">
......@@ -110,6 +110,9 @@
}
}
},
activated () {
this.queryClick()
},
methods: {
// 初始化数据
/**
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-21 11:25:20
* @LastEditTime: 2023-07-24 14:04:47
-->
<template>
<div class="from-clues">
......@@ -78,6 +78,9 @@
}
}
},
activated () {
this.queryClick()
},
methods: {
// 初始化数据
/**
......@@ -118,7 +121,7 @@
openlpbClick (scope) {
this.$popupDialog('楼盘表', 'lpb/index', {
bsm: scope.row.bsm,
onlyShow:true
onlyShow: true
}, '90%', true)
}
}
......
......@@ -58,7 +58,7 @@
import { getBdcqzReceiveList } from "@/api/search.js"
import { bdcqzPreview } from "@/api/bdcqz.js"
export default {
components: {},
name: "zslqcx",
mixins: [table],
mounted () {
sendThis(this);
......@@ -79,6 +79,9 @@
},
};
},
activated () {
this.queryClick();
},
methods: {
// 查询
/**
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-06-19 13:32:04
* @LastEditTime: 2023-07-24 14:07:02
-->
<template>
<div class="from-clues">
......@@ -50,7 +50,7 @@
import { datas, sendThis } from "./zxgcdycx";
import { getZjgcdyList } from "@/api/search.js"
export default {
components: {},
name: "zxgcdycx",
mixins: [table],
mounted () {
sendThis(this);
......@@ -69,6 +69,9 @@
},
};
},
activated () {
this.queryClick()
},
methods: {
// 查询
/**
......
......@@ -44,15 +44,18 @@
</div>
</template>
<script>
import table from "@/utils/mixin/table";
import { datas, sendThis } from "./zsffdata";
import { getZsglffList, removeZsgl, confirmZsff } from "@/api/zsgl.js"
export default {
import table from "@/utils/mixin/table";
import { datas, sendThis } from "./zsffdata";
import { getZsglffList, removeZsgl, confirmZsff } from "@/api/zsgl.js"
export default {
name: "zsff",
mixins: [table],
mounted () {
sendThis(this);
},
activated () {
this.queryClick()
},
data () {
return {
value: '',
......@@ -169,12 +172,12 @@ export default {
})
}
}
}
}
</script>
<style scoped lang="scss">
@import "~@/styles/public.scss";
@import "~@/styles/public.scss";
/deep/.el-icon-date {
/deep/.el-icon-date {
display: none;
}
}
</style>
......
......@@ -42,15 +42,18 @@
</div>
</template>
<script>
import table from "@/utils/mixin/table";
import { datas, sendThis } from "./zsrkdata";
import { getZsglrkList, removeZsgl, verifyZsrk } from "@/api/zsgl.js";
export default {
import table from "@/utils/mixin/table";
import { datas, sendThis } from "./zsrkdata";
import { getZsglrkList, removeZsgl, verifyZsrk } from "@/api/zsgl.js";
export default {
name: "zsrk",
mixins: [table],
mounted () {
sendThis(this);
},
activated () {
this.queryClick()
},
data () {
return {
ruleForm: {
......@@ -166,8 +169,8 @@ export default {
})
}
}
}
}
</script>
<style scoped lang="scss">
@import "~@/styles/public.scss";
@import "~@/styles/public.scss";
</style>
......
......@@ -47,10 +47,10 @@
</div>
</template>
<script>
import table from "@/utils/mixin/table";
import { getZssyqkList } from "@/api/zsgl.js"
import { datas, sendThis } from "./zssyjldata";
export default {
import table from "@/utils/mixin/table";
import { getZssyqkList } from "@/api/zsgl.js"
import { datas, sendThis } from "./zssyjldata";
export default {
name: "zssyjl",
mixins: [table],
mounted () {
......@@ -75,6 +75,9 @@ export default {
]
};
},
activated () {
this.queryClick()
},
methods: {
/**
* @description: queryClick
......@@ -101,8 +104,8 @@ export default {
})
}
}
}
}
</script>
<style scoped lang="scss">
@import "~@/styles/public.scss";
@import "~@/styles/public.scss";
</style>
......