Commit e7694fe5 by 刘玉帅

添加时间筛选

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