Commit e7694fe5 by 刘玉帅

添加时间筛选

parent ec63a789
<!--
* @Author: your name
* @Date: 2021-10-20 14:09:22
* @LastEditTime: 2022-01-06 10:44:00
* @LastEditTime: 2022-01-13 10:43:37
* @LastEditors: LYS
* @Description: In User Settings Edit
* @FilePath: \西青项目\founder_vue\src\views\rhzf.vue
......@@ -224,6 +224,15 @@
placeholder="组织机构"
></el-input> -->
</el-form-item>
<el-form-item label="时间:" class="col" prop="kssj" v-if="lx!=14">
<el-date-picker
v-model="formInline.kssj"
type="month"
placeholder="选择月"
value-format="yyyy-MM"
>
</el-date-picker>
</el-form-item>
<div class="btn">
<el-button
type="primary"
......@@ -392,6 +401,7 @@ export default {
cxzzjg: "",
page: "1",
limit: "10",
kssj: "",
},
innerltml: "天津市西青区张家窝镇京福利社区包清理1号楼一单元501市", //旗袍框显市内容
srhcount: "",
......@@ -704,8 +714,13 @@ export default {
});
// debugger
this.$set(this.formInline, "rybq", isArr);
if (this.formInline.kssj) {
this.$set(this.formInline, "kssj", this.formInline.kssj + "-1");
}else{
this.$set(this.formInline, "kssj", '');
}
this.getList(this.formInline);
// this.getbfb(this.formInline);
this.getbfb(this.formInline);
},
/**获取数据
* @description:
......@@ -1068,8 +1083,8 @@ export default {
},
getbfb(form) {
// this.$set(form,'rhzt','')
let tableList=utils.deepClone(form); //表格内容
tableList.rhzt = '' //修改进度条查全部的数据
let tableList = utils.deepClone(form); //表格内容
// tableList.rhzt = '' //修改进度条查全部的数据
postJson("/xqapi/rhzf/queryZfrhTj", tableList).then((res) => {
console.log("2232323", res);
if (res.code == 200) {
......@@ -1357,6 +1372,10 @@ export default {
overflow: auto;
// height: 0px;
}
.el-date-editor.el-input,
.el-date-editor.el-input__inner {
width: 100%;
}
.tree {
-webkit-appearance: none;
background-color: #fff;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment