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.
Files changed (66) hide show
  1. package/.gradle/buildOutputCleanup/cache.properties +2 -2
  2. package/build/dev-server.js +133 -125
  3. package/package.json +2 -2
  4. package/src/address.js +55 -55
  5. package/src/components/AddAreaMsg.vue +675 -669
  6. package/src/components/AddressList.vue +391 -611
  7. package/src/components/AddressManage.vue +110 -117
  8. package/src/components/AreaList.vue +137 -135
  9. package/src/components/AreaManage.vue +101 -100
  10. package/src/components/CityList.vue +133 -133
  11. package/src/components/StreetList.vue +210 -210
  12. package/src/components/UserAddress.vue +905 -896
  13. package/src/main.js +21 -21
  14. package/yarn-error.log +7619 -0
  15. package/.gradle/3.5/file-changes/last-build.bin +0 -0
  16. package/.gradle/3.5/taskHistory/taskHistory.lock +0 -0
  17. package/.gradle/buildOutputCleanup/built.bin +0 -0
  18. package/.gradle/buildOutputCleanup/cache.properties.lock +0 -1
  19. package/AddressClient.iml +0 -13
  20. package/src/filiale/WEINAN/AddAreaMsg.vue +0 -656
  21. package/src/filiale/WEINAN/AddressList.vue +0 -351
  22. package/src/filiale/WEINAN/AddressManage.vue +0 -122
  23. package/src/filiale/WEINAN/AreaList.vue +0 -275
  24. package/src/filiale/WEINAN/UserAddress.vue +0 -783
  25. package/src/filiale/WEINAN/sale.js +0 -16
  26. package/src/filiale/gaomi/AddressList.vue +0 -430
  27. package/src/filiale/gaomi/UserAddress.vue +0 -832
  28. package/src/filiale/gaomi/sale.js +0 -14
  29. package/src/filiale/gongyi/AddAreaMsg.vue +0 -640
  30. package/src/filiale/gongyi/AreaManage.vue +0 -100
  31. package/src/filiale/gongyi/UserAddress.vue +0 -751
  32. package/src/filiale/gongyi/sale.js +0 -14
  33. package/src/filiale/jingwei/UserAddress.vue +0 -764
  34. package/src/filiale/jingwei/sale.js +0 -12
  35. package/src/filiale/macheng/AddAreaMsg.vue +0 -635
  36. package/src/filiale/macheng/AddStreetOrPcd.vue +0 -231
  37. package/src/filiale/macheng/AddressList.vue +0 -306
  38. package/src/filiale/macheng/AreaList.vue +0 -279
  39. package/src/filiale/macheng/CityManage.vue +0 -76
  40. package/src/filiale/macheng/StreetList.vue +0 -186
  41. package/src/filiale/macheng/UserAddress.vue +0 -743
  42. package/src/filiale/macheng/sale.js +0 -17
  43. package/src/filiale/rongcheng/AddressList.vue +0 -363
  44. package/src/filiale/rongcheng/UserAddress.vue +0 -799
  45. package/src/filiale/rongcheng/sale.js +0 -11
  46. package/src/filiale/shaoguan/AddAreaMsg.vue +0 -631
  47. package/src/filiale/shaoguan/UserAddress.vue +0 -764
  48. package/src/filiale/shaoguan/sale.js +0 -11
  49. package/src/filiale/tongchuan/AddAreaMsg.vue +0 -635
  50. package/src/filiale/tongchuan/AddStreetOrPcd.vue +0 -308
  51. package/src/filiale/tongchuan/AddressList.vue +0 -379
  52. package/src/filiale/tongchuan/AreaList.vue +0 -315
  53. package/src/filiale/tongchuan/AreaManage.vue +0 -100
  54. package/src/filiale/tongchuan/CityList.vue +0 -133
  55. package/src/filiale/tongchuan/StreetList.vue +0 -208
  56. package/src/filiale/tongchuan/UserAddress.vue +0 -822
  57. package/src/filiale/tongchuan/sale.js +0 -19
  58. package/src/filiale/wuhai/UserAddress.vue +0 -795
  59. package/src/filiale/wuhai/sale.js +0 -12
  60. package/src/filiale/zhoukou/AddAreaMsg.vue +0 -673
  61. package/src/filiale/zhoukou/AddressList.vue +0 -391
  62. package/src/filiale/zhoukou/AddressManage.vue +0 -115
  63. package/src/filiale/zhoukou/AreaList.vue +0 -319
  64. package/src/filiale/zhoukou/AreaManage.vue +0 -100
  65. package/src/filiale/zhoukou/UserAddress.vue +0 -925
  66. package/src/filiale/zhoukou/sale.js +0 -23
