apply-clients 3.3.69 → 3.3.71

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.
Files changed (35) hide show
  1. package/.project +17 -0
  2. package/build/dev-server.js +133 -133
  3. package/package.json +1 -1
  4. package/src/AndroidApp.vue +35 -35
  5. package/src/applyAndroid.js +31 -31
  6. package/src/components/android/AppOnetomany.vue +301 -301
  7. package/src/components/android/AppSign.vue +142 -142
  8. package/src/components/android/Function/AppInstallFunction.vue +366 -366
  9. package/src/components/android/Process/AppExplorationUser.vue +396 -402
  10. package/src/components/android/Process/AppServiceControl.vue +865 -865
  11. package/src/components/android/Process/Processes/AppBuildSign.vue +46 -46
  12. package/src/components/android/Supervisory/AppProcessSupervisory.vue +300 -300
  13. package/src/components/android/Supervisory/AppSupervisoryCart.vue +119 -119
  14. package/src/components/product/ApplyCharge/ApplyChargeList.vue +382 -382
  15. package/src/components/product/Business/BusinessApply.vue +242 -242
  16. package/src/components/product/Function/InstallFunction.vue +132 -132
  17. package/src/components/product/Function/InstallInfoSelect.vue +320 -320
  18. package/src/components/product/Function/Service/FunctionServiceControl.vue +445 -445
  19. package/src/components/product/OldApply/Monitor/MonitorApply.vue +329 -329
  20. package/src/components/product/OldApply/OldApply.vue +150 -150
  21. package/src/components/product/Onetomany.vue +377 -377
  22. package/src/components/product/Print/BuildOrder/buildOrderList.vue +264 -264
  23. package/src/components/product/Print/BuildOrder/printBuildOrder.vue +153 -153
  24. package/src/components/product/Process/ExplorationSelect.vue +452 -457
  25. package/src/components/product/Process/ExplorationUser.vue +189 -147
  26. package/src/components/product/Process/Processes/Print/printCharge.vue +142 -142
  27. package/src/components/product/Process/Processes/Print/printRefund.vue +196 -196
  28. package/src/components/product/Process/Processes/addressAndUserinfoManagement.vue +211 -211
  29. package/src/components/product/Process/Service/ServiceControl.vue +1362 -1362
  30. package/src/components/product/ServiceView.vue +631 -631
  31. package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +863 -863
  32. package/src/components/product/Supervisory/SupervisoryControl.vue +137 -137
  33. package/src/components/product/Supervisory/SupervisoryhCart.vue +130 -130
  34. package/src/components/product/VueUtils/ApplyUpload.vue +273 -273
  35. package/src/components/product/VueUtils/HighMeter.vue +208 -208
