manage-client 3.3.194 → 3.3.196

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 (49) hide show
  1. package/.gradle/7.4/checksums/checksums.lock +0 -0
  2. package/.gradle/7.4/dependencies-accessors/dependencies-accessors.lock +0 -0
  3. package/.gradle/7.4/dependencies-accessors/gc.properties +0 -0
  4. package/.gradle/7.4/executionHistory/executionHistory.bin +0 -0
  5. package/.gradle/7.4/executionHistory/executionHistory.lock +0 -0
  6. package/.gradle/7.4/fileChanges/last-build.bin +0 -0
  7. package/.gradle/7.4/fileHashes/fileHashes.bin +0 -0
  8. package/.gradle/7.4/fileHashes/fileHashes.lock +0 -0
  9. package/.gradle/7.4/gc.properties +0 -0
  10. package/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
  11. package/.gradle/file-system.probe +0 -0
  12. package/.gradle/vcs-1/gc.properties +0 -0
  13. package/build/dev-server.js +190 -193
  14. package/package.json +2 -2
  15. package/src/components/sale/businessquery/AreaChargeQuery.vue +4 -0
  16. package/src/components/sale/businessquery/AreaGeneralQuery.vue +4 -0
  17. package/src/components/sale/businessquery/ArrearsQuery.vue +4 -0
  18. package/src/components/sale/businessquery/BalanceTable.vue +4 -0
  19. package/src/components/sale/businessquery/CommunityPaymen.vue +4 -0
  20. package/src/components/sale/businessquery/FillGasQuery.vue +1 -0
  21. package/src/components/sale/businessquery/HandBookQuery.vue +4 -0
  22. package/src/components/sale/businessquery/HandBookTwoQuery.vue +4 -0
  23. package/src/components/sale/businessquery/HandGasPropertiesQuery.vue +4 -0
  24. package/src/components/sale/businessquery/HandPeopleQuery.vue +4 -0
  25. package/src/components/sale/businessquery/HandRateQuery.vue +4 -0
  26. package/src/components/sale/businessquery/Handgasquery.vue +4 -0
  27. package/src/components/sale/businessquery/MonthGasQuery.vue +4 -0
  28. package/src/components/sale/businessquery/NoBusinessQuery.vue +4 -0
  29. package/src/components/sale/businessquery/PlotSummaryQuery.vue +4 -0
  30. package/src/components/sale/businessquery/ProceedsOper.vue +4 -0
  31. package/src/components/sale/businessquery/ResidentialCardQuery.vue +4 -0
  32. package/src/components/sale/businessquery/ResidentialQuery.vue +4 -0
  33. package/src/components/sale/businessquery/SellOrgnameQuery.vue +4 -0
  34. package/src/components/sale/businessquery/SellPeopleQuery.vue +4 -0
  35. package/src/components/sale/businessquery/SellingHand.vue +4 -0
  36. package/src/components/sale/businessquery/UnhandBusiness.vue +4 -0
  37. package/src/components/sale/businessquery/UserSellHeadDetail.vue +4 -0
  38. package/src/components/sale/businessquery/YingShouMingXi.vue +4 -0
  39. package/src/components/sale/businessquery/YonghuJieyu.vue +4 -0
  40. package/src/components/sale/businessquery/usergas.vue +4 -0
  41. package/src/filiale/jingyang/ChargeQuery.vue +156 -127
  42. package/src/filiale/kelai/AreaChargeQuery.vue +4 -0
  43. package/src/filiale/meihekou/YingShouMingXi.vue +556 -556
  44. package/src/filiale/qingtongxia/ChargeQuery.vue +11 -1
  45. package/src/filiale/qingtongxia/config/exportConfig.js +474 -474
  46. package/src/filiale/taizhoukesi/NewGasStatistics.vue +16 -13
  47. package/src/filiale/yuncheng/DeviceQuery.vue +602 -0
  48. package/src/filiale/yuncheng/sale.js +3 -0
  49. package/src/main.js +68 -76
@@ -310,6 +310,10 @@
310
310
  }
311
311
  this.footer.push(footerData);
312
312
  this.other.push(otherInData);
313
+ let date = []
314
+ date.push(`起始时间:${this.$refs.paged.$refs.cri.model.startDate}`)
315
+ date.push(`终止时间:${this.$refs.paged.$refs.cri.model.endDate}`)
316
+ this.other.push(date)
313
317
  },
