manage-client 3.2.208 → 3.2.209-1

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 (34) hide show
  1. package/build/dev-server.js +190 -190
  2. package/package.json +1 -1
  3. package/src/components/SellReport/AnLiReport.vue +1 -1
  4. package/src/components/SellReport/ManageBusSummaryNew.vue +181 -0
  5. package/src/components/SellReport/ManageSellTypeNew.vue +34 -19
  6. package/src/components/SellReport/jingwei/ManageHandSellMoneyNew.vue +166 -0
  7. package/src/components/sale/businessquery/InspectListUser.vue +3 -2
  8. package/src/filiale/WEINAN/CancellationQuery.vue +486 -486
  9. package/src/filiale/WEINAN/ChargeQuery.vue +800 -800
  10. package/src/filiale/WEINAN/EnableQuery.vue +456 -456
  11. package/src/filiale/WEINAN/config/exportConfig.js +824 -824
  12. package/src/filiale/rizhao/ChargeQuery.vue +1295 -1295
  13. package/src/filiale/shanxian/AreaGeneralQuery.vue +633 -0
  14. package/src/filiale/shanxian/FmyGasDeviceQuery.vue +855 -0
  15. package/src/filiale/shanxian/GasDeviceQuery.vue +964 -0
  16. package/src/filiale/shanxian/InspectListGas.vue +22 -1
  17. package/src/filiale/shanxian/Paymentpie.vue +205 -0
  18. package/src/filiale/shanxian/RecordInfoQuery.vue +1 -1
  19. package/src/filiale/shanxian/SiteManager.vue +3 -1
  20. package/src/filiale/shanxian/config/exportConfig.js +2 -2
  21. package/src/filiale/shanxian/reportManage.js +4 -1
  22. package/src/filiale/shanxian/sale.js +4 -2
  23. package/src/filiale/wuhai/ReportList.vue +10 -1
  24. package/src/main.js +66 -66
  25. package/src/reportManage.js +10 -2
  26. package/.gradle/7.1/dependencies-accessors/dependencies-accessors.lock +0 -0
  27. package/.gradle/7.1/dependencies-accessors/gc.properties +0 -0
  28. package/.gradle/7.1/executionHistory/executionHistory.bin +0 -0
  29. package/.gradle/7.1/executionHistory/executionHistory.lock +0 -0
  30. package/.gradle/7.1/fileChanges/last-build.bin +0 -0
  31. package/.gradle/7.1/fileHashes/fileHashes.bin +0 -0
  32. package/.gradle/7.1/fileHashes/fileHashes.lock +0 -0
  33. package/.gradle/7.1/gc.properties +0 -0
  34. package/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
