address-client 3.2.2 → 3.2.3-zk
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 +133 -125
- package/package.json +2 -2
- package/src/address.js +55 -55
- package/src/components/AddAreaMsg.vue +675 -669
- package/src/components/AddressList.vue +391 -611
- package/src/components/AddressManage.vue +110 -117
- package/src/components/AreaList.vue +137 -135
- package/src/components/AreaManage.vue +101 -100
- package/src/components/CityList.vue +133 -133
- package/src/components/StreetList.vue +210 -210
- package/src/components/UserAddress.vue +905 -896
- package/src/main.js +21 -21
- package/yarn-error.log +7619 -0
- 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
- package/src/filiale/WEINAN/AddAreaMsg.vue +0 -656
- package/src/filiale/WEINAN/AddressList.vue +0 -351
- package/src/filiale/WEINAN/AddressManage.vue +0 -122
- package/src/filiale/WEINAN/AreaList.vue +0 -275
- package/src/filiale/WEINAN/UserAddress.vue +0 -783
- package/src/filiale/WEINAN/sale.js +0 -16
- package/src/filiale/gaomi/AddressList.vue +0 -430
- package/src/filiale/gaomi/UserAddress.vue +0 -832
- package/src/filiale/gaomi/sale.js +0 -14
- package/src/filiale/gongyi/AddAreaMsg.vue +0 -640
- package/src/filiale/gongyi/AreaManage.vue +0 -100
- package/src/filiale/gongyi/UserAddress.vue +0 -751
- package/src/filiale/gongyi/sale.js +0 -14
- package/src/filiale/jingwei/UserAddress.vue +0 -764
- package/src/filiale/jingwei/sale.js +0 -12
- package/src/filiale/macheng/AddAreaMsg.vue +0 -635
- package/src/filiale/macheng/AddStreetOrPcd.vue +0 -231
- package/src/filiale/macheng/AddressList.vue +0 -306
- package/src/filiale/macheng/AreaList.vue +0 -279
- package/src/filiale/macheng/CityManage.vue +0 -76
- package/src/filiale/macheng/StreetList.vue +0 -186
- package/src/filiale/macheng/UserAddress.vue +0 -743
- package/src/filiale/macheng/sale.js +0 -17
- package/src/filiale/rongcheng/AddressList.vue +0 -363
- package/src/filiale/rongcheng/UserAddress.vue +0 -799
- package/src/filiale/rongcheng/sale.js +0 -11
- package/src/filiale/shaoguan/AddAreaMsg.vue +0 -631
- package/src/filiale/shaoguan/UserAddress.vue +0 -764
- package/src/filiale/shaoguan/sale.js +0 -11
- package/src/filiale/tongchuan/AddAreaMsg.vue +0 -635
- package/src/filiale/tongchuan/AddStreetOrPcd.vue +0 -308
- package/src/filiale/tongchuan/AddressList.vue +0 -379
- package/src/filiale/tongchuan/AreaList.vue +0 -315
- package/src/filiale/tongchuan/AreaManage.vue +0 -100
- package/src/filiale/tongchuan/CityList.vue +0 -133
- package/src/filiale/tongchuan/StreetList.vue +0 -208
- package/src/filiale/tongchuan/UserAddress.vue +0 -822
- package/src/filiale/tongchuan/sale.js +0 -19
- package/src/filiale/wuhai/UserAddress.vue +0 -795
- package/src/filiale/wuhai/sale.js +0 -12
- package/src/filiale/zhoukou/AddAreaMsg.vue +0 -673
- package/src/filiale/zhoukou/AddressList.vue +0 -391
- package/src/filiale/zhoukou/AddressManage.vue +0 -115
- package/src/filiale/zhoukou/AreaList.vue +0 -319
- package/src/filiale/zhoukou/AreaManage.vue +0 -100
- package/src/filiale/zhoukou/UserAddress.vue +0 -925
- package/src/filiale/zhoukou/sale.js +0 -23
|
@@ -1,100 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div id="unit" class="flex-row" :class="{'binary':areaShow}">
|
|
3
|
-
<div :class="{'basic-main':!areaShow,'binary-left':areaShow}">
|
|
4
|
-
<area-list @select-changed="selected" v-ref:arealist :style="style" :f_filialeids.sync="f_filialeids"></area-list>
|
|
5
|
-
</div>
|
|
6
|
-
<div v-show="areaShow" style="width: 60%" class="binary-right">
|
|
7
|
-
<div class="flex">
|
|
8
|
-
<add-area-msg v-ref:addareamsg :areatype="areatype" :operation="operation"
|
|
9
|
-
:f_filialeids="f_filialeids" :row="arearow"></add-area-msg>
|
|
10
|
-
</div>
|
|
11
|
-
</div>
|
|
12
|
-
</div>
|
|
13
|
-
</template>
|
|
14
|
-
|
|
15
|
-
<script>
|
|
16
|
-
export default {
|
|
17
|
-
title: '小区管理',
|
|
18
|
-
components:{
|
|
19
|
-
},
|
|
20
|
-
data () {
|
|
21
|
-
return {
|
|
22
|
-
//分公司id串
|
|
23
|
-
width:'100%',
|
|
24
|
-
f_filialeids: this.$login.f.f_orgids,
|
|
25
|
-
areaShow:false,
|
|
26
|
-
areatype:'小区',
|
|
27
|
-
arearow:{},
|
|
28
|
-
style:'col-sm-2 form-group'
|
|
29
|
-
}
|
|
30
|
-
},
|
|
31
|
-
ready(){
|
|
32
|
-
|
|
33
|
-
},
|
|
34
|
-
props:{
|
|
35
|
-
|
|
36
|
-
},
|
|
37
|
-
methods:{
|
|
38
|
-
selected(obj){
|
|
39
|
-
this.style='col-sm-3 form-group'
|
|
40
|
-
if(obj.val&&obj.val.id){
|
|
41
|
-
console.log('对比分公司', obj.val.f_filialeid, this.f_filialeids)
|
|
42
|
-
if (obj.val.f_filialeid != this.f_filialeids) {
|
|
43
|
-
this.refresh()
|
|
44
|
-
return
|
|
45
|
-
}
|
|
46
|
-
this.areaShow = true
|
|
47
|
-
this.$refs.addareamsg.cleardara()
|
|
48
|
-
this.$refs.addareamsg.operation='modify'
|
|
49
|
-
this.$refs.addareamsg.areatype='小区'
|
|
50
|
-
this.$refs.addareamsg.areamodel=Object.assign({},obj.val)
|
|
51
|
-
if (obj.val.f_slice_area) {
|
|
52
|
-
this.$refs.addareamsg.areamodel.slice_area = [{
|
|
53
|
-
name: this.$refs.addareamsg.areamodel.f_slice_area,
|
|
54
|
-
code: this.$refs.addareamsg.areamodel.f_area_code
|
|
55
|
-
}]
|
|
56
|
-
}
|
|
57
|
-
if (obj.val.f_meter_book != null && obj.val.f_meter_book != '' && obj.val.f_meter_book instanceof Array) {
|
|
58
|
-
this.$refs.addareamsg.areamodel.f_meter_book = parseInt(obj.val.f_meter_book[0])
|
|
59
|
-
}
|
|
60
|
-
if (obj.val.f_meter_book != null && obj.val.f_meter_book != '' && !(obj.val.f_meter_book instanceof Array)) {
|
|
61
|
-
this.$refs.addareamsg.areamodel.f_meter_book = parseInt(obj.val.f_meter_book)
|
|
62
|
-
}
|
|
63
|
-
if (obj.val.f_adjustable_id != null && obj.val.f_adjustable_id != '' && obj.val.f_adjustable_id instanceof Array) {
|
|
64
|
-
this.$refs.addareamsg.areamodel.f_adjustable_id = parseInt(obj.val.f_adjustable_id[0])
|
|
65
|
-
}
|
|
66
|
-
if (obj.val.f_adjustable_id != null && obj.val.f_adjustable_id != '' && !(obj.val.f_adjustable_id instanceof Array)) {
|
|
67
|
-
this.$refs.addareamsg.areamodel.f_adjustable_id = parseInt(obj.val.f_adjustable_id)
|
|
68
|
-
}
|
|
69
|
-
// this.$refs.addareamsg.initdata(obj.val)
|
|
70
|
-
// this.$refs.addareamsg.initrow(obj.val)
|
|
71
|
-
}
|
|
72
|
-
},
|
|
73
|
-
refresh() {
|
|
74
|
-
this.areaShow = false
|
|
75
|
-
this.$refs.arealist.$refs.paged.$refs.cri.search()
|
|
76
|
-
}
|
|
77
|
-
},
|
|
78
|
-
events:{
|
|
79
|
-
'add'(){
|
|
80
|
-
this.style='col-sm-3 form-group'
|
|
81
|
-
this.areaShow=true
|
|
82
|
-
this.$refs.addareamsg.cleardara()
|
|
83
|
-
this.$refs.addareamsg.operation='add'
|
|
84
|
-
this.$refs.addareamsg.areatype='小区'
|
|
85
|
-
this.$refs.addareamsg.initdata()
|
|
86
|
-
},
|
|
87
|
-
'confirm' () {
|
|
88
|
-
this.style='col-sm-2 form-group'
|
|
89
|
-
this.areaShow = false
|
|
90
|
-
this.$refs.arealist.$refs.paged.$refs.cri.search()
|
|
91
|
-
},
|
|
92
|
-
'cancel' () {
|
|
93
|
-
this.style='col-sm-2 form-group'
|
|
94
|
-
this.$refs.arealist.$refs.paged.$refs.cri.search()
|
|
95
|
-
this.areaShow = false
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
</script>
|
|
100
|
-
|