address-client 3.2.2 → 3.2.5

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 (35) hide show
  1. package/.gradle/6.1/executionHistory/executionHistory.bin +0 -0
  2. package/.gradle/6.1/executionHistory/executionHistory.lock +0 -0
  3. package/.gradle/{3.5/file-changes → 6.1/fileChanges}/last-build.bin +0 -0
  4. package/.gradle/6.1/fileHashes/fileHashes.bin +0 -0
  5. package/.gradle/6.1/fileHashes/fileHashes.lock +0 -0
  6. package/.gradle/{buildOutputCleanup/built.bin → 6.1/gc.properties} +0 -0
  7. package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  8. package/.gradle/buildOutputCleanup/cache.properties +2 -2
  9. package/.gradle/checksums/checksums.lock +0 -0
  10. package/.gradle/vcs-1/gc.properties +0 -0
  11. package/build/dev-server.js +130 -125
  12. package/gradle/wrapper/gradle-wrapper.jar +0 -0
  13. package/gradle/wrapper/gradle-wrapper.properties +5 -0
  14. package/gradlew +183 -0
  15. package/gradlew.bat +100 -0
  16. package/package.json +1 -1
  17. package/src/components/AddressList.vue +16 -14
  18. package/src/components/AreaList.vue +430 -317
  19. package/src/components/CityList.vue +133 -133
  20. package/src/components/StreetList.vue +210 -210
  21. package/src/filiale/WEINAN/AddAreaMsg.vue +656 -656
  22. package/src/filiale/WEINAN/AddressList.vue +357 -351
  23. package/src/filiale/gaomi/AddressList.vue +430 -430
  24. package/src/filiale/gaomi/sale.js +14 -14
  25. package/src/filiale/gongyi/AddAreaMsg.vue +11 -0
  26. package/src/filiale/shaoguan/UserAddress.vue +764 -764
  27. package/src/filiale/shaoguan/sale.js +11 -11
  28. package/src/filiale/tongchuan/AreaList.vue +315 -315
  29. package/src/filiale/tongchuan/CityList.vue +133 -133
  30. package/src/filiale/tongchuan/StreetList.vue +208 -208
  31. package/src/filiale/tongchuan/sale.js +19 -19
  32. package/src/main.js +21 -21
  33. package/.gradle/3.5/taskHistory/taskHistory.lock +0 -0
  34. package/.gradle/buildOutputCleanup/cache.properties.lock +0 -1
  35. package/AddressClient.iml +0 -13
@@ -1,14 +1,14 @@
1
- // 分公司特殊组件页面注册
2
- import Vue from "vue";
3
-
4
- let specialComp = {
5
- //地址管理父组件
6
- 'user-address':(resolve) => { require(['./UserAddress'], resolve) },
7
- //地址管理列表
8
- 'address-list':(resolve) => { require(['./AddressList'], resolve) }
9
- }
10
- exports.specialComp = specialComp
11
-
12
-
13
-
14
-
1
+ // 分公司特殊组件页面注册
2
+ import Vue from "vue";
3
+
4
+ let specialComp = {
5
+ //地址管理父组件
6
+ 'user-address':(resolve) => { require(['./UserAddress'], resolve) },
7
+ //地址管理列表
8
+ 'address-list':(resolve) => { require(['./AddressList'], resolve) }
9
+ }
10
+ exports.specialComp = specialComp
11
+
12
+
13
+
14
+
@@ -38,6 +38,17 @@
38
38
  close-on-select search="true" @change="streetChange">
39
39
  </v-select>
40
40
  </div>
41
+ <div class="col-sm-6 form-group"
42
+ :class="[$v.f_hand_month.required ? 'has-error' : 'has-success']">
43
+ <label class="font_normal_body">抄表月份</label>
44
+ <input type="text" style="width:60%" class="input_search" v-show="false" v-model="areamodel.f_hand_month"
45
+ v-validate:f_hand_month='{required: true }'>
46
+ <v-select
47
+ :value.sync="areamodel.f_hand_month" :value-single="true"
48
+ :options='handmonth' placeholder='请选择'
49
+ close-on-select search="true" v-ref:f_hand_month>
50
+ </v-select>
51
+ </div>
41
52
  <div class="col-sm-6 form-group" :class="[$v.slice.required ? 'has-error' : 'has-success']">
42
53
  <label class="font_normal_body">片&emsp;&emsp;区</label>
43
54
  <input type="text" style="width:60%" class="input_search" v-show="false" v-model="$refs.slice.selectedItems"