manage-client 4.0.72 → 4.0.74
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/8.0/checksums/checksums.lock +0 -0
- package/.gradle/8.0/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/.gradle/{8.5 → 8.0}/executionHistory/executionHistory.bin +0 -0
- package/.gradle/8.0/executionHistory/executionHistory.lock +0 -0
- package/.gradle/{8.5 → 8.0}/fileHashes/fileHashes.bin +0 -0
- package/.gradle/8.0/fileHashes/fileHashes.lock +0 -0
- package/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
- package/.gradle/file-system.probe +0 -0
- package/build/dev-server.js +200 -200
- package/package.json +111 -111
- package/src/components/sale/businessquery/weChatBind.vue +418 -418
- package/src/filiale/bayan/MonthlyReport.vue +2 -10
- package/src/filiale/bayan/businessquery/weChatBind.vue +423 -0
- package/src/filiale/bayan/sale.js +19 -16
- package/src/filiale/shexian/ChangeMeterQuery.vue +2 -2
- package/src/filiale/yangchun/DeviceQuery.vue +1 -1
- package/src/filiale/yangchun/MeterQuery.vue +15 -5
- package/src/filiale/yangchun/WebHandplanQuery.vue +17 -1
- package/src/filiale/yangchun/config/exportConfig.js +1 -1
- package/src/main.js +70 -70
- package/.gradle/8.5/checksums/checksums.lock +0 -0
- package/.gradle/8.5/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/.gradle/8.5/executionHistory/executionHistory.lock +0 -0
- package/.gradle/8.5/fileHashes/fileHashes.lock +0 -0
- /package/.gradle/{8.5 → 8.0}/dependencies-accessors/gc.properties +0 -0
- /package/.gradle/{8.5 → 8.0}/fileChanges/last-build.bin +0 -0
- /package/.gradle/{8.5 → 8.0}/gc.properties +0 -0
package/src/main.js
CHANGED
|
@@ -1,70 +1,70 @@
|
|
|
1
|
-
import Vue from 'vue'
|
|
2
|
-
import App from './App'
|
|
3
|
-
import { all } from 'vue-client'
|
|
4
|
-
|
|
5
|
-
// import { sale } from 'sale-client'
|
|
6
|
-
import { system } from 'system-clients'
|
|
7
|
-
import { ldap } from 'ldap-clients'
|
|
8
|
-
import saleManage from './saleManage'
|
|
9
|
-
import ShanXianSaleManage from './filiale/
|
|
10
|
-
import ShanXianwebSaleManage from './filiale/yangchun/webmeterManage'
|
|
11
|
-
import webmeterManage from './webmeterManage'
|
|
12
|
-
import reportManage from './reportManage'
|
|
13
|
-
import newmanage from './newmanage'
|
|
14
|
-
import ManageHome from './ManageHome'
|
|
15
|
-
import echarts from 'echarts'
|
|
16
|
-
import AMap from 'vue-amap'
|
|
17
|
-
|
|
18
|
-
Vue.config.silent = true
|
|
19
|
-
// Vue.mmType = 'AES'
|
|
20
|
-
|
|
21
|
-
Vue.use(AMap)
|
|
22
|
-
|
|
23
|
-
// 初始化vue-amap
|
|
24
|
-
AMap.initAMapApiLoader({
|
|
25
|
-
// 高德key
|
|
26
|
-
key: '3cec9ae8e2349207f7ac29279e3f4abe',
|
|
27
|
-
// 插件集合 (插件按需引入)
|
|
28
|
-
plugin: [
|
|
29
|
-
'AMap.Autocomplete', // 输入提示插件
|
|
30
|
-
'AMap.PlaceSearch', // POI搜索插件
|
|
31
|
-
'AMap.Scale', // 右下角缩略图插件 比例尺
|
|
32
|
-
'AMap.OverView', // 地图鹰眼插件
|
|
33
|
-
'AMap.ToolBar', // 地图工具条0
|
|
34
|
-
'AMap.MapType', // 类别切换控件,实现默认图层与卫星图、实施交通图层之间切换的控制
|
|
35
|
-
'AMap.PolyEditor', // 编辑 折线多,边形
|
|
36
|
-
'AMap.CircleEditor', // 圆形编辑器插件
|
|
37
|
-
'AMap.Geolocation' // 定位控件,用来获取和展示用户主机所在的经纬度位置
|
|
38
|
-
],
|
|
39
|
-
uiVersion: '1.0'
|
|
40
|
-
})
|
|
41
|
-
/** **************************通用组件******************************/
|
|
42
|
-
|
|
43
|
-
Vue.prototype.$echarts = echarts
|
|
44
|
-
all()
|
|
45
|
-
// sale()
|
|
46
|
-
ldap()
|
|
47
|
-
system(false)
|
|
48
|
-
|
|
49
|
-
saleManage()
|
|
50
|
-
webmeterManage()
|
|
51
|
-
ManageHome()
|
|
52
|
-
newmanage()
|
|
53
|
-
ShanXianwebSaleManage()
|
|
54
|
-
reportManage()
|
|
55
|
-
ShanXianSaleManage()
|
|
56
|
-
require('system-clients/src/styles/less/bootstrap.less')
|
|
57
|
-
require('./components/qinhua/Style/qinhuaStyle.less')
|
|
58
|
-
// require('./bootstrap/less/manageStyle/manageChile.less')
|
|
59
|
-
// require('./bootstrap/less/manageStyle/safeStyle.less')
|
|
60
|
-
|
|
61
|
-
// 大屏展示要放开的样式
|
|
62
|
-
// require('system-clients/src/styles/less/manageStyle/manageChile.less')
|
|
63
|
-
// require('system-clients/src/styles/less/manageStyle/safeStyle.less')
|
|
64
|
-
// require('system-clients/src/styles/less/manageStyle/manageStyle.less')
|
|
65
|
-
|
|
66
|
-
new Vue({
|
|
67
|
-
el: 'body',
|
|
68
|
-
components: { App }
|
|
69
|
-
})
|
|
70
|
-
|
|
1
|
+
import Vue from 'vue'
|
|
2
|
+
import App from './App'
|
|
3
|
+
import { all } from 'vue-client'
|
|
4
|
+
|
|
5
|
+
// import { sale } from 'sale-client'
|
|
6
|
+
import { system } from 'system-clients'
|
|
7
|
+
import { ldap } from 'ldap-clients'
|
|
8
|
+
import saleManage from './saleManage'
|
|
9
|
+
import ShanXianSaleManage from './filiale/bayan/sale'
|
|
10
|
+
import ShanXianwebSaleManage from './filiale/yangchun/webmeterManage'
|
|
11
|
+
import webmeterManage from './webmeterManage'
|
|
12
|
+
import reportManage from './reportManage'
|
|
13
|
+
import newmanage from './newmanage'
|
|
14
|
+
import ManageHome from './ManageHome'
|
|
15
|
+
import echarts from 'echarts'
|
|
16
|
+
import AMap from 'vue-amap'
|
|
17
|
+
|
|
18
|
+
Vue.config.silent = true
|
|
19
|
+
// Vue.mmType = 'AES'
|
|
20
|
+
|
|
21
|
+
Vue.use(AMap)
|
|
22
|
+
|
|
23
|
+
// 初始化vue-amap
|
|
24
|
+
AMap.initAMapApiLoader({
|
|
25
|
+
// 高德key
|
|
26
|
+
key: '3cec9ae8e2349207f7ac29279e3f4abe',
|
|
27
|
+
// 插件集合 (插件按需引入)
|
|
28
|
+
plugin: [
|
|
29
|
+
'AMap.Autocomplete', // 输入提示插件
|
|
30
|
+
'AMap.PlaceSearch', // POI搜索插件
|
|
31
|
+
'AMap.Scale', // 右下角缩略图插件 比例尺
|
|
32
|
+
'AMap.OverView', // 地图鹰眼插件
|
|
33
|
+
'AMap.ToolBar', // 地图工具条0
|
|
34
|
+
'AMap.MapType', // 类别切换控件,实现默认图层与卫星图、实施交通图层之间切换的控制
|
|
35
|
+
'AMap.PolyEditor', // 编辑 折线多,边形
|
|
36
|
+
'AMap.CircleEditor', // 圆形编辑器插件
|
|
37
|
+
'AMap.Geolocation' // 定位控件,用来获取和展示用户主机所在的经纬度位置
|
|
38
|
+
],
|
|
39
|
+
uiVersion: '1.0'
|
|
40
|
+
})
|
|
41
|
+
/** **************************通用组件******************************/
|
|
42
|
+
|
|
43
|
+
Vue.prototype.$echarts = echarts
|
|
44
|
+
all()
|
|
45
|
+
// sale()
|
|
46
|
+
ldap()
|
|
47
|
+
system(false)
|
|
48
|
+
|
|
49
|
+
saleManage()
|
|
50
|
+
webmeterManage()
|
|
51
|
+
ManageHome()
|
|
52
|
+
newmanage()
|
|
53
|
+
ShanXianwebSaleManage()
|
|
54
|
+
reportManage()
|
|
55
|
+
ShanXianSaleManage()
|
|
56
|
+
require('system-clients/src/styles/less/bootstrap.less')
|
|
57
|
+
require('./components/qinhua/Style/qinhuaStyle.less')
|
|
58
|
+
// require('./bootstrap/less/manageStyle/manageChile.less')
|
|
59
|
+
// require('./bootstrap/less/manageStyle/safeStyle.less')
|
|
60
|
+
|
|
61
|
+
// 大屏展示要放开的样式
|
|
62
|
+
// require('system-clients/src/styles/less/manageStyle/manageChile.less')
|
|
63
|
+
// require('system-clients/src/styles/less/manageStyle/safeStyle.less')
|
|
64
|
+
// require('system-clients/src/styles/less/manageStyle/manageStyle.less')
|
|
65
|
+
|
|
66
|
+
new Vue({
|
|
67
|
+
el: 'body',
|
|
68
|
+
components: { App }
|
|
69
|
+
})
|
|
70
|
+
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|