address-client 3.2.6 → 3.2.7-gongyi
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/.gradle/buildOutputCleanup/cache.properties +2 -2
- package/build/dev-server.js +125 -125
- package/package.json +99 -99
- package/src/components/CityList.vue +133 -133
- package/src/components/StreetList.vue +211 -210
- package/src/components/UserAddress.vue +4 -2
- package/src/filiale/WEINAN/AddAreaMsg.vue +656 -656
- package/src/filiale/WEINAN/AddressList.vue +0 -6
- package/src/filiale/gongyi/AddAreaMsg.vue +4 -1
- package/src/filiale/tongchuan/AreaList.vue +315 -315
- package/src/filiale/tongchuan/CityList.vue +133 -133
- package/src/filiale/tongchuan/StreetList.vue +208 -208
- package/src/filiale/tongchuan/sale.js +19 -19
- package/src/main.js +21 -21
- package/.gradle/3.5/file-changes/last-build.bin +0 -0
- package/.gradle/3.5/taskHistory/taskHistory.lock +0 -0
- package/.gradle/buildOutputCleanup/built.bin +0 -0
- package/.gradle/buildOutputCleanup/cache.properties.lock +0 -1
- package/AddressClient.iml +0 -13
|
@@ -115,12 +115,6 @@
|
|
|
115
115
|
close-on-select>
|
|
116
116
|
</v-select>
|
|
117
117
|
</div>
|
|
118
|
-
<div :class="$parent.$parent.style" >
|
|
119
|
-
<label class="font_normal_body">片  区</label>
|
|
120
|
-
<input type="text" class="input_search" style="width:60%" v-model="model.f_slice_area" style="width:60%"
|
|
121
|
-
condition="a.f_slice_area like '%{}%'" placeholder="片区"
|
|
122
|
-
:size="model.f_slice_area ? model.f_slice_area.length*2 : 8"/>
|
|
123
|
-
</div>
|
|
124
118
|
</div>
|
|
125
119
|
</div>
|
|
126
120
|
</criteria>
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
<input type="text" style="width:60%" class="input_search" v-show="false" v-model="$refs.slice.selectedItems"
|
|
55
55
|
v-validate:slice='{required: true }'>
|
|
56
56
|
<v-select :value.sync="areamodel.slice_area" v-model="areamodel.slice_area"
|
|
57
|
-
:options='
|
|
57
|
+
:options='sliceAreaConfig' placeholder='片区/管理站' filer-key="name"
|
|
58
58
|
close-on-select v-ref:slice>
|
|
59
59
|
</v-select>
|
|
60
60
|
</div>
|
|
@@ -569,6 +569,9 @@ export default {
|
|
|
569
569
|
}
|
|
570
570
|
},
|
|
571
571
|
computed: {
|
|
572
|
+
sliceAreaConfig() {
|
|
573
|
+
return this.$appdata.getParam('小区片区')
|
|
574
|
+
},
|
|
572
575
|
metertypes() {
|
|
573
576
|
return this.$appdata.getParam('气表类型')
|
|
574
577
|
},
|