address-client 3.2.107-yangchun → 3.2.108-yangchun
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.
package/package.json
CHANGED
|
@@ -348,6 +348,11 @@ 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
|
+
},
|
|
351
356
|
loadMeterBooks(){
|
|
352
357
|
this.meterbooks = [...this.meterbooks, ...this.$GetSaleParam.getMeterBooks()]
|
|
353
358
|
},
|
|
@@ -597,6 +602,8 @@ export default {
|
|
|
597
602
|
if(this.f_special){
|
|
598
603
|
this.areamodel.f_special='1'
|
|
599
604
|
}
|
|
605
|
+
if(this.areamodel.selladd==='0'){
|
|
606
|
+
this.areamodel.f_residential_area=this.areamodel.f_residential_area+'(L)'}
|
|
600
607
|
this.areamodel.f_filialeid = this.f_filialeids
|
|
601
608
|
this.areamodel.f_operator = this.$login.f.name
|
|
602
609
|
this.areamodel.f_operatorid = this.$login.f.id
|
|
@@ -634,7 +641,8 @@ export default {
|
|
|
634
641
|
f_meter_style:'',
|
|
635
642
|
f_position:'',
|
|
636
643
|
f_comments:'',
|
|
637
|
-
f_meter_type: ''
|
|
644
|
+
f_meter_type: '',
|
|
645
|
+
selladd:''
|
|
638
646
|
}
|
|
639
647
|
},
|
|
640
648
|
cancel(){
|