| | |
| | | <div v-if="table1"> |
| | | <el-table ref="dataTable" |
| | | v-if="listQuery.type==0" |
| | | v-loading="loading" |
| | | :data="tableData" |
| | | style="width: 100%" |
| | | @selection-change="handleSelectionChange"> |
| | |
| | | width="40%"> |
| | | <el-form> |
| | | <el-row> |
| | | <el-checkbox style="width: 80px;height: 30px" v-for="item in YHBMList" v-model="checked" :label="item.branch_id"> |
| | | <el-checkbox style="width: 80px;height: 30px" |
| | | v-for="item in YHBMList" |
| | | v-model="checked" |
| | | :label="item.branch_id" |
| | | :key="item.branch_id"> |
| | | {{item.branch_name}} |
| | | </el-checkbox> |
| | | </el-row> |
| | |
| | | radio1:'待发送', |
| | | table1:true, |
| | | table2:false, |
| | | |
| | | |
| | | |
| | | currentPage: 1, |
| | | pageSize: 10, |
| | | recordTotal: 0, |
| | |
| | | JCLBList:[], |
| | | tableData:[], |
| | | selectedList:[], |
| | | loading:false, |
| | | listLoading: false, |
| | | selfInspectVisible: false, |
| | | selfInspectForm:{ |
| | |
| | | } |
| | | |
| | | } |
| | | if(this.listQuery.form.check_dateEnd!=null && this.listQuery.form.check_dateEnd!=''){ |
| | | if(this.listQuery.form.check_dateStart!=null && this.listQuery.form.check_dateStart!=''){ |
| | | }else { |
| | | this.$message({type:'error', message:"请选择检查开始时间", duration:3000}) |
| | | return |
| | | } |
| | | } |
| | | }, |
| | | //搜索 |
| | | getPageList(){ |
| | | this.listQuery.page=1 |
| | | this.checkTime() |
| | | this.loading=true |
| | | getPageList(this.listQuery).then(res=>{ |
| | | this.loading=false |
| | | if (res.data.ok==1) { |
| | | this.tableData = res.data.data.items |
| | | this.recordTotal=res.data.data.total |