manage-client 3.2.262 → 3.2.264

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 (39) hide show
  1. package/build/dev-server.js +180 -180
  2. package/package.json +1 -1
  3. package/src/components/SellReport/ManageBusSummary.vue +2 -0
  4. package/src/filiale/ningjin/CallReport/CallReportMainPage.vue +146 -0
  5. package/src/filiale/ningjin/CallReport/DropDownBox.vue +64 -0
  6. package/src/filiale/ningjin/CallReport/IncomingTelegram.vue +187 -0
  7. package/src/filiale/ningjin/CallReport/PercentageComplete.vue +413 -0
  8. package/src/filiale/ningjin/CallReport/PercentageCompleteEchart.vue +150 -0
  9. package/src/filiale/ningjin/CallReport/RateBottom.vue +143 -0
  10. package/src/filiale/ningjin/CallReport/RateTop.vue +144 -0
  11. package/src/filiale/ningjin/CallReport/ScrollContent.vue +143 -0
  12. package/src/filiale/ningjin/CallReport/ServiceStatus.vue +371 -0
  13. package/src/filiale/ningjin/CallReport/SwiperTools.vue +145 -0
  14. package/src/filiale/ningjin/CallReport/SwiperTools2.vue +176 -0
  15. package/src/filiale/ningjin/CallReport/Time.vue +100 -0
  16. package/src/filiale/ningjin/CallReport/Userinfo.vue +69 -0
  17. package/src/filiale/ningjin/CallReport/WeatherData.vue +108 -0
  18. package/src/filiale/ningjin/CallReport/WorkOrderPage.vue +260 -0
  19. package/src/filiale/ningjin/FillCardQuery.vue +581 -0
  20. package/src/filiale/ningjin/GasStatistics.vue +39 -20
  21. package/src/filiale/ningjin/LostContactAnalysisList.vue +676 -0
  22. package/src/filiale/ningjin/ManageBusSummaryPeng.vue +241 -0
  23. package/src/filiale/ningjin/ManageHandSellMoney.vue +247 -0
  24. package/src/filiale/ningjin/ManageSellType.vue +284 -0
  25. package/src/filiale/ningjin/MeterExceptionList.vue +54 -9
  26. package/src/filiale/ningjin/UserLostContactAnalysis.vue +592 -0
  27. package/src/filiale/ningjin/config/exportConfig.js +35 -34
  28. package/src/filiale/ningjin/reportManage.js +6 -1
  29. package/src/filiale/ningjin/sale.js +26 -0
  30. package/src/filiale/ningjin/webmeterManage.js +5 -1
  31. package/src/filiale/wenxi/ChargeQuery.vue +26 -112
  32. package/src/filiale/wenxi/FmyGasDeviceQuery.vue +144 -17
  33. package/src/filiale/wenxi/GasDeviceQuery.vue +975 -0
  34. package/src/filiale/wenxi/RecordInfoQuery.vue +1 -1
  35. package/src/filiale/wenxi/sale.js +2 -0
  36. package/src/filiale/yuansheng/DayReportList.vue +15 -1
  37. package/node_modules.zip +0 -0
  38. package/static/newStyle/new_stretch_bottom.png +0 -0
  39. package/static/newStyle/new_stretch_top.png +0 -0
