manage-client 3.2.258 → 3.2.260
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 +1 -1
- package/src/filiale/rongcheng/UserQuery.vue +828 -828
- package/src/filiale/shanggao/UserQuery.vue +932 -0
- package/src/filiale/shanggao/sale.js +7 -0
- package/src/filiale/shanxian/InspectListUserNew.vue +467 -466
- package/src/filiale/wenxi/config/exportConfig.js +38 -0
- package/src/main.js +68 -66
- package/node_modules.zip +0 -0
- package/static/newStyle/new_stretch_bottom.png +0 -0
- package/static/newStyle/new_stretch_top.png +0 -0
|
@@ -818,6 +818,44 @@ monthGasConfig: {
|
|
|
818
818
|
'f_insert_date': '抄表日期',
|
|
819
819
|
'f_last_insertdate': '上次抄表日期',
|
|
820
820
|
'f_valvestate': '阀门开启状态'
|
|
821
|
+
},
|
|
822
|
+
// 物联网表抄表
|
|
823
|
+
webmeterHandConfig: {
|
|
824
|
+
'f_userinfo_code': '用户编号',
|
|
825
|
+
'f_user_name': '用户名称',
|
|
826
|
+
'f_residential_area': '小区名称',
|
|
827
|
+
'f_address': '地址',
|
|
828
|
+
'f_meter_brand': '气表品牌',
|
|
829
|
+
'f_meternumber': '表号',
|
|
830
|
+
'f_oughtamount': '本期气量',
|
|
831
|
+
'f_oughtfee': '本期金额',
|
|
832
|
+
'f_jval': '表内剩余余额',
|
|
833
|
+
'f_hand_date': '抄表日期',
|
|
834
|
+
'f_total_fee': '累计购气金额',
|
|
835
|
+
'f_total_gas': '累计使用量',
|
|
836
|
+
'f_balance_amount': '系统余额',
|
|
837
|
+
'cycleGas': '当前周期已用气量',
|
|
838
|
+
'cycleFee': '当前周期消费金额',
|
|
839
|
+
'f_stair1price': '一阶气价',
|
|
840
|
+
'f_stairamount1': '一阶气量',
|
|
841
|
+
'f_stair1fee': '一阶金额',
|
|
842
|
+
'f_stair2price': '二阶气价',
|
|
843
|
+
'f_stairamount2': '二阶气量',
|
|
844
|
+
'f_stair2fee': '二阶金额',
|
|
845
|
+
'f_stair3price': '三阶气价',
|
|
846
|
+
'f_stairamount3': '三阶气量',
|
|
847
|
+
'f_stair3fee': '三阶金额',
|
|
848
|
+
'f_signal': '信号强度',
|
|
849
|
+
'f_snr': '信噪比',
|
|
850
|
+
'f_batteryLevel': '电压',
|
|
851
|
+
'f_networkShutValve': '阀门关闭标志',
|
|
852
|
+
'f_valveState': '阀门状态',
|
|
853
|
+
'f_magneticInterference': '磁干扰',
|
|
854
|
+
'f_valve_exception': '异常阀门',
|
|
855
|
+
'f_SplitAlarm': '拆表报警',
|
|
856
|
+
'f_overCurrentProtection': '过流保护',
|
|
857
|
+
'f_die_meter': '死表',
|
|
858
|
+
'f_upload_type': '上报类型'
|
|
821
859
|
}
|
|
822
860
|
|
|
823
861
|
}
|
package/src/main.js
CHANGED
|
@@ -1,66 +1,68 @@
|
|
|
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
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
import
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
key
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
"AMap.
|
|
29
|
-
"AMap.
|
|
30
|
-
"AMap.
|
|
31
|
-
"AMap.
|
|
32
|
-
"AMap.
|
|
33
|
-
"AMap.
|
|
34
|
-
"AMap.
|
|
35
|
-
"AMap.
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
// require('system-clients/src/styles/less/manageStyle/
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
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 saleManageRongchuang from './filiale/shanggao/sale'
|
|
10
|
+
import webmeterManage from './webmeterManage'
|
|
11
|
+
import reportManage from './reportManage'
|
|
12
|
+
import newmanage from './newmanage'
|
|
13
|
+
import ManageHome from './ManageHome'
|
|
14
|
+
import echarts from 'echarts'
|
|
15
|
+
import AMap from 'vue-amap'
|
|
16
|
+
|
|
17
|
+
Vue.config.silent = true
|
|
18
|
+
// Vue.mmType = 'AES'
|
|
19
|
+
|
|
20
|
+
Vue.use(AMap);
|
|
21
|
+
|
|
22
|
+
// 初始化vue-amap
|
|
23
|
+
AMap.initAMapApiLoader({
|
|
24
|
+
// 高德key
|
|
25
|
+
key: '3cec9ae8e2349207f7ac29279e3f4abe',
|
|
26
|
+
// 插件集合 (插件按需引入)
|
|
27
|
+
plugin: [
|
|
28
|
+
"AMap.Autocomplete", //输入提示插件
|
|
29
|
+
"AMap.PlaceSearch", //POI搜索插件
|
|
30
|
+
"AMap.Scale", //右下角缩略图插件 比例尺
|
|
31
|
+
"AMap.OverView", //地图鹰眼插件
|
|
32
|
+
"AMap.ToolBar", //地图工具条0
|
|
33
|
+
"AMap.MapType", //类别切换控件,实现默认图层与卫星图、实施交通图层之间切换的控制
|
|
34
|
+
"AMap.PolyEditor", //编辑 折线多,边形
|
|
35
|
+
"AMap.CircleEditor", //圆形编辑器插件
|
|
36
|
+
"AMap.Geolocation" //定位控件,用来获取和展示用户主机所在的经纬度位置
|
|
37
|
+
],
|
|
38
|
+
uiVersion: "1.0"
|
|
39
|
+
});
|
|
40
|
+
/** **************************通用组件******************************/
|
|
41
|
+
|
|
42
|
+
Vue.prototype.$echarts = echarts
|
|
43
|
+
all()
|
|
44
|
+
//sale('rongchuang')
|
|
45
|
+
ldap()
|
|
46
|
+
system(false)
|
|
47
|
+
|
|
48
|
+
saleManage()
|
|
49
|
+
saleManageRongchuang()
|
|
50
|
+
webmeterManage()
|
|
51
|
+
ManageHome()
|
|
52
|
+
newmanage()
|
|
53
|
+
reportManage()
|
|
54
|
+
require('system-clients/src/styles/less/bootstrap.less')
|
|
55
|
+
require('./components/qinhua/Style/qinhuaStyle.less')
|
|
56
|
+
// require('./bootstrap/less/manageStyle/manageChile.less')
|
|
57
|
+
// require('./bootstrap/less/manageStyle/safeStyle.less')
|
|
58
|
+
|
|
59
|
+
//大屏展示要放开的样式
|
|
60
|
+
// require('system-clients/src/styles/less/manageStyle/manageChile.less')
|
|
61
|
+
// require('system-clients/src/styles/less/manageStyle/safeStyle.less')
|
|
62
|
+
// require('system-clients/src/styles/less/manageStyle/manageStyle.less')
|
|
63
|
+
|
|
64
|
+
new Vue({
|
|
65
|
+
el: 'body',
|
|
66
|
+
components: { App }
|
|
67
|
+
})
|
|
68
|
+
|
package/node_modules.zip
DELETED
|
Binary file
|
|
Binary file
|
|
Binary file
|