apply-clients 7.1.36-yuchuan-3 → 7.1.36-yuchuan-4.1
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/build/dev-server.js +173 -176
- package/index.html +1 -1
- package/package.json +119 -119
- package/src/apply.js +15 -3
- package/src/applyAndroid.js +9 -0
- package/src/assets//345/260/217/345/214/272.png +0 -0
- package/src/assets//347/224/250/346/210/267ID.png +0 -0
- package/src/assets//347/224/250/346/210/267/345/247/223/345/220/215.png +0 -0
- package/src/components/android/AppSign.vue +7 -4
- package/src/components/android/AppUpload.vue +1 -1
- package/src/components/android/Ignition/VentilationIgnitionHandle.vue +38 -31
- package/src/components/android/Process/AppServiceControl.vue +32 -5
- package/src/components/android/Process/Processes/AppInstallationDetails.vue +205 -92
- package/src/components/android/SealBind.vue +376 -0
- package/src/components/android/SealManage.vue +264 -0
- package/src/components/android/Supervisory/AppProcessSupervisory.vue +25 -15
- package/src/components/android/Task/ShiGongXinXi/AppShowBuildUser.vue +9 -9
- package/src/components/android/Task/yiban/AppShowDone.vue +442 -0
- package/src/components/android/Task/yiban/ShowDone.vue +95 -0
- package/src/components/android/Task/yiban/satisfactionShow.vue +166 -0
- package/src/components/product/ApplyCharge/ApplyChargeList.vue +18 -0
- package/src/components/product/ApplyGaiXianCharge/ApplyGaiXianViewList.vue +272 -0
- package/src/components/product/ApplyGuanXian/GuanXianCaiLiao.vue +1 -1
- package/src/components/product/ApplyGuanXian/GuanXianExplorationSelect.vue +31 -31
- package/src/components/product/ApplyGuanXian/GuanXianSupervisoryhCart.vue +4 -4
- package/src/components/product/ApplyMap/ApplyDragaboutList.vue +2 -2
- package/src/components/product/ApplyMap/ApplyMapLocation.vue +22 -10
- package/src/components/product/ChongZheng/ApplyChongZhengList.vue +1 -1
- package/src/components/product/Function/Service/FunctionServiceControl.vue +125 -14
- package/src/components/product/GongJianPush/ApplyPushDispose.vue +182 -0
- package/src/components/product/GongJianPush/ApplyPushList.vue +192 -0
- package/src/components/product/GongJianPush/ApplyPushManage.vue +83 -0
- package/src/components/product/Ignition/IgnitionListManage.vue +1 -1
- package/src/components/product/Ignition/IgnitionRecord.vue +22 -0
- package/src/components/product/List/OldShowDevices.vue +271 -0
- package/src/components/product/List/ShowAllActivity.vue +104 -19
- package/src/components/product/List/ShowDevices.vue +1 -1
- package/src/components/product/Process/ExplorationSelect.vue +41 -35
- package/src/components/product/Process/NewExplorationSelect.vue +31 -31
- package/src/components/product/Process/Processes/InstallationDetails.vue +34 -1
- package/src/components/product/Process/Processes/Print/printGaiXianCharge.vue +244 -0
- package/src/components/product/Process/Processes/devicesManagement.vue +23 -4
- package/src/components/product/Process/Processes/newDevicesManagement.vue +10 -1
- package/src/components/product/Process/Service/ServiceControl.vue +42 -3
- package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +1 -3
- package/src/components/product/Supervisory/SupervisoryControl.vue +2 -0
- package/src/components/product/Supervisory/SupervisoryList.vue +19 -1
- package/src/components/product/Supervisory/YiBanSupervisoryList.vue +0 -2
- package/src/components/product/VueUtils/ApplyUpload.vue +3 -2
- package/src/components/product/records/AdjustmentRecordList.vue +162 -0
- package/yarn-error.log +9968 -0
|
@@ -2,19 +2,19 @@
|
|
|
2
2
|
<div class="flex-row">
|
|
3
3
|
<div class="basic-main">
|
|
4
4
|
<criteria-paged :model="model" v-ref:cp>
|
|
5
|
-
<criteria partial='criteria' @condition-changed='
|
|
5
|
+
<criteria partial='criteria' @condition-changed='$parent.searchCondition' v-ref:cri>
|
|
6
6
|
<div class="form-horizontal select-overspread container-fluid auto" partial>
|
|
7
7
|
<div class="row">
|
|
8
8
|
<div class="form-group col-sm-2">
|
|
9
9
|
<label class="font_normal_body">报建编号:</label>
|
|
10
10
|
<input type="text" class="input_search" style="width: 60%" v-model="model.f_apply_num"
|
|
11
|
-
v-on:keyup.enter="$parent.$parent.search()" condition="
|
|
11
|
+
v-on:keyup.enter="$parent.$parent.search()" condition="t.f_apply_num like '%{}%'"
|
|
12
12
|
placeholder='报建编号'>
|
|
13
13
|
</div>
|
|
14
14
|
<div class="form-group col-sm-2">
|
|
15
15
|
<label class="font_normal_body">用户名称:</label>
|
|
16
16
|
<input type="text" class="input_search" style="width: 60%" v-model="model.f_user_name"
|
|
17
|
-
v-on:keyup.enter="$parent.$parent.search()" condition="
|
|
17
|
+
v-on:keyup.enter="$parent.$parent.search()" condition="t.f_user_name like '%{}%'"
|
|
18
18
|
placeholder='用户名称'>
|
|
19
19
|
</div>
|
|
20
20
|
<div class="form-group col-sm-2">
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
<v-select
|
|
23
23
|
v-model="model.f_apply_type"
|
|
24
24
|
placeholder='请选择'
|
|
25
|
-
condition="
|
|
25
|
+
condition="t.f_apply_type = '{}'"
|
|
26
26
|
:value.sync="model.f_apply_type"
|
|
27
27
|
:options='$parent.$parent.applytype'
|
|
28
28
|
class="select select_list"
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
<v-select
|
|
36
36
|
v-model="model.defname"
|
|
37
37
|
placeholder='办理环节'
|
|
38
|
-
condition="act.defname = '{}'"
|
|
39
38
|
:value.sync="model.defname"
|
|
40
|
-
:options='$parent.$parent.
|
|
39
|
+
:options='$parent.$parent.defnames1'
|
|
41
40
|
class="select select_list"
|
|
42
41
|
:value-single="true"
|
|
42
|
+
@change="$parent.$parent.defnameChange()"
|
|
43
43
|
close-on-select ></v-select>
|
|
44
44
|
</div>
|
|
45
45
|
<div class="form-group col-sm-3 button-range">
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
:value.sync="model.sq_startDate"
|
|
70
70
|
:format="'yyyy-MM-dd 00:00:00'"
|
|
71
71
|
:show-reset-button="true"
|
|
72
|
-
condition="
|
|
72
|
+
condition="sq_sendtime >= '{}'">
|
|
73
73
|
</datepicker>
|
|
74
74
|
</div>
|
|
75
75
|
<div class="form-group col-sm-3">
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
:value.sync="model.sq_endDate"
|
|
81
81
|
:format="'yyyy-MM-dd 23:59:59'"
|
|
82
82
|
:show-reset-button="true"
|
|
83
|
-
condition="
|
|
83
|
+
condition="sq_sendtime<= '{}'">
|
|
84
84
|
</datepicker>
|
|
85
85
|
</div>
|
|
86
86
|
<div class="form-group col-sm-3">
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
:value.sync="model.wc_startDate"
|
|
92
92
|
:format="'yyyy-MM-dd 00:00:00'"
|
|
93
93
|
:show-reset-button="true"
|
|
94
|
-
condition="
|
|
94
|
+
condition="sq_finishtime>= '{}'">
|
|
95
95
|
</datepicker>
|
|
96
96
|
</div>
|
|
97
97
|
<div class="form-group col-sm-3">
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
:value.sync="model.wc_endDate"
|
|
103
103
|
:format="'yyyy-MM-dd 23:59:59'"
|
|
104
104
|
:show-reset-button="true"
|
|
105
|
-
condition="
|
|
105
|
+
condition="sq_finishtime<= '{}'">
|
|
106
106
|
</datepicker>
|
|
107
107
|
</div>
|
|
108
108
|
<div class="form-group col-sm-3">
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
:value.sync="model.hjks_startDate"
|
|
114
114
|
:format="'yyyy-MM-dd 00:00:00'"
|
|
115
115
|
:show-reset-button="true"
|
|
116
|
-
|
|
116
|
+
>
|
|
117
117
|
</datepicker>
|
|
118
118
|
</div>
|
|
119
119
|
<div class="form-group col-sm-3">
|
|
@@ -124,10 +124,10 @@
|
|
|
124
124
|
:value.sync="model.hjks_endDate"
|
|
125
125
|
:format="'yyyy-MM-dd 23:59:59'"
|
|
126
126
|
:show-reset-button="true"
|
|
127
|
-
|
|
127
|
+
>
|
|
128
128
|
</datepicker>
|
|
129
129
|
</div>
|
|
130
|
-
<div class="form-group col-sm-3">
|
|
130
|
+
<div class="form-group col-sm-3" v-if="$parent.$parent.defnameShow">
|
|
131
131
|
<label for="startDate" class="font_normal_body">环节结束时间:</label>
|
|
132
132
|
<datepicker id="startDate" placeholder="开始日期"
|
|
133
133
|
style="width: 60%!important;"
|
|
@@ -135,10 +135,10 @@
|
|
|
135
135
|
:value.sync="model.hjjs_startDate"
|
|
136
136
|
:format="'yyyy-MM-dd 00:00:00'"
|
|
137
137
|
:show-reset-button="true"
|
|
138
|
-
|
|
138
|
+
>
|
|
139
139
|
</datepicker>
|
|
140
140
|
</div>
|
|
141
|
-
<div class="form-group col-sm-3">
|
|
141
|
+
<div class="form-group col-sm-3" v-if="$parent.$parent.defnameShow">
|
|
142
142
|
<label for="endDate" class="font_normal_body">环节结束时间:</label>
|
|
143
143
|
<datepicker id="endDate" placeholder="结束日期"
|
|
144
144
|
style="width: 60%!important;"
|
|
@@ -146,9 +146,21 @@
|
|
|
146
146
|
:value.sync="model.hjjs_endDate"
|
|
147
147
|
:format="'yyyy-MM-dd 23:59:59'"
|
|
148
148
|
:show-reset-button="true"
|
|
149
|
-
|
|
149
|
+
>
|
|
150
150
|
</datepicker>
|
|
151
151
|
</div>
|
|
152
|
+
<div class="form-group col-sm-2" v-if="$parent.$parent.typeShow">
|
|
153
|
+
<label class="font_normal_body">派工类型:</label>
|
|
154
|
+
<v-select
|
|
155
|
+
v-model="model.f_dispatching_type"
|
|
156
|
+
placeholder='工队/维修'
|
|
157
|
+
condition="f_dispatching_type = '{}'"
|
|
158
|
+
:value.sync="model.f_dispatching_type"
|
|
159
|
+
:options='$parent.$parent.dispatching'
|
|
160
|
+
class="select select_list"
|
|
161
|
+
:value-single="true"
|
|
162
|
+
close-on-select ></v-select>
|
|
163
|
+
</div>
|
|
152
164
|
</div>
|
|
153
165
|
</div>
|
|
154
166
|
</criteria>
|
|
@@ -200,6 +212,8 @@
|
|
|
200
212
|
<th style="white-space: nowrap;">核对气量完成时间</th>
|
|
201
213
|
<th style="white-space: nowrap;">工程查看</th>
|
|
202
214
|
<th style="white-space: nowrap;">工程查看完成时间</th>
|
|
215
|
+
<th style="white-space: nowrap;">完工时间</th>
|
|
216
|
+
</tr>
|
|
203
217
|
</template>
|
|
204
218
|
<template partial='body'>
|
|
205
219
|
<tr>
|
|
@@ -338,6 +352,9 @@
|
|
|
338
352
|
<td style="text-align: center;">
|
|
339
353
|
<nobr><font>{{ row.gcck_finishtime }}</font></nobr>
|
|
340
354
|
</td>
|
|
355
|
+
<td style="text-align: center;">
|
|
356
|
+
<nobr><font>{{ row.wg_sendtime }}</font></nobr>
|
|
357
|
+
</td>
|
|
341
358
|
</tr>
|
|
342
359
|
</template>
|
|
343
360
|
</data-grid>
|
|
@@ -361,8 +378,33 @@ export default {
|
|
|
361
378
|
}
|
|
362
379
|
}),
|
|
363
380
|
applytype: [{label: '全部', value: ''}, ...this.$appdata.getParam('报建类型')],
|
|
364
|
-
|
|
381
|
+
dispatching: [{label: '全部', value: ''}, {label: '施工工队', value: '施工工队'}, {label: '安检维修中心', value: '安检维修中心'}],
|
|
382
|
+
defnames1: [{label: '全部', value: ''},
|
|
383
|
+
{label: '报装申请', value: 'sq_'},
|
|
384
|
+
{label: '报建受理', value: 'sl_'},
|
|
385
|
+
{label: '现场勘察', value: 'kc_'},
|
|
386
|
+
{label: '收费标准', value: 'bz_'},
|
|
387
|
+
{label: '报装缴费', value: 'jf_'},
|
|
388
|
+
{label: '合同签订', value: 'ht_'},
|
|
389
|
+
{label: '设计出图', value: 'ct_'},
|
|
390
|
+
{label: '工程派工', value: 'pg_'},
|
|
391
|
+
{label: '工程队派工', value: 'gdpg_'},
|
|
392
|
+
{label: '监理单位派工', value: 'jlpg_'},
|
|
393
|
+
{label: '工程施工', value: 'sg_'},
|
|
394
|
+
{label: '点火通气', value: 'tq_'},
|
|
395
|
+
{label: '核算费用', value: 'hs_'},
|
|
396
|
+
{label: '部长审核', value: 'bzsh_'},
|
|
397
|
+
{label: '经理审核', value: 'jlsh_'},
|
|
398
|
+
{label: '维修派单', value: 'wxpd_'},
|
|
399
|
+
{label: '安检维修施工', value: 'wxsg_'},
|
|
400
|
+
{label: '图纸变更', value: 'tzbg_'},
|
|
401
|
+
{label: '核对气量', value: 'hdql_'},
|
|
402
|
+
{label: '工程查看', value: 'gcck_'},
|
|
403
|
+
{label: '完工', value: 'wg_'}
|
|
404
|
+
],
|
|
365
405
|
criteriaShow: false,
|
|
406
|
+
defnameShow: true,
|
|
407
|
+
typeShow:false,
|
|
366
408
|
getfield: {
|
|
367
409
|
'f_apply_num': ' 报 建 编 号 ',
|
|
368
410
|
'f_apply_type': ' 报 建 类 型 ',
|
|
@@ -407,7 +449,9 @@ export default {
|
|
|
407
449
|
'hdql_sendtime':'核对气量',
|
|
408
450
|
'hdql_finishtime':'核对气量完成时间',
|
|
409
451
|
'gcck_sendtime':'工程查看',
|
|
410
|
-
'gcck_finishtime':'工程查看完成时间'
|
|
452
|
+
'gcck_finishtime':'工程查看完成时间',
|
|
453
|
+
'f_address':'地址',
|
|
454
|
+
'wg_sendtime':'完工时间'
|
|
411
455
|
}
|
|
412
456
|
}
|
|
413
457
|
},
|
|
@@ -416,6 +460,46 @@ export default {
|
|
|
416
460
|
this.search()
|
|
417
461
|
},
|
|
418
462
|
methods: {
|
|
463
|
+
searchCondition (args) {
|
|
464
|
+
if(!isEmpty(args.model.defname)){
|
|
465
|
+
//判断是否选了时间,没有则提示
|
|
466
|
+
if(args.model.defname=='wg_'){
|
|
467
|
+
if(isEmpty(args.model.hjks_startDate)){
|
|
468
|
+
this.$showMessage('请选择完工环节开始时间')
|
|
469
|
+
return
|
|
470
|
+
}
|
|
471
|
+
}else{
|
|
472
|
+
if(isEmpty(args.model.hjks_startDate)){
|
|
473
|
+
this.$showMessage('请选择环节开始时间')
|
|
474
|
+
return
|
|
475
|
+
}
|
|
476
|
+
}
|
|
477
|
+
}
|
|
478
|
+
if(!isEmpty(args.model.hjks_startDate)){
|
|
479
|
+
args.condition+= " AND " +`${args.model.defname}`+'sendtime'+'>='+`'${args.model.hjks_startDate}'`
|
|
480
|
+
}
|
|
481
|
+
if(!isEmpty(args.model.hjks_endDate)){
|
|
482
|
+
args.condition+= " AND " +`${args.model.defname}`+'sendtime'+'<='+`'${args.model.hjks_endDate}'`
|
|
483
|
+
}
|
|
484
|
+
if(!isEmpty(args.model.hjjs_startDate)){
|
|
485
|
+
args.condition+= " AND " +`${args.model.defname}`+'finishtime'+'>='+`'${args.model.hjjs_startDate}'`
|
|
486
|
+
}
|
|
487
|
+
if(!isEmpty(args.model.hjjs_endDate)){
|
|
488
|
+
args.condition+= " AND " +`${args.model.defname}`+'finishtime'+'<='+`'${args.model.hjjs_endDate}'`
|
|
489
|
+
}
|
|
490
|
+
this.model.search(args.condition, args.model)
|
|
491
|
+
},
|
|
492
|
+
defnameChange(){
|
|
493
|
+
debugger
|
|
494
|
+
//选择的是完工,则隐藏环节结束时间
|
|
495
|
+
if(this.$refs.cp.$refs.cri.model.defname=='wg_'){
|
|
496
|
+
this.typeShow=true
|
|
497
|
+
this.defnameShow=false
|
|
498
|
+
}else{
|
|
499
|
+
this.typeShow=false
|
|
500
|
+
this.defnameShow=true
|
|
501
|
+
}
|
|
502
|
+
},
|
|
419
503
|
async applyTypeChange () {
|
|
420
504
|
if (!isEmpty(this.$refs.cp.$refs.cri.model.f_apply_type)) {
|
|
421
505
|
let res = await this.$resetpost('rs/logic/getDefnameByType',
|
|
@@ -439,8 +523,9 @@ export default {
|
|
|
439
523
|
},
|
|
440
524
|
computed: {
|
|
441
525
|
getCondition () {
|
|
526
|
+
|
|
442
527
|
return {
|
|
443
|
-
condition: this
|
|
528
|
+
condition: this.model.condition,
|
|
444
529
|
data: {
|
|
445
530
|
f_filiale: this.$login.f.f_fengongsi
|
|
446
531
|
}
|
|
@@ -225,7 +225,7 @@ export default {
|
|
|
225
225
|
'f_contract_number': ' 供用气合同编号 ',
|
|
226
226
|
'f_contract_state': ' 合同状态 ',
|
|
227
227
|
'f_due_money': ' 合同金额 ',
|
|
228
|
-
'
|
|
228
|
+
'f_create_date': ' 合同创建日期 ',
|
|
229
229
|
'f_apply_type': ' 报 建 类 型 ',
|
|
230
230
|
'f_apply_nature': ' 报建性质 ',
|
|
231
231
|
'f_install_count': ' 安装处数 ',
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
<label class="font_normal_body"><strong>工程编号:</strong></label>
|
|
10
10
|
<input type="text" style="width:60%" class="input_search" placeholder='工程编号' v-model="model.f_apply_num"
|
|
11
11
|
v-on:keyup.enter="$parent.$parent.search()"
|
|
12
|
-
condition="f_apply_num like '%{}%'">
|
|
12
|
+
condition="u.f_apply_num like '%{}%'">
|
|
13
13
|
</div>
|
|
14
14
|
<div class="form-group col-sm-2">
|
|
15
15
|
<label class="font_normal_body"><strong>客户名称:</strong></label>
|
|
@@ -370,7 +370,8 @@ export default {
|
|
|
370
370
|
'defname': ' 办 理 环 节 ',
|
|
371
371
|
'f_install_count': ' 安装户数 ',
|
|
372
372
|
'f_designer_people':' 设计人员 ',
|
|
373
|
-
'f_construction_name':' 安 装 单 位 '
|
|
373
|
+
'f_construction_name':' 安 装 单 位 ',
|
|
374
|
+
'f_charge_date':'缴费时间'
|
|
374
375
|
}
|
|
375
376
|
}
|
|
376
377
|
},
|
|
@@ -493,8 +494,9 @@ export default {
|
|
|
493
494
|
source: 'this.getParentByType($organization$).getChildByName($设计人员$).getChildren()',
|
|
494
495
|
userid: this.$login.f.id
|
|
495
496
|
}
|
|
496
|
-
|
|
497
|
-
let res = await
|
|
497
|
+
let http = new HttpResetClass()
|
|
498
|
+
let res = await http.load(
|
|
499
|
+
'POST',
|
|
498
500
|
'rs/search',
|
|
499
501
|
{data: data},
|
|
500
502
|
{resolveMsg: null, rejectMsg: '设计人员人员查询失败!!!'}
|
|
@@ -537,37 +539,41 @@ export default {
|
|
|
537
539
|
}
|
|
538
540
|
},
|
|
539
541
|
watch: {
|
|
540
|
-
'model.rows': {
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
542
|
+
// 'model.rows': {
|
|
543
|
+
// handler: function () {
|
|
544
|
+
// let isover = [] // 过期(超时)数据
|
|
545
|
+
// let isbeforeover = [] // 未过期 提前提醒
|
|
546
|
+
// for (let i = 0; i < this.model.rows.length; i++) {
|
|
547
|
+
// let item = this.model.rows[i]
|
|
548
|
+
// if (item.isover === '过期') {
|
|
549
|
+
// isover.push(i + 1)
|
|
550
|
+
// }
|
|
551
|
+
// if (item.isbeforeover === '预期提醒') {
|
|
552
|
+
// isbeforeover.push(i + 1)
|
|
553
|
+
// }
|
|
554
|
+
// }
|
|
555
|
+
// let msg1 = null
|
|
556
|
+
// let msg = null
|
|
557
|
+
// if (isover.length > 0) {
|
|
558
|
+
// msg1 = `第${isover.toString()}条数据已过期`
|
|
559
|
+
// }
|
|
560
|
+
//
|
|
561
|
+
// if (isbeforeover.length > 0) {
|
|
562
|
+
// msg = `第${isbeforeover.toString()}条数据即将过期`
|
|
563
|
+
// this.$showAlert(msg, 'warning', 3000)
|
|
564
|
+
// if (isover.length > 0) {
|
|
565
|
+
// setTimeout(() => {
|
|
566
|
+
// this.$showAlert(msg1, 'warning', 3000)
|
|
567
|
+
// }, 2000)
|
|
568
|
+
// } else {
|
|
569
|
+
// if (isover.length > 0) {
|
|
570
|
+
// this.$showAlert(msg1, 'warning', 3000)
|
|
571
|
+
// }
|
|
572
|
+
//
|
|
573
|
+
// }
|
|
574
|
+
// }
|
|
575
|
+
// }
|
|
576
|
+
// }
|
|
571
577
|
},
|
|
572
578
|
events: {
|
|
573
579
|
}
|
|
@@ -538,37 +538,37 @@ export default {
|
|
|
538
538
|
}
|
|
539
539
|
},
|
|
540
540
|
watch: {
|
|
541
|
-
'model.rows': {
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
}
|
|
541
|
+
// 'model.rows': {
|
|
542
|
+
// handler: function () {
|
|
543
|
+
// let isover = [] // 过期(超时)数据
|
|
544
|
+
// let isbeforeover = [] // 未过期 提前提醒
|
|
545
|
+
// for (let i = 0; i < this.model.rows.length; i++) {
|
|
546
|
+
// let item = this.model.rows[i]
|
|
547
|
+
// if (item.isover === '过期') {
|
|
548
|
+
// isover.push(i + 1)
|
|
549
|
+
// }
|
|
550
|
+
// if (item.isbeforeover === '预期提醒') {
|
|
551
|
+
// isbeforeover.push(i + 1)
|
|
552
|
+
// }
|
|
553
|
+
// }
|
|
554
|
+
// let msg = null
|
|
555
|
+
// if (isover.length > 0) {
|
|
556
|
+
// msg = `第${isover.toString()}条数据已过期`
|
|
557
|
+
// this.$showAlert(msg, 'warning', 3000)
|
|
558
|
+
// }
|
|
559
|
+
//
|
|
560
|
+
// if (isbeforeover.length > 0) {
|
|
561
|
+
// msg = `第${isbeforeover.toString()}条数据即将过期`
|
|
562
|
+
// if (isover.length > 0) {
|
|
563
|
+
// setTimeout(() => {
|
|
564
|
+
// this.$showAlert(msg, 'warning', 3000)
|
|
565
|
+
// }, 4000)
|
|
566
|
+
// } else {
|
|
567
|
+
// this.$showAlert(msg, 'warning', 3000)
|
|
568
|
+
// }
|
|
569
|
+
// }
|
|
570
|
+
// }
|
|
571
|
+
// }
|
|
572
572
|
},
|
|
573
573
|
events: {
|
|
574
574
|
}
|
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
<template>
|
|
2
|
+
<div style="float: right">
|
|
3
|
+
<export-excel :data="getConditions"
|
|
4
|
+
:field="getfields"
|
|
5
|
+
sqlurl="rs/logic/applyExportfile"
|
|
6
|
+
sql-name="getApplyUserinfo"
|
|
7
|
+
template-name='用户信息导出'
|
|
8
|
+
:choose-col="true"></export-excel>
|
|
9
|
+
</div>
|
|
2
10
|
<div class="col-sm-12" style="margin: 20px 0px;">
|
|
11
|
+
|
|
3
12
|
<criteria-paged :model="model" v-ref:cp>
|
|
4
13
|
<criteria partial='criteria' @condition-changed='$parent.searchCondition' v-ref:cri>
|
|
5
14
|
<div novalidate class="form-horizontal select-overspread container-fluid auto" partial>
|
|
@@ -12,6 +21,7 @@
|
|
|
12
21
|
<th>客户编号</th>
|
|
13
22
|
<th>客户名称</th>
|
|
14
23
|
<th>客户电话</th>
|
|
24
|
+
<th>身份证号</th>
|
|
15
25
|
<th>地址信息</th>
|
|
16
26
|
<th>表号</th>
|
|
17
27
|
<th>气表品牌</th>
|
|
@@ -52,6 +62,7 @@
|
|
|
52
62
|
</template>
|
|
53
63
|
</th>
|
|
54
64
|
</tr>
|
|
65
|
+
|
|
55
66
|
</template>
|
|
56
67
|
<template partial='body'>
|
|
57
68
|
<tr>
|
|
@@ -67,6 +78,9 @@
|
|
|
67
78
|
<td style="text-align: center;">
|
|
68
79
|
<nobr>{{row.f_user_phone}}</nobr>
|
|
69
80
|
</td>
|
|
81
|
+
<td style="text-align: center;">
|
|
82
|
+
<nobr>{{row.f_idnumber}}</nobr>
|
|
83
|
+
</td>
|
|
70
84
|
<td style="text-align: center;">
|
|
71
85
|
<nobr>{{row.f_address}}{{row.f_address_detail}}</nobr>
|
|
72
86
|
</td>
|
|
@@ -586,6 +600,16 @@ export default {
|
|
|
586
600
|
'f_address': ' 地址 ',
|
|
587
601
|
'f_meternumber': ' 表号 ',
|
|
588
602
|
'f_aroundmeter': ' 表向 '
|
|
603
|
+
},
|
|
604
|
+
getfields:{
|
|
605
|
+
'f_userinfo_id':'客户编号',
|
|
606
|
+
'f_user_name':'客户名称',
|
|
607
|
+
'f_user_phone':'客户电话',
|
|
608
|
+
'f_meter_brand':'气表品牌',
|
|
609
|
+
'f_meter_style':'气表型号',
|
|
610
|
+
'f_idnumber':'身份证号',
|
|
611
|
+
'f_address':'地址',
|
|
612
|
+
'f_meternumber':'表号'
|
|
589
613
|
}
|
|
590
614
|
}
|
|
591
615
|
},
|
|
@@ -1023,9 +1047,18 @@ export default {
|
|
|
1023
1047
|
}
|
|
1024
1048
|
},
|
|
1025
1049
|
computed: {
|
|
1050
|
+
getConditions () {
|
|
1051
|
+
return {
|
|
1052
|
+
condition: `ui.f_process_id = '${this.selectdata.f_process_id}'`,
|
|
1053
|
+
data: {
|
|
1054
|
+
userid: this.$login.f.id,
|
|
1055
|
+
f_filiale: this.$login.f.f_fengongsi
|
|
1056
|
+
}
|
|
1057
|
+
}
|
|
1058
|
+
},
|
|
1026
1059
|
showDeleteUserInfo () {
|
|
1027
1060
|
return this.selectdata.f_apply_type === '民用报建' &&
|
|
1028
|
-
(this.selectdata.defname === '报建受理' || this.selectdata.defname === '现场勘察'
|
|
1061
|
+
(this.selectdata.defname === '报建受理' || this.selectdata.defname === '现场勘察')
|
|
1029
1062
|
},
|
|
1030
1063
|
newShowDeleteUserInfo () {
|
|
1031
1064
|
return this.selectdata.f_apply_type === '设备拆除' && this.selectdata.defname === '核对气量'
|