address-client 3.2.9 → 3.2.13

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.
@@ -1,363 +1,363 @@
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
-
7
- <div class="row">
8
-
9
- <div :class="$parent.$parent.style">
10
- <label class="font_normal_body">组织机构</label>
11
- <res-select
12
- restype='organization'
13
- @res-select="$parent.$parent.getorg"
14
- is-mul="false"
15
- :initresid='$parent.$parent.curorgid'
16
- >
17
- </res-select>
18
- </div>
19
- <div :class="$parent.$parent.style" v-if="$parent.$parent.showrightchange">
20
- <label class="font_normal_body">用户编号</label>
21
- <input type="text" class="input_search" style="width:60%" v-model="model.f_userinfo_code" style="width:60%"
22
- condition="f_userinfo_code = '{}'" placeholder="用户编号"/>
23
- </div>
24
- <div v-if="$parent.$parent.showrightchange" :class="$parent.$parent.style">
25
- <label class="font_normal_body">小&emsp;&emsp;区</label>
26
- <input type="text" class="input_search" style="width:60%" v-model="model.f_residential_arearea" style="width:60%"
27
- condition="a.f_residential_area like '%{}%'" placeholder="小区"
28
- :size="model.f_residential_arearea ? model.f_residential_arearea.length*2 : 8"/>
29
- </div>
30
- <!--<div v-if="$parent.$parent.showrightchange" :class="$parent.$parent.style" v-if="!$parent.$parent.$parent.useraddressShow">-->
31
-
32
- <div :class="$parent.$parent.style" v-if="$parent.$parent.$parent.showrightchange">
33
- <label class="font_normal_body">楼&emsp;&emsp;号</label>
34
- <input type="text" class="input_search" style="width:60%" v-model="model.f_building" style="width:60%"
35
- condition="a.f_building like '%{}%'" placeholder="楼号"
36
- :size="model.f_building ? model.f_building.length*2 : 6"/>
37
- </div>
38
- <div class="col-sm-4 form-group button-range" >
39
- <button class="button_search button_spacing" @click="search()" >查询</button>
40
- <button class="button_new button_spacing" style="width: max-content" @click="$parent.$parent.add('民用')">添加民用</button>
41
- <button class="button_new button_spacing" style="width: max-content" @click="$parent.$parent.add('非民用')">添加特殊地址</button>
42
- <button class="button_clear button_spacing" @click="$parent.$parent.clear()">清空</button>
43
- <button class="button_export button_spacing" @click="$parent.$parent.importAddress">导入地址</button>
44
- <export-excel :data="$parent.$parent.getCondition"
45
- :field="$parent.$parent.getfield"
46
- sqlurl="rs/logic/exportfile"
47
- sql-name="addressGetAddress"
48
- template-name='地址管理查询导出'
49
- :choose-col="true"></export-excel>
50
- <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>
51
- </div>
52
- </div>
53
-
54
- <div class="row" v-show="$parent.$parent.criteriaShow">
55
- <div :class="$parent.$parent.style" v-if="!$parent.$parent.showrightchange">
56
- <label class="font_normal_body">用户编号</label>
57
- <input type="text" class="input_search" style="width:60%" v-model="model.f_userinfo_code" style="width:60%"
58
- condition="f_userinfo_code = '{}'" placeholder="用户编号"/>
59
- </div>
60
- <div v-if="!$parent.$parent.showrightchange" :class="$parent.$parent.style">
61
- <label class="font_normal_body">小&emsp;&emsp;区</label>
62
- <input type="text" class="input_search" style="width:60%" v-model="model.f_residential_arearea" style="width:60%"
63
- condition="a.f_residential_area like '%{}%'" placeholder="小区"
64
- :size="model.f_residential_arearea ? model.f_residential_arearea.length*2 : 8"/>
65
- </div>
66
- <div :class="$parent.$parent.style" v-if="!$parent.$parent.$parent.showrightchange">
67
- <label class="font_normal_body">楼&emsp;&emsp;号</label>
68
- <input type="text" class="input_search" style="width:60%" v-model="model.f_building" style="width:60%"
69
- condition="a.f_building like '%{}%'" placeholder="楼号"
70
- :size="model.f_building ? model.f_building.length*2 : 6"/>
71
- </div>
72
- <div :class="$parent.$parent.style" >
73
- <label class="font_normal_body">单&emsp;&emsp;元</label>
74
- <input type="text" class="input_search" style="width:60%" v-model="model.f_unit" style="width:60%"
75
- condition="a.f_unit like '%{}%'" placeholder="单元"
76
- :size="model.f_unit ? model.f_unit.length*2 : 6"/>
77
- </div>
78
- <div :class="$parent.$parent.style">
79
- <label class="font_normal_body">楼&emsp;&emsp;层</label>
80
- <input type="text" class="input_search" style="width:60%" v-model="model.f_floor" style="width:60%"
81
- condition="a.f_floor like '%{}%'" placeholder="楼层"
82
- :size="model.f_floor ? model.f_floor.length*2 : 6"/>
83
- </div>
84
- <div :class="$parent.$parent.style">
85
- <label class="font_normal_body">门&ensp;牌&ensp;号</label>
86
- <input type="text" class="input_search" style="width:60%" v-model="model.f_room" style="width:60%"
87
- condition="a.f_room like '%{}%'" placeholder="门牌号"
88
- :size="model.f_room ? model.f_room.length*2 : 6"/>
89
- </div>
90
- <!-- <div :class="$parent.$parent.style">-->
91
- <!-- <label class="font_normal_body">小&emsp;&emsp;区</label>-->
92
- <!-- <input type="text" class="input_search" style="width:60%" v-model="model.f_residential_arearea" style="width:60%"-->
93
- <!-- condition="a.f_residential_area like '%{}%'" placeholder="小区"-->
94
- <!-- :size="model.f_residential_arearea ? model.f_residential_arearea.length*2 : 8"/>-->
95
- <!-- </div>-->
96
- <div :class="$parent.$parent.style">
97
- <label class="font_normal_body">地址&emsp;ID</label>
98
- <input type="text" class="input_search" style="width:60%" v-model="model.id" style="width:60%"
99
- condition="a.id = '{}'" placeholder="地址ID"
100
- />
101
- </div>
102
- <div :class="$parent.$parent.style" >
103
- <label class="font_normal_body">详细地址</label>
104
- <input type="text" class="input_search" style="width:60%" v-model="model.f_address" style="width:60%"
105
- condition="a.f_address like '%{}%'" placeholder="详细地址"
106
- :size="model.f_address ? model.f_address.length*2 : 8"/>
107
- </div>
108
- <div :class="$parent.$parent.style" >
109
- <label class="font_normal_body">地址状态</label>
110
- <v-select :value.sync="model.f_address_state"
111
- class="select_list select"
112
- v-model="model.f_address_state"
113
- condition="a.f_address_state = '{}'"
114
- :options='$parent.$parent.getaddresstate' placeholder='地址状态'
115
- close-on-select>
116
- </v-select>
117
- </div>
118
- </div>
119
- </div>
120
- </criteria>
121
- <data-grid :model="model" partial='list' style="overflow: auto" class="list_area table_sy" v-ref:grid>
122
- <template partial='head'>
123
- <tr>
124
- <th><nobr>序号</nobr></th>
125
- <th><nobr>用户编号</nobr></th>
126
- <th><nobr>区/县</nobr></th>
127
- <th><nobr>片区</nobr></th>
128
- <th><nobr>区域</nobr></th>
129
- <th><nobr>小区域</nobr></th>
130
- <th><nobr>小区(单位)</nobr></th>
131
- <th><nobr>楼号</nobr></th>
132
- <th><nobr>单元</nobr></th>
133
- <th><nobr>楼层</nobr></th>
134
- <th><nobr>门牌号</nobr></th>
135
- <th><nobr>详细地址</nobr></th>
136
- <th><nobr>地址状态</nobr></th>
137
- <th><nobr>时间</nobr></th>
138
- <th><nobr>操作</nobr></th>
139
- </tr>
140
- </template>
141
- <template partial='body'>
142
- <tr>
143
- <td style="text-align:center"><nobr>{{$index + 1}}</nobr></td>
144
- <td style="text-align:center"><nobr>{{row.f_userinfo_code}}</nobr></td>
145
- <td style="text-align:center"><nobr>{{row.f_pcd}}</nobr></td>
146
- <td style="text-align:center"><nobr>{{row.f_slice_area}}</nobr></td>
147
- <td style="text-align:center"><nobr>{{row.f_street}}</nobr></td>
148
- <td style="text-align:center"><nobr>{{row.f_small_area}}</nobr></td>
149
- <td style="text-align:center"><nobr>{{row.f_residential_area}}</nobr></td>
150
- <td style="text-align:center"><nobr>{{row.f_building}}{{row.f_building_suffix}}</nobr></td>
151
- <td style="text-align:center"><nobr>{{row.f_unit}}{{row.f_unit_suffix}}</nobr></td>
152
- <td style="text-align:center"><nobr>{{row.f_floor}}{{row.f_floor_suffix}}</nobr></td>
153
- <td style="text-align:center"><nobr>{{row.f_room}}{{row.f_room_suffix}}</nobr></td>
154
- <td style="text-align:center"><nobr>{{row.f_street}}{{row.f_address}}</nobr></td>
155
- <td style="text-align:center"><nobr>{{row.f_address_state}}</nobr></td>
156
- <td style="text-align:center"><nobr>{{row.f_create_date}}</nobr></td>
157
- <td style="text-align:center">
158
- <!-- <button type="button" name="button" class="btn btn-link"
159
- @click.stop="$parent.$parent.$parent.modify(row)">修改</button>-->
160
- <button type="button" name="button" class="btn btn-link"
161
- @click.stop="$parent.$parent.$parent.delete(row)">删除</button>
162
- </td>
163
- </tr>
164
- </template>
165
- <template partial='foot'></template>
166
- </data-grid>
167
- </criteria-paged>
168
- </div>
169
- <modal :show.sync="showFile" v-ref:modal backdrop="true">
170
- <header slot="modal-header" class="modal-header">
171
- <button type="button" class="close" @click="closeFile"><span>&times;</span></button>
172
- <h4 class="modal-title">选择文件</h4>
173
- </header>
174
- <article slot="modal-body" class="modal-body">
175
- <div class="form-group">
176
- <file-upload class="my-file-uploader" name="useraddressUploadFile" action="rs/file/uploadFile" tagname="确定" multiple v-ref:file></file-upload>
177
- </div>
178
- </article>
179
- <footer slot="modal-footer" class="modal-footer"></footer>
180
- </modal>
181
- </template>
182
-
183
- <script>
184
- import { PagedList } from 'vue-client'
185
-
186
-
187
- let readyGen = async function (self) {
188
- self.getfield = self.config.excelHeaders
189
- }
190
-
191
- export default {
192
- data () {
193
- return {
194
- criteriaShow: false,
195
- model: new PagedList('rs/sql/address_getAddress',20,{tablename: `'t_user_address'`,items: `'*'`,orderitem: `'id desc'`}),
196
- config: {
197
- //导出列要和查询列相同
198
- excelHeaders: {
199
- 'f_userinfo_code':'用户编号',
200
- 'f_pcd':'区/县',
201
- 'f_slice_area':'片区',
202
- 'f_street':'区域',
203
- 'f_small_area':'小区域',
204
- 'f_residential_area':'小区',
205
- 'f_building':'楼号',
206
- 'f_unit':'单元',
207
- 'f_floor':'楼层',
208
- 'f_room':'门牌号',
209
- 'f_address':'详细地址',
210
- 'f_address_state':'地址状态',
211
- 'f_create_date':'时间'
212
- },
213
- },
214
- addflag: false,
215
- addtitle:'',
216
- other: [],
217
- footer: [],
218
- getfield: {},
219
-
220
- // 公司下拉
221
- curorgid: [this.$login.f.orgid],
222
- f_orgid: '',
223
-
224
- //文件上传弹框
225
- showFile: false,
226
- showrightchange:true
227
- }
228
- },
229
- title: '地址列表',
230
- props:{
231
- f_filialeids:{
232
- type: String
233
- },
234
- style: {
235
- type: String,
236
- default: 'col-sm-2 '
237
- }
238
- },
239
- ready(){
240
- readyGen(this)
241
- this.search()
242
- },
243
- methods: {
244
- getotherfooter() {
245
- // this.$refs.paged.$refs.cri.$refs.exports.otherData=[];
246
- // this.$refs.paged.$refs.cri.$refs.exports.footerData=[];
247
- this.other = [];
248
- this.footer = [];
249
- // let exportdata = this.getCondition;
250
- let otherInData = [];
251
- otherInData.push(`导出时间: ${this.$login.toStandardTimeString()}`);
252
- let footerData = [], exportfield = this.getfield;
253
- footerData.push("合计");
254
- let self = this;
255
- for (var field in self.sumsmodel) {
256
- footerData.push(`${exportfield[field]}合计:${self.sumsmodel[field]}`);
257
- }
258
- this.footer.push(footerData);
259
- this.other.push(otherInData);
260
- },
261
- hidden() {
262
- this.criteriaShow = !this.criteriaShow
263
- },
264
- //添加方法
265
- add(val){
266
- if (this.f_filialeids) {
267
- this.$refs.paged.$refs.grid.selectStore.selected = null
268
- this.$dispatch('add',val)
269
- this.showrightchange = false;
270
- } else {
271
- this.$showAlert('请先选择左上角的所在分公司', 'warning', 2000)
272
- }
273
- },
274
- importAddress(){
275
- this.showFile = true
276
- },
277
- // 关闭文件上传对话框
278
- closeFile() {
279
- this.showFile = false
280
- // 将选的文件清空
281
- this.$refs.file.$el.querySelector('input').value = ''
282
- },
283
- //修改
284
- modify(val){
285
- this.$refs.paged.$refs.grid.selectStore.selected = null
286
- this.$dispatch('modify',val)
287
- },
288
- async delete(row){
289
- if(row.id){
290
- var id = row.id
291
- let userfiles = await this.$resetpost('rs/sql/address_singleTable', {data: {items: 'f_useraddress_id',tablename: 't_userfiles',condition: `f_useraddress_id='${id}' and f_table_state = '正常'`}},{resolveMsg: null, rejectMsg: null})
292
- if(userfiles.data.length){
293
- this.$showAlert('该地址下已有正常表具档案,无法删除!','warning',1000)
294
- }else{
295
- this.$resetdelete('rs/entity/t_user_address', {id: id}, {resolveMsg: '删除成功', rejectMsg: '删除失败'}).then((res) => {
296
- this.$dispatch('cancel')
297
- })
298
- }
299
- }
300
- },
301
-
302
- search () {
303
- console.log("看看是true还是false",this.showrightchange)
304
- this.$refs.paged.$refs.cri.search()
305
- },
306
-
307
- selfSearch (args) {
308
-
309
- if (!this.f_orgid) {
310
- this.getorg([this.$login.f.orgid])
311
- }
312
-
313
- args.condition = `${args.condition} and a.f_filialeid = '${this.f_filialeids}'`
314
- this.model.search(args.condition, args.model)
315
- },
316
-
317
- //清空
318
- clear(){
319
- this.$refs.paged.$refs.cri.model = {}
320
- },
321
- getorg (val) {
322
- this.f_orgid = this.$login.convertToIn(val)
323
- this.f_filialeids = val[0]
324
- }
325
- },
326
- events: {
327
- onFileUpload: async function (file, res) {
328
- console.log("上传完毕"+JSON.stringify(res))
329
- let data = {
330
- filepath: res.f_downloadpath,
331
- user:this.$login.f
332
- }
333
- console.log("filepath="+JSON.stringify(data))
334
- await this.$resetpost(`rs/logic/address_useraddressimport`,data, {resolveMsg: null, rejectMsg: '导入失败', silent: true}, 0).then((res)=>{
335
- if(res.data.type=="success"){
336
- this.$showAlert("导入信息:"+res.data.msg, res.data.type, 2000);
337
- }else{
338
- this.$showMessage(res.data.msg);
339
- }
340
-
341
- //关闭上传框
342
- this.closeFile()
343
- //重新查询
344
- this.init()
345
- })
346
- },
347
- 'onFileError'(error) {
348
- this.$showAlert(error, 'warning', 2000)
349
- }
350
- },
351
- computed: {
352
- //地址状态下拉框
353
- getaddresstate() {
354
- return [{label: '全部', value: ''}, ...this.$appdata.getParam('地址状态')]
355
- },
356
- getCondition() {
357
- return {
358
- condition: `${this.$refs.paged.$refs.cri.condition}` + `and a.f_filialeid = '${this.f_filialeids}'`}
359
- }
360
- }
361
-
362
- }
363
- </script>
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
+
7
+ <div class="row">
8
+
9
+ <div :class="$parent.$parent.style">
10
+ <label class="font_normal_body">组织机构</label>
11
+ <res-select
12
+ restype='organization'
13
+ @res-select="$parent.$parent.getorg"
14
+ is-mul="false"
15
+ :initresid='$parent.$parent.curorgid'
16
+ >
17
+ </res-select>
18
+ </div>
19
+ <div :class="$parent.$parent.style" v-if="$parent.$parent.showrightchange">
20
+ <label class="font_normal_body">用户编号</label>
21
+ <input type="text" class="input_search" style="width:60%" v-model="model.f_userinfo_code" style="width:60%"
22
+ condition="f_userinfo_code = '{}'" placeholder="用户编号"/>
23
+ </div>
24
+ <div v-if="$parent.$parent.showrightchange" :class="$parent.$parent.style">
25
+ <label class="font_normal_body">小&emsp;&emsp;区</label>
26
+ <input type="text" class="input_search" style="width:60%" v-model="model.f_residential_arearea" style="width:60%"
27
+ condition="a.f_residential_area like '%{}%'" placeholder="小区"
28
+ :size="model.f_residential_arearea ? model.f_residential_arearea.length*2 : 8"/>
29
+ </div>
30
+ <!--<div v-if="$parent.$parent.showrightchange" :class="$parent.$parent.style" v-if="!$parent.$parent.$parent.useraddressShow">-->
31
+
32
+ <div :class="$parent.$parent.style" v-if="$parent.$parent.$parent.showrightchange">
33
+ <label class="font_normal_body">楼&emsp;&emsp;号</label>
34
+ <input type="text" class="input_search" style="width:60%" v-model="model.f_building" style="width:60%"
35
+ condition="a.f_building like '%{}%'" placeholder="楼号"
36
+ :size="model.f_building ? model.f_building.length*2 : 6"/>
37
+ </div>
38
+ <div class="col-sm-4 form-group button-range" >
39
+ <button class="button_search button_spacing" @click="search()" >查询</button>
40
+ <button class="button_new button_spacing" style="width: max-content" @click="$parent.$parent.add('民用')">添加民用</button>
41
+ <button class="button_new button_spacing" style="width: max-content" @click="$parent.$parent.add('非民用')">添加特殊地址</button>
42
+ <button class="button_clear button_spacing" @click="$parent.$parent.clear()">清空</button>
43
+ <button class="button_export button_spacing" @click="$parent.$parent.importAddress">导入地址</button>
44
+ <export-excel :data="$parent.$parent.getCondition"
45
+ :field="$parent.$parent.getfield"
46
+ sqlurl="rs/logic/exportfile"
47
+ sql-name="addressGetAddress"
48
+ template-name='地址管理查询导出'
49
+ :choose-col="true"></export-excel>
50
+ <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>
51
+ </div>
52
+ </div>
53
+
54
+ <div class="row" v-show="$parent.$parent.criteriaShow">
55
+ <div :class="$parent.$parent.style" v-if="!$parent.$parent.showrightchange">
56
+ <label class="font_normal_body">用户编号</label>
57
+ <input type="text" class="input_search" style="width:60%" v-model="model.f_userinfo_code" style="width:60%"
58
+ condition="f_userinfo_code = '{}'" placeholder="用户编号"/>
59
+ </div>
60
+ <div v-if="!$parent.$parent.showrightchange" :class="$parent.$parent.style">
61
+ <label class="font_normal_body">小&emsp;&emsp;区</label>
62
+ <input type="text" class="input_search" style="width:60%" v-model="model.f_residential_arearea" style="width:60%"
63
+ condition="a.f_residential_area like '%{}%'" placeholder="小区"
64
+ :size="model.f_residential_arearea ? model.f_residential_arearea.length*2 : 8"/>
65
+ </div>
66
+ <div :class="$parent.$parent.style" v-if="!$parent.$parent.$parent.showrightchange">
67
+ <label class="font_normal_body">楼&emsp;&emsp;号</label>
68
+ <input type="text" class="input_search" style="width:60%" v-model="model.f_building" style="width:60%"
69
+ condition="a.f_building like '%{}%'" placeholder="楼号"
70
+ :size="model.f_building ? model.f_building.length*2 : 6"/>
71
+ </div>
72
+ <div :class="$parent.$parent.style" >
73
+ <label class="font_normal_body">单&emsp;&emsp;元</label>
74
+ <input type="text" class="input_search" style="width:60%" v-model="model.f_unit" style="width:60%"
75
+ condition="a.f_unit like '%{}%'" placeholder="单元"
76
+ :size="model.f_unit ? model.f_unit.length*2 : 6"/>
77
+ </div>
78
+ <div :class="$parent.$parent.style">
79
+ <label class="font_normal_body">楼&emsp;&emsp;层</label>
80
+ <input type="text" class="input_search" style="width:60%" v-model="model.f_floor" style="width:60%"
81
+ condition="a.f_floor like '%{}%'" placeholder="楼层"
82
+ :size="model.f_floor ? model.f_floor.length*2 : 6"/>
83
+ </div>
84
+ <div :class="$parent.$parent.style">
85
+ <label class="font_normal_body">门&ensp;牌&ensp;号</label>
86
+ <input type="text" class="input_search" style="width:60%" v-model="model.f_room" style="width:60%"
87
+ condition="a.f_room like '%{}%'" placeholder="门牌号"
88
+ :size="model.f_room ? model.f_room.length*2 : 6"/>
89
+ </div>
90
+ <!-- <div :class="$parent.$parent.style">-->
91
+ <!-- <label class="font_normal_body">小&emsp;&emsp;区</label>-->
92
+ <!-- <input type="text" class="input_search" style="width:60%" v-model="model.f_residential_arearea" style="width:60%"-->
93
+ <!-- condition="a.f_residential_area like '%{}%'" placeholder="小区"-->
94
+ <!-- :size="model.f_residential_arearea ? model.f_residential_arearea.length*2 : 8"/>-->
95
+ <!-- </div>-->
96
+ <div :class="$parent.$parent.style">
97
+ <label class="font_normal_body">地址&emsp;ID</label>
98
+ <input type="text" class="input_search" style="width:60%" v-model="model.id" style="width:60%"
99
+ condition="a.id = '{}'" placeholder="地址ID"
100
+ />
101
+ </div>
102
+ <div :class="$parent.$parent.style" >
103
+ <label class="font_normal_body">详细地址</label>
104
+ <input type="text" class="input_search" style="width:60%" v-model="model.f_address" style="width:60%"
105
+ condition="a.f_address like '%{}%'" placeholder="详细地址"
106
+ :size="model.f_address ? model.f_address.length*2 : 8"/>
107
+ </div>
108
+ <div :class="$parent.$parent.style" >
109
+ <label class="font_normal_body">地址状态</label>
110
+ <v-select :value.sync="model.f_address_state"
111
+ class="select_list select"
112
+ v-model="model.f_address_state"
113
+ condition="a.f_address_state = '{}'"
114
+ :options='$parent.$parent.getaddresstate' placeholder='地址状态'
115
+ close-on-select>
116
+ </v-select>
117
+ </div>
118
+ </div>
119
+ </div>
120
+ </criteria>
121
+ <data-grid :model="model" partial='list' style="overflow: auto" class="list_area table_sy" v-ref:grid>
122
+ <template partial='head'>
123
+ <tr>
124
+ <th><nobr>序号</nobr></th>
125
+ <th><nobr>用户编号</nobr></th>
126
+ <th><nobr>区/县</nobr></th>
127
+ <th><nobr>片区</nobr></th>
128
+ <th><nobr>区域</nobr></th>
129
+ <th><nobr>小区域</nobr></th>
130
+ <th><nobr>小区(单位)</nobr></th>
131
+ <th><nobr>楼号</nobr></th>
132
+ <th><nobr>单元</nobr></th>
133
+ <th><nobr>楼层</nobr></th>
134
+ <th><nobr>门牌号</nobr></th>
135
+ <th><nobr>详细地址</nobr></th>
136
+ <th><nobr>地址状态</nobr></th>
137
+ <th><nobr>时间</nobr></th>
138
+ <th><nobr>操作</nobr></th>
139
+ </tr>
140
+ </template>
141
+ <template partial='body'>
142
+ <tr>
143
+ <td style="text-align:center"><nobr>{{$index + 1}}</nobr></td>
144
+ <td style="text-align:center"><nobr>{{row.f_userinfo_code}}</nobr></td>
145
+ <td style="text-align:center"><nobr>{{row.f_pcd}}</nobr></td>
146
+ <td style="text-align:center"><nobr>{{row.f_slice_area}}</nobr></td>
147
+ <td style="text-align:center"><nobr>{{row.f_street}}</nobr></td>
148
+ <td style="text-align:center"><nobr>{{row.f_small_area}}</nobr></td>
149
+ <td style="text-align:center"><nobr>{{row.f_residential_area}}</nobr></td>
150
+ <td style="text-align:center"><nobr>{{row.f_building}}{{row.f_building_suffix}}</nobr></td>
151
+ <td style="text-align:center"><nobr>{{row.f_unit}}{{row.f_unit_suffix}}</nobr></td>
152
+ <td style="text-align:center"><nobr>{{row.f_floor}}{{row.f_floor_suffix}}</nobr></td>
153
+ <td style="text-align:center"><nobr>{{row.f_room}}{{row.f_room_suffix}}</nobr></td>
154
+ <td style="text-align:center"><nobr>{{row.f_street}}{{row.f_address}}</nobr></td>
155
+ <td style="text-align:center"><nobr>{{row.f_address_state}}</nobr></td>
156
+ <td style="text-align:center"><nobr>{{row.f_create_date}}</nobr></td>
157
+ <td style="text-align:center">
158
+ <!-- <button type="button" name="button" class="btn btn-link"
159
+ @click.stop="$parent.$parent.$parent.modify(row)">修改</button>-->
160
+ <button type="button" name="button" class="btn btn-link"
161
+ @click.stop="$parent.$parent.$parent.delete(row)">删除</button>
162
+ </td>
163
+ </tr>
164
+ </template>
165
+ <template partial='foot'></template>
166
+ </data-grid>
167
+ </criteria-paged>
168
+ </div>
169
+ <modal :show.sync="showFile" v-ref:modal backdrop="true">
170
+ <header slot="modal-header" class="modal-header">
171
+ <button type="button" class="close" @click="closeFile"><span>&times;</span></button>
172
+ <h4 class="modal-title">选择文件</h4>
173
+ </header>
174
+ <article slot="modal-body" class="modal-body">
175
+ <div class="form-group">
176
+ <file-upload class="my-file-uploader" name="useraddressUploadFile" action="rs/file/uploadFile" tagname="确定" multiple v-ref:file></file-upload>
177
+ </div>
178
+ </article>
179
+ <footer slot="modal-footer" class="modal-footer"></footer>
180
+ </modal>
181
+ </template>
182
+
183
+ <script>
184
+ import { PagedList } from 'vue-client'
185
+
186
+
187
+ let readyGen = async function (self) {
188
+ self.getfield = self.config.excelHeaders
189
+ }
190
+
191
+ export default {
192
+ data () {
193
+ return {
194
+ criteriaShow: false,
195
+ model: new PagedList('rs/sql/address_getAddress',20,{tablename: `'t_user_address'`,items: `'*'`,orderitem: `'id desc'`}),
196
+ config: {
197
+ //导出列要和查询列相同
198
+ excelHeaders: {
199
+ 'f_userinfo_code':'用户编号',
200
+ 'f_pcd':'区/县',
201
+ 'f_slice_area':'片区',
202
+ 'f_street':'区域',
203
+ 'f_small_area':'小区域',
204
+ 'f_residential_area':'小区',
205
+ 'f_building':'楼号',
206
+ 'f_unit':'单元',
207
+ 'f_floor':'楼层',
208
+ 'f_room':'门牌号',
209
+ 'f_address':'详细地址',
210
+ 'f_address_state':'地址状态',
211
+ 'f_create_date':'时间'
212
+ },
213
+ },
214
+ addflag: false,
215
+ addtitle:'',
216
+ other: [],
217
+ footer: [],
218
+ getfield: {},
219
+
220
+ // 公司下拉
221
+ curorgid: [this.$login.f.orgid],
222
+ f_orgid: '',
223
+
224
+ //文件上传弹框
225
+ showFile: false,
226
+ showrightchange:true
227
+ }
228
+ },
229
+ title: '地址列表',
230
+ props:{
231
+ f_filialeids:{
232
+ type: String
233
+ },
234
+ style: {
235
+ type: String,
236
+ default: 'col-sm-2 '
237
+ }
238
+ },
239
+ ready(){
240
+ readyGen(this)
241
+ this.search()
242
+ },
243
+ methods: {
244
+ getotherfooter() {
245
+ // this.$refs.paged.$refs.cri.$refs.exports.otherData=[];
246
+ // this.$refs.paged.$refs.cri.$refs.exports.footerData=[];
247
+ this.other = [];
248
+ this.footer = [];
249
+ // let exportdata = this.getCondition;
250
+ let otherInData = [];
251
+ otherInData.push(`导出时间: ${this.$login.toStandardTimeString()}`);
252
+ let footerData = [], exportfield = this.getfield;
253
+ footerData.push("合计");
254
+ let self = this;
255
+ for (var field in self.sumsmodel) {
256
+ footerData.push(`${exportfield[field]}合计:${self.sumsmodel[field]}`);
257
+ }
258
+ this.footer.push(footerData);
259
+ this.other.push(otherInData);
260
+ },
261
+ hidden() {
262
+ this.criteriaShow = !this.criteriaShow
263
+ },
264
+ //添加方法
265
+ add(val){
266
+ if (this.f_filialeids) {
267
+ this.$refs.paged.$refs.grid.selectStore.selected = null
268
+ this.$dispatch('add',val)
269
+ this.showrightchange = false;
270
+ } else {
271
+ this.$showAlert('请先选择左上角的所在分公司', 'warning', 2000)
272
+ }
273
+ },
274
+ importAddress(){
275
+ this.showFile = true
276
+ },
277
+ // 关闭文件上传对话框
278
+ closeFile() {
279
+ this.showFile = false
280
+ // 将选的文件清空
281
+ this.$refs.file.$el.querySelector('input').value = ''
282
+ },
283
+ //修改
284
+ modify(val){
285
+ this.$refs.paged.$refs.grid.selectStore.selected = null
286
+ this.$dispatch('modify',val)
287
+ },
288
+ async delete(row){
289
+ if(row.id){
290
+ var id = row.id
291
+ let userfiles = await this.$resetpost('rs/sql/address_singleTable', {data: {items: 'f_useraddress_id',tablename: 't_userfiles',condition: `f_useraddress_id='${id}' and f_table_state = '正常'`}},{resolveMsg: null, rejectMsg: null})
292
+ if(userfiles.data.length){
293
+ this.$showAlert('该地址下已有正常表具档案,无法删除!','warning',1000)
294
+ }else{
295
+ this.$resetdelete('rs/entity/t_user_address', {id: id}, {resolveMsg: '删除成功', rejectMsg: '删除失败'}).then((res) => {
296
+ this.$dispatch('cancel')
297
+ })
298
+ }
299
+ }
300
+ },
301
+
302
+ search () {
303
+ console.log("看看是true还是false",this.showrightchange)
304
+ this.$refs.paged.$refs.cri.search()
305
+ },
306
+
307
+ selfSearch (args) {
308
+
309
+ if (!this.f_orgid) {
310
+ this.getorg([this.$login.f.orgid])
311
+ }
312
+
313
+ args.condition = `${args.condition} and a.f_filialeid = '${this.f_filialeids}'`
314
+ this.model.search(args.condition, args.model)
315
+ },
316
+
317
+ //清空
318
+ clear(){
319
+ this.$refs.paged.$refs.cri.model = {}
320
+ },
321
+ getorg (val) {
322
+ this.f_orgid = this.$login.convertToIn(val)
323
+ this.f_filialeids = val[0]
324
+ }
325
+ },
326
+ events: {
327
+ onFileUpload: async function (file, res) {
328
+ console.log("上传完毕"+JSON.stringify(res))
329
+ let data = {
330
+ filepath: res.f_downloadpath,
331
+ user:this.$login.f
332
+ }
333
+ console.log("filepath="+JSON.stringify(data))
334
+ await this.$resetpost(`rs/logic/address_useraddressimport`,data, {resolveMsg: null, rejectMsg: '导入失败', silent: true}, 0).then((res)=>{
335
+ if(res.data.type=="success"){
336
+ this.$showAlert("导入信息:"+res.data.msg, res.data.type, 2000);
337
+ }else{
338
+ this.$showMessage(res.data.msg);
339
+ }
340
+
341
+ //关闭上传框
342
+ this.closeFile()
343
+ //重新查询
344
+ this.init()
345
+ })
346
+ },
347
+ 'onFileError'(error) {
348
+ this.$showAlert(error, 'warning', 2000)
349
+ }
350
+ },
351
+ computed: {
352
+ //地址状态下拉框
353
+ getaddresstate() {
354
+ return [{label: '全部', value: ''}, ...this.$appdata.getParam('地址状态')]
355
+ },
356
+ getCondition() {
357
+ return {
358
+ condition: `${this.$refs.paged.$refs.cri.condition}` + `and a.f_filialeid = '${this.f_filialeids}'`}
359
+ }
360
+ }
361
+
362
+ }
363
+ </script>