safecheck-client 3.0.34-4 → 3.0.34-6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (34) hide show
  1. package/package.json +1 -1
  2. package/src/components/android/AreaPlan.vue +1 -7
  3. package/src/components/android/PaperFeedback.vue +1 -1
  4. package/src/components/android/PaperFeedbackTemp.vue +1 -1
  5. package/src/components/android/SafecheckDevices.vue +2 -2
  6. package/src/components/android/SafecheckDevicesTemp.vue +1 -1
  7. package/src/components/android/userinfo/SafecheckUserInfo.vue +1 -1
  8. package/src/filiale/bayan/android/PaperFeedback.vue +1 -1
  9. package/src/filiale/bayan/android/SafecheckDevices.vue +1 -1
  10. package/src/filiale/bayan/android/SafecheckUserInfo.vue +1 -1
  11. package/src/filiale/dexin/android/SafecheckDevices.vue +1 -1
  12. package/src/filiale/hanzhong/android/PaperFeedback.vue +1 -1
  13. package/src/filiale/hanzhong/android/SafecheckDevices.vue +1 -1
  14. package/src/filiale/hanzhong/android/SafecheckUserInfo.vue +1 -1
  15. package/src/filiale/jiaxian/android/SafecheckDevices.vue +1 -1
  16. package/src/filiale/jingyang/android/PaperFeedback.vue +1 -1
  17. package/src/filiale/jingyang/android/SafecheckUserInfo.vue +1 -1
  18. package/src/filiale/pingxiang/android/PaperFeedback.vue +1 -1
  19. package/src/filiale/qingjian/android/SafecheckDevices.vue +1 -1
  20. package/src/filiale/qingjian/android/SafecheckUserInfo.vue +1 -1
  21. package/src/filiale/shiquan/android/SafecheckDevices.vue +1 -1
  22. package/src/filiale/siyang/android/SafecheckUserInfo.vue +1 -1
  23. package/src/filiale/yangchunboneng/android/CurrentCreate.vue +1 -9
  24. package/src/filiale/yangchunboneng/android/DailyworkloadQuery.vue +1 -9
  25. package/src/filiale/yangchunboneng/android/PaperFeedback.vue +1 -1
  26. package/src/filiale/yangchunboneng/android/SafecheckDevices.vue +2 -2
  27. package/src/filiale/yangchunboneng/android/SafecheckUserInfo.vue +1 -1
  28. package/src/filiale/yangchunboneng/android/safeHistoryLook.vue +1 -9
  29. package/src/filiale/yongzhou/android/PaperFeedback.vue +1 -1
  30. package/src/filiale/yongzhou/android/SafecheckDevices.vue +1 -1
  31. package/src/filiale/yongzhou/android/SafecheckUserInfo.vue +1 -1
  32. package/src/filiale/yunchengminsheng/android/PaperFeedback.vue +1 -1
  33. package/src/filiale/yunchengminsheng/android/SafecheckDevices.vue +1 -1
  34. package/src/filiale/yunchengminsheng/android/SafecheckUserInfo.vue +1 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "safecheck-client",
3
3
  "//": "主分支版本别乱升,测试包的版本直接发包(建议使用1.XX.XX-XXX格式作为测试包,不要频繁升级第三位版本号),别提交版本号。切了分支切记把主分支版本升了,保证主分支始终是最高版本!!!!!",
4
- "version": "3.0.34-4",
4
+ "version": "3.0.34-6",
5
5
  "description": "安检模块 前端组件",
6
6
  "author": "丁新 <417755458@qq.com>",
7
7
  "license": "ISC",
@@ -424,13 +424,7 @@
424
424
  {label: '未检', value: '未检'},
425
425
  {label: '已检', value: '已检'},
426
426
  ],
