safecheck-client 3.0.34-20 → 3.0.34-22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -42,9 +42,15 @@
42
42
  :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}"
43
43
  @click="$parent.$parent.hidden()">
44
44
  </div>
45
- <button id="btnaaaa" style="float: right" class="button_search"
45
+ <export-excel-safe :data="$parent.$parent.exportParameter"
46
+ :field="$parent.$parent.exportExcelField"
47
+ sqlurl="rs/logic/SafeExportExcel"
48
+ sql-name="getCheckPlanAreaList"
49
+ template-name='安检汇总' :choose-col="true">
50
+ </export-excel-safe>
51
+ <!-- <button id="btnaaaa" style="float: right" class="button_search"
46
52
  @click="$parent.$parent.exportexcel()"
47
- v-el:cx>导出</button>
53
+ v-el:cx>导出</button>-->
48
54
  <button id="btnaaa" style="float: right" class="button_search"
49
55
  @click="$parent.$parent.getGroupName1(),search(),$parent.$parent.getexportExcelField(),$parent.$parent.$parent.isdetail=false,$parent.$parent.listflag=false"
50
56
  v-el:cx>查询</button>
@@ -258,7 +264,7 @@
258
264
  this.exportExcelField.f_plan_month='计划月份'
259
265
  }
260
266
  if (ff==='f_no_checkplan') {
261
- this.exportExcelField.f_checker_name='计划类型'
267
+ this.exportExcelField.f_no_checkplan='计划类型'
262
268
  }
263
269
  if (ff==='f_plan_name') {
264
270
  this.exportExcelField.f_plan_name='计划名称'
@@ -266,9 +272,9 @@
266
272
  if (ff==='f_checker_name') {
267
273
  this.exportExcelField.f_checker_name='安检员'
268
274
  }if (ff==='f_residential_area') {
269
- this.exportExcelField.f_checker_name='小区名称'
275
+ this.exportExcelField.f_residential_area='小区名称'
270
276
  }if (ff==='f_user_number') {
271
- this.exportExcelField.f_checker_name='档案数量'
277
+ this.exportExcelField.f_user_number='档案数量'
272
278
  }
273
279
  }
274
280
  },
@@ -427,8 +433,10 @@
427
433
  // excel 导出条件拼接
428
434
  return {
429
435
  condition: this.$refs.paged.model.condition,
430
- groupName: this.groupNameForSql
431
- }
436
+ groupName: this.groupNameForSql,
437
+ f_start_time:this.f_start_time,
438
+ f_end_time:this.f_end_time
439
+ }
432
440
  }
433
441
  }
434
442
  }