manage-client 3.2.155 → 3.2.157

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.
@@ -620,6 +620,34 @@ export default function (filiale) {
620
620
  Vue.component('tl_handmoney', (resolve) => {
621
621
  require(['./components/SellReport/tl_handmoney'], resolve)
622
622
  })
623
+ // 抄表员气量统计表
624
+ Vue.component('tl_handmoney', (resolve) => {
625
+ require(['./components/SellReport/tl_handmoney'], resolve)
626
+ })
627
+ // 气价划价表
628
+ Vue.component('charge_handmoney', (resolve) => {
629
+ require(['./components/SellReport/charge_handmoney'], resolve)
630
+ })
631
+ // 气价自动划价表
632
+ Vue.component('charge_handfee', (resolve) => {
633
+ require(['./components/SellReport/charge_handfee'], resolve)
634
+ })
635
+ // 抄表用气性质表
636
+ Vue.component('charge_handmeter', (resolve) => {
637
+ require(['./components/SellReport/charge_handmeter'], resolve)
638
+ })
639
+ // 抄表划价查询明细
640
+ Vue.component('chaostyle', (resolve) => {
641
+ require(['./components/SellReport/chaostyle'], resolve)
642
+ })
643
+ // 收费划价查询明细
644
+ Vue.component('shoufeistyle', (resolve) => {
645
+ require(['./components/SellReport/shoufeistyle'], resolve)
646
+ })
647
+ // 气价分组统计表
648
+ Vue.component('chargestyle', (resolve) => {
649
+ require(['./components/SellReport/chargestyle'], resolve)
650
+ })
623
651
  if (filiale) {
624
652
  let filialeComp = require(`./filiale/${filiale}/reportManage`).specialComp
625
653
  Vue.filialeInfo = Vue.prototype.$filialeInfo = filiale
@@ -1,6 +1,6 @@
1
1
  @font-face {
2
2
  font-family: "alhy";
3
- src: url('阿里汉仪智能黑体.TTF') format('truetype');
3
+ src: url('阿里汉仪智能黑体.ttf') format('truetype');
4
4
  font-weight: normal;
5
5
  font-style: normal;
6
6
  }