@@ -1,190 +1,190 @@
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
-
7
- var app = express()
8
- var compiler = webpack(config)
9
- // var proxy = httpProxy.createProxyServer()
10
-
11
- // Define HTTP proxies to your custom API backend
12
- // https://github.com/chimurai/http-proxy-middleware
13
- // var bendi = 'http://127.0.0.1:8089/manage', fuwu = 'http://36.103.224.217:6300/'
14
- var shaoguan = 'http://119.146.1.106:8300/'
15
- var qtx= 'http://36.103.222.144:6300/'
16
- // var bendi = 'http://220.194.141.253:8600/'
17
- // var bendi = 'http://203.57.101.233:9001'
18
- // var bendi = 'http://172.168.1.11:9001/'
19
- var bendi = 'http://172.168.1.11:8400/#'
20
- // var bendi = 'http://121.36.106.17:8400/'
21
- // var fuwu = 'http://203.57.101.233:9001'
22
- var system = 'http://192.168.50.4:8400'
23
- // 192.168.
24
- // var str = 'http://127.0.0.1:8080/manage', str2 = 'http://192.168.50.199:8300'
25
- // var str = 'http://192.168.10.233:8300', str2 = 'http://192.168.10.14:8300'
26
- var proxyTable = {
27
- '/rs/logic/exportfile': {
28
- target: bendi
29
- },
30
- // '/rs/sql/otherChargeQuery': {
31
- // target: 'http://localhost:8080/'
32
- // },
33
- // '/rs/sql/BusinessType': {
34
- // target: 'http://localhost:8080/'
35
- // },
36
- // '/rs/logic/getBatchOperaPro': {
37
- // target: 'http://localhost:8080/'
38
- // },
39
- // '/rs/customExport/areaChargeExportExcel': {
40
- // target: 'http://localhost:8080/'
41
- // },
42
- '/files': {
43
- target: bendi
44
- },
45
- // 查找资源服务数据
46
- '/rs/search': {
47
- target: bendi
48
- },
49
- // 查找资源服务数据
50
- '/rs/logic/getLogin': {
51
- target: bendi
52
- },
53
- // 查找资源服务数据
54
- '/rs/logic/getInitData': {
55
- target: bendi
56
- },
57
- '/rs/logic/getSaleInitData': {
58
- target: bendi
59
- },
60
- // 用户登录服务地址
61
- '/rs/user': {
62
- target: bendi
63
- },
64
- '/rs/path/getParams': {
65
- target: bendi
66
- },
67
- '/rs/data': {
68
- target: bendi
69
- },
70
- '/rs/license': {
71
- target: bendi
72
- },
73
- '/rs/db': {
74
- target: bendi
75
- },
76
- '/excel': {
77
- target: bendi
78
- },
79
- '/rs/config': {
80
- target: bendi
81
- },
82
- '/rs/sql/getLicenseById': {
83
- target: bendi
84
- },
85
- '/rs/report': {
86
- target: bendi
87
- },
88
- '/rs/vue': {
89
- target: bendi
90
- },
91
- '/rs/file': {
92
- target: bendi
93
- },
94
- '/rs/logic/SumSettleFileImport': {
95
- target: 'http://127.0.0.1:8080'
96
- },
97
- '/rs': {
98
- target: bendi
99
- }
100
- }
101
-
102
- var devMiddleware = require('webpack-dev-middleware')(compiler, {
103
- publicPath: config.output.publicPath,
104
- stats: {
105
- colors: true,
106
- chunks: false
107
- }
108
- })
109
-
110
- var hotMiddleware = require('webpack-hot-middleware')(compiler)
111
- // force page reload when html-webpack-plugin template changes
112
- compiler.plugin('compilation', function (compilation) {
113
- compilation.plugin('html-webpack-plugin-after-emit', function (data, cb) {
114
- hotMiddleware.publish({action: 'reload'})
115
- cb()
116
- })
117
- })
118
-
119
- // proxy api requests
120
- Object.keys(proxyTable).forEach(function (context) {
121
- var options = proxyTable[context]
122
- if (typeof options === 'string') {
123
- options = {target: options}
124
- }
125
- app.use(proxyMiddleware(context, options))
126
- })
127
-
128
- // handle fallback for HTML5 history API
129
- app.use(require('connect-history-api-fallback')())
130
- // app.use(function (req, res, next) {
131
- // res.header('Access-Control-Allow-Origin', '*')
132
- // res.header('Access-Control-Allow-Headers', 'X-Requested-With')
133
- // res.header('Access-Control-Allow-Methods', 'PUT, POST, GET,DELETE, OPTIONS')
134
- // res.header('X-Powered-By', '3,2,1')
135
- // res.header('Access-Control-Allow-Credentials', 'true')
136
- // res.header('Content-Type', 'application/json;charset=utf-8')
137
- // next()
138
- // })
139
-
140
- // serve webpack bundle output
141
- app.use(devMiddleware)
142
-
143
- // enable hot-reload and state-preserving
144
- // compilation error display
145
- app.use(hotMiddleware)
146
-
147
- // serve pure static assets
148
- app.use('/static', express.static('./static'))
149
-
150
- // app.all('/rs/*', function (req, res) {
151
- // proxy.web(req, res, {
152
- // target: 'http://127.0.0.1:8081/reports'
153
- // })
154
- // })
155
-
156
- // app.all('/rs/*', function (req, res) {
157
- // proxy.web(req, res, {
158
- // target: 'http://127.0.0.1:8081/ldap'
159
- // })
160
- // })
161
- // app.all('/excel/*', function (req, res) {
162
- // proxy.web(req, res, {
163
- // target: 'http://127.0.0.1:8081/charge'
164
- // })
165
- // })
166
-
167
- // app.all('/rs/*', function (req, res) {
168
- // proxy.web(req, res, {
169
- // target: 'http://127.0.0.1:82/charge'
170
- // })
171
- // })
172
-
173
- // app.all('/*', function (req, res) {
174
- // proxy.web(req, res, {
175
- // target: 'http://127.0.0.1:82'
176
- // })
177
- // })
178
- // app.all('/rs/user', function (req, res) {
179
- // proxy.web(req, res, {
180
- // target: 'http://127.0.0.1:82'
181
- // })
182
- // })
183
-
184
- module.exports = app.listen(8015, function (err) {
185
- if (err) {
186
- console.log(err)
187
- return
188
- }
189
- console.log('Listening at http://localhost:8085')
190
- })
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
+
7
+ var app = express()
8
+ var compiler = webpack(config)
9
+ // var proxy = httpProxy.createProxyServer()
10
+
11
+ // Define HTTP proxies to your custom API backend
12
+ // https://github.com/chimurai/http-proxy-middleware
13
+ // var bendi = 'http://127.0.0.1:8089/manage', fuwu = 'http://36.103.224.217:6300/'
14
+ var shaoguan = 'http://119.146.1.106:8300/'
15
+ var qtx= 'http://36.103.222.144:6300/'
16
+ // var bendi = 'http://220.194.141.253:8600/'
17
+ // var bendi = 'http://203.57.101.233:9001'
18
+ // var bendi = 'http://172.168.1.11:9001/'
19
+ var bendi = 'http://203.57.101.233:8400/'
20
+ // var bendi = 'http://121.36.106.17:8400/'
21
+ // var fuwu = 'http://203.57.101.233:9001'
22
+ var system = 'http://192.168.50.4:8400'
23
+ // 192.168.
24
+ // var str = 'http://127.0.0.1:8080/manage', str2 = 'http://192.168.50.199:8300'
25
+ // var str = 'http://192.168.10.233:8300', str2 = 'http://192.168.10.14:8300'
26
+ var proxyTable = {
27
+ '/rs/logic/exportfile': {
28
+ target: bendi
29
+ },
30
+ // '/rs/sql/otherChargeQuery': {
31
+ // target: 'http://localhost:8080/'
32
+ // },
33
+ // '/rs/sql/BusinessType': {
34
+ // target: 'http://localhost:8080/'
35
+ // },
36
+ // '/rs/logic/getBatchOperaPro': {
37
+ // target: 'http://localhost:8080/'
38
+ // },
39
+ // '/rs/customExport/areaChargeExportExcel': {
40
+ // target: 'http://localhost:8080/'
41
+ // },
42
+ '/files': {
43
+ target: bendi
44
+ },
45
+ // 查找资源服务数据
46
+ '/rs/search': {
47
+ target: bendi
48
+ },
49
+ // 查找资源服务数据
50
+ '/rs/logic/getLogin': {
51
+ target: bendi
52
+ },
53
+ // 查找资源服务数据
54
+ '/rs/logic/getInitData': {
55
+ target: bendi
56
+ },
57
+ '/rs/logic/getSaleInitData': {
58
+ target: bendi
59
+ },
60
+ // 用户登录服务地址
61
+ '/rs/user': {
62
+ target: bendi
63
+ },
64
+ '/rs/path/getParams': {
65
+ target: bendi
66
+ },
67
+ '/rs/data': {
68
+ target: bendi
69
+ },
70
+ '/rs/license': {
71
+ target: bendi
72
+ },
73
+ '/rs/db': {
74
+ target: bendi
75
+ },
76
+ '/excel': {
77
+ target: bendi
78
+ },
79
+ '/rs/config': {
80
+ target: bendi
81
+ },
82
+ '/rs/sql/getLicenseById': {
83
+ target: bendi
84
+ },
85
+ '/rs/report': {
86
+ target: bendi
87
+ },
88
+ '/rs/vue': {
89
+ target: bendi
90
+ },
91
+ '/rs/file': {
92
+ target: bendi
93
+ },
94
+ '/rs/logic/SumSettleFileImport': {
95
+ target: 'http://127.0.0.1:8080'
96
+ },
97
+ '/rs': {
98
+ target: bendi
99
+ }
100
+ }
101
+
102
+ var devMiddleware = require('webpack-dev-middleware')(compiler, {
103
+ publicPath: config.output.publicPath,
104
+ stats: {
105
+ colors: true,
106
+ chunks: false
107
+ }
108
+ })
109
+
110
+ var hotMiddleware = require('webpack-hot-middleware')(compiler)
111
+ // force page reload when html-webpack-plugin template changes
112
+ compiler.plugin('compilation', function (compilation) {
113
+ compilation.plugin('html-webpack-plugin-after-emit', function (data, cb) {
114
+ hotMiddleware.publish({action: 'reload'})
115
+ cb()
116
+ })
117
+ })
118
+
119
+ // proxy api requests
120
+ Object.keys(proxyTable).forEach(function (context) {
121
+ var options = proxyTable[context]
122
+ if (typeof options === 'string') {
123
+ options = {target: options}
124
+ }
125
+ app.use(proxyMiddleware(context, options))
126
+ })
127
+
128
+ // handle fallback for HTML5 history API
129
+ app.use(require('connect-history-api-fallback')())
130
+ // app.use(function (req, res, next) {
131
+ // res.header('Access-Control-Allow-Origin', '*')
132
+ // res.header('Access-Control-Allow-Headers', 'X-Requested-With')
133
+ // res.header('Access-Control-Allow-Methods', 'PUT, POST, GET,DELETE, OPTIONS')
134
+ // res.header('X-Powered-By', '3,2,1')
135
+ // res.header('Access-Control-Allow-Credentials', 'true')
136
+ // res.header('Content-Type', 'application/json;charset=utf-8')
137
+ // next()
138
+ // })
139
+
140
+ // serve webpack bundle output
141
+ app.use(devMiddleware)
142
+
143
+ // enable hot-reload and state-preserving
144
+ // compilation error display
145
+ app.use(hotMiddleware)
146
+
147
+ // serve pure static assets
148
+ app.use('/static', express.static('./static'))
149
+
150
+ // app.all('/rs/*', function (req, res) {
151
+ // proxy.web(req, res, {
152
+ // target: 'http://127.0.0.1:8081/reports'
153
+ // })
154
+ // })
155
+
156
+ // app.all('/rs/*', function (req, res) {
157
+ // proxy.web(req, res, {
158
+ // target: 'http://127.0.0.1:8081/ldap'
159
+ // })
160
+ // })
161
+ // app.all('/excel/*', function (req, res) {
162
+ // proxy.web(req, res, {
163
+ // target: 'http://127.0.0.1:8081/charge'
164
+ // })
165
+ // })
166
+
167
+ // app.all('/rs/*', function (req, res) {
168
+ // proxy.web(req, res, {
169
+ // target: 'http://127.0.0.1:82/charge'
170
+ // })
171
+ // })
172
+
173
+ // app.all('/*', function (req, res) {
174
+ // proxy.web(req, res, {
175
+ // target: 'http://127.0.0.1:82'
176
+ // })
177
+ // })
178
+ // app.all('/rs/user', function (req, res) {
179
+ // proxy.web(req, res, {
180
+ // target: 'http://127.0.0.1:82'
181
+ // })
182
+ // })
183
+
184
+ module.exports = app.listen(8015, function (err) {
185
+ if (err) {
186
+ console.log(err)
187
+ return
188
+ }
189
+ console.log('Listening at http://localhost:8085')
190
+ })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "manage-client",
3
- "version": "3.2.208",
3
+ "version": "3.2.209-1",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -55,7 +55,7 @@ export default {
55
55
  },
