manage-client 3.2.209 → 3.2.211

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 (42) hide show
  1. package/.gradle/4.4/fileHashes/fileHashes.bin +0 -0
  2. package/.gradle/4.4/fileHashes/fileHashes.lock +0 -0
  3. package/.gradle/7.1/dependencies-accessors/dependencies-accessors.lock +0 -0
  4. package/.gradle/7.1/dependencies-accessors/gc.properties +0 -0
  5. package/.gradle/7.1/executionHistory/executionHistory.bin +0 -0
  6. package/.gradle/7.1/executionHistory/executionHistory.lock +0 -0
  7. package/.gradle/7.1/fileChanges/last-build.bin +0 -0
  8. package/.gradle/7.1/fileHashes/fileHashes.bin +0 -0
  9. package/.gradle/7.1/fileHashes/fileHashes.lock +0 -0
  10. package/.gradle/7.1/gc.properties +0 -0
  11. package/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
  12. package/build/dev-server.js +4 -4
  13. package/package.json +1 -1
  14. package/src/filiale/WEINAN/CancellationQuery.vue +528 -486
  15. package/src/filiale/WEINAN/ChargeQuery.vue +800 -800
  16. package/src/filiale/WEINAN/EnableQuery.vue +456 -456
  17. package/src/filiale/WEINAN/UserAddress.vue +655 -0
  18. package/src/filiale/WEINAN/UserAddressChange.vue +58 -0
  19. package/src/filiale/WEINAN/config/exportConfig.js +824 -824
  20. package/src/filiale/WEINAN/sale.js +52 -48
  21. package/src/filiale/huayin/ChangeMeterQuery.vue +657 -0
  22. package/src/filiale/huayin/ChargeQuery.vue +1305 -0
  23. package/src/filiale/huayin/config/DefaultPrint.js +6 -0
  24. package/src/filiale/huayin/config/exportConfig.js +1084 -0
  25. package/src/filiale/huayin/sale.js +8 -0
  26. package/src/filiale/qianneng/BusinessManage.vue +3 -0
  27. package/src/filiale/qianneng/OtherChargeQuery.vue +10 -1
  28. package/src/filiale/qianneng/WebHandplanQuery.vue +992 -0
  29. package/src/filiale/qianneng/WebmeterQuery.vue +67 -0
  30. package/src/filiale/qianneng/exportConfig.js +9 -1
  31. package/src/filiale/qianneng/sale.js +2 -0
  32. package/src/filiale/qianneng/webmeterManage.js +3 -1
  33. package/src/filiale/rizhao/ChargeQuery.vue +3 -3
  34. package/src/filiale/shangluo/UserQuery.vue +932 -0
  35. package/src/filiale/shangluo/sale.js +11 -0
  36. package/src/filiale/shanxian/BankManager.vue +146 -0
  37. package/src/filiale/shanxian/BussinessType.vue +137 -0
  38. package/src/filiale/shanxian/InspectListUserNew.vue +466 -0
  39. package/src/filiale/shanxian/InspectManage.vue +50 -0
  40. package/src/filiale/shanxian/reportManage.js +4 -0
  41. package/src/filiale/shanxian/sale.js +3 -1
  42. package/yarn-error.log +0 -7659
@@ -0,0 +1,8 @@
1
+ // 分公司特殊组件页面注册
2
+ let specialComp = {
3
+ // 收费查询
4
+ 'charge-query': (resolve) => { require(['./ChargeQuery'], resolve) },
5
+ 'change-meter-query': (resolve) => { require(['./ChangeMeterQuery'], resolve) }
6
+ }
7
+ exports.specialComp = specialComp
8
+
@@ -13,6 +13,9 @@
13
13
  <tabs header="机表抄表查询" v-if="permission('机表抄表查询')">
14
14
  <handplan-query v-if="show.includes('机表抄表查询')" @deal-msg="dealMsg" :data="data"></handplan-query>
15
15
  </tabs>
16
+ <tabs header="物联网表抄表查询" v-if="permission('物联网表抄表查询')">
17
+ <web-handplan-query v-if="show.includes('物联网表抄表查询')" @deal-msg="dealMsg" :data="data"></web-handplan-query>
18
+ </tabs>
16
19
  <tabs header="免费送气查询" v-if="permission('免费送气查询')">
17
20
  <privilege-query v-if="show.includes('免费送气查询')" @deal-msg="dealMsg" :data="data"></privilege-query>
18
21
  </tabs>
@@ -239,6 +239,9 @@
239
239
  <th>
240
240
  <nobr>收入</nobr>
241
241
  </th>
242
+ <th>
243
+ <nobr>违约金</nobr>
244
+ </th>
242
245
  <th>
243
246
  <nobr>付款方式</nobr>
244
247
  </th>
@@ -324,6 +327,9 @@
324
327
  <td style="text-align: center;">
325
328
  <nobr>{{row.f_newcurbalance}}</nobr>
326
329
  </td>
330
+ <td style="text-align: center;">
331
+ <nobr>{{row.f_old_overdue}}</nobr>
332
+ </td>
327
333
  <td style="text-align: center;">
328
334
  <nobr>{{row.f_payment}}</nobr>
329
335
  </td>
@@ -369,6 +375,9 @@
369
375
  <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
370
376
  应收合计:&emsp;{{sumsmodel.f_money}}
371
377
  </td>
378
+ <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
379
+ 违约金合计:&emsp;{{sumsmodel.f_old_overdue}}
380
+ </td>
372
381
  <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
373
382
  收款合计:&emsp;{{sumsmodel.f_collection}}
374
383
  </td>
@@ -437,7 +446,7 @@
437
446
  data: {},
438
447
  other:[],
439
448
  footer:[],
440
- model: new PagedList('rs/sql/otherChargeQuery', 20, {}, {f_money: 0, f_collection: 0,
449
+ model: new PagedList('rs/sql/otherChargeQuery', 20, {}, {f_money: 0, f_old_overdue: 0, f_collection: 0,
441
450
  f_newbalance: 0, f_newcurbalance: 0, hushu:0}),
442
451
  criteriaShow: false,
443
452
  orgCondtionStr: '',