manage-client 4.0.76 → 4.0.77
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.
- package/build/dev-server.js +4 -4
- package/package.json +1 -1
- package/src/components/SellReport/yangchun/YcGasSummaryes.vue +177 -0
- package/src/filiale/jinbin/exportConfig.js +1110 -0
- package/src/filiale/jinbin/sale/businessquery/ChargeQuery.vue +1372 -0
- package/src/filiale/jinbin/sale.js +7 -0
- package/src/reportManage.js +5 -0
package/src/reportManage.js
CHANGED
|
@@ -618,6 +618,11 @@ export default function () {
|
|
|
618
618
|
Vue.component('yc-bus-summaryes', (resolve) => {
|
|
619
619
|
require(['./components/SellReport/yangchun/YcBusSummaryes'], resolve)
|
|
620
620
|
})
|
|
621
|
+
|
|
622
|
+
// 报表展示组件(阳春天然气气量销售报表)
|
|
623
|
+
Vue.component('yc-gas-summaryes', (resolve) => {
|
|
624
|
+
require(['./components/SellReport/yangchun/YcGasSummaryes'], resolve)
|
|
625
|
+
})
|
|
621
626
|
// 乌海公服报表
|
|
622
627
|
Vue.component('gf-report-wh', (resolve) => {
|
|
623
628
|
require(['./components/SellReport/GFReportWH'], resolve)
|