427
- last_check_states: [
428
- {label: '请选择上次安检状态', value: ''},
429
- {label: '入户', value: '入户'},
430
- {label: '拒检', value: '拒检'},
431
- {label: '到访不遇', value: '到访不遇'},
432
- {label: '未使用天然气', value: '未使用天然气'}
433
- ],
427
+ last_check_states: Vue.$appdata.getParam('安检状态'),
434
428
  upload_states: [
435
429
  {label: '请选择上传状态', value: ''},
436
430
  {label: '未传', value: '未传'},
@@ -610,7 +610,6 @@ export default {
610
610
  HostApp.__this__ = null
611
611
  },
612
612
  takePic(prop, title, index) {
613
- const obj = HostApp.getGpsDetailAddress()
614
613
  HostApp.__callback__ = this.cameraCallBack
615
614
  HostApp.__this__ = this
616
615
  ////tag
@@ -631,6 +630,7 @@ export default {
631
630
  }
632
631
  let jingweidu = ''
633
632
  if (this.$parent.$parent.is_has_jingweidu == 'true'){
633
+ const obj = HostApp.getGpsDetailAddress()
634
634
  jingweidu = '\t经度:' + obj.longitude+ '\t纬度:' + obj.latitude
635
635
  }
636
636
  HostApp._open_a_page({
@@ -610,7 +610,6 @@
610
610
  HostApp.__this__ = null
611
611
  },
612
612
  takePic(prop, title, index) {
613
- const obj = HostApp.getGpsDetailAddress()
614
613
  HostApp.__callback__ = this.cameraCallBack
615
614
  HostApp.__this__ = this
616
615
  ////tag
@@ -631,6 +630,7 @@
631
630
  }
632
631
  let jingweidu = ''
633
632
  if (this.$parent.$parent.is_has_jingweidu == 'true'){
633
+ const obj = HostApp.getGpsDetailAddress()
634
634
  jingweidu = '\t经度:' + obj.longitude+ '\t纬度:' + obj.latitude
635
635
  }
636
636
  HostApp._open_a_page({
@@ -435,7 +435,6 @@ export default {
435
435
  if (this.role == 'androidview') {
436
436
  return
437
437
  }
438
- const obj = HostApp.getGpsDetailAddress()
439
438
  HostApp.__callback__ = this.cameraCallBack
440
439
  HostApp.__this__ = this
441
440
  //tag
@@ -455,6 +454,7 @@ export default {
455
454
  }
456
455
  let jingweidu = ''
457
456
  if (this.$parent.$parent.is_has_jingweidu == 'true'){
457
+ const obj = HostApp.getGpsDetailAddress()
458
458
  jingweidu = '\t经度:' + obj.longitude+ '\t纬度:' + obj.latitude
459
459
  }
460
460
  this.f_items[prop].f_longitude = obj.longitude
@@ -753,7 +753,7 @@ export default {
753
753
  this.f_items[this.f_gas_aberrant_number.index].f_is_defect = false
754
754
  if(val=='已用气量'){
755
755
  //剩余气量 = 累购-已用
756
- this.f_items[this.f_gas_balance.index].f_item_value= this.f_items[this.f_total_gas.index].f_item_value-this.f_items[this.f_table_base.index].f_item_value
756
+ this.f_items[this.f_gas_balance.index].f_item_value= (this.f_items[this.f_total_gas.index].f_item_value-this.f_items[this.f_table_base.index].f_item_value).toFixed(2)
757
757
  if (isNaN(this.f_items[this.f_gas_balance.index].f_item_value)) {
758
758
  this.f_items[this.f_gas_balance.index].f_item_value = null
759
759
  }
@@ -435,7 +435,6 @@
435
435
  if (this.role == 'androidview') {
436
436
  return
437
437
  }
438
- const obj = HostApp.getGpsDetailAddress()
439
438
  HostApp.__callback__ = this.cameraCallBack
440
439
  HostApp.__this__ = this
441
440
  //tag
@@ -455,6 +454,7 @@
455
454
  }
456
455
  let jingweidu = ''
457
456
  if (this.$parent.$parent.is_has_jingweidu == 'true'){
457
+ const obj = HostApp.getGpsDetailAddress()
458
458
  jingweidu = '\t经度:' + obj.longitude+ '\t纬度:' + obj.latitude
459
459
  }
460
460
  //tag
@@ -412,7 +412,6 @@ export default {
412
412
  HostApp.__this__ = null
413
413
  },
414
414
  takePic (type ,prop, title) {
415
- const obj = HostApp.getGpsDetailAddress()
416
415
  HostApp.__callback__ = this.cameraCallBack
417
416
  HostApp.__this__ = this
418
417
  //tag
@@ -438,6 +437,7 @@ export default {
438
437
  }
439
438
  let jingweidu = ''
440
439
  if (this.$parent.$parent.is_has_jingweidu == 'true'){
440
+ const obj = HostApp.getGpsDetailAddress()
441
441
  jingweidu = '\t经度:' + obj.longitude+ '\t纬度:' + obj.latitude
442
442
  }
443
443
  let page = 'com.aofeng.hybrid.android.peripheral.CameraActivity'
@@ -707,7 +707,6 @@ export default {
707
707
  HostApp.__this__ = null
708
708
  },
709
709
  takePic(prop, title, index) {
710
- const obj = HostApp.getGpsDetailAddress()
711
710
  HostApp.__callback__ = this.cameraCallBack
712
711
  HostApp.__this__ = this
713
712
  ////tag
@@ -728,6 +727,7 @@ export default {
728
727
  }
729
728
  let jingweidu = ''
730
729
  if (this.$parent.$parent.is_has_jingweidu == 'true'){
730
+ const obj = HostApp.getGpsDetailAddress()
731
731
  jingweidu = '\t经度:' + obj.longitude+ '\t纬度:' + obj.latitude
732
732
  }
733
733
  HostApp._open_a_page({
@@ -430,7 +430,6 @@ export default {
430
430
  if (this.role == 'androidview') {
431
431
  return
432
432
  }
433
- const obj = HostApp.getGpsDetailAddress()
434
433
  HostApp.__callback__ = this.cameraCallBack
435
434
  HostApp.__this__ = this
436
435
  //tag
@@ -450,6 +449,7 @@ export default {
450
449
  }
451
450
  let jingweidu = ''
452
451
  if (this.$parent.$parent.is_has_jingweidu == 'true'){
452
+ const obj = HostApp.getGpsDetailAddress()
453
453
  jingweidu = '\t经度:' + obj.longitude+ '\t纬度:' + obj.latitude
454
454
  }
455
455
  //tag
@@ -500,7 +500,6 @@ export default {
500
500
  HostApp.__this__ = null
501
501
  },
502
502
  takePic(type, prop, title) {
503
- const obj = HostApp.getGpsDetailAddress()
504
503
  HostApp.__callback__ = this.cameraCallBack
505
504
  HostApp.__this__ = this
506
505
  //tag
@@ -526,6 +525,7 @@ export default {
526
525
  }
527
526
  let jingweidu = ''
528
527
  if (this.$parent.$parent.is_has_jingweidu == 'true') {
528
+ const obj = HostApp.getGpsDetailAddress()
529
529
  jingweidu = '\t经度:' + obj.longitude + '\t纬度:' + obj.latitude
530
530
  }
531
531
  let page = 'com.aofeng.hybrid.android.peripheral.CameraActivity'
@@ -430,7 +430,6 @@ export default {
430
430
  if (this.role == 'androidview') {
431
431
  return
432
432
  }
433
- const obj = HostApp.getGpsDetailAddress()
434
433
  HostApp.__callback__ = this.cameraCallBack
435
434
  HostApp.__this__ = this
436
435
  //tag
@@ -450,6 +449,7 @@ export default {
450
449
  }
451
450
  let jingweidu = ''
452
451
  if (this.$parent.$parent.is_has_jingweidu == 'true'){
452
+ const obj = HostApp.getGpsDetailAddress()
453
453
  jingweidu = '\t经度:' + obj.longitude+ '\t纬度:' + obj.latitude
454
454
  }
455
455
  //tag
@@ -608,7 +608,6 @@ export default {
608
608
  HostApp.__this__ = null
609
609
  },
610
610
  takePic(prop, title, index) {
611
- const obj = HostApp.getGpsDetailAddress()
612
611
  HostApp.__callback__ = this.cameraCallBack
613
612
  HostApp.__this__ = this
614
613
  ////tag
@@ -629,6 +628,7 @@ export default {
629
628
  }
630
629
  let jingweidu = ''
631
630
  if (this.$parent.$parent.is_has_jingweidu == 'true'){
631
+ const obj = HostApp.getGpsDetailAddress()
632
632
  jingweidu = '\t经度:' + obj.longitude+ '\t纬度:' + obj.latitude
633
633
  }
634
634
  HostApp._open_a_page({
@@ -435,7 +435,6 @@
435
435
  if (this.role == 'androidview') {
436
436
  return
437
437
  }
438
- const obj = HostApp.getGpsDetailAddress()
439
438
  HostApp.__callback__ = this.cameraCallBack
440
439
  HostApp.__this__ = this
441
440
  //tag
@@ -455,6 +454,7 @@
455
454
  }
456
455
  let jingweidu = ''
457
456
  if (this.$parent.$parent.is_has_jingweidu == 'true'){
457
+ const obj = HostApp.getGpsDetailAddress()
458
458
  jingweidu = '\t经度:' + obj.longitude+ '\t纬度:' + obj.latitude
459
459
  }
460
460
  //tag
@@ -422,7 +422,6 @@ export default {
422
422
  HostApp.__this__ = null
423
423
  },
424
424
  takePic (type ,prop, title) {
425
- const obj = HostApp.getGpsDetailAddress()
426
425
  HostApp.__callback__ = this.cameraCallBack
427
426
  HostApp.__this__ = this
428
427
  //tag
@@ -448,6 +447,7 @@ export default {
448
447
  }
449
448
  let jingweidu = ''
450
449
  if (this.$parent.$parent.is_has_jingweidu == 'true'){
450
+ const obj = HostApp.getGpsDetailAddress()
451
451
  jingweidu = '\t经度:' + obj.longitude+ '\t纬度:' + obj.latitude
452
452
  }
453
453
  let page = 'com.aofeng.hybrid.android.peripheral.CameraActivity'
@@ -435,7 +435,6 @@ export default {
435
435
  if (this.role == 'androidview') {
436
436
  return
437
437
  }
438
- const obj = HostApp.getGpsDetailAddress()
439
438
  HostApp.__callback__ = this.cameraCallBack
440
439
  HostApp.__this__ = this
441
440
  //tag
@@ -455,6 +454,7 @@ export default {
455
454
  }
456
455
  let jingweidu = ''
457
456
  if (this.$parent.$parent.is_has_jingweidu == 'true'){
457
+ const obj = HostApp.getGpsDetailAddress()
458
458
  jingweidu = '\t经度:' + obj.longitude+ '\t纬度:' + obj.latitude
459
459
  }
460
460
  this.f_items[prop].f_longitude = obj.longitude
@@ -625,7 +625,6 @@ export default {
625
625
  HostApp.__this__ = null
626
626
  },
627
627
  takePic(prop, title, index) {
628
- const obj = HostApp.getGpsDetailAddress()
629
628
  HostApp.__callback__ = this.cameraCallBack
630
629
  HostApp.__this__ = this
631
630
  ////tag
@@ -646,6 +645,7 @@ export default {
646
645
  }
647
646
  let jingweidu = ''
648
647
  if (this.$parent.$parent.is_has_jingweidu == 'true'){
648
+ const obj = HostApp.getGpsDetailAddress()
649
649
  jingweidu = '\t经度:' + obj.longitude+ '\t纬度:' + obj.latitude
650
650
  }
651
651
  HostApp._open_a_page({
@@ -417,7 +417,6 @@ export default {
417
417
  HostApp.__this__ = null
418
418
  },
419
419
  takePic (type ,prop, title) {
420
- const obj = HostApp.getGpsDetailAddress()
421
420
  HostApp.__callback__ = this.cameraCallBack
422
421
  HostApp.__this__ = this
423
422
  //tag
@@ -443,6 +442,7 @@ export default {
443
442
  }
444
443
  let jingweidu = ''
445
444
  if (this.$parent.$parent.is_has_jingweidu == 'true'){
445
+ const obj = HostApp.getGpsDetailAddress()
446
446
  jingweidu = '\t经度:' + obj.longitude+ '\t纬度:' + obj.latitude
447
447
  }
448
448
  let page = 'com.aofeng.hybrid.android.peripheral.CameraActivity'
@@ -532,7 +532,6 @@ export default {
532
532
  HostApp.__this__ = null
533
533
  },
534
534
  takePic(prop, title, index) {
535
- const obj = HostApp.getGpsDetailAddress()
536
535
  HostApp.__callback__ = this.cameraCallBack
537
536
  HostApp.__this__ = this
538
537
  ////tag
@@ -553,6 +552,7 @@ export default {
553
552
  }
554
553
  let jingweidu = ''
555
554
  if (this.$parent.$parent.is_has_jingweidu == 'true'){
555
+ const obj = HostApp.getGpsDetailAddress()
556
556
  jingweidu = '\t经度:' + obj.longitude+ '\t纬度:' + obj.latitude
557
557
  }
558
558
  HostApp._open_a_page({
@@ -435,7 +435,6 @@ export default {
435
435
  if (this.role == 'androidview') {
436
436
  return
437
437
  }
438
- const obj = HostApp.getGpsDetailAddress()
439
438
  HostApp.__callback__ = this.cameraCallBack
440
439
  HostApp.__this__ = this
441
440
  //tag
@@ -455,6 +454,7 @@ export default {
455
454
  }
456
455
  let jingweidu = ''
457
456
  if (this.$parent.$parent.is_has_jingweidu == 'true'){
457
+ const obj = HostApp.getGpsDetailAddress()
458
458
  jingweidu = '\t经度:' + obj.longitude+ '\t纬度:' + obj.latitude
459
459
  }
460
460
  //tag
@@ -431,7 +431,6 @@ export default {
431
431
  HostApp.__this__ = null
432
432
  },
433
433
  takePic (type ,prop, title) {
434
- const obj = HostApp.getGpsDetailAddress()
435
434
  HostApp.__callback__ = this.cameraCallBack
436
435
  HostApp.__this__ = this
437
436
  //tag
@@ -457,6 +456,7 @@ export default {
457
456
  }
458
457
  let jingweidu = ''
459
458
  if (this.$parent.$parent.is_has_jingweidu == 'true'){
459
+ const obj = HostApp.getGpsDetailAddress()
460
460
  jingweidu = '\t经度:' + obj.longitude+ '\t纬度:' + obj.latitude
461
461
  }
462
462
  let page = 'com.aofeng.hybrid.android.peripheral.CameraActivity'
@@ -439,7 +439,6 @@
439
439
  if (this.role == 'androidview') {
440
440
  return
441
441
  }
442
- const obj = HostApp.getGpsDetailAddress()
443
442
  HostApp.__callback__ = this.cameraCallBack
444
443
  HostApp.__this__ = this
445
444
  //tag
@@ -459,6 +458,7 @@
459
458
  }
460
459
  let jingweidu = ''
461
460
  if (this.$parent.$parent.is_has_jingweidu == 'true'){
461
+ const obj = HostApp.getGpsDetailAddress()
462
462
  jingweidu = '\t经度:' + obj.longitude+ '\t纬度:' + obj.latitude
463
463
  }
464
464
  //tag
@@ -425,7 +425,6 @@ export default {
425
425
  HostApp.__this__ = null
426
426
  },
427
427
  takePic(type, prop, title) {
428
- const obj = HostApp.getGpsDetailAddress()
429
428
  HostApp.__callback__ = this.cameraCallBack
430
429
  HostApp.__this__ = this
431
430
  //tag
@@ -451,6 +450,7 @@ export default {
451
450
  }
452
451
  let jingweidu = ''
453
452
  if (this.$parent.$parent.is_has_jingweidu == 'true') {
453
+ const obj = HostApp.getGpsDetailAddress()
454
454
  jingweidu = '\t经度:' + obj.longitude + '\t纬度:' + obj.latitude
455
455
  }
456
456
  let page = 'com.aofeng.hybrid.android.peripheral.CameraActivity'
@@ -662,15 +662,7 @@
662
662
  {label: '未检', value: '未检'},
663
663
  {label: '已检', value: '已检'},
664
664
  ],
665
- last_check_states: [
666
- {label: '请选择', value: ''},
667
- {label: '入户', value: '入户'},
668
- {label: '拒检', value: '拒检'},
669
- {label: '到访不遇', value: '到访不遇'},
670
- {label: '拆除', value: '拆除'},
671
- {label: '停用', value: '停用'},
672
- {label: '未通气', value: '未通气'}
673
- ],
665
+ last_check_states: Vue.$appdata.getParam('安检状态'),
674
666
  upload_states: [
675
667
  {label: '请选择上传状态', value: ''},
676
668
  {label: '未传', value: '未传'},
@@ -302,15 +302,7 @@ export default {
302
302
  {label: '左表', value: '左表'},
303
303
  {label: '右表', value: '右表'}
304
304
  ],
305
- check_states: [
306
- {label: '请选择安检状态', value: ''},
307
- {label: '入户', value: '入户'},
308
- {label: '到访不遇', value: '到访不遇'},
309
- {label: '拒检', value: '拒检'},
310
- {label: '停用', value: '停用'},
311
- {label: '未通气', value: '未通气'},
312
- {label: '拆除', value: '拆除'}
313
- ],
305
+ check_states: Vue.$appdata.getParam('安检状态'),
314
306
  last_check_states: [
315
307
  {label: '请选择上次安检状态', value: ''},
316
308
  {label: '入户', value: '入户'},
@@ -676,7 +676,6 @@
676
676
  HostApp.__this__ = null
677
677
  },
678
678
  takePic(prop, title, index) {
679
- const obj = HostApp.getGpsDetailAddress()
680
679
  HostApp.__callback__ = this.cameraCallBack
681
680
  HostApp.__this__ = this
682
681
  ////tag
@@ -697,6 +696,7 @@
697
696
  }
698
697
  let jingweidu = ''
699
698
  if (this.$parent.$parent.is_has_jingweidu == 'true') {
699
+ const obj = HostApp.getGpsDetailAddress()
700
700
  jingweidu = '\t经度:' + obj.longitude + '\t纬度:' + obj.latitude
701
701
  }
702
702
  HostApp._open_a_page({
@@ -452,7 +452,6 @@ export default {
452
452
  if (this.role == 'androidview') {
453
453
  return
454
454
  }
455
- const obj = HostApp.getGpsDetailAddress()
456
455
  HostApp.__callback__ = this.cameraCallBack
457
456
  HostApp.__this__ = this
458
457
  //tag
@@ -472,6 +471,7 @@ export default {
472
471
  }
473
472
  let jingweidu = ''
474
473
  if (this.$parent.$parent.is_has_jingweidu == 'true'){
474
+ const obj = HostApp.getGpsDetailAddress()
475
475
  jingweidu = '\t经度:' + obj.longitude+ '\t纬度:' + obj.latitude
476
476
  }
477
477
  //tag
@@ -747,7 +747,7 @@ export default {
747
747
  this.f_items[this.f_gas_aberrant_number.index].f_is_defect = false
748
748
  if(val=='已用气量'){
749
749
  //剩余气量 = 累购-已用
750
- this.f_items[this.f_gas_balance.index].f_item_value= this.f_items[this.f_total_gas.index].f_item_value-this.f_items[this.f_table_base.index].f_item_value
750
+ this.f_items[this.f_gas_balance.index].f_item_value= (this.f_items[this.f_total_gas.index].f_item_value-this.f_items[this.f_table_base.index].f_item_value).toFixed(2)
751
751
  if (isNaN(this.f_items[this.f_gas_balance.index].f_item_value)) {
752
752
  this.f_items[this.f_gas_balance.index].f_item_value = null
753
753
  }
@@ -505,7 +505,6 @@ export default {
505
505
  HostApp.__this__ = null
506
506
  },
507
507
  takePic (type ,prop, title) {
508
- const obj = HostApp.getGpsDetailAddress()
509
508
  HostApp.__callback__ = this.cameraCallBack
510
509
  HostApp.__this__ = this
511
510
  //tag
@@ -531,6 +530,7 @@ export default {
531
530
  }
532
531
  let jingweidu = ''
533
532
  if (this.$parent.$parent.is_has_jingweidu == 'true'){
533
+ const obj = HostApp.getGpsDetailAddress()
534
534
  jingweidu = '\t经度:' + obj.longitude+ '\t纬度:' + obj.latitude
535
535
  }
536
536
  let page = 'com.aofeng.hybrid.android.peripheral.CameraActivity'
@@ -303,15 +303,7 @@ export default {
303
303
  {label: '左表', value: '左表'},
304
304
  {label: '右表', value: '右表'}
305
305
  ],
306
- check_states: [
307
- {label: '请选择安检状态', value: ''},
308
- {label: '入户', value: '入户'},
309
- {label: '到访不遇', value: '到访不遇'},
310
- {label: '拒检', value: '拒检'},
311
- {label: '停用', value: '停用'},
312
- {label: '未通气', value: '未通气'},
313
- {label: '拆除', value: '拆除'}
314
- ],
306
+ check_states: Vue.$appdata.getParam('安检状态'),
315
307
  last_check_states: [
316
308
  {label: '请选择上次安检状态', value: ''},
317
309
  {label: '入户', value: '入户'},
@@ -634,7 +634,6 @@ export default {
634
634
  HostApp.__this__ = null
635
635
  },
636
636
  takePic(prop, title, index) {
637
- const obj = HostApp.getGpsDetailAddress()
638
637
  HostApp.__callback__ = this.cameraCallBack
639
638
  HostApp.__this__ = this
640
639
  ////tag
@@ -661,6 +660,7 @@ export default {
661
660
  }
662
661
  let jingweidu = ''
663
662
  if (this.$parent.$parent.is_has_jingweidu == 'true'){
663
+ const obj = HostApp.getGpsDetailAddress()
664
664
  jingweidu = '\t经度:' + obj.longitude+ '\t纬度:' + obj.latitude
665
665
  }
666
666
  HostApp._open_a_page({
@@ -435,7 +435,6 @@ export default {
435
435
  if (this.role == 'androidview') {
436
436
  return
437
437
  }
438
- const obj = HostApp.getGpsDetailAddress()
439
438
  HostApp.__callback__ = this.cameraCallBack
440
439
  HostApp.__this__ = this
441
440
  //tag
@@ -455,6 +454,7 @@ export default {
455
454
  }
456
455
  let jingweidu = ''
457
456
  if (this.$parent.$parent.is_has_jingweidu == 'true'){
457
+ const obj = HostApp.getGpsDetailAddress()
458
458
  jingweidu = '\t经度:' + obj.longitude+ '\t纬度:' + obj.latitude
459
459
  }
460
460
  //tag
@@ -412,7 +412,6 @@ export default {
412
412
  HostApp.__this__ = null
413
413
  },
414
414
  takePic (type ,prop, title) {
415
- const obj = HostApp.getGpsDetailAddress()
416
415
  HostApp.__callback__ = this.cameraCallBack
417
416
  HostApp.__this__ = this
418
417
  //tag
@@ -438,6 +437,7 @@ export default {
438
437
  }
439
438
  let jingweidu = ''
440
439
  if (this.$parent.$parent.is_has_jingweidu == 'true'){
440
+ const obj = HostApp.getGpsDetailAddress()
441
441
  jingweidu = '\t经度:' + obj.longitude+ '\t纬度:' + obj.latitude
442
442
  }
443
443
  let page = 'com.aofeng.hybrid.android.peripheral.CameraActivity'
@@ -626,7 +626,6 @@
626
626
  HostApp.__this__ = null
627
627
  },
628
628
  takePic(prop, title, index) {
629
- const obj = HostApp.getGpsDetailAddress()
630
629
  HostApp.__callback__ = this.cameraCallBack
631
630
  HostApp.__this__ = this
632
631
  ////tag
@@ -647,6 +646,7 @@
647
646
  }
648
647
  let jingweidu = ''
649
648
  if (this.$parent.$parent.is_has_jingweidu == 'true'){
649
+ const obj = HostApp.getGpsDetailAddress()
650
650
  jingweidu = '\t经度:' + obj.longitude+ '\t纬度:' + obj.latitude
651
651
  }
652
652
  HostApp._open_a_page({
@@ -435,7 +435,6 @@ export default {
435
435
  if (this.role == 'androidview') {
436
436
  return
437
437
  }
438
- const obj = HostApp.getGpsDetailAddress()
439
438
  HostApp.__callback__ = this.cameraCallBack
440
439
  HostApp.__this__ = this
441
440
  //tag
@@ -455,6 +454,7 @@ export default {
455
454
  }
456
455
  let jingweidu = ''
457
456
  if (this.$parent.$parent.is_has_jingweidu == 'true'){
457
+ const obj = HostApp.getGpsDetailAddress()
458
458
  jingweidu = '\t经度:' + obj.longitude+ '\t纬度:' + obj.latitude
459
459
  }
460
460
  //tag
@@ -420,7 +420,6 @@
420
420
  HostApp.__this__ = null
421
421
  },
422
422
  takePic (type ,prop, title) {
423
- const obj = HostApp.getGpsDetailAddress()
424
423
  HostApp.__callback__ = this.cameraCallBack
425
424
  HostApp.__this__ = this
426
425
  //tag
@@ -450,6 +449,7 @@
450
449
  }
451
450
  let jingweidu = ''
452
451
  if (this.$parent.$parent.is_has_jingweidu == 'true'){
452
+ const obj = HostApp.getGpsDetailAddress()
453
453
  jingweidu = '\t经度:' + obj.longitude+ '\t纬度:' + obj.latitude
454
454
  }
455
455
  HostApp._open_a_page({