package/.project ADDED
@@ -0,0 +1,17 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <projectDescription>
3
+ <name>ApplyClient</name>
4
+ <comment></comment>
5
+ <projects>
6
+ </projects>
7
+ <buildSpec>
8
+ <buildCommand>
9
+ <name>org.eclipse.wst.validation.validationbuilder</name>
10
+ <arguments>
11
+ </arguments>
12
+ </buildCommand>
13
+ </buildSpec>
14
+ <natures>
15
+ <nature>org.eclipse.wst.jsdt.core.jsNature</nature>
16
+ </natures>
17
+ </projectDescription>
@@ -1,133 +1,133 @@
1
- var express = require('express')
2
- var webpack = require('webpack')
3
- var config = require('./webpack.dev.conf')
4
- var proxyMiddleware = require('http-proxy-middleware')
5
- // var httpProxy = require('http-proxy')
6
- var app = express()
7
- var compiler = webpack(config)
8
- // var proxy = httpProxy.createProxyServer()
9
- // var ldap = 'http://121.36.79.201:8400'
10
- // var applyinstall = 'http://121.36.79.201:8400'
11
- // var ldap = 'http://192.168.50.4:8400'
12
- // var ldap = 'http://192.168.20.28:8400'
13
- var ldap = 'http://192.168.20.28:8400'
14
- // var ldap = 'http://61.163.127.69:8555'
15
- // var applyinstall = 'http://192.168.20.27:8400'
16
- var applyinstall = 'http://127.0.0.1:8080'
17
- // var applyinstall = 'http://61.163.127.69:8555'
18
-
19
- var proxyTable = {
20
- '/wx': {
21
- target: ldap
22
- },
23
- '/rs/sql/filemanage_getUserfies/n': {
24
- target: ldap
25
- },
26
- '/rs/sql/filemanage_getUserfies': {
27
- target: ldap
28
- },
29
- '/rs/logic/saveInsInfo': {
30
- target: ldap
31
- },
32
- '/rs/logic/exportfile': {
33
- target: ldap
34
- },
35
- '/rs/logic/getBatchOperaPro': {
36
- target: ldap
37
- },
38
- '/rs/logic/updateApplyOrder': {
39
- target: ldap
40
- },
41
- '/rs/logic/getSaleInitData': {
42
- target: ldap
43
- },
44
- '/rs/workflow': {
45
- target: applyinstall
46
- },
47
- '/rs/vue': {
48
- target: ldap
49
- },
50
- // 查找资源服务数据
51
- '/rs/search': {
52
- target: ldap
53
- },
54
- // 用户登录服务地址
55
- '/rs/user': {
56
- target: ldap
57
- },
58
- '/rs/logic/getInitData': {
59
- target: ldap?ldap:applyinstall
60
- },
61
- '/rs/logic/getLogin': {
62
- target: ldap
63
- },
64
- '/rs/file': { // 文件上传
65
- target: applyinstall
66
- },
67
- '/project': { // 文件回显
68
- target: applyinstall
69
- },
70
- '/rs': {
71
- target: applyinstall
72
- },
73
- '/ws': {
74
- target: applyinstall,
75
- ws: true // 代理webSocket
76
- }
77
- }
78
-
79
- var devMiddleware = require('webpack-dev-middleware')(compiler, {
80
- publicPath: config.output.publicPath,
81
- stats: {
82
- colors: true,
83
- chunks: false
84
- }
85
- })
86
-
87
- var hotMiddleware = require('webpack-hot-middleware')(compiler)
88
- // force page reload when html-webpack-plugin template changes
89
- compiler.plugin('compilation', function (compilation) {
90
- compilation.plugin('html-webpack-plugin-after-emit', function (data, cb) {
91
- hotMiddleware.publish({action: 'reload'})
92
- cb()
93
- })
94
- })
95
-
96
- // proxy api requests
97
- Object.keys(proxyTable).forEach(function (context) {
98
- var options = proxyTable[context]
99
- if (typeof options === 'string') {
100
- options = {target: options}
101
- }
102
- app.use(proxyMiddleware(context, options))
103
- })
104
-
105
- // handle fallback for HTML5 history API
106
- app.use(require('connect-history-api-fallback')())
107
- // app.use(function (req, res, next) {
108
- // res.header('Access-Control-Allow-Origin', '*')
109
- // res.header('Access-Control-Allow-Headers', 'X-Requested-With')
110
- // res.header('Access-Control-Allow-Methods', 'PUT, POST, GET,DELETE, OPTIONS')
111
- // res.header('X-Powered-By', '3,2,1')
112
- // res.header('Access-Control-Allow-Credentials', 'true')
113
- // res.header('Content-Type', 'application/json;charset=utf-8')
114
- // next()
115
- // })
116
-
117
- // serve webpack bundle output
118
- app.use(devMiddleware)
119
-
120
- // enable hot-reload and state-preserving
121
- // compilation error display
122
- app.use(hotMiddleware)
123
-
124
- // serve pure static assets
125
- app.use('/static', express.static('./static'))
126
-
127
- module.exports = app.listen(8300, function (err) {
128
- if (err) {
129
- console.log(err)
130
- return
131
- }
132
- console.log('Listening at http://localhost:8300')
133
- })
1
+ var express = require('express')
2
+ var webpack = require('webpack')
3
+ var config = require('./webpack.dev.conf')
4
+ var proxyMiddleware = require('http-proxy-middleware')
5
+ // var httpProxy = require('http-proxy')
6
+ var app = express()
7
+ var compiler = webpack(config)
8
+ // var proxy = httpProxy.createProxyServer()
9
+ // var ldap = 'http://121.36.79.201:8400'
10
+ // var applyinstall = 'http://121.36.79.201:8400'
11
+ // var ldap = 'http://192.168.50.4:8400'
12
+ // var ldap = 'http://192.168.20.28:8400'
13
+ var ldap = 'http://192.168.20.28:8400'
14
+ // var ldap = 'http://61.163.127.69:8555'
15
+ // var applyinstall = 'http://192.168.20.27:8400'
16
+ var applyinstall = 'http://127.0.0.1:8080'
17
+ // var applyinstall = 'http://61.163.127.69:8555'
18
+
19
+ var proxyTable = {
20
+ '/wx': {
21
+ target: ldap
22
+ },
23
+ '/rs/sql/filemanage_getUserfies/n': {
24
+ target: ldap
25
+ },
26
+ '/rs/sql/filemanage_getUserfies': {
27
+ target: ldap
28
+ },
29
+ '/rs/logic/saveInsInfo': {
30
+ target: ldap
31
+ },
32
+ '/rs/logic/exportfile': {
33
+ target: ldap
34
+ },
35
+ '/rs/logic/getBatchOperaPro': {
36
+ target: ldap
37
+ },
38
+ '/rs/logic/updateApplyOrder': {
39
+ target: ldap
40
+ },
41
+ '/rs/logic/getSaleInitData': {
42
+ target: ldap
43
+ },
44
+ '/rs/workflow': {
45
+ target: applyinstall
46
+ },
47
+ '/rs/vue': {
48
+ target: ldap
49
+ },
50
+ // 查找资源服务数据
51
+ '/rs/search': {
52
+ target: ldap
53
+ },
54
+ // 用户登录服务地址
55
+ '/rs/user': {
56
+ target: ldap
57
+ },
58
+ '/rs/logic/getInitData': {
59
+ target: ldap?ldap:applyinstall
60
+ },
61
+ '/rs/logic/getLogin': {
62
+ target: ldap
63
+ },
64
+ '/rs/file': { // 文件上传
65
+ target: applyinstall
66
+ },
67
+ '/project': { // 文件回显
68
+ target: applyinstall
69
+ },
70
+ '/rs': {
71
+ target: applyinstall
72
+ },
73
+ '/ws': {
74
+ target: applyinstall,
75
+ ws: true // 代理webSocket
76
+ }
77
+ }
78
+
79
+ var devMiddleware = require('webpack-dev-middleware')(compiler, {
80
+ publicPath: config.output.publicPath,
81
+ stats: {
82
+ colors: true,
83
+ chunks: false
84
+ }
85
+ })
86
+
87
+ var hotMiddleware = require('webpack-hot-middleware')(compiler)
88
+ // force page reload when html-webpack-plugin template changes
89
+ compiler.plugin('compilation', function (compilation) {
90
+ compilation.plugin('html-webpack-plugin-after-emit', function (data, cb) {
91
+ hotMiddleware.publish({action: 'reload'})
92
+ cb()
93
+ })
94
+ })
95
+
96
+ // proxy api requests
97
+ Object.keys(proxyTable).forEach(function (context) {
98
+ var options = proxyTable[context]
99
+ if (typeof options === 'string') {
100
+ options = {target: options}
101
+ }
102
+ app.use(proxyMiddleware(context, options))
103
+ })
104
+
105
+ // handle fallback for HTML5 history API
106
+ app.use(require('connect-history-api-fallback')())
107
+ // app.use(function (req, res, next) {
108
+ // res.header('Access-Control-Allow-Origin', '*')
109
+ // res.header('Access-Control-Allow-Headers', 'X-Requested-With')
110
+ // res.header('Access-Control-Allow-Methods', 'PUT, POST, GET,DELETE, OPTIONS')
111
+ // res.header('X-Powered-By', '3,2,1')
112
+ // res.header('Access-Control-Allow-Credentials', 'true')
113
+ // res.header('Content-Type', 'application/json;charset=utf-8')
114
+ // next()
115
+ // })
116
+
117
+ // serve webpack bundle output
118
+ app.use(devMiddleware)
119
+
120
+ // enable hot-reload and state-preserving
121
+ // compilation error display
122
+ app.use(hotMiddleware)
123
+
124
+ // serve pure static assets
125
+ app.use('/static', express.static('./static'))
126
+
127
+ module.exports = app.listen(8300, function (err) {
128
+ if (err) {
129
+ console.log(err)
130
+ return
131
+ }
132
+ console.log('Listening at http://localhost:8300')
133
+ })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apply-clients",
3
- "version": "3.3.69",
3
+ "version": "3.3.71",
4
4
  "description": "报建前端模块",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -1,35 +1,35 @@
