manage-client 3.3.268 → 3.3.269

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.
@@ -20,4 +20,8 @@ export default function () {
20
20
  Vue.component('meter-query', (resolve) => {
21
21
  require(['./MeterQuery'], resolve)
22
22
  })
23
+ // 机表抄表查询
24
+ Vue.component('web-handplan-query', (resolve) => {
25
+ require(['./WebHandplanQuery'], resolve)
26
+ })
23
27
  }
@@ -796,6 +796,10 @@ export default function () {
796
796
  })
797
797
  // 报表展示组件(扶沟-气量销售报表)
798
798
  Vue.component('fg-charge-summary', (resolve) => {
799
- require(['./components/SellReport/FuGou/FGChargeSummary'], resolve)
799
+ require(['./components/SellReport/fugou/FGChargeSummary'], resolve)
800
+ })
801
+ // 报表展示组件(温宿-工单收费报表)
802
+ Vue.component('gong-dan', (resolve) => {
803
+ require(['./components/SellReport/wensu/GongDan'], resolve)
800
804
  })
801
805
  }