|
@@ -0,0 +1,256 @@
|
|
|
|
+<!--实验室自查隐患-->
|
|
|
|
+<template>
|
|
|
|
+ <div class="departmentListPage">
|
|
|
|
+ <div class="departmentListPage-page" v-if="minPageType == 1">
|
|
|
|
+ <div class="title-box">
|
|
|
|
+ <el-form :model="queryParams" class="form-box" ref="queryForm" :inline="true" label-width="80px">
|
|
|
|
+ <div class="form-button-max-big-box">
|
|
|
|
+ <div class="form-button-big-box" style="margin-left:10px;">
|
|
|
|
+ <div :class="queryParams.buttonType==1?'checkDiv':''" @click="topLeftClickType(1)">
|
|
|
|
+ <p class="text-p">全部</p>
|
|
|
|
+ <p class="el-icon-check icon-p" v-if="queryParams.buttonType==1"></p>
|
|
|
|
+ </div>
|
|
|
|
+ <div :class="queryParams.buttonType==2?'checkDiv':''" @click="topLeftClickType(2)">
|
|
|
|
+ <p class="text-p">待检查</p>
|
|
|
|
+ <p class="el-icon-check icon-p" v-if="queryParams.buttonType==2"></p>
|
|
|
|
+ </div>
|
|
|
|
+ <div :class="queryParams.buttonType==3?'checkDiv':''" @click="topLeftClickType(3)">
|
|
|
|
+ <p class="text-p">检查中</p>
|
|
|
|
+ <p class="el-icon-check icon-p" v-if="queryParams.buttonType==3"></p>
|
|
|
|
+ </div>
|
|
|
|
+ <div :class="queryParams.buttonType==4?'checkDiv':''" @click="topLeftClickType(4)">
|
|
|
|
+ <p class="text-p">已检查</p>
|
|
|
|
+ <p class="el-icon-check icon-p" v-if="queryParams.buttonType==4"></p>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <el-form-item label="关键字" prop="searchValue">
|
|
|
|
+ <el-input
|
|
|
|
+ maxLength="30"
|
|
|
|
+ v-model="queryParams.searchValue"
|
|
|
|
+ placeholder="计划标题/实验室/房间号"
|
|
|
|
+ clearable
|
|
|
|
+ style="width: 200px"
|
|
|
|
+ />
|
|
|
|
+ </el-form-item>
|
|
|
|
+ <el-form-item label="整改时间" prop="dateRange" style="margin-left:10px;" label-width="70px">
|
|
|
|
+ <el-date-picker
|
|
|
|
+ :clearable="false"
|
|
|
|
+ v-model="dateRange"
|
|
|
|
+ size="small"
|
|
|
|
+ style="width: 240px"
|
|
|
|
+ value-format="yyyy-MM-dd"
|
|
|
|
+ type="daterange"
|
|
|
|
+ range-separator="-"
|
|
|
|
+ start-placeholder="开始日期"
|
|
|
|
+ end-placeholder="结束日期"
|
|
|
|
+ ></el-date-picker>
|
|
|
|
+ </el-form-item>
|
|
|
|
+ <el-form-item label="审核状态" prop="safetyType">
|
|
|
|
+ <el-select v-model="queryParams.safetyType" placeholder="请选择" style="width: 160px">
|
|
|
|
+ <el-option
|
|
|
|
+ v-for="item in options"
|
|
|
|
+ :key="item.value"
|
|
|
|
+ :label="item.label"
|
|
|
|
+ :value="item.value">
|
|
|
|
+ </el-option>
|
|
|
|
+ </el-select>
|
|
|
|
+ </el-form-item>
|
|
|
|
+ <el-form-item>
|
|
|
|
+ <p class="inquire-button-one" @click="handleQuery" style="margin-right:10px;">查询</p>
|
|
|
|
+ <p class="reset-button-one" @click="resetQuery">重置</p>
|
|
|
|
+ </el-form-item>
|
|
|
|
+ <el-form-item style="float: right;">
|
|
|
|
+ <el-col :span="1.5">
|
|
|
|
+ <p class="inquire-button-one"
|
|
|
|
+ style="width:90px;"
|
|
|
|
+ @click="goPage(2)"
|
|
|
|
+ >批量审核</p>
|
|
|
|
+ </el-col>
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </el-form>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="content-box">
|
|
|
|
+ <el-table border :data="tableList" ref="multipleTable" @sort-change="sortChange">
|
|
|
|
+ <el-table-column label="序号" align="center" type="index" width="60" />
|
|
|
|
+ <el-table-column label="计划标题" align="center" prop="deptName" show-overflow-tooltip/>
|
|
|
|
+ <el-table-column label="隐患描述" align="center" prop="deptName" show-overflow-tooltip width="250"/>
|
|
|
|
+ <el-table-column label="实验室" align="center" prop="deptName" show-overflow-tooltip width="200"/>
|
|
|
|
+ <el-table-column label="检查时间" sortable align="center" prop="deptName" show-overflow-tooltip width="160"/>
|
|
|
|
+ <el-table-column label="整改人" align="center" prop="deptName" show-overflow-tooltip width="90"/>
|
|
|
|
+ <el-table-column label="整改期限" sortable align="center" prop="deptName" show-overflow-tooltip width="130"/>
|
|
|
|
+ <el-table-column label="整改状态" align="center" prop="deptName" show-overflow-tooltip width="110"/>
|
|
|
|
+ <el-table-column label="整改时间" sortable align="center" prop="deptName" show-overflow-tooltip width="160"/>
|
|
|
|
+ <el-table-column label="审核状态" align="center" prop="deptName" show-overflow-tooltip width="80"/>
|
|
|
|
+ <el-table-column label="操作" align="center" prop="deptName" width="80">
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
+ <div class="table-button-box">
|
|
|
|
+ <p class="table-button-p" @click="addDialogOpen(true,scope.row)">详情</p>
|
|
|
|
+ </div>
|
|
|
|
+ </template>
|
|
|
|
+ </el-table-column>
|
|
|
|
+ </el-table>
|
|
|
|
+ <pagination :page-sizes="[20, 30, 40, 50]"
|
|
|
|
+ v-show="total>0"
|
|
|
|
+ :total="total"
|
|
|
|
+ :page.sync="queryParams.pageNum"
|
|
|
|
+ :limit.sync="queryParams.pageSize"
|
|
|
|
+ @pagination="getList"
|
|
|
|
+ />
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <batchAudit v-if="minPageType == 2"></batchAudit>
|
|
|
|
+ <infoDialog v-if="infoDialogType"></infoDialog>
|
|
|
|
+ </div>
|
|
|
|
+</template>
|
|
|
|
+
|
|
|
|
+<script>
|
|
|
|
+ import batchAudit from './batchAudit.vue'
|
|
|
|
+ import infoDialog from './infoDialog.vue'
|
|
|
|
+ export default {
|
|
|
|
+ name: 'departmentListPage',
|
|
|
|
+ components: {
|
|
|
|
+ batchAudit,
|
|
|
|
+ infoDialog
|
|
|
|
+ },
|
|
|
|
+ data(){
|
|
|
|
+ return{
|
|
|
|
+ minPageType:1,
|
|
|
|
+ infoDialogType:false,
|
|
|
|
+ options:[
|
|
|
|
+ {value:"待审核",label:"0"},
|
|
|
|
+ {value:"已通过",label:"1"},
|
|
|
|
+ {value:"已驳回",label:"2"},
|
|
|
|
+ ],
|
|
|
|
+ queryParams:{
|
|
|
|
+ pageNum:1,
|
|
|
|
+ pageSize:20,
|
|
|
|
+ buttonType:1,
|
|
|
|
+ safetyType:"",
|
|
|
|
+ timeType:0,
|
|
|
|
+ searchValue:"",
|
|
|
|
+ data1:""
|
|
|
|
+ },
|
|
|
|
+ dateRange:[],
|
|
|
|
+ tableList:[{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},],
|
|
|
|
+ total:0,
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ created(){},
|
|
|
|
+ mounted(){},
|
|
|
|
+ methods:{
|
|
|
|
+ //开关详情页面
|
|
|
|
+ addDialogOpen(type,data){
|
|
|
|
+ if(this.infoDialogType != type){
|
|
|
|
+ this.$set(this,'infoDialogType',type);
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ goPage(type){
|
|
|
|
+ if(this.minPageType != type){
|
|
|
|
+ this.$set(this,'minPageType',type);
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ //范围选择
|
|
|
|
+ topLeftClickType(type){
|
|
|
|
+ if(this.queryParams.buttonType != type){
|
|
|
|
+ this.$set(this.queryParams,'buttonType',type);
|
|
|
|
+ this.getList();
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ //时间排序方法
|
|
|
|
+ sortChange(val){
|
|
|
|
+ //ascending 上 descending 下 null 无
|
|
|
|
+ console.log('val',val.order)
|
|
|
|
+ this.$set(this.queryParams,'timeType',val.order=='ascending'?1:(val.order=='descending'?2:''));
|
|
|
|
+ },
|
|
|
|
+ //获取数据列表
|
|
|
|
+ getList(){
|
|
|
|
+ // this.queryParamsData = JSON.parse(JSON.stringify(this.queryParams));
|
|
|
|
+ // this.queryParamsData.type = 'RFID_RECOGNIZER';
|
|
|
|
+ // listHardware(this.queryParamsData).then(response => {
|
|
|
|
+ // this.total = response.total;
|
|
|
|
+ // this.tableList = response.rows;
|
|
|
|
+ // });
|
|
|
|
+ },
|
|
|
|
+ /** 搜索按钮操作 */
|
|
|
|
+ handleQuery() {
|
|
|
|
+ this.$set(this.queryParams,'pageNum',1);
|
|
|
|
+ this.getList();
|
|
|
|
+ },
|
|
|
|
+ /** 重置按钮操作 */
|
|
|
|
+ resetQuery() {
|
|
|
|
+ this.$set(this,'dateRange',[]);
|
|
|
|
+ this.$set(this,'queryParams',{
|
|
|
|
+ pageNum:1,
|
|
|
|
+ pageSize:20,
|
|
|
|
+ buttonType:1,
|
|
|
|
+ timeType:0,
|
|
|
|
+ searchValue:"",
|
|
|
|
+ data1:""
|
|
|
|
+ });
|
|
|
|
+ this.handleQuery();
|
|
|
|
+ },
|
|
|
|
+ },
|
|
|
|
+ }
|
|
|
|
+</script>
|
|
|
|
+
|
|
|
|
+<style scoped lang="scss">
|
|
|
|
+ .departmentListPage{
|
|
|
|
+ flex: 1;
|
|
|
|
+ display: flex !important;
|
|
|
|
+ flex-direction: column;
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ .departmentListPage-page{
|
|
|
|
+ flex: 1;
|
|
|
|
+ display: flex !important;
|
|
|
|
+ flex-direction: column;
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ .title-box{
|
|
|
|
+ padding-top:20px;
|
|
|
|
+ .form-button-max-big-box{
|
|
|
|
+ display: inline-block;
|
|
|
|
+ .form-button-big-box{
|
|
|
|
+ display: flex;
|
|
|
|
+ div{
|
|
|
|
+ position: relative;
|
|
|
|
+ height:40px;
|
|
|
|
+ width:80px;
|
|
|
|
+ line-height: 40px;
|
|
|
|
+ text-align: center;
|
|
|
|
+ color:#999;
|
|
|
|
+ font-size:14px;
|
|
|
|
+ border:1px solid #999;
|
|
|
|
+ border-radius:4px;
|
|
|
|
+ margin-left:10px;
|
|
|
|
+ font-weight:500;
|
|
|
|
+ cursor: pointer;
|
|
|
|
+ .icon-p{
|
|
|
|
+ width:15px;
|
|
|
|
+ height:15px;
|
|
|
|
+ line-height:15px;
|
|
|
|
+ text-align: center;
|
|
|
|
+ position: absolute;
|
|
|
|
+ right:0;
|
|
|
|
+ bottom:0;
|
|
|
|
+ color:#fff;
|
|
|
|
+ background: #0183fa;
|
|
|
|
+ border-top-left-radius:4px;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ .checkDiv{
|
|
|
|
+ color:#0183FA;
|
|
|
|
+ border:1px solid #0183FA;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ .content-box{
|
|
|
|
+ flex: 1;
|
|
|
|
+ display: flex;
|
|
|
|
+ flex-direction: column;
|
|
|
|
+ padding:0 20px 20px;
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+</style>
|