address-client 3.2.105 → 3.2.106-shimen

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.
@@ -66,10 +66,6 @@
66
66
  if (obj.val.f_adjustable_id != null && obj.val.f_adjustable_id != '' && !(obj.val.f_adjustable_id instanceof Array)) {
67
67
  this.$refs.addareamsg.areamodel.f_adjustable_id = parseInt(obj.val.f_adjustable_id)
68
68
  }
69
- if(this.$refs.addareamsg.filtName()){
70
- this.$refs.addareamsg.areamodel.selladd='0'}else {
71
- this.$refs.addareamsg.areamodel.selladd='1'
72
- }
73
69
  // this.$refs.addareamsg.initdata(obj.val)
74
70
  // this.$refs.addareamsg.initrow(obj.val)
75
71
  }
@@ -165,13 +165,9 @@
165
165
  class="input_search" style="width:60%" placeholder="合同顺序号"
166
166
  v-validate:f_contracts_number='{required: true }'>
167
167
  </div>
168
- <div class="col-sm-12 form-group" style="margin-bottom: 12px;margin-top: 12px;">
169
- <label class="font_normal_body">小区备注</label>
170
- <textarea class="input_textarea" rows="3" style="width:80%; height:auto;" v-model="model.f_comments1"></textarea>
171
- </div>
172
- <div class="col-sm-12 form-group" style="margin-top: 12px; margin-bottom: 12px;">
173
- <label class="font_normal_body">备&emsp;&emsp;注</label>
174
- <textarea class="input_textarea" rows="3" style="margin-top: 25px; width:80%; height:auto;" v-model="model.f_comments"></textarea>
168
+ <div class="col-sm-12 form-group">
169
+ <label class="font_normal_body " >备&emsp;&emsp;注</label>
170
+ <textarea class="input_textarea" rows="3" style="margin-top: 25px; width:80%;height: auto;" v-model="model.f_comments"></textarea>
175
171
  </div>
176
172
  <div style="text-align:right;margin-top:40px;margin-right:50px;" class="col-sm-12">
177
173
  <button class="button_search button_spacing" @click="confirm()" :disabled='!$v.valid'>保存</button>
@@ -374,7 +370,6 @@
374
370
  model: {
375
371
  f_pcd_id: '',
376
372
  f_street_id: '',
377
- f_comments1:'',
378
373
  f_comments:'',
379
374
  f_residential_area_id: '',
380
375
  f_pcd: '',
@@ -559,13 +554,12 @@
559
554
  }, {resolveMsg: null, rejectMsg: '获取地址失败!'})
560
555
  let redata = []
561
556
  req.data.forEach((row) => {
562
- if(!row.f_residential_area.includes('L')) {
563
557
  redata.push({
564
558
  label: row.f_residential_area,
565
559
  value: row.id,
566
560
  data: row,
567
561
  id: row.id
568
- })}
562
+ })
569
563
  })
570
564
  this.areaslist=redata
571
565
  this.areaChange(this.model.f_residential_area_id)
@@ -768,6 +762,10 @@
768
762
  this.model.f_residential_area = this.findbyid(this.areaslist,this.model.f_residential_area_id) ? this.findbyid(this.areaslist,this.model.f_residential_area_id).f_residential_area : ''
769
763
  } else {
770
764
  //民用
765
+ this.model.f_building_suffix='-'
766
+ this.model.f_unit_suffix='-'
767
+ this.model.f_floor_suffix=''
768
+ this.model.f_room_suffix=''
771
769
  this.model.f_pcd=this.findbyid(this.pcdslist,this.model.f_pcd_id).f_pcd
772
770
  this.model.f_street=this.findbyid(this.streetslist,this.model.f_street_id).f_street
773
771
  this.model.f_residential_area=this.findbyid(this.areaslist,this.model.f_residential_area_id).f_residential_area
@@ -786,7 +784,6 @@
786
784
  f_iscity:'市区',
787
785
  f_residential_area_id: '',
788
786
  f_pcd: '',
789
- f_comment1:'',
790
787
  f_comments:'',
791
788
  f_street: '',
792
789
  f_residential_area: '',
@@ -348,11 +348,6 @@ export default {
348
348
  initGen(this)
349
349
  },
350
350
  methods: {
351
- filtName(){
352
- console.log("小区名称",this.areamodel.f_residential_area)
353
- console.log('权限限制',this.areamodel.f_residential_area.includes('L'))
354
- return this.areamodel.f_residential_area.includes('L')
355
- },
356
351
  loadMeterBooks(){
357
352
  this.meterbooks = [...this.meterbooks, ...this.$GetSaleParam.getMeterBooks()]
358
353
  },
@@ -602,8 +597,6 @@ export default {
602
597
  if(this.f_special){
603
598
  this.areamodel.f_special='1'
604
599
  }
605
- if(this.areamodel.selladd==='0'){
606
- this.areamodel.f_residential_area=this.areamodel.f_residential_area+'(L)'}
607
600
  this.areamodel.f_filialeid = this.f_filialeids
608
601
  this.areamodel.f_operator = this.$login.f.name
609
602
  this.areamodel.f_operatorid = this.$login.f.id
@@ -641,8 +634,7 @@ export default {
641
634
  f_meter_style:'',
642
635
  f_position:'',
643
636
  f_comments:'',
644
- f_meter_type: '',
645
- selladd:''
637
+ f_meter_type: ''
646
638
  }
647
639
  },
648
640
  cancel(){
package/.npmignore DELETED
@@ -1,10 +0,0 @@
1
- src/bootstrap
2
- .idea/
3
- .DS_Store
4
- node_modules/
5
- dist/static/*.map
6
- npm-debug.log
7
- selenium-debug.log
8
- test/unit/coverage
9
- test/e2e/reports
10
- yarn.lock
package/build/.npmignore DELETED
@@ -1 +0,0 @@
1
-