|
|
|
@ -49,7 +49,7 @@
|
|
|
|
|
></el-input>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="select-input">
|
|
|
|
|
<div class="select-span">区划:</div>
|
|
|
|
|
<div class="select-span">行政区划:</div>
|
|
|
|
|
<executive
|
|
|
|
|
@quhua="quhua"
|
|
|
|
|
@quhuadizhi="quhuadizhi"
|
|
|
|
@ -64,7 +64,7 @@
|
|
|
|
|
<el-checkbox-group v-model="checkList" @change="setmealSelect">
|
|
|
|
|
<el-checkbox label="">全部</el-checkbox>
|
|
|
|
|
<el-checkbox label="1">已检查</el-checkbox>
|
|
|
|
|
<el-checkbox label="2">未检查</el-checkbox>
|
|
|
|
|
<el-checkbox label="0">未检查</el-checkbox>
|
|
|
|
|
</el-checkbox-group>
|
|
|
|
|
</div>
|
|
|
|
|
<div style="display: flex">
|
|
|
|
@ -102,7 +102,7 @@
|
|
|
|
|
>
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<span
|
|
|
|
|
>{{ scope.row.plannedYear }}-{{ scope.row.plannedMouth }}</span
|
|
|
|
|
>{{ scope.row.plannedYear }}-{{ scope.row.plannedMonth }}</span
|
|
|
|
|
>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
@ -137,8 +137,18 @@
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column prop="" label="检查结束时间" header-align="center" />
|
|
|
|
|
<el-table-column prop="" label="检查时效" header-align="center" />
|
|
|
|
|
<el-table-column prop="examineEndTime" label="检查结束时间" header-align="center" />
|
|
|
|
|
<el-table-column
|
|
|
|
|
prop="checkAgeing"
|
|
|
|
|
label="检查时效"
|
|
|
|
|
header-align="center"
|
|
|
|
|
>
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<span style="color:green" v-if="scope.row.checkAgeing == 1">{{ scope.row.checkAgeing | checkAgeing }}</span>
|
|
|
|
|
<span style="color:blue" v-else-if="scope.row.checkAgeing == 2">{{ scope.row.checkAgeing | checkAgeing }}</span>
|
|
|
|
|
<span style="color:red" v-else-if="scope.row.checkAgeing == 3">{{ scope.row.checkAgeing | checkAgeing }}</span>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column label="操作" header-align="center">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<div class="tabs-btns">
|
|
|
|
@ -412,6 +422,8 @@ export default {
|
|
|
|
|
multipleChange(e) {
|
|
|
|
|
// console.log(e.join(','));
|
|
|
|
|
this.form.plannedMouth = e.join(",");
|
|
|
|
|
this.searchBefore = { ...this.searchBefore, ...this.form };
|
|
|
|
|
this.getList();
|
|
|
|
|
},
|
|
|
|
|
filterTable(a, b) {
|
|
|
|
|
if (!b) return;
|
|
|
|
@ -423,14 +435,10 @@ export default {
|
|
|
|
|
this.option.map((item) => {
|
|
|
|
|
if (item.value == district) {
|
|
|
|
|
name = item.label;
|
|
|
|
|
// console.log(item);
|
|
|
|
|
// console.log(district);
|
|
|
|
|
// console.log(name);
|
|
|
|
|
} else {
|
|
|
|
|
item.children.map((itemTwo) => {
|
|
|
|
|
if (itemTwo.value == district) {
|
|
|
|
|
name = item.label + "-" + itemTwo.label;
|
|
|
|
|
// console.log(name);
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
@ -453,8 +461,11 @@ export default {
|
|
|
|
|
this.searchBefore = {
|
|
|
|
|
pageSize: 10,
|
|
|
|
|
pageNum: 1,
|
|
|
|
|
plannedMouth: "",
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
this.plannedMouth = "";
|
|
|
|
|
this.checkList = [""];
|
|
|
|
|
this.form.plannedYear = this.$moment(new Date()).format("yyyy");
|
|
|
|
|
this.searchBefore = { ...this.searchBefore, ...this.form };
|
|
|
|
|
},
|
|
|
|
@ -467,6 +478,7 @@ export default {
|
|
|
|
|
this.addShow = false;
|
|
|
|
|
},
|
|
|
|
|
look(e) {
|
|
|
|
|
console.log(e);
|
|
|
|
|
this.addShow = true;
|
|
|
|
|
this.detailLoad = true;
|
|
|
|
|
enforcingGet(e.longId).then((res) => {
|
|
|
|
@ -518,6 +530,7 @@ export default {
|
|
|
|
|
pageSize: 10,
|
|
|
|
|
pageNum: 1,
|
|
|
|
|
};
|
|
|
|
|
this.searchBefore.plannedMouth = this.plannedMouth;
|
|
|
|
|
this.searchBefore = { ...this.searchBefore, ...this.form };
|
|
|
|
|
this.getList();
|
|
|
|
|
},
|
|
|
|
@ -585,6 +598,18 @@ export default {
|
|
|
|
|
mounted() {
|
|
|
|
|
this.checkListTwo = this.checkList;
|
|
|
|
|
},
|
|
|
|
|
filters: {
|
|
|
|
|
checkAgeing: function (value) {
|
|
|
|
|
switch (value) {
|
|
|
|
|
case 1:
|
|
|
|
|
return "当月";
|
|
|
|
|
case 2:
|
|
|
|
|
return "提前";
|
|
|
|
|
case 3:
|
|
|
|
|
return "滞后";
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
};
|
|
|
|
|
</script>
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
|
|