address-client 3.2.108 → 3.2.109

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 (158) hide show
  1. package/.gradle/8.5/checksums/checksums.lock +0 -0
  2. package/.gradle/8.5/dependencies-accessors/dependencies-accessors.lock +0 -0
  3. package/.gradle/8.5/dependencies-accessors/gc.properties +0 -0
  4. package/.gradle/8.5/executionHistory/executionHistory.bin +0 -0
  5. package/.gradle/8.5/executionHistory/executionHistory.lock +0 -0
  6. package/.gradle/8.5/fileChanges/last-build.bin +0 -0
  7. package/.gradle/8.5/fileHashes/fileHashes.bin +0 -0
  8. package/.gradle/8.5/fileHashes/fileHashes.lock +0 -0
  9. package/.gradle/8.5/gc.properties +0 -0
  10. package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  11. package/.gradle/buildOutputCleanup/cache.properties +2 -2
  12. package/.gradle/file-system.probe +0 -0
  13. package/.gradle/vcs-1/gc.properties +0 -0
  14. package/CHANGELOG.md +15 -15
  15. package/build/dev-server.js +185 -185
  16. package/build/libs/AddressClient-V3-3.0.11.jar +0 -0
  17. package/build/tmp/jar/MANIFEST.MF +2 -0
  18. package/build/versionCheck.js +31 -31
  19. package/build/webpack.base.conf.js +82 -82
  20. package/examples/showAdd/App.vue +40 -40
  21. package/gradle/wrapper/gradle-wrapper.jar +0 -0
  22. package/gradle/wrapper/gradle-wrapper.properties +7 -0
  23. package/gradlew +249 -0
  24. package/gradlew.bat +92 -0
  25. package/index.html +44 -44
  26. package/package.json +101 -101
  27. package/src/address.js +74 -74
  28. package/src/components/AddAreaMsg.vue +757 -757
  29. package/src/components/AddCommunityManageMsg.vue +220 -220
  30. package/src/components/AddStreetManageMsg.vue +204 -204
  31. package/src/components/AddStreetOrPcd.vue +316 -316
  32. package/src/components/AddressAddAddress.vue +479 -479
  33. package/src/components/AddressFiles.vue +156 -156
  34. package/src/components/AddressList.vue +632 -630
  35. package/src/components/AddressListLiuLi.vue +17 -17
  36. package/src/components/AddressManage.vue +117 -117
  37. package/src/components/AddressTree.vue +501 -501
  38. package/src/components/AreaFiles.vue +73 -73
  39. package/src/components/AreaList.vue +410 -410
  40. package/src/components/AreaManage.vue +104 -104
  41. package/src/components/AreaTree.vue +508 -508
  42. package/src/components/Basch.vue +72 -72
  43. package/src/components/BatchOrders.vue +328 -328
  44. package/src/components/BuildingList.vue +129 -129
  45. package/src/components/CityList.vue +134 -134
  46. package/src/components/CityManage.vue +76 -76
  47. package/src/components/CommunityAreaList.vue +87 -87
  48. package/src/components/CommunityManage.vue +78 -78
  49. package/src/components/CommunityManageList.vue +244 -244
  50. package/src/components/NewAddressInfo.vue +432 -432
  51. package/src/components/StreetList.vue +241 -241
  52. package/src/components/StreetManage.vue +68 -68
  53. package/src/components/StreetManageList.vue +225 -225
  54. package/src/components/UserAddress.vue +908 -908
  55. package/src/components/UserAddressChange.vue +58 -58
  56. package/src/components/selectAddress/BatchList.vue +326 -326
  57. package/src/filiale/WEINAN/AddAreaMsg.vue +745 -745
  58. package/src/filiale/WEINAN/AddressList.vue +588 -588
  59. package/src/filiale/WEINAN/AddressManage.vue +122 -122
  60. package/src/filiale/WEINAN/AreaList.vue +435 -435
  61. package/src/filiale/WEINAN/AreaManage.vue +109 -109
  62. package/src/filiale/WEINAN/AreaUserList.vue +226 -226
  63. package/src/filiale/WEINAN/UserAddress.vue +783 -783
  64. package/src/filiale/WEINAN/sale.js +18 -18
  65. package/src/filiale/chengtou/UserAddress.vue +894 -894
  66. package/src/filiale/chengtou/sale.js +7 -7
  67. package/src/filiale/dongguan/AddStreetOrPcd.vue +422 -422
  68. package/src/filiale/dongguan/sale.js +7 -7
  69. package/src/filiale/gaomi/AddressList.vue +430 -430
  70. package/src/filiale/gaomi/UserAddress.vue +832 -832
  71. package/src/filiale/gaomi/sale.js +14 -14
  72. package/src/filiale/gongyi/AddAreaMsg.vue +651 -651
  73. package/src/filiale/gongyi/AreaManage.vue +100 -100
  74. package/src/filiale/gongyi/UserAddress.vue +751 -751
  75. package/src/filiale/gongyi/sale.js +14 -14
  76. package/src/filiale/haile/AddressList.vue +615 -615
  77. package/src/filiale/haile/sale.js +8 -8
  78. package/src/filiale/jingwei/UserAddress.vue +764 -764
  79. package/src/filiale/jingwei/sale.js +12 -12
  80. package/src/filiale/lixianV3/AreaList.vue +416 -416
  81. package/src/filiale/lixianV3/sale.js +12 -12
  82. package/src/filiale/macheng/AddAreaMsg.vue +635 -635
  83. package/src/filiale/macheng/AddStreetOrPcd.vue +231 -231
  84. package/src/filiale/macheng/AddressList.vue +613 -613
  85. package/src/filiale/macheng/AreaList.vue +318 -318
  86. package/src/filiale/macheng/CityManage.vue +76 -76
  87. package/src/filiale/macheng/StreetList.vue +186 -186
  88. package/src/filiale/macheng/UserAddress.vue +743 -743
  89. package/src/filiale/macheng/sale.js +17 -17
  90. package/src/filiale/meihekou/UserAddress.vue +898 -898
  91. package/src/filiale/meihekou/sale.js +8 -8
  92. package/src/filiale/qianneng/AddAreaMsg.vue +755 -755
  93. package/src/filiale/qianneng/AddStreetOrPcd.vue +328 -328
  94. package/src/filiale/qianneng/AddressList.vue +638 -638
  95. package/src/filiale/qianneng/AreaList.vue +431 -431
  96. package/src/filiale/qianneng/CityManage.vue +81 -81
  97. package/src/filiale/qianneng/UserAddress.vue +1125 -1125
  98. package/src/filiale/qianneng/sale.js +20 -20
  99. package/src/filiale/qinhua/AddAreaMsg.vue +743 -743
  100. package/src/filiale/qinhua/AddressList.vue +627 -627
  101. package/src/filiale/qinhua/AddressManage.vue +117 -117
  102. package/src/filiale/qinhua/AreaList.vue +425 -425
  103. package/src/filiale/qinhua/AreaManage.vue +100 -100
  104. package/src/filiale/qinhua/CityManage.vue +76 -76
  105. package/src/filiale/qinhua/StreetList.vue +241 -241
  106. package/src/filiale/qinhua/UserAddress.vue +894 -894
  107. package/src/filiale/qinhua/sale.js +20 -20
  108. package/src/filiale/rizhao/UserAddress.vue +897 -897
  109. package/src/filiale/rizhao/sale.js +8 -8
  110. package/src/filiale/rongcheng/AddressList.vue +363 -363
  111. package/src/filiale/rongcheng/UserAddress.vue +799 -799
  112. package/src/filiale/rongcheng/sale.js +11 -11
  113. package/src/filiale/shanggao/AddAreaMsg.vue +752 -752
  114. package/src/filiale/shanggao/AddStreetOrPcd.vue +312 -312
  115. package/src/filiale/shanggao/AddressList.vue +613 -613
  116. package/src/filiale/shanggao/AreaList.vue +436 -436
  117. package/src/filiale/shanggao/BuildingList.vue +129 -129
  118. package/src/filiale/shanggao/StreetList.vue +240 -240
  119. package/src/filiale/shanggao/UserAddress.vue +953 -953
  120. package/src/filiale/shanggao/sale.js +16 -16
  121. package/src/filiale/shanxian/AddAreaMsg.vue +766 -766
  122. package/src/filiale/shanxian/AddressList.vue +658 -658
  123. package/src/filiale/shanxian/AreaList.vue +458 -458
  124. package/src/filiale/shanxian/AreaManage.vue +107 -107
  125. package/src/filiale/shanxian/UserAddress.vue +900 -900
  126. package/src/filiale/shanxian/sale.js +15 -15
  127. package/src/filiale/shaoguan/AddAreaMsg.vue +629 -629
  128. package/src/filiale/shaoguan/UserAddress.vue +762 -762
  129. package/src/filiale/shaoguan/sale.js +11 -11
  130. package/src/filiale/tongchuan/AddAreaMsg.vue +635 -635
  131. package/src/filiale/tongchuan/AddStreetOrPcd.vue +351 -351
  132. package/src/filiale/tongchuan/AddressList.vue +379 -379
  133. package/src/filiale/tongchuan/AreaList.vue +315 -315
  134. package/src/filiale/tongchuan/AreaManage.vue +100 -100
  135. package/src/filiale/tongchuan/CityList.vue +133 -133
  136. package/src/filiale/tongchuan/StreetList.vue +215 -215
  137. package/src/filiale/tongchuan/UserAddress.vue +822 -822
  138. package/src/filiale/tongchuan/sale.js +19 -19
  139. package/src/filiale/wuhai/UserAddress.vue +795 -795
  140. package/src/filiale/wuhai/sale.js +12 -12
  141. package/src/filiale/xinkang/AddAreaMsg.vue +780 -780
  142. package/src/filiale/xinkang/AreaList.vue +413 -413
  143. package/src/filiale/xinkang/sale.js +9 -9
  144. package/src/filiale/yangchun/AddAreaMsg.vue +764 -764
  145. package/src/filiale/yangchun/sale.js +7 -7
  146. package/src/filiale/zhongsheng/AddressList.vue +671 -671
  147. package/src/filiale/zhongsheng/AreaList.vue +500 -500
  148. package/src/filiale/zhongsheng/sale.js +12 -12
  149. package/src/filiale/zhongyi/AddAreaMsg.vue +757 -757
  150. package/src/filiale/zhongyi/sale.js +12 -12
  151. package/src/filiale/zhoukou/AddAreaMsg.vue +673 -673
  152. package/src/filiale/zhoukou/AddressList.vue +391 -391
  153. package/src/filiale/zhoukou/AddressManage.vue +115 -115
  154. package/src/filiale/zhoukou/AreaList.vue +319 -319
  155. package/src/filiale/zhoukou/AreaManage.vue +100 -100
  156. package/src/filiale/zhoukou/UserAddress.vue +925 -925
  157. package/src/filiale/zhoukou/sale.js +23 -23
  158. package/src/main.js +23 -23