@@ -1,319 +0,0 @@
1
- <template>
2
- <div class="flex" @keyup.enter="search">
3
- <criteria-paged :model="model" v-ref:paged>
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="$parent.$parent.style">
8
- <label class="font_normal_body">组织机构</label>
9
- <res-select restype='organization'
10
- @res-select="$parent.$parent.getorg"
11
- is-mul="false"
12
- :initresid='$parent.$parent.curorgid'>
13
- </res-select>
14
- </div>
15
- <div :class="$parent.$parent.style">
16
- <label class="font_normal_body">单位编号</label>
17
- <input type="text" class="input_search" style="width:60%" v-model="model.f_area_id"
18
- condition="f_area_id = '{}'" placeholder="单位编号"/>
19
- </div>
20
- <div :class="$parent.$parent.style" v-if="false">
21
- <label class="font_normal_body">省&emsp;&emsp;份</label>
22
- <input type="text" class="input_search" style="width:60%" v-model="model.f_province"
23
- condition="f_province like '%{}%'" placeholder="省份"/>
24
- </div>
25
- <!--<div :class="$parent.$parent.style" v-if="!$parent.$parent.$parent.areaShow">-->
26
- <div :class="$parent.$parent.style" v-if="false">
27
- <label class="font_normal_body">城&emsp;&emsp;市</label>
28
- <input type="text" class="input_search" style="width:60%" v-model="model.f_city"
29
- condition="f_city like '%{}%'" placeholder="城市"/>
30
- </div>
31
- <div :class="$parent.$parent.style" v-if="!$parent.$parent.$parent.areaShow">
32
- <label class="font_normal_body">区&emsp;&emsp;县</label>
33
- <input type="text" class="input_search" style="width:60%" v-model="model.f_district"
34
- condition="f_district like '%{}%'" placeholder="区县"/>
35
- </div>
36
- <div :class="$parent.$parent.style" v-if="!$parent.$parent.$parent.areaShow">
37
- <label class="font_normal_body">街道/乡镇</label>
38
- <input type="text" class="input_search" style="width:60%" v-model="model.f_street"
39
- condition="f_street like '%{}%'" placeholder="街道/乡镇"/>
40
- </div>
41
- <div class="col-sm-4 form-group button-range">
42
- <button class="button_search button_spacing" @click="search()" >查询</button>
43
- <button v-if="!$parent.$parent.f_special" class="button_new button_spacing" style="width: max-content;" @click="$parent.$parent.add('小区')">添加小区</button>
44
- <button v-if="$parent.$parent.f_special"class="button_new button_spacing" style="width: max-content;" @click="$parent.$parent.add('单位')">添加单位</button>
45
- <button class="button_clear button_spacing" @click="$parent.$parent.clear()">清空</button>
46
- <export-excel :data="$parent.$parent.getCondition"
47
- :field="$parent.$parent.getfield"
48
- sqlurl="rs/logic/exportfile"
49
- sql-name="address_getarealist"
50
- template-name='小区信息查询导出'
51
- :choose-col="true"></export-excel>
52
- <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>
53
- </div>
54
- </div>
55
- <div class="row" v-if="$parent.$parent.criteriaShow">
56
- <div :class="$parent.$parent.style" v-if="$parent.$parent.$parent.areaShow">
57
- <label class="font_normal_body">城&emsp;&emsp;市</label>
58
- <input type="text" class="input_search" style="width:60%" v-model="model.f_city"
59
- condition="f_city like '%{}%'" placeholder="城市"
60
- :size="model.f_city ? model.f_city.length*2 : 6"/>
61
- </div>
62
- <div :class="$parent.$parent.style" v-if="$parent.$parent.$parent.areaShow">
63
- <label class="font_normal_body">区&emsp;&emsp;县</label>
64
- <input type="text" class="input_search" style="width:60%" v-model="model.f_district"
65
- condition="f_district like '%{}%'" placeholder="区县"
66
- :size="model.f_district ? model.f_district.length*2 : 6"/>
67
- </div>
68
- <div :class="$parent.$parent.style" v-if="$parent.$parent.$parent.areaShow">
69
- <label class="font_normal_body">街道/乡镇</label>
70
- <input type="text" class="input_search" style="width:60%" v-model="model.f_street"
71
- condition="f_street like '%{}%'" placeholder="街道/乡镇"
72
- :size="model.f_street ? model.f_street.length*2 : 6"/>
73
- </div>
74
- <div :class="$parent.$parent.style">
75
- <label class="font_normal_body">单位名称</label>
76
- <input type="text" class="input_search" style="width:60%" v-model="model.f_residential_area"
77
- condition="f_residential_area like '%{}%'" placeholder="单位"
78
- :size="model.f_residential_area ? model.f_residential_area.length*2 : 6"/>
79
- </div>
80
- <div :class="$parent.$parent.style">
81
- <label class="font_normal_body">房屋类型</label>
82
- <v-select :options='$parent.$parent.housetype' :value.sync="model.f_house_type"
83
- close-on-select condition="f_house_type='{}'"
84
- placeholder='房屋类型' v-model="model.f_house_type"></v-select>
85
- </div>
86
- <div :class="$parent.$parent.style">
87
- <label class="font_normal_body">安装位置</label>
88
- <v-select :options='$parent.$parent.position' :value.sync="model.f_position"
89
- close-on-select condition="f_position='{}'"
90
- placeholder='安装位置' v-model="model.f_position"></v-select>
91
- </div>
92
- <div :class="$parent.$parent.style">
93
- <label class="font_normal_body">&emsp;抄表员</label>
94
- <v-select :options='$parent.$parent.inputtores' :value.sync="model.f_inputtor"
95
- close-on-select condition="f_inputtor='{}'"
96
- placeholder='抄表员' v-model="model.f_inputtor"></v-select>
97
- </div>
98
- </div>
99
- </div>
100
-
101
-
102
- </criteria>
103
- <data-grid :model="model" partial='list' class="list_area table_sy" v-ref:grid>
104
- <template partial='head'>
105
- <tr>
106
- <th><nobr>序号</nobr></th>
107
- <th v-if="false"><nobr>省份</nobr></th>
108
- <th v-if="false"><nobr>城市</nobr></th>
109
- <th v-show="!$parent.$parent.$parent.$parent.areaShow"><nobr>区/县</nobr></th>
110
- <th><nobr>街道/乡镇</nobr></th>
111
- <!--民用小区信息开始-->
112
- <th v-if="!$parent.$parent.$parent.f_special"><nobr>单位编号</nobr></th>
113
- <th v-if="!$parent.$parent.$parent.f_special"><nobr>单位名称</nobr></th>
114
- <th v-if="!$parent.$parent.$parent.f_special"><nobr>详细地址</nobr></th>
115
- <th v-if="!$parent.$parent.$parent.f_special && !$parent.$parent.$parent.$parent.areaShow"><nobr>小区备注</nobr></th>
116
- <!--民用小区信息结束-->
117
- <!--非民用单位信息开始-->
118
- <th v-if="$parent.$parent.$parent.f_special"><nobr>单位名称</nobr></th>
119
- <th v-if="$parent.$parent.$parent.f_special"><nobr>单位地址</nobr></th>
120
- <th v-if="$parent.$parent.$parent.f_special"><nobr>联系人</nobr></th>
121
- <th v-if="$parent.$parent.$parent.f_special"><nobr>联系电话</nobr></th>
122
- <!--非民用单位信息结束-->
123
- <th v-show="!$parent.$parent.$parent.$parent.areaShow"><nobr>抄表员</nobr></th>
124
- <th v-show="!$parent.$parent.$parent.$parent.areaShow"><nobr>房屋类型</nobr></th>
125
- <th v-show="!$parent.$parent.$parent.$parent.areaShow"><nobr>安装位置</nobr></th>
126
- <th v-show="!$parent.$parent.$parent.$parent.areaShow"><nobr>片区/管理站 </nobr></th>
127
- <th><nobr>操作人</nobr></th>
128
- <th><nobr>操作日期</nobr></th>
129
- <th title="该小区下现有的地址数"><nobr>地址数</nobr></th>
130
- <th><nobr>操作</nobr></th>
131
-
132
- </tr>
133
- </template>
134
- <template partial='body'>
135
- <tr>
136
- <td style="text-align:center"><nobr>{{$index + 1}}</nobr></td>
137
- <td style="text-align:center" v-if="false"><nobr>{{row.f_province}}</nobr></td>
138
- <td style="text-align:center" v-if="false"><nobr>{{row.f_city}}</nobr></td>
139
- <td v-show="!$parent.$parent.$parent.$parent.areaShow" style="text-align:center"><nobr>{{row.f_district}}</nobr></td>
140
- <td style="text-align:center"><nobr>{{row.f_street}}</nobr></td>
141
- <td style="text-align:center"><nobr>{{row.f_area_id}}</nobr></td>
142
- <td style="text-align:center"><nobr>{{row.f_residential_area}}</nobr></td>
143
- <td style="text-align:center"><nobr>{{row.f_area_address}}{{row.f_residential_area}}</nobr></td>
144
- <td v-show="!$parent.$parent.$parent.$parent.areaShow" style="text-align:center"><nobr>{{row.f_comments}}</nobr></td>
145
- <!--非民用单位信息开始-->
146
- <td v-if="$parent.$parent.$parent.f_special" style="text-align:center"><nobr>{{row.f_linkname}}</nobr></td>
147
- <td v-if="$parent.$parent.$parent.f_special" style="text-align:center"><nobr>{{row.f_linkphone}}</nobr></td>
148
- <!--非民用单位信息结束-->
149
- <td v-show="!$parent.$parent.$parent.$parent.areaShow" style="text-align:center"><nobr>{{row.f_inputtor}}</nobr></td>
150
- <td v-show="!$parent.$parent.$parent.$parent.areaShow" style="text-align:center"><nobr>{{row.f_house_type}}</nobr></td>
151
- <td v-show="!$parent.$parent.$parent.$parent.areaShow" style="text-align:center"><nobr>{{row.f_position}}</nobr></td>
152
- <td v-show="!$parent.$parent.$parent.$parent.areaShow" style="text-align:center"><nobr>{{row.f_slice_area}}</nobr></td>
153
- <td style="text-align:center"><nobr>{{row.f_operator}}</nobr></td>
154
- <td style="text-align:center"><nobr>{{row.f_operate_date}}</nobr></td>
155
- <td style="text-align:center"><nobr>{{row.addressnum}}</nobr></td>
156
- <td><nobr>
157
- <!--<button type="button" name="button" class="btn btn-link"
158
- @click.stop="$parent.$parent.$parent.modify(row)">修改</button>-->
159
- <button v-if="!row.f_residential_area_id" type="button" name="button" class="btn btn-danger"
160
- style="padding: 5px 12px"
161
- @click.stop="$parent.$parent.$parent.delete(row)">删除</button>
162
- </nobr></td>
163
- </tr>
164
- </template>
165
- <template partial='foot'></template>
166
- </data-grid>
167
- </criteria-paged>
168
- </div>
169
- </template>
170
-
171
- <script>
172
- import { PagedList } from 'vue-client'
173
- let readyGen = async function (self) {
174
- self.getfield = self.config.excelHeaders
175
- self.search()
176
- }
177
- export default {
178
-
179
- data () {
180
- return {
181
- criteriaShow: false,
182
- model: new PagedList('rs/sql/address_getarealist',20),
183
- addflag: false,
184
- addtitle:'',
185
- getfield: {},
186
- // 公司下拉
187
- curorgid: [this.$login.f.orgid],
188
- f_orgid: '',
189
- config: {
190
- // 导出列要和查询列相同
191
- excelHeaders: {
192
- 'f_district':'区/县',
193
- 'f_street':'街道名称',
194
- 'f_residential_area':'小区名称',
195
- 'f_area_address':'小区地址',
196
- 'f_comments':'小区备注',
197
- 'f_inputtor':'抄表员',
198
- 'f_house_type':'房屋类型',
199
- 'f_position':'安装位置',
200
- 'f_slice_area':'片区/管理站',
201
- 'f_operator':'操作人',
202
- 'f_operate_date':'操作日期',
203
- 'addressnum':'地址数'
204
- }
205
- },
206
- housetype:[{label:'全部',value:''},{label: '楼房', value: '楼房'}, {label: '自建房', value: '自建房'}],
207
- position:this.$appdata.getParam('安装位置')?[{label:'全部',value:''},...this.$appdata.getParam('安装位置')]:[{label:'全部',value:''}]
208
- }
209
- },
210
- title: '小区管理',
211
- props:{
212
- f_filialeids:{
213
- type: String
214
- },
215
- style: {
216
- type: String,
217
- default: 'col-sm-2 form-group'
218
- },
219
- f_special:{
220
- type: String
221
- }
222
- },
223
- ready(){
224
- readyGen(this)
225
-
226
- },
227
- methods: {
228
- hidden() {
229
- this.criteriaShow = !this.criteriaShow
230
- },
231
- search() {
232
- this.$refs.paged.$refs.cri.search()
233
- },
234
-
235
- async delete(row){
236
- if(row.id >= 0){
237
- var id = row.id
238
- let useraredss = await this.$resetpost('rs/sql/address_singleTable',
239
- {data: {
240
- items: 'f_residential_area_id',
241
- tablename: 't_user_address',
242
- condition: `f_residential_area_id='${id}'`}
243
- },
244
- {resolveMsg: null, rejectMsg: null})
245
- if(useraredss.data.length>0){
246
- this.$showAlert('该小区下已有地址信息,无法删除!','warning',1000)
247
- }else{
248
- this.$resetdelete('rs/entity/t_area', {id: id}, {resolveMsg: '删除成功', rejectMsg: '删除失败'}).then((res) => {
249
- this.$dispatch('cancel')
250
- })
251
- }
252
- }
253
- },
254
- add(val){
255
- if (this.f_filialeids) {
256
- this.$refs.paged.$refs.grid.selectStore.selected = null
257
- this.$dispatch('add')
258
- } else {
259
- this.$showAlert('请先选择左上角的所在分公司', 'warning', 2000)
260
- }
261
- },
262
- modify(val){
263
- this.$refs.paged.$refs.grid.selectStore.selected = null
264
- this.$dispatch('modify',val)
265
- },
266
- selfSearch (args) {
267
-
268
- if (!this.f_orgid) {
269
- this.getorg([this.$login.f.orgid])
270
- }
271
- if(this.f_special){
272
- args.condition = `${args.condition} and s.f_special='1' and s.f_filialeid = '${this.f_filialeids}'`
273
- }else{
274
- args.condition = `${args.condition} and s.f_filialeid = ${this.f_orgid}`
275
- }
276
- this.model.search(args.condition, args.model)
277
- },
278
- //清空
279
- clear(){
280
- this.$refs.paged.$refs.cri.model = {}
281
- },
282
- getorg (val) {
283
- this.f_orgid = this.$login.convertToIn(val)
284
- this.f_filialeids = val[0]
285
- }
286
- },
287
- watch:{
288
-
289
- },
290
- computed:{
291
- getCondition() {
292
- var condition=''
293
- if(this.f_special){
294
- condition = `${this.$refs.paged.$refs.cri.condition} and s.f_special='1' and s.f_filialeid = '${this.f_filialeids}'`
295
- }else{
296
- condition = `${this.$refs.paged.$refs.cri.condition} and s.f_filialeid = ${this.f_orgid}`
297
- }
298
- return {
299
- condition: condition
300
- }
301
- },
302
- inputtores () {
303
- // 获取抄表员
304
- let rs = new Array()
305
- if (this.$login.f.f_gasman.length > 0) {
306
- for (let i = 0; i < this.$login.f.f_gasman.length; i++) {
307
- let temp = {
308
- label: this.$login.f.f_gasman[i].name,
309
- value: this.$login.f.f_gasman[i].name
310
- }
311
- rs.push(temp)
312
- }
313
- }
314
- return rs
315
- }
316
- }
317
-
318
- }
319
- </script>
@@ -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.sync="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
-