address-client 3.2.88 → 3.2.89

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.
@@ -622,7 +622,7 @@
622
622
  this.initpcds(` f_filialeid = '${this.f_filialeids}' and id ='${selectArea.f_pcd_id}' `)
623
623
  this.model.slice_area = selectArea.f_slice_area
624
624
  // 拼接地址
625
- this.model.f_address = `${selectArea.f_street}${selectArea.f_residential_area}`
625
+ this.model.f_address = `${selectArea.f_residential_area}`
626
626
  }
627
627
  this.$nextTick(() => {
628
628
  this.$resetValidation()
@@ -638,7 +638,7 @@
638
638
  street=item.label
639
639
  }
640
640
  })
641
- this.model.f_address = street
641
+ // this.model.f_address = street
642
642
  }
643
643
  if(val){
644
644
  //那就把[小区]重新组织一下
@@ -774,7 +774,7 @@
774
774
  this.model.f_pcd=this.findbyid(this.pcdslist,this.model.f_pcd_id).f_pcd
775
775
  this.model.f_street=this.findbyid(this.streetslist,this.model.f_street_id).f_street
776
776
  this.model.f_residential_area=this.findbyid(this.areaslist,this.model.f_residential_area_id).f_residential_area
777
- this.model.f_address = this.model.f_street + this.model.f_residential_area + (this.model.f_building?this.model.f_building +this.model.f_building_suffix:'') + (this.model.f_unit?this.model.f_unit +this.model.f_unit_suffix:'') + (this.model.f_floor?this.model.f_floor +this.model.f_floor_suffix:'') + this.model.f_room + this.model.f_room_suffix
777
+ this.model.f_address = this.model.f_residential_area + (this.model.f_building?this.model.f_building +this.model.f_building_suffix:'') + (this.model.f_unit?this.model.f_unit +this.model.f_unit_suffix:'') + (this.model.f_floor?this.model.f_floor +this.model.f_floor_suffix:'') + this.model.f_room + this.model.f_room_suffix
778
778
  }
779
779
  await this.$resetpost('rs/logic/address_updateuseraddress', this.model)
780
780
  },
package/src/main.js CHANGED
@@ -9,7 +9,7 @@ Vue.config.silent = true
9
9
 
10
10
  /** **************************通用组件******************************/
11
11
  all()
12
- address('qianneng')
12
+ address('WEINAN')
13
13
  system(false)
14
14
  ldap()
15
15
  // sale()