manage-client 3.3.1 → 3.3.3
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/package.json +1 -1
- package/src/components/sale/businessquery/GroupChargeQuery.vue +1 -1
- package/src/filiale/gehua/GroupChargeQuery.vue +1 -1
- package/src/filiale/macheng/config/exportConfig.js +1 -1
- package/src/filiale/shanxian/CancellationQuery.vue +426 -0
- package/src/filiale/shanxian/ChangeUserQuery.vue +395 -0
- package/src/filiale/shanxian/DeviceQuery.vue +586 -0
- package/src/filiale/shanxian/DisableQuery.vue +528 -0
- package/src/filiale/shanxian/EnableQuery.vue +461 -0
- package/src/filiale/shanxian/FMYGasQuery.vue +731 -0
- package/src/filiale/shanxian/FmyGasDeviceQuery.vue +68 -33
- package/src/filiale/shanxian/InspectListUserNew.vue +18 -16
- package/src/filiale/shanxian/LostContactAnalysisList.vue +19 -18
- package/src/filiale/shanxian/MeterQuery.vue +968 -0
- package/src/filiale/shanxian/MonthGasQuery.vue +481 -0
- package/src/filiale/shanxian/NewQueryInstruct.vue +457 -0
- package/src/filiale/shanxian/ReverseQuery.vue +454 -0
- package/src/filiale/shanxian/TransferQuery.vue +469 -0
- package/src/filiale/shanxian/UserGasAll.vue +15 -14
- package/src/filiale/shanxian/UserLostContactAnalysis.vue +18 -17
- package/src/filiale/shanxian/UserQuery.vue +27 -26
- package/src/filiale/shanxian/config/exportConfig.js +100 -100
- package/src/filiale/shanxian/newwebmeter/TotalExceptionByMeter.vue +608 -0
- package/src/filiale/shanxian/sale.js +20 -0
- package/src/filiale/shanxian/webmeterManage.js +4 -0
- package/src/filiale/wenxi/GasStatistics.vue +6 -6
- package/src/filiale/wenxi/HandplanQuery.vue +10 -10
- package/src/filiale/wenxi/MeterQuery.vue +41 -68
- package/.gradle/4.4/fileChanges/last-build.bin +0 -0
- package/.gradle/6.1/executionHistory/executionHistory.bin +0 -0
- package/.gradle/6.1/executionHistory/executionHistory.lock +0 -0
- package/.gradle/6.1/fileChanges/last-build.bin +0 -0
- package/.gradle/6.1/fileHashes/fileHashes.bin +0 -0
- package/.gradle/6.1/fileHashes/fileHashes.lock +0 -0
|
@@ -136,13 +136,14 @@
|
|
|
136
136
|
<template partial='head'>
|
|
137
137
|
<tr>
|
|
138
138
|
<th rowspan="2"><nobr>序号</nobr></th>
|
|
139
|
-
<th colspan="
|
|
139
|
+
<th colspan="11"><nobr>用户信息</nobr></th>
|
|
140
|
+
<th colspan="5"><nobr>建档信息</nobr></th>
|
|
141
|
+
<th colspan="8"><nobr>用气设备</nobr></th>
|
|
140
142
|
<th colspan="8"><nobr>燃气计量装置</nobr></th>
|
|
141
143
|
<th colspan="6"><nobr>控制器设备</nobr></th>
|
|
142
144
|
<th colspan="6"><nobr>燃气连接管</nobr></th>
|
|
143
145
|
<th colspan="7"><nobr>调压设备</nobr></th>
|
|
144
146
|
<th colspan="11"><nobr>燃气报警器装置</nobr></th>
|
|
145
|
-
<th colspan="5"><nobr>建档信息</nobr></th>
|
|
146
147
|
<th colspan="6"><nobr>安检信息</nobr></th>
|
|
147
148
|
<th colspan="2"><nobr>初次充值信息</nobr></th>
|
|
148
149
|
<th colspan="2"><nobr>最新充值信息</nobr></th>
|
|
@@ -160,10 +161,24 @@
|
|
|
160
161
|
<th><nobr>代理人</nobr></th>
|
|
161
162
|
<th><nobr>身份证号(代理人)</nobr></th>
|
|
162
163
|
<th><nobr>代理人电话</nobr></th>
|
|
163
|
-
<th><nobr>用气设备</nobr></th>
|
|
164
164
|
<th><nobr>变更记录</nobr></th>
|
|
165
165
|
|
|
166
|
-
<th><nobr
|
|
166
|
+
<th><nobr>建档日期</nobr></th>
|
|
167
|
+
<th><nobr>供用气合同编号</nobr></th>
|
|
168
|
+
<th><nobr>通气日期</nobr></th>
|
|
169
|
+
<th><nobr>通气人员</nobr></th>
|
|
170
|
+
<th><nobr>变更记录</nobr></th>
|
|
171
|
+
|
|
172
|
+
<th><nobr>蒸箱</nobr></th>
|
|
173
|
+
<th><nobr>煲仔炉</nobr></th>
|
|
174
|
+
<th><nobr>双眼灶</nobr></th>
|
|
175
|
+
<th><nobr>单眼灶</nobr></th>
|
|
176
|
+
<th><nobr>燃烧器</nobr></th>
|
|
177
|
+
<th><nobr>大锅灶</nobr></th>
|
|
178
|
+
<th><nobr>锅炉</nobr></th>
|
|
179
|
+
<th><nobr>变更记录</nobr></th>
|
|
180
|
+
|
|
181
|
+
<th><nobr>品牌</nobr></th>
|
|
167
182
|
<th><nobr>编号</nobr></th>
|
|
168
183
|
<th><nobr>类型</nobr></th>
|
|
169
184
|
<th><nobr>型号</nobr></th>
|
|
@@ -206,12 +221,7 @@
|
|
|
206
221
|
<th><nobr>超期提醒</nobr></th>
|
|
207
222
|
<th><nobr>变更记录</nobr></th>
|
|
208
223
|
|
|
209
|
-
|
|
210
|
-
<th><nobr>供用气合同编号</nobr></th>
|
|
211
|
-
<th><nobr>通气日期</nobr></th>
|
|
212
|
-
<th><nobr>通气人员</nobr></th>
|
|
213
|
-
<!-- <th><nobr>通气年限</nobr></th>-->
|
|
214
|
-
<th><nobr>变更记录</nobr></th>
|
|
224
|
+
|
|
215
225
|
|
|
216
226
|
<th><nobr>安检日期</nobr></th>
|
|
217
227
|
<th><nobr>安检人员</nobr></th>
|
|
@@ -267,11 +277,57 @@
|
|
|
267
277
|
<nobr>{{row.f_agent_phone}}</nobr>
|
|
268
278
|
</td>
|
|
269
279
|
<td style="text-align: center;">
|
|
270
|
-
<nobr
|
|
280
|
+
<nobr>
|
|
281
|
+
<span @click="$parent.$parent.$parent.dealmsg(row,'','用户信息')"><a><b>变更记录</b></a></span>
|
|
282
|
+
</nobr>
|
|
283
|
+
</td>
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
<!--建档信息-->
|
|
287
|
+
<td style="text-align: center;">
|
|
288
|
+
<nobr>{{row.f_createfile_date}}</nobr>
|
|
289
|
+
</td>
|
|
290
|
+
<td style="text-align: center;">
|
|
291
|
+
<nobr>{{row.f_contract_id}}</nobr>
|
|
292
|
+
</td>
|
|
293
|
+
<td style="text-align: center;">
|
|
294
|
+
<nobr>{{row.f_gas_date}}</nobr>
|
|
295
|
+
</td>
|
|
296
|
+
<td style="text-align: center;">
|
|
297
|
+
<nobr>{{row.f_gas_person}}</nobr>
|
|
271
298
|
</td>
|
|
272
299
|
<td style="text-align: center;">
|
|
273
300
|
<nobr>
|
|
274
|
-
<span @click="$parent.$parent.$parent.dealmsg(row,'','
|
|
301
|
+
<span @click="$parent.$parent.$parent.dealmsg(row,'','建档信息')"><a><b>变更记录</b></a></span>
|
|
302
|
+
</nobr>
|
|
303
|
+
</td>
|
|
304
|
+
|
|
305
|
+
|
|
306
|
+
<!--用气设备-->
|
|
307
|
+
<td style="text-align: center;">
|
|
308
|
+
<nobr>{{row.f_zx}}</nobr>
|
|
309
|
+
</td>
|
|
310
|
+
<td style="text-align: center;">
|
|
311
|
+
<nobr>{{row.f_bzl}}</nobr>
|
|
312
|
+
</td>
|
|
313
|
+
<td style="text-align: center;">
|
|
314
|
+
<nobr>{{row.f_syz}}</nobr>
|
|
315
|
+
</td>
|
|
316
|
+
<td style="text-align: center;">
|
|
317
|
+
<nobr>{{row.f_dyz}}</nobr>
|
|
318
|
+
</td>
|
|
319
|
+
<td style="text-align: center;">
|
|
320
|
+
<nobr>{{row.f_rsq}}</nobr>
|
|
321
|
+
</td>
|
|
322
|
+
<td style="text-align: center;">
|
|
323
|
+
<nobr>{{row.f_dgz}}</nobr>
|
|
324
|
+
</td>
|
|
325
|
+
<td style="text-align: center;">
|
|
326
|
+
<nobr>{{row.f_gl}}</nobr>
|
|
327
|
+
</td>
|
|
328
|
+
<td style="text-align: center;">
|
|
329
|
+
<nobr>
|
|
330
|
+
<span @click="$parent.$parent.$parent.dealmsg(row,'','用气设备')"><a><b>变更记录</b></a></span>
|
|
275
331
|
</nobr>
|
|
276
332
|
</td>
|
|
277
333
|
|
|
@@ -411,27 +467,6 @@
|
|
|
411
467
|
</nobr>
|
|
412
468
|
</td>
|
|
413
469
|
|
|
414
|
-
<!--建档信息-->
|
|
415
|
-
<td style="text-align: center;">
|
|
416
|
-
<nobr>{{row.f_createfile_date}}</nobr>
|
|
417
|
-
</td>
|
|
418
|
-
<td style="text-align: center;">
|
|
419
|
-
<nobr>{{row.f_contract_id}}</nobr>
|
|
420
|
-
</td>
|
|
421
|
-
<td style="text-align: center;">
|
|
422
|
-
<nobr>{{row.f_gas_date}}</nobr>
|
|
423
|
-
</td>
|
|
424
|
-
<td style="text-align: center;">
|
|
425
|
-
<nobr>{{row.f_gas_person}}</nobr>
|
|
426
|
-
</td>
|
|
427
|
-
<!-- <td style="text-align: center;" :style="$parent.$parent.$parent.ventilationYear(row.diffallyear)">-->
|
|
428
|
-
<!-- <nobr>{{row.ventilation_years}}</nobr>-->
|
|
429
|
-
<!-- </td>-->
|
|
430
|
-
<td style="text-align: center;">
|
|
431
|
-
<nobr>
|
|
432
|
-
<span @click="$parent.$parent.$parent.dealmsg(row,'','建档信息')"><a><b>变更记录</b></a></span>
|
|
433
|
-
</nobr>
|
|
434
|
-
</td>
|
|
435
470
|
|
|
436
471
|
<!--安检信息-->
|
|
437
472
|
<td style="text-align: center;">
|
|
@@ -11,27 +11,22 @@
|
|
|
11
11
|
<right-tree @re-res="$parent.$parent.getorg"
|
|
12
12
|
:initresid='$parent.$parent.org'></right-tree>
|
|
13
13
|
</div>
|
|
14
|
+
<div class="col-sm-2 form-group">
|
|
15
|
+
<label class="font_normal_body">小区名称</label>
|
|
16
|
+
<input type="text" style="width:60%" class="input_search" v-model="model.f_residential_area"
|
|
17
|
+
condition="f_residential_area like '%{}%'" placeholder="小区名称">
|
|
18
|
+
</div>
|
|
14
19
|
<div class="col-sm-2 form-group">
|
|
15
20
|
<label class="font_normal_body">用户名称</label>
|
|
16
21
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
17
22
|
condition="f_user_name like '%{}%'" placeholder="用户名称">
|
|
18
23
|
</div>
|
|
19
24
|
<div class="col-sm-2 form-group">
|
|
20
|
-
<label class="font_normal_body"
|
|
25
|
+
<label class="font_normal_body">详细地址</label>
|
|
21
26
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_address"
|
|
22
27
|
condition="f_address like '%{}%'" placeholder='用户地址'>
|
|
23
28
|
</div>
|
|
24
|
-
<div class="col-sm-2 flex-row" style="white-space: nowrap">
|
|
25
|
-
<label class="font_normal_body">未购天数</label>
|
|
26
|
-
<div class="row">
|
|
27
|
-
<input type="text" style="width:30%" class="input_search" v-model="model.diffdaymin"
|
|
28
|
-
condition="diffday >= {} " placeholder="">
|
|
29
|
-
<label class="font_normal_body"> ≤ x ≤ </label>
|
|
30
|
-
<input type="text" style="width:30%" class="input_search" v-model="model.diffdaymax"
|
|
31
|
-
condition="diffday <= {} " placeholder="">
|
|
32
|
-
</div>
|
|
33
29
|
|
|
34
|
-
</div>
|
|
35
30
|
|
|
36
31
|
<div class="span" style="float:right;">
|
|
37
32
|
<button class="btn button_search" @click="search()">查询</button>
|
|
@@ -93,11 +88,7 @@
|
|
|
93
88
|
condition="f_user_state = '{}'"
|
|
94
89
|
close-on-select></v-select>
|
|
95
90
|
</div>
|
|
96
|
-
|
|
97
|
-
<label class="font_normal_body">小区名称</label>
|
|
98
|
-
<input type="text" style="width:60%" class="input_search" v-model="model.f_residential_area"
|
|
99
|
-
condition="f_residential_area like '%{}%'" placeholder="小区名称">
|
|
100
|
-
</div>
|
|
91
|
+
|
|
101
92
|
<div class="col-sm-2 form-group">
|
|
102
93
|
<label for="f_table_state" class="font_normal_body"> 表状态</label>
|
|
103
94
|
<v-select id="f_table_state"
|
|
@@ -110,6 +101,17 @@
|
|
|
110
101
|
close-on-select >
|
|
111
102
|
</v-select>
|
|
112
103
|
</div>
|
|
104
|
+
<div class="col-sm-2 flex-row" style="white-space: nowrap">
|
|
105
|
+
<label class="font_normal_body">未购天数</label>
|
|
106
|
+
<div class="row">
|
|
107
|
+
<input type="text" style="width:30%" class="input_search" v-model="model.diffdaymin"
|
|
108
|
+
condition="diffday >= {} " placeholder="">
|
|
109
|
+
<label class="font_normal_body"> ≤ x ≤ </label>
|
|
110
|
+
<input type="text" style="width:30%" class="input_search" v-model="model.diffdaymax"
|
|
111
|
+
condition="diffday <= {} " placeholder="">
|
|
112
|
+
</div>
|
|
113
|
+
|
|
114
|
+
</div>
|
|
113
115
|
<div class="col-sm-2 form-group" >
|
|
114
116
|
<label class="font_normal_body">总购次数</label>
|
|
115
117
|
<!-- <label class="font_normal_body" v-else>抄表次数</label>-->
|
|
@@ -12,21 +12,21 @@
|
|
|
12
12
|
<!--</div>-->
|
|
13
13
|
|
|
14
14
|
<div class="col-sm-2 form-group">
|
|
15
|
-
<label class="font_normal_body"
|
|
15
|
+
<label class="font_normal_body">{{$parent.$parent.usertitle}}编号</label>
|
|
16
16
|
<input @keyup.enter="search" style="width:60%" type="text" class="input_search"
|
|
17
|
-
v-model="model.f_userinfo_code" placeholder='
|
|
17
|
+
v-model="model.f_userinfo_code" placeholder='用户编号'
|
|
18
18
|
condition="f_userinfo_code like '%{}%'" v-el:xq v-next-el='userinfocode' v-el:username
|
|
19
19
|
>
|
|
20
20
|
</div>
|
|
21
21
|
<div class="col-sm-2 form-group">
|
|
22
|
-
<label class="font_normal_body"
|
|
22
|
+
<label class="font_normal_body">{{$parent.$parent.usertitle}}名称</label>
|
|
23
23
|
<input @keyup.enter="search" style="width:60%" type="text" class="input_search"
|
|
24
|
-
v-model="model.f_user_name" placeholder='
|
|
24
|
+
v-model="model.f_user_name" placeholder='用户名称'
|
|
25
25
|
condition="f_user_name like '%{}%'" v-el:xq v-next-el='username' v-el:username
|
|
26
26
|
>
|
|
27
27
|
</div>
|
|
28
28
|
<div class="col-sm-2 form-group">
|
|
29
|
-
<label class="font_normal_body"
|
|
29
|
+
<label class="font_normal_body">{{$parent.$parent.usertitle}}地址</label>
|
|
30
30
|
<input @keyup.enter="search" style="width:60%" type="text" class="input_search" v-model="model.f_area"
|
|
31
31
|
placeholder='地址'
|
|
32
32
|
condition="f_address like '%{}%'" v-el:xq v-next-el='address' v-el:area
|
|
@@ -59,10 +59,10 @@
|
|
|
59
59
|
:initresid='$parent.$parent.org'></right-tree>
|
|
60
60
|
</div>
|
|
61
61
|
<div class="col-sm-2 form-group">
|
|
62
|
-
<label class="font_normal_body"
|
|
62
|
+
<label class="font_normal_body">{{$parent.$parent.usertitle}}类型</label>
|
|
63
63
|
<v-select style="width:60%" id="f_user_type"
|
|
64
64
|
v-model="model.f_user_type"
|
|
65
|
-
placeholder='
|
|
65
|
+
placeholder='用户类型'
|
|
66
66
|
:value.sync="model.f_user_type"
|
|
67
67
|
@change="$parent.$parent.userTypeChange()"
|
|
68
68
|
:options='$parent.$parent.usertypes'
|
|
@@ -202,10 +202,10 @@
|
|
|
202
202
|
<!--:thead='"<th>序号</th>\n"+-->
|
|
203
203
|
<!--"<th>档案编号</th>" +-->
|
|
204
204
|
<!--" <th>档案标识</th>"+-->
|
|
205
|
-
<!--"<th
|
|
205
|
+
<!--"<th>用户名称</th>"+-->
|
|
206
206
|
<!--"<th>表号</th"+-->
|
|
207
207
|
<!--"<th>表具类型</th>"+-->
|
|
208
|
-
<!--"<th
|
|
208
|
+
<!--"<th>用户类型</th>"+-->
|
|
209
209
|
<!--"<th>区域</th>"+-->
|
|
210
210
|
<!--"<th>小区</th>"+-->
|
|
211
211
|
<!--"<th>地址</th>"+-->
|
|
@@ -217,7 +217,7 @@
|
|
|
217
217
|
<!--:fields='["$index+1","f_username","f_meternumber","f_usertype","f_save_money","f_operate_status","f_close_reason","f_area","f_districtname","f_address","id","yytdepa"]'>-->
|
|
218
218
|
<!--</print-table>-->
|
|
219
219
|
<!--<export-excel :data="{orderitem: 'lastinputdate desc', condition: '1=1'}"-->
|
|
220
|
-
<!--:field="{f_username: '
|
|
220
|
+
<!--:field="{f_username: '用户名称', f_meternumber: '表号',f_usertype:'用户类型',f_save_money:'剩余金额',-->
|
|
221
221
|
<!--f_operate_status:'状态',f_close_reason:'关阀原因',f_area:'区域',f_districtname:'小区', f_address: '地址',id:'档案编号',yytdepa:'所属机构'}"-->
|
|
222
222
|
<!--sqlurl="rs/sql/getUserGas"></export-excel>-->
|
|
223
223
|
</div>
|
|
@@ -229,16 +229,16 @@
|
|
|
229
229
|
<nobr>序号</nobr>
|
|
230
230
|
</th>
|
|
231
231
|
<th style="text-align:center">
|
|
232
|
-
<nobr
|
|
232
|
+
<nobr>{{$parent.$parent.$parent.usertitle}}编号</nobr>
|
|
233
233
|
</th>
|
|
234
234
|
<th style="text-align:center">
|
|
235
|
-
<nobr
|
|
235
|
+
<nobr>{{$parent.$parent.$parent.usertitle}}名称</nobr>
|
|
236
236
|
</th>
|
|
237
237
|
<th style="text-align:center">
|
|
238
|
-
<nobr
|
|
238
|
+
<nobr>{{$parent.$parent.$parent.usertitle}}地址</nobr>
|
|
239
239
|
</th>
|
|
240
240
|
<th style="text-align:center">
|
|
241
|
-
<nobr
|
|
241
|
+
<nobr>{{$parent.$parent.$parent.usertitle}}类型</nobr>
|
|
242
242
|
</th>
|
|
243
243
|
<th style="text-align:center">
|
|
244
244
|
<nobr>用气性质</nobr>
|
|
@@ -366,8 +366,8 @@
|
|
|
366
366
|
endDate: 'this.model.endDate'
|
|
367
367
|
}),
|
|
368
368
|
getfield:{
|
|
369
|
-
"f_userinfo_code":"
|
|
370
|
-
"f_address":"
|
|
369
|
+
"f_userinfo_code":"用户编号","f_user_name":"用户名称","f_residential_area":"小区",
|
|
370
|
+
"f_address":"用户地址","f_user_type":"用户类型","f_gasproperties":"用气性质",
|
|
371
371
|
"f_meternumber":"表号",
|
|
372
372
|
|
|
373
373
|
"f_startuse_date":"启用日期",
|
|
@@ -385,6 +385,7 @@
|
|
|
385
385
|
outlets: [],
|
|
386
386
|
gasproperties:[{label: '全部', value: ''}],
|
|
387
387
|
operator: [],
|
|
388
|
+
usertitle: this.$appdata.getSingleValue('用户名称前缀') ? this.$appdata.getSingleValue('用户名称前缀') : '客户',
|
|
388
389
|
WarningType: [
|
|
389
390
|
{label: '全部', value: ''}
|
|
390
391
|
],
|
|
@@ -401,7 +402,7 @@
|
|
|
401
402
|
condition: '1=1',
|
|
402
403
|
groupname: ['max_days_type'],
|
|
403
404
|
getgroupname: [
|
|
404
|
-
{label: '
|
|
405
|
+
{label: '用户类型', value: 'f_user_type'},
|
|
405
406
|
{label: '用气性质', value: 'f_gasproperties'},
|
|
406
407
|
{label: '分公司', value: 'f_orgname'},
|
|
407
408
|
{label: '最长失联天数', value: 'max_days_type'},
|
|
@@ -569,7 +570,7 @@
|
|
|
569
570
|
},
|
|
570
571
|
computed: {
|
|
571
572
|
// usertypes () {
|
|
572
|
-
// return this.$appdate.getParams("
|
|
573
|
+
// return this.$appdate.getParams("用户类型")
|
|
573
574
|
// },
|
|
574
575
|
getCondition() {
|
|
575
576
|
let condition=this.$refs.paged.$refs.cri.condition + this.orgCondtionStr
|