|  | @@ -47,14 +47,13 @@
 | 
											
												
													
														|  |              </el-form-item>
 |  |              </el-form-item>
 | 
											
												
													
														|  |            </el-col>
 |  |            </el-col>
 | 
											
												
													
														|  |            <el-col :span="6">
 |  |            <el-col :span="6">
 | 
											
												
													
														|  | -            <el-form-item label="审核区间">
 |  | 
 | 
											
												
													
														|  | -<!--            <el-form-item label-width="0">-->
 |  | 
 | 
											
												
													
														|  | -<!--              <div style="display: flex;width: 100%">-->
 |  | 
 | 
											
												
													
														|  | -<!--                <el-select v-model="queryParams.a" style="width: 100px">-->
 |  | 
 | 
											
												
													
														|  | -<!--                  <el-option label="审核区间" :value="0"/>-->
 |  | 
 | 
											
												
													
														|  | -<!--                  <el-option label="业务区间" :value="1"/>-->
 |  | 
 | 
											
												
													
														|  | -<!--                </el-select>-->
 |  | 
 | 
											
												
													
														|  | -<!--              </div>-->
 |  | 
 | 
											
												
													
														|  | 
 |  | +<!--            <el-form-item label="审核区间">-->
 | 
											
												
													
														|  | 
 |  | +            <el-form-item label-width="0">
 | 
											
												
													
														|  | 
 |  | +              <div style="display: flex;width: 100%">
 | 
											
												
													
														|  | 
 |  | +                <el-select v-model="queryParams.switchSection" style="width: 100px">
 | 
											
												
													
														|  | 
 |  | +                  <el-option label="审核区间" :value="0"/>
 | 
											
												
													
														|  | 
 |  | +                  <el-option label="业务区间" :value="1"/>
 | 
											
												
													
														|  | 
 |  | +                </el-select>
 | 
											
												
													
														|  |                  <el-date-picker
 |  |                  <el-date-picker
 | 
											
												
													
														|  |                    type="monthrange"
 |  |                    type="monthrange"
 | 
											
												
													
														|  |                    range-separator="至"
 |  |                    range-separator="至"
 | 
											
										
											
												
													
														|  | @@ -64,10 +63,11 @@
 | 
											
												
													
														|  |                    value-format="yyyy-MM"
 |  |                    value-format="yyyy-MM"
 | 
											
												
													
														|  |                    unlink-panels
 |  |                    unlink-panels
 | 
											
												
													
														|  |                    :clearable="false"
 |  |                    :clearable="false"
 | 
											
												
													
														|  | -                  style="width: 200px"
 |  | 
 | 
											
												
													
														|  |                    @keyup.enter.native="handleQuery"
 |  |                    @keyup.enter.native="handleQuery"
 | 
											
												
													
														|  |                  >
 |  |                  >
 | 
											
												
													
														|  |                  </el-date-picker>
 |  |                  </el-date-picker>
 | 
											
												
													
														|  | 
 |  | +              </div>
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  |              </el-form-item>
 |  |              </el-form-item>
 | 
											
												
													
														|  |            </el-col>
 |  |            </el-col>
 | 
											
												
													
														|  |            <el-col :span="6">
 |  |            <el-col :span="6">
 | 
											
										
											
												
													
														|  | @@ -485,6 +485,7 @@ export default {
 | 
											
												
													
														|  |      ];
 |  |      ];
 | 
											
												
													
														|  |      this.queryParams.timeExamine = this.defaultTime;
 |  |      this.queryParams.timeExamine = this.defaultTime;
 | 
											
												
													
														|  |      this.$set(this.queryParams, 'fReconciliation', 0)
 |  |      this.$set(this.queryParams, 'fReconciliation', 0)
 | 
											
												
													
														|  | 
 |  | +    this.$set(this.queryParams, 'switchSection', 0)
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |      this.setRowList = this.tableDate;
 |  |      this.setRowList = this.tableDate;
 | 
											
												
													
														|  |      this.getRowList = this.tableDate;
 |  |      this.getRowList = this.tableDate;
 |