314
318
  async getaddress() {
315
319
  console.log('开始获取小区')
@@ -458,6 +458,10 @@
458
458
  }
459
459
  this.footer.push(footerData);
460
460
  this.other.push(otherInData);
461
+ let date = []
462
+ date.push(`起始时间:${this.$refs.paged.$refs.cri.model.startDate}`)
463
+ date.push(`终止时间:${this.$refs.paged.$refs.cri.model.endDate}`)
464
+ this.other.push(date)
461
465
  },
462
466
  async getaddress(){
463
467
  console.log('开始获取小区')
@@ -523,6 +523,10 @@
523
523
  }
524
524
  this.footer.push(footerData);
525
525
  this.other.push(otherInData);
526
+ let date = []
527
+ date.push(`起始时间:${this.$refs.paged.$refs.cri.model.startDate}`)
528
+ date.push(`终止时间:${this.$refs.paged.$refs.cri.model.endDate}`)
529
+ this.other.push(date)
526
530
  },
527
531
  async getaddress(){
528
532
  console.log('开始获取小区')
@@ -296,6 +296,10 @@
296
296
  }
297
297
  this.footer.push(footerData);
298
298
  this.other.push(otherInData);
299
+ let date = []
300
+ date.push(`起始时间:${this.$refs.paged.$refs.cri.model.startDate}`)
301
+ date.push(`终止时间:${this.$refs.paged.$refs.cri.model.endDate}`)
302
+ this.other.push(date)
299
303
  },
300
304
  search(){
301
305
  this.$refs.paged.$refs.cri.search()
@@ -206,6 +206,10 @@
206
206
  let footerData = [], exportfield = this.getfield;
207
207
  this.footer.push(footerData);
208
208
  this.other.push(otherInData);
209
+ let date = []
210
+ date.push(`起始时间:${this.$refs.paged.$refs.cri.model.startDate}`)
211
+ date.push(`终止时间:${this.$refs.paged.$refs.cri.model.endDate}`)
212
+ this.other.push(date)
209
213
  },
210
214
  search(){
211
215
  this.$refs.paged.$refs.cri.search()
@@ -422,6 +422,10 @@
422
422
  }
423
423
  this.footer.push(footerData);
424
424
  this.other.push(otherInData);
425
+ let date = []
426
+ date.push(`起始时间:${this.$refs.paged.$refs.cri.model.startDate}`)
427
+ date.push(`终止时间:${this.$refs.paged.$refs.cri.model.endDate}`)
428
+ this.other.push(date)
425
429
  },
426
430
  search(){
427
431
  this.$refs.paged.$refs.cri.search()
@@ -369,6 +369,10 @@
369
369
  }
370
370
  this.footer.push(footerData);
371
371
  this.other.push(otherInData);
372
+ let date = []
373
+ date.push(`起始时间:${this.$refs.paged.$refs.cri.model.startDate}`)
374
+ date.push(`终止时间:${this.$refs.paged.$refs.cri.model.endDate}`)
375
+ this.other.push(date)
372
376
  },
373
377
  async getinputtores () {
374
378
  // 获取抄表员
@@ -216,6 +216,10 @@
216
216
  }
217
217
  this.footer.push(footerData);
218
218
  this.other.push(otherInData);
219
+ let date = []
220
+ date.push(`起始时间:${this.$refs.paged.$refs.cri.model.startDate}`)
221
+ date.push(`终止时间:${this.$refs.paged.$refs.cri.model.endDate}`)
222
+ this.other.push(date)
219
223
  },
220
224
  // userTypeChange () {
221
225
  // this.gasproperties=[]
@@ -178,6 +178,10 @@ export default {
178
178
  }
179
179
  this.footer.push(footerData);
180
180
  this.other.push(otherInData);
181
+ let date = []
182
+ date.push(`起始时间:${this.$refs.paged.$refs.cri.model.startDate}`)
183
+ date.push(`终止时间:${this.$refs.paged.$refs.cri.model.endDate}`)
184
+ this.other.push(date)
181
185
  },
