system-phone 3.1.1 → 3.1.2
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/buildOutputCleanup/cache.properties +2 -2
- package/SystemPhone.iml +8 -8
- package/build/dev-server.js +141 -141
- package/build/webpack.base.conf.js +82 -82
- package/build.gradle +27 -27
- package/gradle/wrapper/gradle-wrapper.properties +5 -5
- package/gradlew +183 -183
- package/gradlew.bat +100 -100
- package/index.html +21 -21
- package/package.json +1 -1
- package/src/App.vue +25 -25
- package/src/Util.js +415 -415
- package/src/assets//346/215/242/350/241/250/347/273/264/344/277/256.png +0 -0
- package/src/assets//351/200/232/347/224/250/350/203/214/346/231/257/345/233/276.png +0 -0
- package/src/components/AloneLoadParams.vue +26 -26
- package/src/components/AlreadyService.vue +193 -193
- package/src/components/AttendManage.vue +534 -534
- package/src/components/LoadAppdata.vue +38 -38
- package/src/components/LoginApp.vue +732 -732
- package/src/components/LoginAppNew.vue +587 -587
- package/src/components/LoginAppV4.vue +716 -716
- package/src/components/ModifyPassWord.vue +216 -216
- package/src/components/NavBottom.vue +117 -117
- package/src/components/NavBottomV.vue +141 -141
- package/src/components/NavBottomVVV.vue +185 -185
- package/src/components/OnlineManage.vue +256 -256
- package/src/components/PhoneAllInfo.vue +68 -68
- package/src/components/PhoneChangemeterInfo.vue +116 -116
- package/src/components/PhoneImageInfo.vue +102 -102
- package/src/components/PhoneInfoTable.vue +39 -39
- package/src/components/PhoneMeterInfo.vue +132 -132
- package/src/components/PhoneRepairInfo.vue +146 -146
- package/src/components/PhoneSafeInfo.vue +101 -101
- package/src/components/PhoneSellInfo.vue +148 -148
- package/src/components/PhoneSellInfoLite.vue +112 -112
- package/src/components/PhoneUser.vue +202 -202
- package/src/components/PhoneUserDetil.vue +70 -70
- package/src/components/PhoneUserFind.vue +138 -138
- package/src/components/RightTree.vue +217 -217
- package/src/components/SystemSetUp.vue +332 -332
- package/src/components/TabBarPhone.vue +81 -81
- package/src/components/Test.vue +14 -14
- package/src/components/ToolsPage.vue +199 -199
- package/src/components/UploadManage.vue +194 -194
- package/src/components/gaomi/NavBottomV.vue +223 -223
- package/src/components/gaomi/NavBottomVVVV.vue +210 -210
- package/src/components/gaomi/Scroller.vue +63 -63
- package/src/components/gaomi/SystemSetUp.vue +186 -186
- package/src/components/gaomi/ToolsPage.vue +168 -168
- package/src/components/idea/feedBack.vue +150 -150
- package/src/components/idea/feedbackAdd.vue +366 -366
- package/src/components/info/ConfigInfo.vue +122 -122
- package/src/components/info/FindUserInfo.vue +157 -157
- package/src/components/info/InfoTable.vue +37 -37
- package/src/components/iot/InstructMessage.vue +313 -313
- package/src/components/iot/IotBaseInfo.vue +97 -97
- package/src/components/iot/IotMeterInfo.vue +77 -77
- package/src/components/iot/iotMonitoringMain.vue +501 -501
- package/src/components/online/ApplyOnline.vue +581 -581
- package/src/components/online/BJZhongRan/ApplyOnline.vue +600 -600
- package/src/components/screen/ChargeContentPage.vue +656 -656
- package/src/components/screen/ContentPage.vue +611 -611
- package/src/components/screen/GongdanContentPage.vue +149 -149
- package/src/components/screen/ListCountItem.vue +93 -93
- package/src/components/screen/ModuleTitle.vue +48 -48
- package/src/components/screen/SafeOrderContentPage.vue +440 -440
- package/src/components/screen/SecurityCheckItem.vue +50 -50
- package/src/components/screen/TotalItem.vue +76 -76
- package/src/components/screen/TotalUserNumber.vue +77 -77
- package/src/components/screen/WorkOrderItem.vue +51 -51
- package/src/components/screen/WorkOrderRightDownItem.vue +103 -103
- package/src/components/screen/WorkOrderRightItem.vue +115 -115
- package/src/components/userinfo/paymentQuery.vue +189 -189
- package/src/components/userinfo/queryFile.vue +190 -190
- package/src/components/wasm.vue +18 -18
- package/src/expandcssAndroid.less +521 -521
- package/src/filiale/yulinyuchuan/AlreadyService.vue +194 -194
- package/src/filiale/yulinyuchuan/AttendManage.vue +537 -537
- package/src/filiale/yulinyuchuan/LoginApp.vue +741 -741
- package/src/filiale/yulinyuchuan/OnlineManage.vue +256 -256
- package/src/filiale/yulinyuchuan/SystemSetUp.vue +332 -332
- package/src/filiale/yulinyuchuan/UploadManage.vue +195 -195
- package/src/filiale/yulinyuchuan/systemphonegrid.js +9 -9
- package/src/filiale/yulinyuchuanTY/AlreadyService.vue +194 -0
- package/src/filiale/yulinyuchuanTY/AttendManage.vue +537 -0
- package/src/filiale/yulinyuchuanTY/LoginApp.vue +741 -0
- package/src/filiale/yulinyuchuanTY/OnlineManage.vue +256 -0
- package/src/filiale/yulinyuchuanTY/SystemSetUp.vue +332 -0
- package/src/filiale/yulinyuchuanTY/UploadManage.vue +195 -0
- package/src/filiale/yulinyuchuanTY/systemphonegrid.js +9 -0
- package/src/index.js +9 -9
- package/src/main.js +38 -38
- package/src/plugins/const.js +404 -404
- package/src/plugins/vue-py.js +37 -37
- package/src/stores/AppData.js +79 -79
- package/src/systemphone-gaomi.js +105 -105
- package/src/systemphone.js +60 -60
- package/src/systemphonegrid.js +185 -185
- package/src/util/LdapHelper.js +75 -75
- package/static/const.js +404 -404
- package/static/layui/font/iconfont.svg +554 -554
- package/static/vue-py.js +37 -37
- package/static/wasm_exec.js +465 -465
package/src/plugins/vue-py.js
CHANGED
|
@@ -1,37 +1,37 @@
|
|
|
1
|
-
import { pinyin } from './const.js'
|
|
2
|
-
export default {
|
|
3
|
-
chineseToPinYin: function (l1) {
|
|
4
|
-
var l2 = l1.length
|
|
5
|
-
var I1 = ''
|
|
6
|
-
var reg = new RegExp('[a-zA-Z0-9]')
|
|
7
|
-
for (var i = 0; i < l2; i++) {
|
|
8
|
-
var val = l1.substr(i, 1)
|
|
9
|
-
var name = this.arraySearch(val, pinyin)
|
|
10
|
-
if (reg.test(val)) {
|
|
11
|
-
I1 += val
|
|
12
|
-
} else if (name !== false) {
|
|
13
|
-
I1 += name
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
I1 = I1.replace(/ /g, '-')
|
|
17
|
-
while (I1.indexOf('--') > 0) {
|
|
18
|
-
I1 = I1.replace('--', '-')
|
|
19
|
-
}
|
|
20
|
-
return I1
|
|
21
|
-
},
|
|
22
|
-
arraySearch: function (l1, l2) {
|
|
23
|
-
for (var name in pinyin) {
|
|
24
|
-
if (pinyin[name].indexOf(l1) !== -1) {
|
|
25
|
-
return this.ucfirst(name)
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
return false
|
|
29
|
-
},
|
|
30
|
-
ucfirst: function (l1) {
|
|
31
|
-
if (l1.length > 0) {
|
|
32
|
-
var first = l1.substr(0, 1).toUpperCase()
|
|
33
|
-
var spare = l1.substr(1, l1.length)
|
|
34
|
-
return first + spare
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
}
|
|
1
|
+
import { pinyin } from './const.js'
|
|
2
|
+
export default {
|
|
3
|
+
chineseToPinYin: function (l1) {
|
|
4
|
+
var l2 = l1.length
|
|
5
|
+
var I1 = ''
|
|
6
|
+
var reg = new RegExp('[a-zA-Z0-9]')
|
|
7
|
+
for (var i = 0; i < l2; i++) {
|
|
8
|
+
var val = l1.substr(i, 1)
|
|
9
|
+
var name = this.arraySearch(val, pinyin)
|
|
10
|
+
if (reg.test(val)) {
|
|
11
|
+
I1 += val
|
|
12
|
+
} else if (name !== false) {
|
|
13
|
+
I1 += name
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
I1 = I1.replace(/ /g, '-')
|
|
17
|
+
while (I1.indexOf('--') > 0) {
|
|
18
|
+
I1 = I1.replace('--', '-')
|
|
19
|
+
}
|
|
20
|
+
return I1
|
|
21
|
+
},
|
|
22
|
+
arraySearch: function (l1, l2) {
|
|
23
|
+
for (var name in pinyin) {
|
|
24
|
+
if (pinyin[name].indexOf(l1) !== -1) {
|
|
25
|
+
return this.ucfirst(name)
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
return false
|
|
29
|
+
},
|
|
30
|
+
ucfirst: function (l1) {
|
|
31
|
+
if (l1.length > 0) {
|
|
32
|
+
var first = l1.substr(0, 1).toUpperCase()
|
|
33
|
+
var spare = l1.substr(1, l1.length)
|
|
34
|
+
return first + spare
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
package/src/stores/AppData.js
CHANGED
|
@@ -1,79 +1,79 @@
|
|
|
1
|
-
import Vue from 'vue'
|
|
2
|
-
import {HttpResetClass} from 'vue-client'
|
|
3
|
-
let GetAppDataService = {
|
|
4
|
-
install(Vue, options) {
|
|
5
|
-
// 给vue增添对话框显示方法
|
|
6
|
-
Vue.$appdata = Vue.prototype.$appdata = GetAppDataService
|
|
7
|
-
},
|
|
8
|
-
|
|
9
|
-
// 开启卡监听
|
|
10
|
-
async load (noSale) {
|
|
11
|
-
let url1 = `${Vue.androidUtil.getProxyUrl()}/rs/logic/getInitData`
|
|
12
|
-
if(Vue.isv4){
|
|
13
|
-
url1 = `${Vue.androidUtil.getProxyUrl()}/api/af-system/logic/getInitData`
|
|
14
|
-
}
|
|
15
|
-
let result = await new HttpResetClass().load('POST',url1, {data: {f_filialeids: Vue.user.orgid}}, {resolveMsg: null, rejectMsg: null})
|
|
16
|
-
console.log(JSON.stringify(result))
|
|
17
|
-
let newdata = {
|
|
18
|
-
singleValues : result.data.singleValues,
|
|
19
|
-
params: result.data.params
|
|
20
|
-
}
|
|
21
|
-
newdata.singleValues.forEach((item) => {
|
|
22
|
-
this.singleValues[item.name] = item.value
|
|
23
|
-
})
|
|
24
|
-
newdata.params.forEach((item) => {
|
|
25
|
-
let value = []
|
|
26
|
-
item.f_paramvalues.forEach((item, index) => {
|
|
27
|
-
value[index] = {}
|
|
28
|
-
value[index].label = item.name
|
|
29
|
-
value[index].value = item.name
|
|
30
|
-
})
|
|
31
|
-
this.params[item.name] = value
|
|
32
|
-
})
|
|
33
|
-
if (!noSale){
|
|
34
|
-
let url2 = `${Vue.androidUtil.getProxyUrl()}/rs/logic/getSaleInitData`
|
|
35
|
-
if(Vue.isv4){
|
|
36
|
-
url2 = `${Vue.androidUtil.getProxyUrl()}/api/af-revenue/logic/getSaleInitData`
|
|
37
|
-
}
|
|
38
|
-
let getParams = await new HttpResetClass().load('post',url2, {data: {f_orgid: Vue.user.orgid}}, {resolveMsg: null, rejectMsg: null})
|
|
39
|
-
console.log('获取营收参数')
|
|
40
|
-
console.log(JSON.stringify(getParams))
|
|
41
|
-
let newsaledata = {
|
|
42
|
-
gasbrands : getParams.data.gasbrands
|
|
43
|
-
}
|
|
44
|
-
if (newsaledata) {
|
|
45
|
-
newsaledata.gasbrands.forEach((item, index) => {
|
|
46
|
-
this.saleParams.gasbrands[index] = {}
|
|
47
|
-
this.saleParams.gasbrands[index].label = item.f_meter_brand
|
|
48
|
-
this.saleParams.gasbrands[index].value = item.f_meter_brand
|
|
49
|
-
let gasmodel = []
|
|
50
|
-
item.gasmodel.forEach((item, index) => {
|
|
51
|
-
gasmodel[index] = {}
|
|
52
|
-
gasmodel[index].label = item.f_meter_style
|
|
53
|
-
gasmodel[index].value = item.f_meter_style
|
|
54
|
-
})
|
|
55
|
-
this.params[item.f_meter_brand] = gasmodel
|
|
56
|
-
})
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
},
|
|
60
|
-
|
|
61
|
-
params: {},
|
|
62
|
-
singleValues: {},
|
|
63
|
-
|
|
64
|
-
// 营收模块参数
|
|
65
|
-
saleParams: {
|
|
66
|
-
gasbrands:[]
|
|
67
|
-
},
|
|
68
|
-
|
|
69
|
-
// 安检模块参数
|
|
70
|
-
safeCheckParams: {},
|
|
71
|
-
|
|
72
|
-
getParam(key) {
|
|
73
|
-
return this.params[key]
|
|
74
|
-
},
|
|
75
|
-
getSingleValue(key) {
|
|
76
|
-
return this.singleValues[key]
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
export default GetAppDataService
|
|
1
|
+
import Vue from 'vue'
|
|
2
|
+
import {HttpResetClass} from 'vue-client'
|
|
3
|
+
let GetAppDataService = {
|
|
4
|
+
install(Vue, options) {
|
|
5
|
+
// 给vue增添对话框显示方法
|
|
6
|
+
Vue.$appdata = Vue.prototype.$appdata = GetAppDataService
|
|
7
|
+
},
|
|
8
|
+
|
|
9
|
+
// 开启卡监听
|
|
10
|
+
async load (noSale) {
|
|
11
|
+
let url1 = `${Vue.androidUtil.getProxyUrl()}/rs/logic/getInitData`
|
|
12
|
+
if(Vue.isv4){
|
|
13
|
+
url1 = `${Vue.androidUtil.getProxyUrl()}/api/af-system/logic/getInitData`
|
|
14
|
+
}
|
|
15
|
+
let result = await new HttpResetClass().load('POST',url1, {data: {f_filialeids: Vue.user.orgid}}, {resolveMsg: null, rejectMsg: null})
|
|
16
|
+
console.log(JSON.stringify(result))
|
|
17
|
+
let newdata = {
|
|
18
|
+
singleValues : result.data.singleValues,
|
|
19
|
+
params: result.data.params
|
|
20
|
+
}
|
|
21
|
+
newdata.singleValues.forEach((item) => {
|
|
22
|
+
this.singleValues[item.name] = item.value
|
|
23
|
+
})
|
|
24
|
+
newdata.params.forEach((item) => {
|
|
25
|
+
let value = []
|
|
26
|
+
item.f_paramvalues.forEach((item, index) => {
|
|
27
|
+
value[index] = {}
|
|
28
|
+
value[index].label = item.name
|
|
29
|
+
value[index].value = item.name
|
|
30
|
+
})
|
|
31
|
+
this.params[item.name] = value
|
|
32
|
+
})
|
|
33
|
+
if (!noSale){
|
|
34
|
+
let url2 = `${Vue.androidUtil.getProxyUrl()}/rs/logic/getSaleInitData`
|
|
35
|
+
if(Vue.isv4){
|
|
36
|
+
url2 = `${Vue.androidUtil.getProxyUrl()}/api/af-revenue/logic/getSaleInitData`
|
|
37
|
+
}
|
|
38
|
+
let getParams = await new HttpResetClass().load('post',url2, {data: {f_orgid: Vue.user.orgid}}, {resolveMsg: null, rejectMsg: null})
|
|
39
|
+
console.log('获取营收参数')
|
|
40
|
+
console.log(JSON.stringify(getParams))
|
|
41
|
+
let newsaledata = {
|
|
42
|
+
gasbrands : getParams.data.gasbrands
|
|
43
|
+
}
|
|
44
|
+
if (newsaledata) {
|
|
45
|
+
newsaledata.gasbrands.forEach((item, index) => {
|
|
46
|
+
this.saleParams.gasbrands[index] = {}
|
|
47
|
+
this.saleParams.gasbrands[index].label = item.f_meter_brand
|
|
48
|
+
this.saleParams.gasbrands[index].value = item.f_meter_brand
|
|
49
|
+
let gasmodel = []
|
|
50
|
+
item.gasmodel.forEach((item, index) => {
|
|
51
|
+
gasmodel[index] = {}
|
|
52
|
+
gasmodel[index].label = item.f_meter_style
|
|
53
|
+
gasmodel[index].value = item.f_meter_style
|
|
54
|
+
})
|
|
55
|
+
this.params[item.f_meter_brand] = gasmodel
|
|
56
|
+
})
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
|
|
61
|
+
params: {},
|
|
62
|
+
singleValues: {},
|
|
63
|
+
|
|
64
|
+
// 营收模块参数
|
|
65
|
+
saleParams: {
|
|
66
|
+
gasbrands:[]
|
|
67
|
+
},
|
|
68
|
+
|
|
69
|
+
// 安检模块参数
|
|
70
|
+
safeCheckParams: {},
|
|
71
|
+
|
|
72
|
+
getParam(key) {
|
|
73
|
+
return this.params[key]
|
|
74
|
+
},
|
|
75
|
+
getSingleValue(key) {
|
|
76
|
+
return this.singleValues[key]
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
export default GetAppDataService
|
package/src/systemphone-gaomi.js
CHANGED
|
@@ -1,105 +1,105 @@
|
|
|
1
|
-
import Vue from 'vue'
|
|
2
|
-
import App from './App'
|
|
3
|
-
import { all } from 'vue-client'
|
|
4
|
-
import GetAppDataService from './stores/AppData'
|
|
5
|
-
import GetStringData from './plugins/GetStringData'
|
|
6
|
-
/* require('./assets/fonttype/fontAndroid.less')*/
|
|
7
|
-
|
|
8
|
-
/** **************************通用组件******************************/
|
|
9
|
-
|
|
10
|
-
export default function () {
|
|
11
|
-
Vue.use(GetAppDataService)
|
|
12
|
-
Vue.use(GetStringData)
|
|
13
|
-
// 测试
|
|
14
|
-
Vue.component('test', (resolve) => {
|
|
15
|
-
require(['./components/Test'], resolve)
|
|
16
|
-
})
|
|
17
|
-
// android登录
|
|
18
|
-
Vue.component('login-app', (resolve) => {
|
|
19
|
-
require(['./components/LoginApp'], resolve)
|
|
20
|
-
})
|
|
21
|
-
// 导航
|
|
22
|
-
Vue.component('nav-bottom', (resolve) => {
|
|
23
|
-
require(['./components/gaomi/NavBottomV'], resolve)
|
|
24
|
-
})
|
|
25
|
-
Vue.component('nav-bottomss', (resolve) => {
|
|
26
|
-
require(['./components/gaomi/NavBottomVVVV'], resolve)
|
|
27
|
-
})
|
|
28
|
-
// 导航
|
|
29
|
-
Vue.component('scroller', (resolve) => {
|
|
30
|
-
require(['./components/gaomi/Scroller'], resolve)
|
|
31
|
-
})
|
|
32
|
-
// 导航
|
|
33
|
-
Vue.component('tab-bar', (resolve) => {
|
|
34
|
-
require(['./components/TabBarPhone'], resolve)
|
|
35
|
-
})
|
|
36
|
-
// 只加载参数(只有下拉框所需参数)
|
|
37
|
-
Vue.component('load-appdata', (resolve) => {
|
|
38
|
-
require(['./components/LoadAppdata'], resolve)
|
|
39
|
-
})
|
|
40
|
-
// 头部标题
|
|
41
|
-
Vue.component('tools-page', (resolve) => {
|
|
42
|
-
require(['./components/gaomi/ToolsPage'], resolve)
|
|
43
|
-
})
|
|
44
|
-
// 用户信息查找
|
|
45
|
-
Vue.component('phone-user-find', (resolve) => {
|
|
46
|
-
require(['./components/PhoneUserFind'], resolve)
|
|
47
|
-
})
|
|
48
|
-
// 用户信息查找
|
|
49
|
-
Vue.component('phone-info-table', (resolve) => {
|
|
50
|
-
require(['./components/PhoneInfoTable'], resolve)
|
|
51
|
-
})
|
|
52
|
-
// 用户信息查找
|
|
53
|
-
Vue.component('phone-sell-info', (resolve) => {
|
|
54
|
-
require(['./components/PhoneSellInfo'], resolve)
|
|
55
|
-
})
|
|
56
|
-
// 用户购气记录查询
|
|
57
|
-
Vue.component('phone-sell-info-lite', (resolve) => {
|
|
58
|
-
require(['./components/PhoneSellInfoLite'], resolve)
|
|
59
|
-
})
|
|
60
|
-
// 用户信息查找
|
|
61
|
-
Vue.component('phone-changemeter-info', (resolve) => {
|
|
62
|
-
require(['./components/PhoneChangemeterInfo'], resolve)
|
|
63
|
-
})
|
|
64
|
-
// 用户信息查找
|
|
65
|
-
Vue.component('phone-repair-info', (resolve) => {
|
|
66
|
-
require(['./components/PhoneRepairInfo'], resolve)
|
|
67
|
-
})
|
|
68
|
-
// 设置
|
|
69
|
-
Vue.component('system-setup', (resolve) => {
|
|
70
|
-
require(['./components/gaomi/SystemSetUp'], resolve)
|
|
71
|
-
})
|
|
72
|
-
// 待办工作
|
|
73
|
-
Vue.component('attend-manage', (resolve) => {
|
|
74
|
-
require(['./components/AttendManage'], resolve)
|
|
75
|
-
})
|
|
76
|
-
// 上传工作
|
|
77
|
-
Vue.component('upload-manage', (resolve) => {
|
|
78
|
-
require(['./components/UploadManage'], resolve)
|
|
79
|
-
})
|
|
80
|
-
// 已办工作
|
|
81
|
-
Vue.component('already-service', (resolve) => {
|
|
82
|
-
require(['./components/AlreadyService'], resolve)
|
|
83
|
-
})
|
|
84
|
-
// 在线业务
|
|
85
|
-
Vue.component('online-manage', (resolve) => {
|
|
86
|
-
require(['./components/OnlineManage'], resolve)
|
|
87
|
-
})
|
|
88
|
-
// 修改密码
|
|
89
|
-
Vue.component('modify-pass-word', (resolve) => {
|
|
90
|
-
require(['./components/ModifyPassWord'], resolve)
|
|
91
|
-
})
|
|
92
|
-
Vue.component('wasm-test', (resolve) => {
|
|
93
|
-
require(['./components/wasm'], resolve)
|
|
94
|
-
})
|
|
95
|
-
Vue.component('right-tree', (resolve) => {
|
|
96
|
-
require(['./components/RightTree'], resolve)
|
|
97
|
-
})
|
|
98
|
-
Vue.component('apply-online', (resolve) => {
|
|
99
|
-
require(['./components/online/ApplyOnline'], resolve)
|
|
100
|
-
})
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
// // 只加载参数(只有下拉框所需参数)
|
|
104
|
-
// Vue.component('alone-load-params', (resolve) => { require(['./components/AloneLoadParams'], resolve) })
|
|
105
|
-
}
|
|
1
|
+
import Vue from 'vue'
|
|
2
|
+
import App from './App'
|
|
3
|
+
import { all } from 'vue-client'
|
|
4
|
+
import GetAppDataService from './stores/AppData'
|
|
5
|
+
import GetStringData from './plugins/GetStringData'
|
|
6
|
+
/* require('./assets/fonttype/fontAndroid.less')*/
|
|
7
|
+
|
|
8
|
+
/** **************************通用组件******************************/
|
|
9
|
+
|
|
10
|
+
export default function () {
|
|
11
|
+
Vue.use(GetAppDataService)
|
|
12
|
+
Vue.use(GetStringData)
|
|
13
|
+
// 测试
|
|
14
|
+
Vue.component('test', (resolve) => {
|
|
15
|
+
require(['./components/Test'], resolve)
|
|
16
|
+
})
|
|
17
|
+
// android登录
|
|
18
|
+
Vue.component('login-app', (resolve) => {
|
|
19
|
+
require(['./components/LoginApp'], resolve)
|
|
20
|
+
})
|
|
21
|
+
// 导航
|
|
22
|
+
Vue.component('nav-bottom', (resolve) => {
|
|
23
|
+
require(['./components/gaomi/NavBottomV'], resolve)
|
|
24
|
+
})
|
|
25
|
+
Vue.component('nav-bottomss', (resolve) => {
|
|
26
|
+
require(['./components/gaomi/NavBottomVVVV'], resolve)
|
|
27
|
+
})
|
|
28
|
+
// 导航
|
|
29
|
+
Vue.component('scroller', (resolve) => {
|
|
30
|
+
require(['./components/gaomi/Scroller'], resolve)
|
|
31
|
+
})
|
|
32
|
+
// 导航
|
|
33
|
+
Vue.component('tab-bar', (resolve) => {
|
|
34
|
+
require(['./components/TabBarPhone'], resolve)
|
|
35
|
+
})
|
|
36
|
+
// 只加载参数(只有下拉框所需参数)
|
|
37
|
+
Vue.component('load-appdata', (resolve) => {
|
|
38
|
+
require(['./components/LoadAppdata'], resolve)
|
|
39
|
+
})
|
|
40
|
+
// 头部标题
|
|
41
|
+
Vue.component('tools-page', (resolve) => {
|
|
42
|
+
require(['./components/gaomi/ToolsPage'], resolve)
|
|
43
|
+
})
|
|
44
|
+
// 用户信息查找
|
|
45
|
+
Vue.component('phone-user-find', (resolve) => {
|
|
46
|
+
require(['./components/PhoneUserFind'], resolve)
|
|
47
|
+
})
|
|
48
|
+
// 用户信息查找
|
|
49
|
+
Vue.component('phone-info-table', (resolve) => {
|
|
50
|
+
require(['./components/PhoneInfoTable'], resolve)
|
|
51
|
+
})
|
|
52
|
+
// 用户信息查找
|
|
53
|
+
Vue.component('phone-sell-info', (resolve) => {
|
|
54
|
+
require(['./components/PhoneSellInfo'], resolve)
|
|
55
|
+
})
|
|
56
|
+
// 用户购气记录查询
|
|
57
|
+
Vue.component('phone-sell-info-lite', (resolve) => {
|
|
58
|
+
require(['./components/PhoneSellInfoLite'], resolve)
|
|
59
|
+
})
|
|
60
|
+
// 用户信息查找
|
|
61
|
+
Vue.component('phone-changemeter-info', (resolve) => {
|
|
62
|
+
require(['./components/PhoneChangemeterInfo'], resolve)
|
|
63
|
+
})
|
|
64
|
+
// 用户信息查找
|
|
65
|
+
Vue.component('phone-repair-info', (resolve) => {
|
|
66
|
+
require(['./components/PhoneRepairInfo'], resolve)
|
|
67
|
+
})
|
|
68
|
+
// 设置
|
|
69
|
+
Vue.component('system-setup', (resolve) => {
|
|
70
|
+
require(['./components/gaomi/SystemSetUp'], resolve)
|
|
71
|
+
})
|
|
72
|
+
// 待办工作
|
|
73
|
+
Vue.component('attend-manage', (resolve) => {
|
|
74
|
+
require(['./components/AttendManage'], resolve)
|
|
75
|
+
})
|
|
76
|
+
// 上传工作
|
|
77
|
+
Vue.component('upload-manage', (resolve) => {
|
|
78
|
+
require(['./components/UploadManage'], resolve)
|
|
79
|
+
})
|
|
80
|
+
// 已办工作
|
|
81
|
+
Vue.component('already-service', (resolve) => {
|
|
82
|
+
require(['./components/AlreadyService'], resolve)
|
|
83
|
+
})
|
|
84
|
+
// 在线业务
|
|
85
|
+
Vue.component('online-manage', (resolve) => {
|
|
86
|
+
require(['./components/OnlineManage'], resolve)
|
|
87
|
+
})
|
|
88
|
+
// 修改密码
|
|
89
|
+
Vue.component('modify-pass-word', (resolve) => {
|
|
90
|
+
require(['./components/ModifyPassWord'], resolve)
|
|
91
|
+
})
|
|
92
|
+
Vue.component('wasm-test', (resolve) => {
|
|
93
|
+
require(['./components/wasm'], resolve)
|
|
94
|
+
})
|
|
95
|
+
Vue.component('right-tree', (resolve) => {
|
|
96
|
+
require(['./components/RightTree'], resolve)
|
|
97
|
+
})
|
|
98
|
+
Vue.component('apply-online', (resolve) => {
|
|
99
|
+
require(['./components/online/ApplyOnline'], resolve)
|
|
100
|
+
})
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
// // 只加载参数(只有下拉框所需参数)
|
|
104
|
+
// Vue.component('alone-load-params', (resolve) => { require(['./components/AloneLoadParams'], resolve) })
|
|
105
|
+
}
|
package/src/systemphone.js
CHANGED
|
@@ -1,60 +1,60 @@
|
|
|
1
|
-
import Vue from 'vue'
|
|
2
|
-
import GetAppDataService from './stores/AppData'
|
|
3
|
-
import GetStringData from './plugins/GetStringData'
|
|
4
|
-
|
|
5
|
-
/** **************************通用组件******************************/
|
|
6
|
-
|
|
7
|
-
export default function () {
|
|
8
|
-
Vue.use(GetAppDataService)
|
|
9
|
-
Vue.use(GetStringData)
|
|
10
|
-
// 测试
|
|
11
|
-
Vue.component('test', (resolve) => {
|
|
12
|
-
require(['./components/Test'], resolve)
|
|
13
|
-
})
|
|
14
|
-
// android登录
|
|
15
|
-
Vue.component('login-app', (resolve) => {
|
|
16
|
-
require(['./components/LoginApp'], resolve)
|
|
17
|
-
})
|
|
18
|
-
// android登录
|
|
19
|
-
Vue.component('login-app-v4', (resolve) => {
|
|
20
|
-
require(['./components/LoginAppV4'], resolve)
|
|
21
|
-
})
|
|
22
|
-
// 导航
|
|
23
|
-
Vue.component('nav-bottom', (resolve) => {
|
|
24
|
-
require(['./components/NavBottom'], resolve)
|
|
25
|
-
})
|
|
26
|
-
// 只加载参数(只有下拉框所需参数)
|
|
27
|
-
Vue.component('load-appdata', (resolve) => {
|
|
28
|
-
require(['./components/LoadAppdata'], resolve)
|
|
29
|
-
})
|
|
30
|
-
// 头部标题
|
|
31
|
-
Vue.component('tools-page', (resolve) => {
|
|
32
|
-
require(['./components/ToolsPage'], resolve)
|
|
33
|
-
})
|
|
34
|
-
// 设置
|
|
35
|
-
Vue.component('system-setup', (resolve) => {
|
|
36
|
-
require(['./components/SystemSetUp'], resolve)
|
|
37
|
-
})
|
|
38
|
-
// 修改密码
|
|
39
|
-
Vue.component('modify-pass-word', (resolve) => {
|
|
40
|
-
require(['./components/ModifyPassWord'], resolve)
|
|
41
|
-
})
|
|
42
|
-
// 物联网监控
|
|
43
|
-
Vue.component('iot-monitoring-main', (resolve) => {
|
|
44
|
-
require(['./components/iot/iotMonitoringMain'], resolve)
|
|
45
|
-
})
|
|
46
|
-
// 物联网监控表具信息
|
|
47
|
-
Vue.component('iot-meter-info', (resolve) => {
|
|
48
|
-
require(['./components/iot/IotMeterInfo'], resolve)
|
|
49
|
-
})
|
|
50
|
-
// 物联网监控基础信息
|
|
51
|
-
Vue.component('iot-base-info', (resolve) => {
|
|
52
|
-
require(['./components/iot/IotBaseInfo'], resolve)
|
|
53
|
-
})
|
|
54
|
-
// 物联网监控指令信息
|
|
55
|
-
Vue.component('instruct-message', (resolve) => {
|
|
56
|
-
require(['./components/iot/InstructMessage'], resolve)
|
|
57
|
-
})
|
|
58
|
-
// // 只加载参数(只有下拉框所需参数)
|
|
59
|
-
// Vue.component('alone-load-params', (resolve) => { require(['./components/AloneLoadParams'], resolve) })
|
|
60
|
-
}
|
|
1
|
+
import Vue from 'vue'
|
|
2
|
+
import GetAppDataService from './stores/AppData'
|
|
3
|
+
import GetStringData from './plugins/GetStringData'
|
|
4
|
+
|
|
5
|
+
/** **************************通用组件******************************/
|
|
6
|
+
|
|
7
|
+
export default function () {
|
|
8
|
+
Vue.use(GetAppDataService)
|
|
9
|
+
Vue.use(GetStringData)
|
|
10
|
+
// 测试
|
|
11
|
+
Vue.component('test', (resolve) => {
|
|
12
|
+
require(['./components/Test'], resolve)
|
|
13
|
+
})
|
|
14
|
+
// android登录
|
|
15
|
+
Vue.component('login-app', (resolve) => {
|
|
16
|
+
require(['./components/LoginApp'], resolve)
|
|
17
|
+
})
|
|
18
|
+
// android登录
|
|
19
|
+
Vue.component('login-app-v4', (resolve) => {
|
|
20
|
+
require(['./components/LoginAppV4'], resolve)
|
|
21
|
+
})
|
|
22
|
+
// 导航
|
|
23
|
+
Vue.component('nav-bottom', (resolve) => {
|
|
24
|
+
require(['./components/NavBottom'], resolve)
|
|
25
|
+
})
|
|
26
|
+
// 只加载参数(只有下拉框所需参数)
|
|
27
|
+
Vue.component('load-appdata', (resolve) => {
|
|
28
|
+
require(['./components/LoadAppdata'], resolve)
|
|
29
|
+
})
|
|
30
|
+
// 头部标题
|
|
31
|
+
Vue.component('tools-page', (resolve) => {
|
|
32
|
+
require(['./components/ToolsPage'], resolve)
|
|
33
|
+
})
|
|
34
|
+
// 设置
|
|
35
|
+
Vue.component('system-setup', (resolve) => {
|
|
36
|
+
require(['./components/SystemSetUp'], resolve)
|
|
37
|
+
})
|
|
38
|
+
// 修改密码
|
|
39
|
+
Vue.component('modify-pass-word', (resolve) => {
|
|
40
|
+
require(['./components/ModifyPassWord'], resolve)
|
|
41
|
+
})
|
|
42
|
+
// 物联网监控
|
|
43
|
+
Vue.component('iot-monitoring-main', (resolve) => {
|
|
44
|
+
require(['./components/iot/iotMonitoringMain'], resolve)
|
|
45
|
+
})
|
|
46
|
+
// 物联网监控表具信息
|
|
47
|
+
Vue.component('iot-meter-info', (resolve) => {
|
|
48
|
+
require(['./components/iot/IotMeterInfo'], resolve)
|
|
49
|
+
})
|
|
50
|
+
// 物联网监控基础信息
|
|
51
|
+
Vue.component('iot-base-info', (resolve) => {
|
|
52
|
+
require(['./components/iot/IotBaseInfo'], resolve)
|
|
53
|
+
})
|
|
54
|
+
// 物联网监控指令信息
|
|
55
|
+
Vue.component('instruct-message', (resolve) => {
|
|
56
|
+
require(['./components/iot/InstructMessage'], resolve)
|
|
57
|
+
})
|
|
58
|
+
// // 只加载参数(只有下拉框所需参数)
|
|
59
|
+
// Vue.component('alone-load-params', (resolve) => { require(['./components/AloneLoadParams'], resolve) })
|
|
60
|
+
}
|