@@ -1,180 +1,180 @@
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 bendi = 'http://192.168.50.4:8400'
23
- // var bendi = 'http://119.187.112.234:8400/'
24
- var wode = 'http://127.0.0.1:8080'
25
- // 192.168.
26
- // var str = 'http://127.0.0.1:8080/manage', str2 = 'http://192.168.50.199:8300'
27
- // var str = 'http://192.168.10.233:8300', str2 = 'http://192.168.10.14:8300'
28
- var proxyTable = {
29
- '/rs/logic/exportfile': {
30
- target: bendi
31
- },
32
- '/files': {
33
- target: bendi
34
- },
35
- // 查找资源服务数据
36
- '/rs/search': {
37
- target: bendi
38
- },
39
- // 查找资源服务数据
40
- '/rs/logic/getLogin': {
41
- target: bendi
42
- },
43
- // 查找资源服务数据
44
- '/rs/logic/getInitData': {
45
- target: bendi
46
- },
47
- '/rs/logic/getSaleInitData': {
48
- target: bendi
49
- },
50
- // 用户登录服务地址
51
- '/rs/user': {
52
- target: bendi
53
- },
54
- '/rs/path/getParams': {
55
- target: bendi
56
- },
57
- '/rs/data': {
58
- target: bendi
59
- },
60
- '/rs/license': {
61
- target: bendi
62
- },
63
- '/rs/db': {
64
- target: bendi
65
- },
66
- '/excel': {
67
- target: bendi
68
- },
69
- '/rs/config': {
70
- target: bendi
71
- },
72
- '/rs/sql/getLicenseById': {
73
- target: bendi
74
- },
75
- '/rs/report': {
76
- target: bendi
77
- },
78
- '/rs/vue': {
79
- target: bendi
80
- },
81
- '/rs/file': {
82
- target: bendi
83
- },
84
- '/rs/sql/singleTable': {
85
- target: bendi
86
- },
87
- '/rs': {
88
- target: wode
89
- }
90
- }
91
-
92
- var devMiddleware = require('webpack-dev-middleware')(compiler, {
93
- publicPath: config.output.publicPath,
94
- stats: {
95
- colors: true,
96
- chunks: false
97
- }
98
- })
99
-
100
- var hotMiddleware = require('webpack-hot-middleware')(compiler)
101
- // force page reload when html-webpack-plugin template changes
102
- compiler.plugin('compilation', function (compilation) {
103
- compilation.plugin('html-webpack-plugin-after-emit', function (data, cb) {
104
- hotMiddleware.publish({action: 'reload'})
105
- cb()
106
- })
107
- })
108
-
109
- // proxy api requests
110
- Object.keys(proxyTable).forEach(function (context) {
111
- var options = proxyTable[context]
112
- if (typeof options === 'string') {
113
- options = {target: options}
114
- }
115
- app.use(proxyMiddleware(context, options))
116
- })
117
-
118
- // handle fallback for HTML5 history API
119
- app.use(require('connect-history-api-fallback')())
120
- // app.use(function (req, res, next) {
121
- // res.header('Access-Control-Allow-Origin', '*')
122
- // res.header('Access-Control-Allow-Headers', 'X-Requested-With')
123
- // res.header('Access-Control-Allow-Methods', 'PUT, POST, GET,DELETE, OPTIONS')
124
- // res.header('X-Powered-By', '3,2,1')
125
- // res.header('Access-Control-Allow-Credentials', 'true')
126
- // res.header('Content-Type', 'application/json;charset=utf-8')
127
- // next()
128
- // })
129
-
130
- // serve webpack bundle output
131
- app.use(devMiddleware)
132
-
133
- // enable hot-reload and state-preserving
134
- // compilation error display
135
- app.use(hotMiddleware)
136
-
137
- // serve pure static assets
138
- app.use('/static', express.static('./static'))
139
-
140
- // app.all('/rs/*', function (req, res) {
141
- // proxy.web(req, res, {
142
- // target: 'http://127.0.0.1:8081/reports'
143
- // })
144
- // })
145
-
146
- // app.all('/rs/*', function (req, res) {
147
- // proxy.web(req, res, {
148
- // target: 'http://127.0.0.1:8081/ldap'
149
- // })
150
- // })
151
- // app.all('/excel/*', function (req, res) {
152
- // proxy.web(req, res, {
153
- // target: 'http://127.0.0.1:8081/charge'
154
- // })
155
- // })
156
-
157
- // app.all('/rs/*', function (req, res) {
158
- // proxy.web(req, res, {
159
- // target: 'http://127.0.0.1:82/charge'
160
- // })
161
- // })
162
-
163
- // app.all('/*', function (req, res) {
164
- // proxy.web(req, res, {
165
- // target: 'http://127.0.0.1:82'
166
- // })
167
- // })
168
- // app.all('/rs/user', function (req, res) {
169
- // proxy.web(req, res, {
170
- // target: 'http://127.0.0.1:82'
171
- // })
172
- // })
173
-
174
- module.exports = app.listen(8015, function (err) {
175
- if (err) {
176
- console.log(err)
177
- return
178
- }
179
- console.log('Listening at http://localhost:8015')
180
- })
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 bendi = 'http://192.168.50.4:8400'
23
+ // var bendi = 'http://119.187.112.234:8400/'
24
+ var wode = 'http://192.168.50.4:8400'
25
+ // 192.168.
26
+ // var str = 'http://127.0.0.1:8080/manage', str2 = 'http://192.168.50.199:8300'
27
+ // var str = 'http://192.168.10.233:8300', str2 = 'http://192.168.10.14:8300'
28
+ var proxyTable = {
29
+ '/rs/logic/exportfile': {
30
+ target: bendi
31
+ },
32
+ '/files': {
33
+ target: bendi
34
+ },
35
+ // 查找资源服务数据
36
+ '/rs/search': {
37
+ target: bendi
38
+ },
39
+ // 查找资源服务数据
40
+ '/rs/logic/getLogin': {
41
+ target: bendi
42
+ },
43
+ // 查找资源服务数据
44
+ '/rs/logic/getInitData': {
45
+ target: bendi
46
+ },
47
+ '/rs/logic/getSaleInitData': {
48
+ target: bendi
49
+ },
50
+ // 用户登录服务地址
51
+ '/rs/user': {
52
+ target: bendi
53
+ },
54
+ '/rs/path/getParams': {
55
+ target: bendi
56
+ },
57
+ '/rs/data': {
58
+ target: bendi
59
+ },
60
+ '/rs/license': {
61
+ target: bendi
62
+ },
63
+ '/rs/db': {
64
+ target: bendi
65
+ },
66
+ '/excel': {
67
+ target: bendi
68
+ },
69
+ '/rs/config': {
70
+ target: bendi
71
+ },
72
+ '/rs/sql/getLicenseById': {
73
+ target: bendi
74
+ },
75
+ '/rs/report': {
76
+ target: bendi
77
+ },
78
+ '/rs/vue': {
79
+ target: bendi
80
+ },
81
+ '/rs/file': {
82
+ target: bendi
83
+ },
84
+ '/rs/sql/singleTable': {
85
+ target: bendi
86
+ },
87
+ '/rs': {
88
+ target: wode
89
+ }
90
+ }
91
+
92
+ var devMiddleware = require('webpack-dev-middleware')(compiler, {
93
+ publicPath: config.output.publicPath,
94
+ stats: {
95
+ colors: true,
96
+ chunks: false
97
+ }
98
+ })
99
+
100
+ var hotMiddleware = require('webpack-hot-middleware')(compiler)
101
+ // force page reload when html-webpack-plugin template changes
102
+ compiler.plugin('compilation', function (compilation) {
103
+ compilation.plugin('html-webpack-plugin-after-emit', function (data, cb) {
104
+ hotMiddleware.publish({action: 'reload'})
105
+ cb()
106
+ })
107
+ })
108
+
109
+ // proxy api requests
110
+ Object.keys(proxyTable).forEach(function (context) {
111
+ var options = proxyTable[context]
112
+ if (typeof options === 'string') {
113
+ options = {target: options}
114
+ }
115
+ app.use(proxyMiddleware(context, options))
116
+ })
117
+
118
+ // handle fallback for HTML5 history API
119
+ app.use(require('connect-history-api-fallback')())
120
+ // app.use(function (req, res, next) {
121
+ // res.header('Access-Control-Allow-Origin', '*')
122
+ // res.header('Access-Control-Allow-Headers', 'X-Requested-With')
123
+ // res.header('Access-Control-Allow-Methods', 'PUT, POST, GET,DELETE, OPTIONS')
124
+ // res.header('X-Powered-By', '3,2,1')
125
+ // res.header('Access-Control-Allow-Credentials', 'true')
126
+ // res.header('Content-Type', 'application/json;charset=utf-8')
127
+ // next()
128
+ // })
129
+
130
+ // serve webpack bundle output
131
+ app.use(devMiddleware)
132
+
133
+ // enable hot-reload and state-preserving
134
+ // compilation error display
135
+ app.use(hotMiddleware)
136
+
137
+ // serve pure static assets
138
+ app.use('/static', express.static('./static'))
139
+
140
+ // app.all('/rs/*', function (req, res) {
141
+ // proxy.web(req, res, {
142
+ // target: 'http://127.0.0.1:8081/reports'
143
+ // })
144
+ // })
145
+
146
+ // app.all('/rs/*', function (req, res) {
147
+ // proxy.web(req, res, {
148
+ // target: 'http://127.0.0.1:8081/ldap'
149
+ // })
150
+ // })
151
+ // app.all('/excel/*', function (req, res) {
152
+ // proxy.web(req, res, {
153
+ // target: 'http://127.0.0.1:8081/charge'
154
+ // })
155
+ // })
156
+
157
+ // app.all('/rs/*', function (req, res) {
158
+ // proxy.web(req, res, {
159
+ // target: 'http://127.0.0.1:82/charge'
160
+ // })
161
+ // })
162
+
163
+ // app.all('/*', function (req, res) {
164
+ // proxy.web(req, res, {
165
+ // target: 'http://127.0.0.1:82'
166
+ // })
167
+ // })
168
+ // app.all('/rs/user', function (req, res) {
169
+ // proxy.web(req, res, {
170
+ // target: 'http://127.0.0.1:82'
171
+ // })
172
+ // })
173
+
174
+ module.exports = app.listen(8015, function (err) {
175
+ if (err) {
176
+ console.log(err)
177
+ return
178
+ }
179
+ console.log('Listening at http://localhost:8015')
180
+ })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "manage-client",
3
- "version": "3.2.262",
3
+ "version": "3.2.264",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -197,6 +197,8 @@ export default {
197
197
  this.orgCondtionStr = condition
198
198
  this.orgname = obj.orgnames[0]
199
199
  this.depname = obj.depnames[0]
200
+ console.log(obj,"========")
201
+ this.operatorname = obj.operatornames[0]
200
202
  },
