manage-client 3.3.2 → 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.
Files changed (63) hide show
  1. package/build/dev-server.js +180 -180
  2. package/package.json +1 -1
  3. package/src/components/sale/businessquery/GroupChargeQuery.vue +481 -481
  4. package/src/components/sale/businessquery/NewAreaGeneralQuery.vue +633 -633
  5. package/src/components/webmeter/recharge/RechargeList.vue +346 -346
  6. package/src/filiale/gehua/GroupChargeQuery.vue +486 -486
  7. package/src/filiale/huayin/ChargeQuery.vue +1305 -1305
  8. package/src/filiale/macheng/config/exportConfig.js +1 -1
  9. package/src/filiale/rongcheng/AreaBuildingDetailInfo.vue +281 -281
  10. package/src/filiale/rongcheng/AreaBuildingInfoSummary.vue +301 -301
  11. package/src/filiale/rongcheng/exportConfig.js +536 -536
  12. package/src/filiale/rongcheng/sale.js +22 -22
  13. package/src/filiale/shanxian/CancellationQuery.vue +426 -0
  14. package/src/filiale/shanxian/ChangeUserQuery.vue +395 -0
  15. package/src/filiale/shanxian/DeviceQuery.vue +586 -0
  16. package/src/filiale/shanxian/DisableQuery.vue +528 -0
  17. package/src/filiale/shanxian/EnableQuery.vue +461 -0
  18. package/src/filiale/shanxian/FMYGasQuery.vue +731 -0
  19. package/src/filiale/shanxian/FillCardQuery.vue +569 -569
  20. package/src/filiale/shanxian/FillGasQuery.vue +588 -588
  21. package/src/filiale/shanxian/FmyGasDeviceQuery.vue +68 -33
  22. package/src/filiale/shanxian/InspectListUserNew.vue +18 -16
  23. package/src/filiale/shanxian/LostContactAnalysisList.vue +633 -632
  24. package/src/filiale/shanxian/MeterQuery.vue +968 -0
  25. package/src/filiale/shanxian/MonthGasQuery.vue +481 -0
  26. package/src/filiale/shanxian/NewQueryInstruct.vue +457 -0
  27. package/src/filiale/shanxian/OtherChargeQuery.vue +684 -684
  28. package/src/filiale/shanxian/ReverseQuery.vue +454 -0
  29. package/src/filiale/shanxian/TransferQuery.vue +469 -0
  30. package/src/filiale/shanxian/UserGasAll.vue +15 -14
  31. package/src/filiale/shanxian/UserLostContactAnalysis.vue +584 -583
  32. package/src/filiale/shanxian/UserQuery.vue +960 -959
  33. package/src/filiale/shanxian/config/exportConfig.js +100 -100
  34. package/src/filiale/shanxian/newwebmeter/TotalExceptionByMeter.vue +608 -0
  35. package/src/filiale/shanxian/sale.js +46 -26
  36. package/src/filiale/shanxian/webmeterManage.js +4 -0
  37. package/src/filiale/wenxi/ChangeMeterQuery.vue +704 -704
  38. package/src/filiale/wenxi/ChangeUserQuery.vue +371 -371
  39. package/src/filiale/wenxi/ChargeQuery.vue +1260 -1260
  40. package/src/filiale/wenxi/FmyGasDeviceQuery.vue +944 -944
  41. package/src/filiale/wenxi/GasDeviceQuery.vue +1041 -1041
  42. package/src/filiale/wenxi/GasStatistics.vue +515 -515
  43. package/src/filiale/wenxi/GetNoMetereadData.vue +374 -374
  44. package/src/filiale/wenxi/HandplanQuery.vue +1370 -1370
  45. package/src/filiale/wenxi/ManageUserTypeSell.vue +173 -173
  46. package/src/filiale/wenxi/MeterQuery.vue +937 -964
  47. package/src/filiale/wenxi/NewGasStatistics.vue +522 -522
  48. package/src/filiale/wenxi/RecordInfoQuery.vue +1213 -1213
  49. package/src/filiale/wenxi/WebHandQuery.vue +475 -475
  50. package/src/filiale/wenxi/config/exportConfig.js +916 -916
  51. package/src/filiale/wenxi/sale.js +24 -24
  52. package/src/filiale/wenxi/webmeterManage.js +13 -13
  53. package/src/filiale/xinkang/EchartsBox.vue +139 -139
  54. package/src/filiale/xinkang/ManageBrandHouseCount.vue +347 -347
  55. package/src/filiale/xinkang/NewGasStatistics.vue +526 -526
  56. package/src/filiale/xinkang/exportConfig.js +1998 -1998
  57. package/src/filiale/xinkang/meterFaultChangeSummary.vue +196 -196
  58. package/src/filiale/xinkang/reportManage.js +15 -15
  59. package/src/filiale/xinkang/sale.js +13 -13
  60. package/src/filiale/xinkang/webmeterManage.js +9 -9
  61. package/src/filiale/zhongyi/GasStatistics.vue +521 -521
  62. package/src/main.js +66 -72
  63. package/lib/package_2022-12-01-14-30-50.json +0 -109
@@ -136,13 +136,14 @@
136
136
  <template partial='head'>
137
137
  <tr>
138
138
  <th rowspan="2"><nobr>序号</nobr></th>
139
- <th colspan="12"><nobr>用户信息</nobr></th>
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>表品牌</nobr></th>
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
- <th><nobr>建档日期</nobr></th>
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></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,'','用户信息')"><a><b>变更记录</b></a></span>
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">用户地址</label>
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
- <div class="col-sm-2 form-group">
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">&emsp;表状态</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>-->