182
186
  userTypeChange () {
183
187
  this.gasproperties=[]
@@ -362,68 +362,117 @@
362
362
  <template partial='head'>
363
363
  <tr>
364
364
  <th>
365
- <nobr>收费编号</nobr>
366
- </th>
367
- <th>
368
- <!-- <nobr>客户编号</nobr>-->
365
+ <!-- <nobr>客户编号</nobr>-->
369
366
  <data-order field="f_userinfo_code" name="客户编号"
370
367
  :order.sync="$parent.$parent.$parent.orderFields.f_userinfo_code"></data-order>
371
368
  </th>
372
369
  <th><nobr>档案编号</nobr></th>
373
- <th><nobr>街道</nobr></th>
374
370
  <th>
375
371
  <nobr>客户名称</nobr>
376
372
  </th>
377
373
  <th>
378
- <nobr>客户电话</nobr>
374
+ <!-- <nobr>客户地址</nobr>-->
375
+ <data-order field="f_address" name="客户地址"
376
+ :order.sync="$parent.$parent.$parent.orderFields.f_address"></data-order>
379
377
  </th>
380
378
  <th>
381
- <nobr>身份证号</nobr>
379
+ <nobr>气价名称</nobr>
382
380
  </th>
383
381
  <th>
384
- <nobr>片区</nobr>
382
+ <nobr>气量</nobr>
385
383
  </th>
386
384
  <th>
387
- <nobr>小区</nobr>
385
+ <nobr>金额</nobr>
388
386
  </th>
389
387
  <th>
390
- <!-- <nobr>客户地址</nobr>-->
391
- <data-order field="f_address" name="客户地址"
392
- :order.sync="$parent.$parent.$parent.orderFields.f_address"></data-order>
388
+ <nobr>收款</nobr>
389
+ </th>
390
+ <th>
391
+ <!-- <nobr>收费日期</nobr>-->
392
+ <data-order field="f_operate_date" name="收费日期"
393
+ :order.sync="$parent.$parent.$parent.orderFields.f_operate_date"></data-order>
394
+ </th>
395
+ <th>
396
+ <nobr>付款方式</nobr>
397
+ </th>
398
+ <th>
399
+ <nobr>人员</nobr>
400
+ </th>
401
+ <th>
402
+ <nobr>气表品牌</nobr>
393
403
  </th>
394
404
  <th>
395
405
  <nobr>客户类型</nobr>
396
406
  </th>
397
407
  <th>
398
- <nobr>用气性质</nobr>
408
+ <nobr>一阶气量</nobr>
399
409
  </th>
400
410
  <th>
401
- <nobr>表号</nobr>
411
+ <nobr>一阶单价</nobr>
402
412
  </th>
403
- <th>
404
- <nobr>气表品牌</nobr>
405
- </th>
406
413
  <th>
407
- <nobr>卡号</nobr>
414
+ <nobr>一阶气费</nobr>
408
415
  </th>
409
416
  <th>
410
- <nobr>气价名称</nobr>
417
+ <nobr>二阶气量</nobr>
411
418
  </th>
412
419
  <th>
413
- <nobr>购气次数</nobr>
420
+ <nobr>二阶单价</nobr>
414
421
  </th>
415
422
  <th>
416
- <nobr>上期表底数</nobr>
423
+ <nobr>二阶气费</nobr>
417
424
  </th>
418
425
  <th>
419
- <nobr>本期表底数</nobr>
426
+ <nobr>三阶气量</nobr>
420
427
  </th>
421
428
  <th>
422
- <nobr>气量</nobr>
429
+ <nobr>三阶单价</nobr>
423
430
  </th>
424
431
  <th>
425
- <nobr>金额</nobr>
432
+ <nobr>三阶气费</nobr>
433
+ </th>
434
+
435
+
436
+ <th>
437
+ <nobr>收费编号</nobr>
438
+ </th>
439
+
440
+ <th><nobr>街道</nobr></th>
441
+
442
+ <th>
443
+ <nobr>客户电话</nobr>
444
+ </th>
445
+ <th>
446
+ <nobr>身份证号</nobr>
447
+ </th>
448
+ <th>
449
+ <nobr>片区</nobr>
450
+ </th>
451
+ <th>
452
+ <nobr>小区</nobr>
453
+ </th>
454
+
455
+ <th>
456
+ <nobr>用气性质</nobr>
426
457
  </th>
458
+ <th>
459
+ <nobr>表号</nobr>
460
+ </th>
461
+
462
+ <th>
463
+ <nobr>卡号</nobr>
464
+ </th>
465
+
466
+ <th>
467
+ <nobr>购气次数</nobr>
468
+ </th>
469
+ <th>
470
+ <nobr>上期表底数</nobr>
471
+ </th>
472
+ <th>
473
+ <nobr>本期表底数</nobr>
474
+ </th>
475
+
427
476
  <th>
428
477
  <nobr>用气量</nobr>
429
478
  </th>
@@ -448,29 +497,21 @@
448
497
  <th>
449
498
  <nobr>上期结余</nobr>
450
499
  </th>
451
- <th>
452
- <nobr>收款</nobr>
453
- </th>
500
+
454
501
  <!--<th>-->
455
502
  <!--&lt;!&ndash; <nobr>所属年月</nobr>&ndash;&gt;-->
456
503
  <!--<data-order field="f_rest_date" name="所属年月"-->
457
504
  <!--:order.sync="$parent.$parent.$parent.orderFields.f_rest_date"></data-order>-->
458
505
 
459
506
  <!--</th>-->
460
- <th>
461
- <!-- <nobr>收费日期</nobr>-->
462
- <data-order field="f_operate_date" name="收费日期"
463
- :order.sync="$parent.$parent.$parent.orderFields.f_operate_date"></data-order>
464
- </th>
507
+
465
508
  <th>
466
509
  <nobr>优惠金额</nobr>
467
510
  </th>
468
511
  <th>
469
512
  <nobr>本期结余</nobr>
470
513
  </th>
471
- <th>
472
- <nobr>付款方式</nobr>
473
- </th>
514
+
474
515
  <th>
475
516
  <nobr>写卡状态</nobr>
476
517
  </th>
@@ -499,9 +540,7 @@
499
540
  <th>
500
541
  <nobr>补打次数</nobr>
501
542
  </th>
502
- <th>
503
- <nobr>人员</nobr>
504
- </th>
543
+
505
544
  <th>
506
545
  <nobr>部门</nobr>
507
546
  </th>
@@ -544,33 +583,7 @@
544
583
  <th>
545
584
  <nobr>冲正时间</nobr>
546
585
  </th>
547
- <th>
548
- <nobr>一阶气量</nobr>
549
- </th>
550
- <th>
551
- <nobr>一阶单价</nobr>
552
- </th>
553
- <th>
554
- <nobr>一阶气费</nobr>
555
- </th>
556
- <th>
557
- <nobr>二阶气量</nobr>
558
- </th>
559
- <th>
560
- <nobr>二阶单价</nobr>
561
- </th>
562
- <th>
563
- <nobr>二阶气费</nobr>
564
- </th>
565
- <th>
566
- <nobr>三阶气量</nobr>
567
- </th>
568
- <th>
569
- <nobr>三阶单价</nobr>
570
- </th>
571
- <th>
572
- <nobr>三阶气费</nobr>
573
- </th>
586
+
574
587
  <th v-show="$parent.$parent.$parent.authArr.includes('收费查询票据补打')">
575
588
  <nobr>操作</nobr>
576
589
  </th>
@@ -579,9 +592,6 @@
579
592
  </tr>
580
593
  </template>
581
594
  <template partial='body'>
582
- <td style="text-align: center;">
583
- <nobr>{{row.id}}</nobr>
584
- </td>
585
595
  <td style="text-align: center;"><nobr>
586
596
  <nobr>{{row.f_userinfo_code}}</nobr>
587
597
  </nobr> </td>
@@ -589,11 +599,77 @@
589
599
  <nobr>{{row.f_olduserinfo_code}}</nobr>
590
600
  </td>
591
601
  <td style="text-align: center;">
592
- <nobr>{{row.f_street}}</nobr>
602
+ <nobr>{{row.f_user_name}}</nobr>
593
603
  </td>
594
604
  <td style="text-align: center;">
595
- <nobr>{{row.f_user_name}}</nobr>
605
+ <nobr>{{row.f_address}}</nobr>
596
606
  </td>
607
+ <td style="text-align: center;">
608
+ <nobr>{{row.f_price_name}}</nobr>
609
+ </td>
610
+ <td style="text-align: center;">
611
+ <nobr>{{row.f_pregas}}</nobr>
612
+ </td>
613
+ <td style="text-align: center;">
614
+ <nobr>{{row.fee}}</nobr>
615
+ </td>
616
+ <td style="text-align: center;">
617
+ <nobr>{{row.f_collection}}</nobr>
618
+ </td>
619
+ <td style="text-align: center;">
620
+ <nobr>{{row.f_operate_date}}</nobr>
621
+ </td>
622
+ <td style="text-align: center;">
623
+ <nobr>{{row.f_payment}}</nobr>
624
+ </td>
625
+ <td style="text-align: center;">
626
+ <nobr>{{row.f_operator}}</nobr>
627
+ </td>
628
+ <td style="text-align: center;">
629
+ <nobr>{{row.f_meter_brand}}</nobr>
630
+ </td>
631
+ <td style="text-align: center;">
632
+ <nobr>{{row.f_user_type}}</nobr>
633
+ </td>
634
+ <td style="text-align: center;">
635
+ <nobr>{{row.f_stairamount1}}</nobr>
636
+ </td>
637
+ <td style="text-align: center;">
638
+ <nobr>{{row.f_stair1price}}</nobr>
639
+ </td>
640
+ <td style="text-align: center;">
641
+ <nobr>{{(row.f_stair1fee - 0).toFixed(2)}}</nobr>
642
+ </td>
643
+ <td style="text-align: center;">
644
+ <nobr>{{row.f_stair2amount}}</nobr>
645
+ </td>
646
+ <td style="text-align: center;">
647
+ <nobr>{{row.f_stair2price}}</nobr>
648
+ </td>
649
+ <td style="text-align: center;">
650
+ <nobr>{{(row.f_stair2fee - 0).toFixed(2)}}</nobr>
651
+ </td>
652
+ <td style="text-align: center;">
653
+ <nobr>{{row.f_stair3amount}}</nobr>
654
+ </td>
655
+ <td style="text-align: center;">
656
+ <nobr>{{row.f_stair3price}}</nobr>
657
+ </td>
658
+ <td style="text-align: center;">
659
+ <nobr>{{(row.f_stair3fee - 0).toFixed(2)}}</nobr>
660
+ </td>
661
+
662
+
663
+
664
+ <td style="text-align: center;">
665
+ <nobr>{{row.id}}</nobr>
666
+ </td>
667
+
668
+
669
+ <td style="text-align: center;">
670
+ <nobr>{{row.f_street}}</nobr>
671
+ </td>
672
+
597
673
  <td style="text-align: center;">
598
674
  <nobr>{{row.f_user_phone}}</nobr>
599
675
  </td>
@@ -606,27 +682,19 @@
606
682
  <td style="text-align: center;"><nobr>
607
683
  <nobr>{{row.f_residential_area}}</nobr>
608
684
  </nobr> </td>
609
- <td style="text-align: center;">
610
- <nobr>{{row.f_address}}</nobr>
611
- </td>
612
- <td style="text-align: center;">
613
- <nobr>{{row.f_user_type}}</nobr>
614
- </td>
685
+
686
+
615
687
  <td style="text-align: center;">
616
688
  <nobr>{{row.f_gasproperties}}</nobr>
617
689
  </td>
618
690
  <td style="text-align: center;">
619
691
  <nobr>{{row.f_meternumber}}</nobr>
620
692
  </td>
621
- <td style="text-align: center;">
622
- <nobr>{{row.f_meter_brand}}</nobr>
623
- </td>
693
+
624
694
  <td style="text-align: center;">
625
695
  <nobr>{{row.f_card_id}}</nobr>
626
696
  </td>
627
- <td style="text-align: center;">
628
- <nobr>{{row.f_price_name}}</nobr>
629
- </td>
697
+
630
698
  <td style="text-align: center;">
631
699
  <nobr>{{row.f_times}}</nobr>
632
700
  </td>
@@ -636,12 +704,7 @@
636
704
  <td style="text-align: center;">
637
705
  <nobr>{{row.f_tablebase }}</nobr>
638
706
  </td>
639
- <td style="text-align: center;">
640
- <nobr>{{row.f_pregas}}</nobr>
641
- </td>
642
- <td style="text-align: center;">
643
- <nobr>{{row.fee}}</nobr>
644
- </td>
707
+
645
708
  <!--用气量-->
646
709
  <td style="text-align: center;">
647
710
  <nobr>{{row.f_oughtamount}}</nobr>
@@ -670,15 +733,11 @@
670
733
  <nobr v-if="row.f_meter_type === '物联网表'">{{row.f_balance_amount}}</nobr>
671
734
  <nobr v-else>{{row.f_balance}}</nobr>
672
735
  </td>
673
- <td style="text-align: center;">
674
- <nobr>{{row.f_collection}}</nobr>
675
- </td>
736
+
676
737
  <!--<td style="text-align: center;">-->
677
738
  <!--<nobr>{{row.f_rest_date}}</nobr>-->
678
739
  <!--</td>-->
679
- <td style="text-align: center;">
680
- <nobr>{{row.f_operate_date}}</nobr>
681
- </td>
740
+
682
741
  <td style="text-align: center;">
683
742
  <nobr>{{row.f_privilege_money}}</nobr>
684
743
  </td>
@@ -688,9 +747,7 @@
688
747
  <nobr v-if="row.f_meter_type === '物联网表'">{{row.f_curbalance_amount}}</nobr>
689
748
  <nobr v-else>{{row.f_curbalance}}</nobr>
690
749
  </td>
691
- <td style="text-align: center;">
692
- <nobr>{{row.f_payment}}</nobr>
693
- </td>
750
+
694
751
  <td style="text-align: center;">
695
752
  <nobr>{{row.f_write_card}}</nobr>
696
753
  </td>
@@ -719,9 +776,7 @@
719
776
  <td style="text-align: center;">
720
777
  <nobr>{{row.filltimes}}</nobr>
721
778
  </td>
722
- <td style="text-align: center;">
723
- <nobr>{{row.f_operator}}</nobr>
724
- </td>
779
+
725
780
  <td style="text-align: center;">
726
781
  <nobr>{{row.f_depname}}</nobr>
727
782
  </td>
@@ -764,33 +819,7 @@
764
819
  <td style="text-align: center;">
765
820
  <nobr>{{row.f_corr_operate_date}}</nobr>
766
821
  </td>
767
- <td style="text-align: center;">
768
- <nobr>{{row.f_stairamount1}}</nobr>
769
- </td>
770
- <td style="text-align: center;">
771
- <nobr>{{row.f_stair1price}}</nobr>
772
- </td>
773
- <td style="text-align: center;">
774
- <nobr>{{(row.f_stair1fee - 0).toFixed(2)}}</nobr>
775
- </td>
776
- <td style="text-align: center;">
777
- <nobr>{{row.f_stair2amount}}</nobr>
778
- </td>
779
- <td style="text-align: center;">
780
- <nobr>{{row.f_stair2price}}</nobr>
781
- </td>
782
- <td style="text-align: center;">
783
- <nobr>{{(row.f_stair2fee - 0).toFixed(2)}}</nobr>
784
- </td>
785
- <td style="text-align: center;">
786
- <nobr>{{row.f_stair3amount}}</nobr>
787
- </td>
788
- <td style="text-align: center;">
789
- <nobr>{{row.f_stair3price}}</nobr>
790
- </td>
791
- <td style="text-align: center;">
792
- <nobr>{{(row.f_stair3fee - 0).toFixed(2)}}</nobr>
793
- </td>
822
+
794
823
  <td style="text-align: center;" v-if="$parent.$parent.$parent.authArr.includes('收费查询票据补打')" ><nobr>
795
824
  <button style=" height: 28px;line-height: 16px;" class="button_search button_spacing width-60" @click.stop="$parent.$parent.$parent.batchPrintBill(row,'票据补打')">票据补打</button>
796
825
  </nobr></td>
@@ -250,6 +250,10 @@
250
250
  }
251
251
  this.footer.push(footerData);
252
252
  this.other.push(otherInData);
253
+ let date = []
254
+ date.push(`起始时间:${this.$refs.paged.$refs.cri.model.startDate}`)
255
+ date.push(`终止时间:${this.$refs.paged.$refs.cri.model.endDate}`)
256
+ this.other.push(date)
253
257
  },
254
258
  async getaddress(){
255
259
  console.log('开始获取小区')