@@ -1,244 +1,244 @@
1
- <template>
2
- <div class="flex" @keyup.enter="search">
3
- <criteria-paged :model="model" v-ref:paged @dblclick="handDblclick">
4
- <criteria partial='criteria' @condition-changed='$parent.selfSearch' v-ref:cri>
5
- <div novalidate class="form-horizontal select-overspread container-fluid auto" partial>
6
- <div class="row">
7
- <div class="form-group" :class="{'col-sm-3':$parent.$parent.$parent.communityManageShow,'col-sm-2':!$parent.$parent.$parent.communityManageShow}">
8
- <label class="font_normal_body">组织机构</label>
9
- <res-select restype='organization'
10
- @res-select="$parent.$parent.getorg"
11
- :initresid='$parent.$parent.curorgid'>
12
- </res-select>
13
- </div>
14
- <div class="form-group" :class="{'col-sm-3':$parent.$parent.$parent.communityManageShow,'col-sm-2':!$parent.$parent.$parent.communityManageShow}">
15
- <label class="font_normal_body">社区名称</label>
16
- <input type="text" class="input_search" style="width:60%" v-model="model.f_community_name"
17
- condition="f_community_name like '%{}%'" placeholder="社区名称"/>
18
- </div>
19
- <div class="form-group" :class="{'col-sm-3':$parent.$parent.$parent.communityManageShow,'col-sm-2':!$parent.$parent.$parent.communityManageShow}">
20
- <label class="font_normal_body">街道/区县</label>
21
- <input type="text" class="input_search" style="width:60%" v-model="model.f_street"
22
- condition="f_street like '%{}%'" placeholder="街道/区县"/>
23
- </div>
24
- <div class="form-group" :class="{'col-sm-3':$parent.$parent.$parent.communityManageShow,'col-sm-2':!$parent.$parent.$parent.communityManageShow}">
25
- <label class="font_normal_body">社区负责人</label>
26
- <v-select :value.sync="model.f_community_director"
27
- :value-single="true"
28
- :options='$parent.$parent.directors'
29
- placeholder='请选择'
30
- condition="f_community_director = '{}'"
31
- close-on-select
32
- search="true">
33
- </v-select>
34
- </div>
35
- <div class="col-sm-4 form-group button-range">
36
- <button class="button_search button_spacing" @click="search()" >查询</button>
37
- <button class="button_new button_spacing" style="width: max-content;" @click="$parent.$parent.add()">添加社区</button>
38
- <button class="button_clear button_spacing" @click="$parent.$parent.clear()">清空</button>
39
- <export-excel :data="$parent.$parent.getCondition"
40
- :field="$parent.$parent.getfield"
41
- sqlurl="api/af-revenue/logic/exportfile"
42
- sql-name="manage_getCommunityManageList"
43
- template-name='社区信息查询导出'
44
- :choose-col="true"></export-excel>
45
- <div style="float: right" class="button_spacing" :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}" @click="$parent.$parent.hidden()"></div>
46
- </div>
47
- </div>
48
- <div class="row" v-show="$parent.$parent.criteriaShow">
49
- <!-- <div class="form-group" :class="{'col-sm-3':$parent.$parent.$parent.communityManageShow,'col-sm-2':!$parent.$parent.$parent.communityManageShow}">-->
50
- <!-- <label class="font_normal_body">省&emsp;&emsp;份</label>-->
51
- <!-- <input type="text" style="width:60%" class="input_search" v-model="model.f_province"-->
52
- <!-- condition="f_province like '%{}%'" placeholder="省份"-->
53
- <!-- :size="model.f_province ? model.f_province.length*2 : 6"/>-->
54
- <!-- </div>-->
55
- <!-- <div class="form-group" :class="{'col-sm-3':$parent.$parent.$parent.communityManageShow,'col-sm-2':!$parent.$parent.$parent.communityManageShow}">-->
56
- <!-- <label class="font_normal_body">城&emsp;&emsp;市</label>-->
57
- <!-- <input type="text" style="width:60%" class="input_search" v-model="model.f_city"-->
58
- <!-- condition="f_city like '%{}%'" placeholder="城市"-->
59
- <!-- :size="model.f_city ? model.f_city.length*2 : 6"/>-->
60
- <!-- </div>-->
61
- <!-- <div class="form-group" :class="{'col-sm-3':$parent.$parent.$parent.communityManageShow,'col-sm-2':!$parent.$parent.$parent.communityManageShow}">-->
62
- <!-- <label class="font_normal_body">区&emsp;&emsp;县</label>-->
63
- <!-- <input type="text" style="width:60%" class="input_search" v-model="model.f_district"-->
64
- <!-- condition="f_district like '%{}%'" placeholder="区县"-->
65
- <!-- :size="model.f_district ? model.f_district.length*2 : 6"/>-->
66
- <!-- </div>-->
67
- </div>
68
- </div>
69
- </criteria>
70
- <data-grid :model="model" partial='list' class="list_area table_sy" v-ref:grid>
71
- <template partial='head'>
72
- <tr>
73
- <th><nobr>序号</nobr></th>
74
- <th><nobr>街道/区县</nobr></th>
75
- <th><nobr>社区名称</nobr></th>
76
- <th><nobr>社区负责人</nobr></th>
77
- <th><nobr>负责人电话</nobr></th>
78
- <th><nobr>分公司</nobr></th>
79
- <th title="改社区下现有的小区数量"><nobr>小区数量</nobr></th>
80
- <th><nobr>备注</nobr></th>
81
- <th><nobr>操作</nobr></th>
82
- </tr>
83
- </template>
84
- <template partial='body'>
85
- <tr>
86
- <td style="text-align:center"><nobr>{{$index + 1}}</nobr></td>
87
- <td style="text-align:center"><nobr>{{row.f_street}}</nobr></td>
88
- <td style="text-align:center"><nobr>{{row.f_community_name}}</nobr></td>
89
- <td style="text-align:center"><nobr>{{row.f_community_director}}</nobr></td>
90
- <td style="text-align:center"><nobr>{{row.f_director_phone}}</nobr></td>
91
- <td style="text-align:center"><nobr>{{row.f_orgname}}</nobr></td>
92
- <td style="text-align:center"><nobr><span @click="$parent.$parent.$parent.dealmsg(row)"><a>{{row.areanum}}</a></span></nobr></td>
93
- <td style="text-align:center"><nobr>{{row.f_comments}}</nobr></td>
94
- <td style="text-align:center">
95
- <nobr>
96
- <button v-if="!row.communityid"
97
- type="button"
98
- name="button"
99
- class="btn btn-danger"
100
- style="padding: 5px 12px"
101
- @click.stop="$parent.$parent.$parent.delete(row)">
102
- 删除
103
- </button>
104
- </nobr>
105
- </td>
106
- </tr>
107
- </template>
108
- <template partial='foot'></template>
109
- </data-grid>
110
- </criteria-paged>
111
- </div>
112
- </template>
113
-
114
- <script>
115
- import { PagedList } from 'vue-client'
116
- let readyGen = async function (self) {
117
- self.getfield = self.config.excelHeaders
118
- }
119
- export default {
120
- data () {
121
- return {
122
- criteriaShow: false,
123
- model: new PagedList('api/af-revenue/sql/address_getCommunityManageList',20,{orderitem: this.orderitem?'"' + this.orderitem + ' "':`'f_community_name desc'`}),
124
- addflag: false,
125
- getfield: {},
126
- //排序
127
- orderitem:'f_community_name desc',
128
- addtitle:'',
129
- // 公司下拉
130
- curorgid: [this.$login.f.orgid],
131
- f_orgid: '',
132
- config: {
133
- // 导出列要和查询列相同
134
- excelHeaders: {
135
- 'f_street': '街道/区县',
136
- 'f_community_name': '社区名称',
137
- 'f_community_director': '社区负责人',
138
- 'f_director_phone': '负责人电话',
139
- 'f_orgname': '分公司',
140
- 'areanum': '小区数量',
141
- 'f_comments': '备注'
142
- }
143
- },
144
- orderFields: {
145
- f_operate_date: 'no'
146
- },
147
- }
148
- },
149
- title: '社区管理',
150
- ready(){
151
- readyGen(this)
152
- this.search()
153
- },
154
- methods: {
155
- handDblclick(row){
156
- console.log('row',row)
157
- this.$dispatch("child-dblclick",row)
158
- },
159
- dealmsg (row) {
160
- this.$dispatch('shouAllArea',row)
161
- },
162
- hidden() {
163
- this.criteriaShow = !this.criteriaShow
164
- },
165
- search () {
166
- this.$refs.paged.$refs.cri.search()
167
- },
168
- async delete(row){
169
- if(row.id >= 0 ){
170
- var id = row.id
171
- let useraredss = await this.$resetpost('api/af-revenue/sql/address_singleTable',
172
- {data: {
173
- items: 'id',
174
- tablename: 't_area',
175
- condition: `f_community_id = ${id}`}
176
- },
177
- {resolveMsg: null, rejectMsg: null})
178
- if(useraredss.data.length>0){
179
- this.$showAlert('该社区下已有小区信息,无法删除!','warning',1000)
180
- }else{
181
- this.$resetdelete('api/af-revenue/entity/t_community', {id: id}, {resolveMsg: '删除成功', rejectMsg: '删除失败'}).then((res) => {
182
- this.$dispatch('cancel')
183
- })
184
- }
185
- }
186
- },
187
- add(val){
188
- if (this.f_filialeids) {
189
- this.$refs.paged.$refs.grid.selectStore.selected = null
190
- this.$dispatch('add',val)
191
- } else {
192
- this.$showAlert('请先选择左上角的所在分公司', 'warning', 2000)
193
- }
194
- },
195
- selfSearch (args) {
196
- if (!this.f_orgid) {
197
- this.getorg([this.$login.f.orgid])
198
- }
199
- args.condition = `${args.condition}`
200
- this.model.search(args.condition, args.model)
201
- },
202
- //清空
203
- clear(){
204
- this.$refs.paged.$refs.cri.model = {}
205
- },
206
- getorg (val) {
207
- this.f_orgid = this.$login.convertToIn(val)
208
- this.f_filialeids = val[0]
209
- }
210
- },
211
- computed: {
212
- directors() {
213
- return [{label: '全部', value: ''}, ...this.$appdata.getParam('社区负责人')]
214
- },
215
- getCondition() {
216
- return {
217
- condition: `${this.$refs.paged.$refs.cri.condition}`,
218
- orderitem: this.orderitem ? `${this.orderitem}` : " id desc"
219
- }
220
- }
221
- },
222
- events:{
223
- 'sort' (field, rule) {
224
- // 将所有排序方式设为不排序,实现相互排斥
225
- console.log("field",field, rule)
226
- for (let key in this.orderFields) {
227
- if (key === field) {
228
- this.orderFields[key] = rule
229
- } else {
230
- this.orderFields[key] = 'no'
231
- }
232
- }
233
- // 如果新规则不排序,还原为默认排序
234
- if (rule === 'no') {
235
- this.model.paramSource.orderitem = `'${this.orderitem}'`
236
- } else {
237
- this.model.paramSource.orderitem = `'${field} ${rule}'`
238
- }
239
-
240
- this.search()
241
- },
242
- },
243
- }
244
- </script>
1
+ <template>
2
+ <div class="flex" @keyup.enter="search">
3
+ <criteria-paged :model="model" v-ref:paged @dblclick="handDblclick">
4
+ <criteria partial='criteria' @condition-changed='$parent.selfSearch' v-ref:cri>
5
+ <div novalidate class="form-horizontal select-overspread container-fluid auto" partial>
6
+ <div class="row">
7
+ <div class="form-group" :class="{'col-sm-3':$parent.$parent.$parent.communityManageShow,'col-sm-2':!$parent.$parent.$parent.communityManageShow}">
8
+ <label class="font_normal_body">组织机构</label>
9
+ <res-select restype='organization'
10
+ @res-select="$parent.$parent.getorg"
11
+ :initresid='$parent.$parent.curorgid'>
12
+ </res-select>
13
+ </div>
14
+ <div class="form-group" :class="{'col-sm-3':$parent.$parent.$parent.communityManageShow,'col-sm-2':!$parent.$parent.$parent.communityManageShow}">
15
+ <label class="font_normal_body">社区名称</label>
16
+ <input type="text" class="input_search" style="width:60%" v-model="model.f_community_name"
17
+ condition="f_community_name like '%{}%'" placeholder="社区名称"/>
18
+ </div>
19
+ <div class="form-group" :class="{'col-sm-3':$parent.$parent.$parent.communityManageShow,'col-sm-2':!$parent.$parent.$parent.communityManageShow}">
20
+ <label class="font_normal_body">街道/区县</label>
21
+ <input type="text" class="input_search" style="width:60%" v-model="model.f_street"
22
+ condition="f_street like '%{}%'" placeholder="街道/区县"/>
23
+ </div>
24
+ <div class="form-group" :class="{'col-sm-3':$parent.$parent.$parent.communityManageShow,'col-sm-2':!$parent.$parent.$parent.communityManageShow}">
25
+ <label class="font_normal_body">社区负责人</label>
26
+ <v-select :value.sync="model.f_community_director"
27
+ :value-single="true"
28
+ :options='$parent.$parent.directors'
29
+ placeholder='请选择'
30
+ condition="f_community_director = '{}'"
31
+ close-on-select
32
+ search="true">
33
+ </v-select>
34
+ </div>
35
+ <div class="col-sm-4 form-group button-range">
36
+ <button class="button_search button_spacing" @click="search()" >查询</button>
37
+ <button class="button_new button_spacing" style="width: max-content;" @click="$parent.$parent.add()">添加社区</button>
38
+ <button class="button_clear button_spacing" @click="$parent.$parent.clear()">清空</button>
39
+ <export-excel :data="$parent.$parent.getCondition"
40
+ :field="$parent.$parent.getfield"
41
+ sqlurl="api/af-revenue/logic/exportfile"
42
+ sql-name="manage_getCommunityManageList"
43
+ template-name='社区信息查询导出'
44
+ :choose-col="true"></export-excel>
45
+ <div style="float: right" class="button_spacing" :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}" @click="$parent.$parent.hidden()"></div>
46
+ </div>
47
+ </div>
48
+ <div class="row" v-show="$parent.$parent.criteriaShow">
49
+ <!-- <div class="form-group" :class="{'col-sm-3':$parent.$parent.$parent.communityManageShow,'col-sm-2':!$parent.$parent.$parent.communityManageShow}">-->
50
+ <!-- <label class="font_normal_body">省&emsp;&emsp;份</label>-->
51
+ <!-- <input type="text" style="width:60%" class="input_search" v-model="model.f_province"-->
52
+ <!-- condition="f_province like '%{}%'" placeholder="省份"-->
53
+ <!-- :size="model.f_province ? model.f_province.length*2 : 6"/>-->
54
+ <!-- </div>-->
55
+ <!-- <div class="form-group" :class="{'col-sm-3':$parent.$parent.$parent.communityManageShow,'col-sm-2':!$parent.$parent.$parent.communityManageShow}">-->
56
+ <!-- <label class="font_normal_body">城&emsp;&emsp;市</label>-->
57
+ <!-- <input type="text" style="width:60%" class="input_search" v-model="model.f_city"-->
58
+ <!-- condition="f_city like '%{}%'" placeholder="城市"-->
59
+ <!-- :size="model.f_city ? model.f_city.length*2 : 6"/>-->
60
+ <!-- </div>-->
61
+ <!-- <div class="form-group" :class="{'col-sm-3':$parent.$parent.$parent.communityManageShow,'col-sm-2':!$parent.$parent.$parent.communityManageShow}">-->
62
+ <!-- <label class="font_normal_body">区&emsp;&emsp;县</label>-->
63
+ <!-- <input type="text" style="width:60%" class="input_search" v-model="model.f_district"-->
64
+ <!-- condition="f_district like '%{}%'" placeholder="区县"-->
65
+ <!-- :size="model.f_district ? model.f_district.length*2 : 6"/>-->
66
+ <!-- </div>-->
67
+ </div>
68
+ </div>
69
+ </criteria>
70
+ <data-grid :model="model" partial='list' class="list_area table_sy" v-ref:grid>
71
+ <template partial='head'>
72
+ <tr>
73
+ <th><nobr>序号</nobr></th>
74
+ <th><nobr>街道/区县</nobr></th>
75
+ <th><nobr>社区名称</nobr></th>
76
+ <th><nobr>社区负责人</nobr></th>
77
+ <th><nobr>负责人电话</nobr></th>
78
+ <th><nobr>分公司</nobr></th>
79
+ <th title="改社区下现有的小区数量"><nobr>小区数量</nobr></th>
80
+ <th><nobr>备注</nobr></th>
81
+ <th><nobr>操作</nobr></th>
82
+ </tr>
83
+ </template>
84
+ <template partial='body'>
85
+ <tr>
86
+ <td style="text-align:center"><nobr>{{$index + 1}}</nobr></td>
87
+ <td style="text-align:center"><nobr>{{row.f_street}}</nobr></td>
88
+ <td style="text-align:center"><nobr>{{row.f_community_name}}</nobr></td>
89
+ <td style="text-align:center"><nobr>{{row.f_community_director}}</nobr></td>
90
+ <td style="text-align:center"><nobr>{{row.f_director_phone}}</nobr></td>
91
+ <td style="text-align:center"><nobr>{{row.f_orgname}}</nobr></td>
92
+ <td style="text-align:center"><nobr><span @click="$parent.$parent.$parent.dealmsg(row)"><a>{{row.areanum}}</a></span></nobr></td>
93
+ <td style="text-align:center"><nobr>{{row.f_comments}}</nobr></td>
94
+ <td style="text-align:center">
95
+ <nobr>
96
+ <button v-if="!row.communityid"
97
+ type="button"
98
+ name="button"
99
+ class="btn btn-danger"
100
+ style="padding: 5px 12px"
101
+ @click.stop="$parent.$parent.$parent.delete(row)">
102
+ 删除
103
+ </button>
104
+ </nobr>
105
+ </td>
106
+ </tr>
107
+ </template>
108
+ <template partial='foot'></template>
109
+ </data-grid>
110
+ </criteria-paged>
111
+ </div>
112
+ </template>
113
+
114
+ <script>
115
+ import { PagedList } from 'vue-client'
116
+ let readyGen = async function (self) {
117
+ self.getfield = self.config.excelHeaders
118
+ }
119
+ export default {
120
+ data () {
121
+ return {
122
+ criteriaShow: false,
123
+ model: new PagedList('api/af-revenue/sql/address_getCommunityManageList',20,{orderitem: this.orderitem?'"' + this.orderitem + ' "':`'f_community_name desc'`}),
124
+ addflag: false,
125
+ getfield: {},
126
+ //排序
127
+ orderitem:'f_community_name desc',
128
+ addtitle:'',
129
+ // 公司下拉
130
+ curorgid: [this.$login.f.orgid],
131
+ f_orgid: '',
132
+ config: {
133
+ // 导出列要和查询列相同
134
+ excelHeaders: {
135
+ 'f_street': '街道/区县',
136
+ 'f_community_name': '社区名称',
137
+ 'f_community_director': '社区负责人',
138
+ 'f_director_phone': '负责人电话',
139
+ 'f_orgname': '分公司',
140
+ 'areanum': '小区数量',
141
+ 'f_comments': '备注'
142
+ }
143
+ },
144
+ orderFields: {
145
+ f_operate_date: 'no'
146
+ },
147
+ }
148
+ },
149
+ title: '社区管理',
150
+ ready(){
151
+ readyGen(this)
152
+ this.search()
153
+ },
154
+ methods: {
155
+ handDblclick(row){
156
+ console.log('row',row)
157
+ this.$dispatch("child-dblclick",row)
158
+ },
159
+ dealmsg (row) {
160
+ this.$dispatch('shouAllArea',row)
161
+ },
162
+ hidden() {
163
+ this.criteriaShow = !this.criteriaShow
164
+ },
165
+ search () {
166
+ this.$refs.paged.$refs.cri.search()
167
+ },
168
+ async delete(row){
169
+ if(row.id >= 0 ){
170
+ var id = row.id
171
+ let useraredss = await this.$resetpost('api/af-revenue/sql/address_singleTable',
172
+ {data: {
173
+ items: 'id',
174
+ tablename: 't_area',
175
+ condition: `f_community_id = ${id}`}
176
+ },
177
+ {resolveMsg: null, rejectMsg: null})
178
+ if(useraredss.data.length>0){
179
+ this.$showAlert('该社区下已有小区信息,无法删除!','warning',1000)
180
+ }else{
181
+ this.$resetdelete('api/af-revenue/entity/t_community', {id: id}, {resolveMsg: '删除成功', rejectMsg: '删除失败'}).then((res) => {
182
+ this.$dispatch('cancel')
183
+ })
184
+ }
185
+ }
186
+ },
187
+ add(val){
188
+ if (this.f_filialeids) {
189
+ this.$refs.paged.$refs.grid.selectStore.selected = null
190
+ this.$dispatch('add',val)
191
+ } else {
192
+ this.$showAlert('请先选择左上角的所在分公司', 'warning', 2000)
193
+ }
194
+ },
195
+ selfSearch (args) {
196
+ if (!this.f_orgid) {
197
+ this.getorg([this.$login.f.orgid])
198
+ }
199
+ args.condition = `${args.condition}`
200
+ this.model.search(args.condition, args.model)
201
+ },
202
+ //清空
203
+ clear(){
204
+ this.$refs.paged.$refs.cri.model = {}
205
+ },
206
+ getorg (val) {
207
+ this.f_orgid = this.$login.convertToIn(val)
208
+ this.f_filialeids = val[0]
209
+ }
210
+ },
211
+ computed: {
212
+ directors() {
213
+ return [{label: '全部', value: ''}, ...this.$appdata.getParam('社区负责人')]
214
+ },
215
+ getCondition() {
216
+ return {
217
+ condition: `${this.$refs.paged.$refs.cri.condition}`,
218
+ orderitem: this.orderitem ? `${this.orderitem}` : " id desc"
219
+ }
220
+ }
221
+ },
222
+ events:{
223
+ 'sort' (field, rule) {
224
+ // 将所有排序方式设为不排序,实现相互排斥
225
+ console.log("field",field, rule)
226
+ for (let key in this.orderFields) {
227
+ if (key === field) {
228
+ this.orderFields[key] = rule
229
+ } else {
230
+ this.orderFields[key] = 'no'
231
+ }
232
+ }
233
+ // 如果新规则不排序,还原为默认排序
234
+ if (rule === 'no') {
235
+ this.model.paramSource.orderitem = `'${this.orderitem}'`
236
+ } else {
237
+ this.model.paramSource.orderitem = `'${field} ${rule}'`
238
+ }
239
+
240
+ this.search()
241
+ },
242
+ },
243
+ }
244
+ </script>