manage-client 3.2.232 → 3.2.234
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/.gradle/4.4/fileHashes/fileHashes.bin +0 -0
- package/.gradle/4.4/fileHashes/fileHashes.lock +0 -0
- package/build/dev-server.js +180 -180
- package/lib/package_2022-12-01-14-30-50.json +109 -0
- package/package.json +3 -3
- package/src/filiale/WEINAN/MeterQuery.vue +11 -11
- package/src/filiale/huayin/RecordInfoQuery.vue +1380 -0
- package/src/filiale/huayin/sale.js +10 -8
- package/src/filiale/qianneng/QnJgqGshzbb.vue +562 -0
- package/src/filiale/qianneng/QnJgqGsxsmx.vue +632 -0
- package/src/filiale/qianneng/QnJgqMgqbb.vue +625 -0
- package/src/filiale/qianneng/QnJgqMyhzbb.vue +625 -0
- package/src/filiale/qianneng/QnJgqMyxsmx.vue +625 -0
- package/src/filiale/qianneng/QnJgqReport.vue +67 -0
- package/src/filiale/qianneng/QnJgqXsjgbb.vue +625 -0
- package/src/filiale/qianneng/QnJgqYhsbb.vue +625 -0
- package/src/filiale/qianneng/QnJgqZhdacx.vue +691 -0
- package/src/filiale/qianneng/reportManage.js +38 -0
- package/src/main.js +65 -66
|
@@ -26,6 +26,44 @@ let specialComp = {
|
|
|
26
26
|
'qn-tiaojiabuchatjb': (resolve) => {
|
|
27
27
|
require(['./QnTiaojiabuchaTJB'], resolve)
|
|
28
28
|
},
|
|
29
|
+
|
|
30
|
+
// 潜能结构气报表
|
|
31
|
+
'qn-jgqreport': (resolve) => {
|
|
32
|
+
require(['./QnJgqReport'], resolve)
|
|
33
|
+
},
|
|
34
|
+
//潜能结构气报表----------------综合档案查询
|
|
35
|
+
'qn-jgq-zhdacx': (resolve) => {
|
|
36
|
+
require(['./QnJgqZhdacx'], resolve)
|
|
37
|
+
},
|
|
38
|
+
//潜能结构气报表----------------煤改气报表
|
|
39
|
+
'qn-jgq-mgqbb': (resolve) => {
|
|
40
|
+
require(['./QnJgqMgqbb'], resolve)
|
|
41
|
+
},
|
|
42
|
+
//潜能结构气报表----------------工商汇总报表
|
|
43
|
+
'qn-jgq-gshzbb': (resolve) => {
|
|
44
|
+
require(['./QnJgqGshzbb'], resolve)
|
|
45
|
+
},
|
|
46
|
+
//潜能结构气报表----------------工商销售明细
|
|
47
|
+
'qn-jgq-gsxsmx': (resolve) => {
|
|
48
|
+
require(['./QnJgqGsxsmx'], resolve)
|
|
49
|
+
},
|
|
50
|
+
//潜能结构气报表----------------民用汇总报表
|
|
51
|
+
'qn-jgq-myhzbb': (resolve) => {
|
|
52
|
+
require(['./QnJgqMyhzbb'], resolve)
|
|
53
|
+
},
|
|
54
|
+
//潜能结构气报表----------------民用销售明细
|
|
55
|
+
'qn-jgq-myxsmx': (resolve) => {
|
|
56
|
+
require(['./QnJgqMyxsmx'], resolve)
|
|
57
|
+
},
|
|
58
|
+
//潜能结构气报表----------------销售结构报表
|
|
59
|
+
'qn-jgq-xsjgbb': (resolve) => {
|
|
60
|
+
require(['./QnJgqXsjgbb'], resolve)
|
|
61
|
+
},
|
|
62
|
+
//潜能结构气报表----------------用户数报表
|
|
63
|
+
'qn-jgq-yhsbb': (resolve) => {
|
|
64
|
+
require(['./QnJgqYhsbb'], resolve)
|
|
65
|
+
},
|
|
66
|
+
|
|
29
67
|
// 报表查询 --> 其他报表菜单
|
|
30
68
|
'qnotherreport': (resolve) => {
|
|
31
69
|
require(['./QnOtherReport'], resolve)
|
package/src/main.js
CHANGED
|
@@ -1,66 +1,65 @@
|
|
|
1
|
-
import Vue from 'vue'
|
|
2
|
-
import App from './App'
|
|
3
|
-
import { all } from 'vue-client'
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import {
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
Vue.
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
"AMap.
|
|
28
|
-
"AMap.
|
|
29
|
-
"AMap.
|
|
30
|
-
"AMap.
|
|
31
|
-
"AMap.
|
|
32
|
-
"AMap.
|
|
33
|
-
"AMap.
|
|
34
|
-
"AMap.
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
require('
|
|
53
|
-
require('./
|
|
54
|
-
// require('./bootstrap/less/manageStyle/
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
// require('system-clients/src/styles/less/manageStyle/
|
|
59
|
-
// require('system-clients/src/styles/less/manageStyle/
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
1
|
+
import Vue from 'vue'
|
|
2
|
+
import App from './App'
|
|
3
|
+
import { all } from 'vue-client'
|
|
4
|
+
import { sale } from 'sale-client'
|
|
5
|
+
import { system } from 'system-clients'
|
|
6
|
+
import { ldap } from 'ldap-clients'
|
|
7
|
+
import saleManage from './saleManage'
|
|
8
|
+
//import webmeterManage from './webmeterManage'
|
|
9
|
+
//import reportManage from './reportManage'
|
|
10
|
+
import newmanage from './newmanage'
|
|
11
|
+
import ManageHome from './ManageHome'
|
|
12
|
+
import echarts from 'echarts'
|
|
13
|
+
import AMap from 'vue-amap'
|
|
14
|
+
|
|
15
|
+
Vue.config.silent = true
|
|
16
|
+
// Vue.mmType = 'AES'
|
|
17
|
+
|
|
18
|
+
Vue.use(AMap);
|
|
19
|
+
|
|
20
|
+
// 初始化vue-amap
|
|
21
|
+
AMap.initAMapApiLoader({
|
|
22
|
+
// 高德key
|
|
23
|
+
key: '3cec9ae8e2349207f7ac29279e3f4abe',
|
|
24
|
+
// 插件集合 (插件按需引入)
|
|
25
|
+
plugin: [
|
|
26
|
+
"AMap.Autocomplete", //输入提示插件
|
|
27
|
+
"AMap.PlaceSearch", //POI搜索插件
|
|
28
|
+
"AMap.Scale", //右下角缩略图插件 比例尺
|
|
29
|
+
"AMap.OverView", //地图鹰眼插件
|
|
30
|
+
"AMap.ToolBar", //地图工具条0
|
|
31
|
+
"AMap.MapType", //类别切换控件,实现默认图层与卫星图、实施交通图层之间切换的控制
|
|
32
|
+
"AMap.PolyEditor", //编辑 折线多,边形
|
|
33
|
+
"AMap.CircleEditor", //圆形编辑器插件
|
|
34
|
+
"AMap.Geolocation" //定位控件,用来获取和展示用户主机所在的经纬度位置
|
|
35
|
+
],
|
|
36
|
+
uiVersion: "1.0"
|
|
37
|
+
});
|
|
38
|
+
/** **************************通用组件******************************/
|
|
39
|
+
|
|
40
|
+
Vue.prototype.$echarts = echarts
|
|
41
|
+
all()
|
|
42
|
+
// sale()
|
|
43
|
+
ldap()
|
|
44
|
+
system(false)
|
|
45
|
+
|
|
46
|
+
saleManage('huayin')
|
|
47
|
+
//webmeterManage()
|
|
48
|
+
ManageHome()
|
|
49
|
+
newmanage()
|
|
50
|
+
//reportManage()
|
|
51
|
+
require('system-clients/src/styles/less/bootstrap.less')
|
|
52
|
+
require('./components/qinhua/Style/qinhuaStyle.less')
|
|
53
|
+
// require('./bootstrap/less/manageStyle/manageChile.less')
|
|
54
|
+
// require('./bootstrap/less/manageStyle/safeStyle.less')
|
|
55
|
+
|
|
56
|
+
//大屏展示要放开的样式
|
|
57
|
+
// require('system-clients/src/styles/less/manageStyle/manageChile.less')
|
|
58
|
+
// require('system-clients/src/styles/less/manageStyle/safeStyle.less')
|
|
59
|
+
// require('system-clients/src/styles/less/manageStyle/manageStyle.less')
|
|
60
|
+
|
|
61
|
+
new Vue({
|
|
62
|
+
el: 'body',
|
|
63
|
+
components: { App }
|
|
64
|
+
})
|
|
65
|
+
|