safecheck-client 3.0.32-36 → 3.0.32-38

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.
Files changed (27) hide show
  1. package/package.json +133 -133
  2. package/src/App.vue +2 -2
  3. package/src/components/map/checkScreen.vue +880 -880
  4. package/src/filiale/Util.js +332 -332
  5. package/src/filiale/ankangyihua/android/AndroidDefectDeal.vue +648 -648
  6. package/src/filiale/ankangyihua/android/CurrentCreate.vue +1039 -1039
  7. package/src/filiale/bayan/pc/NewCheckpaper.vue +1958 -1958
  8. package/src/filiale/dexin/android/SafecheckOrderV.vue +2851 -2851
  9. package/src/filiale/fugou/pc/CheckBook.vue +301 -301
  10. package/src/filiale/fugou/pc/CheckBookDetails.vue +161 -161
  11. package/src/filiale/fugou/pc/CheckBookEntry.vue +66 -66
  12. package/src/filiale/fugou/pc/CheckBookList.vue +366 -366
  13. package/src/filiale/fugou/pc/CheckBookSearchArea.vue +560 -560
  14. package/src/filiale/fugou/pc/CheckBookSearchUser.vue +651 -651
  15. package/src/filiale/fugou/pc/DefectPaperNew.vue +1081 -1081
  16. package/src/filiale/fugou/pc/PlanManage.vue +5 -17
  17. package/src/filiale/fugou/pc/checkPlanList.vue +371 -371
  18. package/src/filiale/kelai/android/SafecheckDevices.vue +1232 -1232
  19. package/src/filiale/qianneng/pc/NewCheckpaper.vue +1546 -1546
  20. package/src/filiale/rongchuang/android/SafecheckDevices.vue +1680 -1680
  21. package/src/filiale/rongchuang/android/SafecheckOrderV.vue +2942 -2942
  22. package/src/filiale/rongchuang/pc/NewCheckpaper.vue +4 -4
  23. package/src/filiale/shanxian/android/SafecheckOrderV.vue +2979 -2979
  24. package/src/filiale/tongchuan/pc/CheckPlanCountChartArea.vue +135 -135
  25. package/src/filiale/yangchunboneng/android/SafecheckUserInfo.vue +869 -869
  26. package/src/filiale/yangchunboneng/pc/CheckBookUser.vue +198 -198
  27. package/src/main.js +1 -1
@@ -323,7 +323,7 @@
323
323
  >
324
324
  </v-select>
325
325
  </div>
326
- <div class="form-group col-sm-4">
326
+ <div v-show="false" class="form-group col-sm-4">
327
327
  <label class="font_normal_body">安检类型:</label>
328
328
  <v-select
329
329
  class="select select_list"
@@ -433,19 +433,7 @@
433
433
  </v-select>
434
434
  </div>
435
435
 
436
- <div class="form-group col-sm-4">
437
- <label class="font_normal_body">安检类型:</label>
438
- <v-select
439
- class="select select_list"
440
- :value.sync="upCheckPlan.f_safecheck_type"
441
- v-model="upCheckPlan.f_safecheck_type"
442
- :options='ntoway'
443
- close-on-select
444
- value-single
445
- >
446
- </v-select>
447
- </div>
448
- <div class="form-group col-sm-4">
436
+ <div v-show="false" class="form-group col-sm-4">
449
437
  <label class="font_normal_body">安检类型:</label>
450
438
  <v-select
451
439
  class="select select_list"
@@ -530,7 +518,7 @@ export default {
530
518
  selectPlan: {id: ''},
531
519
  upCheckPlan: {
532
520
  f_plan_name: '',
533
- f_safecheck_type: '',
521
+ f_safecheck_type: '年度普检',
534
522
  f_plan_year: '',
535
523
  f_plan_month: '',
536
524
  f_checker_id: '',
@@ -551,7 +539,7 @@ export default {
551
539
  f_checker_id: null,
552
540
  checker: {},
553
541
  f_checker: null,
554
- f_safecheck_type: '',
542
+ f_safecheck_type: '年度普检',
555
543
  f_end_time:'',
556
544
  f_start_time:'',
557
545
  f_plan_type:''
@@ -704,7 +692,7 @@ export default {
704
692
  f_checker_id: null,
705
693
  checker: {},
706
694
  f_checker: null,
707
- f_safecheck_type: '',
695
+ f_safecheck_type: '年度普检',
708
696
  f_create_operator: '',
709
697
  f_start_time: '',
710
698
  f_end_time: '',