201
203
  getdep (obj, val) {
202
204
  this.depname = val[0]
@@ -0,0 +1,146 @@
1
+ <template>
2
+ <div class="main-basic">
3
+ <!-- <basic-page ></basic-page>-->
4
+ <!-- &lt;!&ndash;左侧内容模块&ndash;&gt;-->
5
+ <!-- <template v-slot:contentLeft>-->
6
+ <!-- <left-content-page></left-content-page>-->
7
+ <!-- </template>-->
8
+ <!-- &lt;!&ndash;右侧&ndash;&gt;-->
9
+ <!--分公司下拉框-->
10
+ <drop-down-box @select="selectIndex"></drop-down-box>
11
+ <weather-data :filiale.sync="f_orgname" ></weather-data>
12
+ <time></time>
13
+ <div class="content-header">{{ f_orgname }}</div>
14
+ <div class="inform" v-if="false"><span><i></i>{{ data.inform }}</span></div>
15
+ <!--工单模块-->
16
+ <work-order-page :filiale-id.sync="filiale"></work-order-page>
17
+ <!--完成率模块-->
18
+ <percentage-complete :filiale-id.sync="filiale" @wanchenglv="wanchenglvs" ></percentage-complete>
19
+ <!--echart-->
20
+ <percentage-complete-echart :wancheng-lv.sync="wanchenglvss" ></percentage-complete-echart>
21
+ <!--用户模块-->
22
+ <userinfo :filiale-id.sync="filiale"></userinfo>
23
+ <!--来电统计模块-->
24
+ <incoming-telegram></incoming-telegram>
25
+ <!---->
26
+ <!-- <rate-top></rate-top>-->
27
+ <!-- <rate-bottom></rate-bottom>-->
28
+ <!--客服状态模块-->
29
+ <service-status></service-status>
30
+ </div>
31
+ </template>
32
+
33
+ <script>
34
+ import WorkOrderPage from "./WorkOrderPage";
35
+ // import Select from "./Select";
36
+ import {HttpResetClass} from "vue-client";
37
+ import PercentageComplete from "./PercentageComplete";
38
+ import PercentageCompleteEchart from "./PercentageCompleteEchart";
39
+ import RateTop from "./RateTop";
40
+ import RateBottom from "./RateBottom";
41
+ import WeatherData from "./WeatherData";
42
+ import ServiceStatus from "./ServiceStatus";
43
+ import IncomingTelegram from "./IncomingTelegram";
44
+ import DropDownBox from "./DropDownBox";
45
+ export default {
46
+ components: {ServiceStatus,IncomingTelegram,DropDownBox, WeatherData, PercentageComplete,PercentageCompleteEchart, WorkOrderPage,RateTop,RateBottom},
47
+ title:'CallReportMainPage',
48
+ data() {
49
+ return {
50
+ // model:"初入数据",
51
+ data:{
52
+ inform:'2022.3.7号停气',
53
+ },
54
+ f_orgname:'',
55
+ filiale:'',
56
+ wanchenglvss:'',
57
+ }
58
+ },
59
+ name: "CallReportMainPage",
60
+ methods:{
61
+ wanchenglvs(val){
62
+ console.log("这里是父组件",val)
63
+ this.wanchenglvss=val
64
+ console.log("wanchenglvss",this.wanchenglvss)
65
+ },
66
+ selectIndex(val){
67
+ console.log("selectIndex",val)
68
+ this.filiale=val.value
69
+ this.f_orgname=val.label
70
+ }
71
+ },
72
+ watch: {
73
+ 'filiale'(val){
74
+ console.log('toOrgid=====filiale===>',val)
75
+ }
76
+ }
77
+ }
78
+ </script>
79
+
80
+ <style scoped>
81
+ .main-basic{
82
+ /* margin: 0; */
83
+ width: 100vw;
84
+ height: 100vh;
85
+ background-image: url("../../../../static/images/zhongyi/background.png");
86
+ background-repeat: no-repeat;
87
+ }
88
+ .content-header {
89
+ width: 25.333vw;
90
+ height: 3.519vh;
91
+ font-size: 2.704vh;
92
+ color: #fff;
93
+ position: absolute;
94
+ top: 1.389vh;
95
+ left: 42.6vw;
96
+ line-height: 3.333vh;
97
+ font-weight: bolder;
98
+ font-family: '黑体';
99
+ }
100
+ .inform {
101
+ width: 35.833vw;
102
+ height: 6.019vh;
103
+ background-image: url("../../../../static/images/zhongyi/orangebg.png");
104
+ background-repeat: no-repeat;
105
+ background-position: 0px 0px;
106
+ background-size: cover;
107
+ position: absolute;
108
+ top: 11.204vh;
109
+ left: 31.458vw;
110
+ text-align: center;
111
+ }
112
+
113
+ .inform span {
114
+ font-size: 40px;
115
+ font-weight: bold;
116
+ color: #FFFFFF;
117
+ line-height: 33px;
118
+ position: relative;
119
+ top: 1.204vh;
120
+ }
121
+
122
+ .inform i {
123
+ width: 2.03125vw;
124
+ height: 2.87vh;
125
+ background-image: url("../../../../static/images/zhongyi/trumpet.png");
126
+ background-repeat: no-repeat;
127
+ background-position: 0px 0px;
128
+ background-size: cover;
129
+ position: absolute;
130
+ left: -2.604vw;
131
+ top: 1.111vh;
132
+ }
133
+ .filiale{
134
+ width: 300px;
135
+ height: 50px;
136
+ position: absolute;
137
+ top: 75px;
138
+ left: 31px;
139
+ }
140
+ .font_normal_body{
141
+ color: #fff;
142
+ }
143
+ /*.default.focus,default.focus,dropdown-menu{*/
144
+ /* background: #0f136c;*/
145
+ /*}*/
146
+ </style>
@@ -0,0 +1,64 @@
1
+ <template>
2
+ <!-- 分公司下拉框 -->
3
+ <div class="col-sm-3 form-group form-input-group drop-down-box" style="width: 20%">
4
+ <label class="font_normal_body" style="color: #fff;">分公司</label>
5
+ <v-select
6
+ placeholder='请选择分公司'
7
+ :value-single="true"
8
+ v-model='f_orgstr'
9
+ :value.sync="f_orgstr"
10
+ :options='orgstrs'
11
+ close-on-select clear-button>
12
+ </v-select>
13
+ </div>
14
+
15
+
16
+ </template>
17
+
18
+ <script>
19
+
20
+ export default {
21
+ name: "DropDownBox",
22
+ data(){
23
+ return{
24
+ f_orgstr: '23145',
25
+ orgstrs:[
26
+ {label: '夏津中邑燃气有限公司', value: '21131'},
27
+ {label: '临邑中邑燃气有限公司', value: '21137'},
28
+ {label: '山东彤运天燃气有限公司', value: '21143'},
29
+ {label: '庆云浩通天燃气有限公司', value: '21155'},
30
+ {label: '山东中邑燃气有限公司', value: '23145'}
31
+ ]
32
+ }
33
+ },
34
+ computed:{
35
+ },
36
+ ready(){
37
+
38
+ },
39
+ methods:{
40
+
41
+ },
42
+ watch: {
43
+ 'f_orgstr': {
44
+ handler(val){
45
+ for (const orgstr of this.orgstrs) {
46
+ if (orgstr.value == val){
47
+ this.$emit('select',orgstr)
48
+ break
49
+ }
50
+ }
51
+
52
+ },
53
+ immediate: true
54
+ }
55
+ },
56
+ }
57
+ </script>
58
+
59
+ <style scoped>
60
+ .drop-down-box{
61
+ position: absolute;
62
+ top: 76px;
63
+ }
64
+ </style>