manage-client 4.0.37 → 4.0.38

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 (32) hide show
  1. package/package.json +1 -1
  2. package/src/components/SellReport/SellingTable.vue +44 -18
  3. package/src/components/sale/businessquery/chargeRecordMaintenanceQuery.vue +1 -3
  4. package/src/filiale/fugou/UserGasEcharts.vue +220 -0
  5. package/src/filiale/fugou/UserLostContactAnalysis.vue +721 -0
  6. package/src/filiale/fugou/WebHandplanQuery.vue +3 -3
  7. package/src/filiale/fugou/sale.js +2 -0
  8. package/src/filiale/jinbin/exportConfig.js +1110 -0
  9. package/src/filiale/jinbin/sale/businessquery/ChargeQuery.vue +1372 -0
  10. package/src/filiale/jinbin/sale.js +7 -0
  11. package/src/filiale/qianneng/QnJgqGscbmxTL.vue +684 -0
  12. package/src/filiale/qianneng/QnJgqMycbmxTL.vue +699 -0
  13. package/src/filiale/qianneng/QnJgqReport.vue +7 -1
  14. package/src/filiale/qianneng/exportConfig.js +10 -0
  15. package/src/filiale/qianneng/reportManage.js +5 -0
  16. package/src/filiale/yangchun/RecordInfoQuery.vue +20 -0
  17. package/src/filiale/yangchun/UserQuery.vue +5 -5
  18. package/src/filiale/yangchun/config/exportConfig.js +1 -1
  19. package/.gradle/8.5/checksums/checksums.lock +0 -0
  20. package/.gradle/8.5/dependencies-accessors/dependencies-accessors.lock +0 -0
  21. package/.gradle/8.5/dependencies-accessors/gc.properties +0 -0
  22. package/.gradle/8.5/executionHistory/executionHistory.bin +0 -0
  23. package/.gradle/8.5/executionHistory/executionHistory.lock +0 -0
  24. package/.gradle/8.5/fileChanges/last-build.bin +0 -0
  25. package/.gradle/8.5/fileHashes/fileHashes.bin +0 -0
  26. package/.gradle/8.5/fileHashes/fileHashes.lock +0 -0
  27. package/.gradle/8.5/gc.properties +0 -0
  28. package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  29. package/.gradle/buildOutputCleanup/cache.properties +0 -2
  30. package/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
  31. package/.gradle/file-system.probe +0 -0
  32. package/.gradle/vcs-1/gc.properties +0 -0
@@ -478,9 +478,9 @@
478
478
  <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
479
479
  气费合计:&emsp;{{sumsmodel.f_oughtfee}}
480
480
  </td>
481
- <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
482
- 本期余额合计:&emsp;{{sumsmodel.f_curbalance}}
483
- </td>
481
+ <!-- <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">-->
482
+ <!-- 本期余额合计:&emsp;{{sumsmodel.f_curbalance}}-->
483
+ <!-- </td>-->
484
484
  </tr>
485
485
  </table>
486
486
  </div>
@@ -24,4 +24,6 @@ export default function () {
24
24
  Vue.component('handplan-query', (resolve) => {
25
25
  require(['./HandplanQuery'], resolve)
26
26
  })
27
+ // 用户失联
28
+ Vue.component('user-lost-contact-analysis', (resolve) => { require(['./UserLostContactAnalysis'], resolve) })
27
29
  }