1
- <template>
2
- <!-- <app-base> -->
3
- <div id="android-app">
4
- <article>
5
- <!-- <route :comp="{name: 'app-exploration-user'}" name="root"></route>-->
6
- <!-- <route :comp="{name: 'app-process-supervisory'}" name="root"></route>-->
7
- <!-- <route :comp="{name: 'apply-reserve'}" name="root"></route>-->
8
- <!-- <route :comp="{name: 'task-graph'}" name="root"></route>-->
9
- <!-- <route :comp="{name: 'app-istall-function'}" name="root"></route>-->
10
- <route :comp="{name: 'login-app'}" name="root"></route>
11
- </article>
12
- <time-out></time-out>
13
- <message-box></message-box>
14
- <alert-box></alert-box>
15
- <alert-box-batch></alert-box-batch>
16
- </div>
17
- </template>
18
-
19
- <script>
20
-
21
- import AlertBox from "vue-client/src/components/AlertBox";
22
- import AlertBoxBatch from "vue-client/src/components/AlertBoxBatch";
23
-
24
- export default {
25
- ready () {
26
- if(!window.onerror) {
27
- window.onerror = function (message, file, line, col, error) {
28
- // HostApp.alert("Error occured: " + error.message)
29
- return false
30
- }
31
- }
32
- },
33
- components: { AlertBox, AlertBoxBatch }
34
- }
35
- </script>
1
+ <template>
2
+ <!-- <app-base> -->
3
+ <div id="android-app">
4
+ <article>
5
+ <!-- <route :comp="{name: 'app-exploration-user'}" name="root"></route>-->
6
+ <!-- <route :comp="{name: 'app-process-supervisory'}" name="root"></route>-->
7
+ <!-- <route :comp="{name: 'apply-reserve'}" name="root"></route>-->
8
+ <!-- <route :comp="{name: 'task-graph'}" name="root"></route>-->
9
+ <!-- <route :comp="{name: 'app-istall-function'}" name="root"></route>-->
10
+ <route :comp="{name: 'login-app'}" name="root"></route>
11
+ </article>
12
+ <time-out></time-out>
13
+ <message-box></message-box>
14
+ <alert-box></alert-box>
15
+ <alert-box-batch></alert-box-batch>
16
+ </div>
17
+ </template>
18
+
19
+ <script>
20
+
21
+ import AlertBox from "vue-client/src/components/AlertBox";
22
+ import AlertBoxBatch from "vue-client/src/components/AlertBoxBatch";
23
+
24
+ export default {
25
+ ready () {
26
+ if(!window.onerror) {
27
+ window.onerror = function (message, file, line, col, error) {
28
+ // HostApp.alert("Error occured: " + error.message)
29
+ return false
30
+ }
31
+ }
32
+ },
33
+ components: { AlertBox, AlertBoxBatch }
34
+ }
35
+ </script>
@@ -1,31 +1,31 @@
1
- import Vue from 'vue'
2
- import { all } from 'vue-client'
3
- Vue.config.silent = true
4
- import ApplyGetSaleParam from './stores/ApplyGetSaleParams'
5
- import ApplyLoadParams from './stores/ApplyLoadParams'
6
- /** ****************服务插件*********************/
7
-
8
- export default function () {
9
- Vue.use(ApplyGetSaleParam)
10
- Vue.use(ApplyLoadParams)
11
- /** ***************************报建模块*********************************/
12
- // 报建 总入口
13
- Vue.component('app-exploration-user', (resolve) => { require(['./components/android/Process/AppExplorationUser'], resolve) })
14
- Vue.component('app-service-control', (resolve) => { require(['./components/android/Process/AppServiceControl'], resolve) })
15
- Vue.component('app-process-supervisory', (resolve) => { require(['./components/android/Supervisory/AppProcessSupervisory'], resolve) })
16
- Vue.component('app-supervisory-cart', (resolve) => { require(['./components/android/Supervisory/AppSupervisoryCart'], resolve) })
17
- Vue.component('app-istall-function', (resolve) => { require(['./components/android/Function/AppInstallFunction'], resolve) })
18
- Vue.component('app-function-service-control', (resolve) => { require(['./components/android/Function/AppFunctionServiceControl'], resolve) })
19
-
20
- Vue.component('app-sign', (resolve) => { require(['./components/android/AppSign'], resolve) })
21
- Vue.component('app-take-pic', (resolve) => { require(['./components/android/AppTakePic'], resolve) })
22
- Vue.component('app-service-view', (resolve) => { require(['./components/android/AppServiceView'], resolve) })
23
- Vue.component('app-onetomany', (resolve) => { require(['./components/android/AppOnetomany'], resolve) })
24
-
25
- Vue.component('app-installation-details', (resolve) => { require(['./components/android/Process/Processes/AppInstallationDetails'], resolve) })
26
- Vue.component('app-apply-devices-management', (resolve) => { require(['./components/android/Process/Processes/AppDevicesManagement'], resolve) })
27
- Vue.component('app-charge-management', (resolve) => { require(['./components/android/Process/Processes/AppChargeManagement'], resolve) })
28
- Vue.component('app-supplemental-agreement', (resolve) => { require(['./components/android/Process/Processes/AppSupplementalAgreement'], resolve) })
29
-
30
- Vue.component('app-build-sign', (resolve) => { require(['./components/android/Process/Processes/AppBuildSign'], resolve) })
31
- }
1
+ import Vue from 'vue'
2
+ import { all } from 'vue-client'
3
+ Vue.config.silent = true
4
+ import ApplyGetSaleParam from './stores/ApplyGetSaleParams'
5
+ import ApplyLoadParams from './stores/ApplyLoadParams'
6
+ /** ****************服务插件*********************/
7
+
8
+ export default function () {
9
+ Vue.use(ApplyGetSaleParam)
10
+ Vue.use(ApplyLoadParams)
11
+ /** ***************************报建模块*********************************/
12
+ // 报建 总入口
13
+ Vue.component('app-exploration-user', (resolve) => { require(['./components/android/Process/AppExplorationUser'], resolve) })
14
+ Vue.component('app-service-control', (resolve) => { require(['./components/android/Process/AppServiceControl'], resolve) })
15
+ Vue.component('app-process-supervisory', (resolve) => { require(['./components/android/Supervisory/AppProcessSupervisory'], resolve) })
16
+ Vue.component('app-supervisory-cart', (resolve) => { require(['./components/android/Supervisory/AppSupervisoryCart'], resolve) })
17
+ Vue.component('app-istall-function', (resolve) => { require(['./components/android/Function/AppInstallFunction'], resolve) })
18
+ Vue.component('app-function-service-control', (resolve) => { require(['./components/android/Function/AppFunctionServiceControl'], resolve) })
19
+
20
+ Vue.component('app-sign', (resolve) => { require(['./components/android/AppSign'], resolve) })
21
+ Vue.component('app-take-pic', (resolve) => { require(['./components/android/AppTakePic'], resolve) })
22
+ Vue.component('app-service-view', (resolve) => { require(['./components/android/AppServiceView'], resolve) })
23
+ Vue.component('app-onetomany', (resolve) => { require(['./components/android/AppOnetomany'], resolve) })
24
+
25
+ Vue.component('app-installation-details', (resolve) => { require(['./components/android/Process/Processes/AppInstallationDetails'], resolve) })
26
+ Vue.component('app-apply-devices-management', (resolve) => { require(['./components/android/Process/Processes/AppDevicesManagement'], resolve) })
27
+ Vue.component('app-charge-management', (resolve) => { require(['./components/android/Process/Processes/AppChargeManagement'], resolve) })
28
+ Vue.component('app-supplemental-agreement', (resolve) => { require(['./components/android/Process/Processes/AppSupplementalAgreement'], resolve) })
29
+
30
+ Vue.component('app-build-sign', (resolve) => { require(['./components/android/Process/Processes/AppBuildSign'], resolve) })
31
+ }