56
56
  isShow: false,
57
57
  url: '',
58
- urlPrefix: 'http://192.168.50.77:31039/report/jmreport/shareView/761723305776898048',
58
+ urlPrefix: '/report/jmreport/shareView/761723305776898048',
59
59
  queryData: {
60
60
  f_user_state: []
61
61
  }
@@ -0,0 +1,181 @@
1
+ <template>
2
+ <div class="basic-main" style="height: 100%">
3
+ <div class="form-group" >
4
+ <div novalidate class="form-horizontal select-overspread container-fluid auto" partial >
5
+ <div class="row">
6
+ <div class="col-sm-3 form-group" >
7
+ <label class="font_normal_body" for="startDate">开始日期:</label>
8
+ <datepicker id="startDate" placeholder="开始日期" style="width: 60%"
9
+ v-model="model.startDate"
10
+ :value.sync="model.startDate"
11
+ :disabled-days-of-Week="[]"
12
+ :format="'yyyy-MM-dd HH:mm:ss'"
13
+ :show-reset-button="reset">
14
+ </datepicker>
15
+ </div>
16
+ <div class="col-sm-3 form-group" >
17
+ <label class="font_normal_body" for="endDate">结束日期:</label>
18
+ <datepicker id="endDate" placeholder="结束日期" style="width: 60%"
19
+ v-model="model.endDate"
20
+ :value.sync="model.endDate"
21
+ :disabled-days-of-Week="[]"
22
+ :format="'yyyy-MM-dd HH:mm:ss'"
23
+ :show-reset-button="reset">
24
+ </datepicker>
25
+ </div>
26
+ <div class="col-sm-3 form-group" >
27
+ <label class="font_normal_body" for="org">公&emsp;&emsp;司:</label>
28
+ <right-tree id="org" @re-res="getRes"></right-tree>
29
+ </div>
30
+ <div class="col-sm-3 form-group">
31
+ <label class="font_normal_body" for="dep" >部&emsp;&emsp;门:</label>
32
+ <res-select id="dep" restype='department'
33
+ @res-select="getdep"
34
+ :parentresid="depresid"
35
+ :initresid='queryData.depid' >
36
+ </res-select>
37
+
38
+ </div>
39
+ <div class="col-sm-3 form-group">
40
+ <label class="font_normal_body" for="oper">人&emsp;&emsp;员:</label>
41
+ <res-select id="oper" restype='user'
42
+ is-mul="false"
43
+ @res-select="getuser"
44
+ :parentresid="userresid"
45
+ :initresid='queryData.operatorid'>
46
+ </res-select>
47
+ </div>
48
+ <div class="col-sm-3 form-group">
49
+ <label class="font_normal_body">用户类型</label>
50
+ <v-select :value.sync="queryData.f_user_type"
51
+ v-model="queryData.f_user_type"
52
+ :options='user_type' placeholder='请选择'
53
+ close-on-select :value-single="true"></v-select>
54
+ </div>
55
+ <div class="col-sm-2 form-group" style="float:right;">
56
+ <button class="button_search" @click="searchData()">查询</button>
57
+ <div style="float: right" class="button_spacing" :class="{'button_shrink_top':criteriaShow,
58
+ 'button_shrink_bottom':!criteriaShow}" @click="hidden()"></div>
59
+ </div>
60
+ </div>
61
+ </div>
62
+ <div style="width:100%;height: 100%;margin-top: 2%" class="div-iframe">
63
+ <iframe class="iframe_style" style="width:100%;height:100%" :src="url" v-if="isShow"></iframe>
64
+ </div>
65
+ </div>
66
+ </div>
67
+ </template>
68
+
69
+ <script>
70
+ export default {
71
+ title: '新收费汇总报表',
72
+ data () {
73
+ return {
74
+ orgCondtionStr: '1=1',
75
+ model: {
76
+ startDate: '',
77
+ endDate: '',
78
+ f_orgid: []
79
+ },
80
+ isShow: false,
81
+ url: '',
82
+ urlPrefix: '/report/jmreport/shareView/783966412390916096',
83
+ queryData: {
84
+ f_user_type: '',
85
+ f_depid: [],
86
+ f_operatorid: []
87
+ },
88
+ orgname: '',
89
+ depresid: [],
90
+ userresid: [],
91
+ depname: '',
92
+ operatorname: '',
93
+ operatorid: [],
94
+ depid: [],
95
+ criteriaShow: false
96
+ }
97
+ },
98
+ ready () {
99
+ this.model.startDate = this.$login.toStandardDateString() + ' 00:00:00'
100
+ this.model.endDate = this.$login.toStandardDateString() + ' 23:59:59'
101
+ this.searchData()
102
+ },
103
+ methods: {
104
+ searchData () {
105
+ let queryData = ''
106
+ queryData = this.orgCondtionStr
107
+ let f_orgid = ''
108
+ f_orgid = this.orgCondtionStr
109
+ if (this.model.f_orgid.length > 0) {
110
+ f_orgid = f_orgid + ' and f_orgid in (' + "'" + this.model.f_orgid + "'" + ')'
111
+ }
112
+ console.log(f_orgid)
113
+ for (let key in this.queryData) {
114
+ if (this.queryData[key] !== null && this.queryData[key] !== '' && this.queryData[key] !== undefined && this.queryData[key].length > 0) {
115
+ if (Array.isArray(this.queryData[key])) {
116
+ let stringValue = ''
117
+ for (var i = 0; i < this.queryData[key].length; i++) {
118
+ if (i === this.queryData[key].length - 1) {
119
+ stringValue = stringValue + "'" + this.queryData[key][i] + "'"
120
+ } else {
121
+ stringValue = stringValue + "'" + this.queryData[key][i] + "',"
122
+ }
123
+ }
124
+ queryData = queryData + ' and ' + key + ' in (' + stringValue + ')'
125
+ } else {
126
+ queryData = queryData + ' and ' + key + ' = ' + "'" + this.queryData[key] + "'"
127
+ }
128
+ }
129
+ }
130
+ console.log(queryData)
131
+ // 重置url
132
+ this.url = ''
133
+ // encodeURIComponent是将该参数中的特殊符号进行编码,后端会进行解码
134
+ this.url = this.urlPrefix + '?condition=' + encodeURIComponent(queryData) +
135
+ '&startDate=' + encodeURIComponent(this.model.startDate) +
136
+ '&f_orgid=' + encodeURIComponent(f_orgid) +
137
+ '&endDate=' + encodeURIComponent(this.model.endDate)
138
+ console.log('报表===' + queryData)
139
+ console.log('报表===>' + this.url)
140
+ this.isShow = true
141
+ },
142
+ load () {
143
+ this.isShow = true
144
+ },
145
+ getRes (obj) {
146
+ this.orgname = obj.res[0]
147
+ this.depresid = obj.resids
148
+ this.userresid = obj.resids
149
+ this.model.f_orgid = obj.resids
150
+ },
151
+ getdep (obj, val) {
152
+ this.depname = val[0]
153
+ this.userresid = obj
154
+ this.queryData.f_depid = obj
155
+ },
156
+ getuser (obj, val) {
157
+ this.operatorname = val[0]
158
+ this.queryData.f_operatorid = obj
159
+ },
160
+ hidden () {
161
+ this.criteriaShow = !this.criteriaShow
162
+ }
163
+ },
164
+ computed: {
165
+ user_type () {
166
+ return [{label: '全部', value: ''}, ...this.$appdata.getParam('用户类型')]
167
+ }
168
+ }
169
+ }
170
+ </script>
171
+ <style scoped>
172
+ .noborder{
173
+ border: none;
174
+ }
175
+ .span{
176
+ height: 0;
177
+ }
178
+ .iframe_style{
179
+ border: medium none;
180
+ }
181
+ </style>