manage-client 3.2.138 → 3.2.142

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 (31) hide show
  1. package/.gradle/4.4/fileContent/fileContent.lock +0 -0
  2. package/.gradle/4.4/taskHistory/taskHistory.bin +0 -0
  3. package/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
  4. package/build/dev-server.js +1 -1
  5. package/build/libs/ManageClient-3.1.0-17.jar +0 -0
  6. package/build/tmp/jar/MANIFEST.MF +2 -0
  7. package/package.json +1 -1
  8. package/src/components/SellReport/Cardapplysgas.vue +274 -0
  9. package/src/components/SellReport/GasPropertiesManager.vue +151 -0
  10. package/src/components/SellReport/LeftChart.vue +132 -0
  11. package/src/components/SellReport/MarketMonthChart.vue +162 -0
  12. package/src/components/SellReport/MarketMonthgas.vue +244 -0
  13. package/src/components/WebReport/EchartsBox.vue +54 -34
  14. package/src/components/daping/DataManagement.vue +4 -4
  15. package/src/components/daping/json/dataManage.json +11 -7
  16. package/src/components/qinhua/Pie.vue +18 -8
  17. package/src/components/sale/businessquery/AccountQuery/keyUserGasRanking.vue +165 -0
  18. package/src/components/sale/businessquery/ArrearsQuery.vue +13 -11
  19. package/src/components/sale/businessquery/ChargeQuery.vue +4 -4
  20. package/src/components/sale/businessquery/CollectManage.vue +6 -0
  21. package/src/components/sale/businessquery/CommunityPaymen.vue +1 -1
  22. package/src/components/sale/businessquery/HandGasPropertiesQuery.vue +5 -2
  23. package/src/components/sale/businessquery/NoBusinessQuery.vue +37 -38
  24. package/src/components/sale/businessquery/ResidentialCardQuery.vue +373 -0
  25. package/src/components/sale/config/exportConfig.js +2 -2
  26. package/src/components/sale/filesquery/MeterQuery.vue +21 -1
  27. package/src/components/sale/filesquery/RecordInfoQuery.vue +16 -0
  28. package/src/filiale/qianneng/MeterQuery.vue +21 -1
  29. package/src/filiale/rongcheng/RecordInfoQuery.vue +1 -1
  30. package/src/reportManage.js +18 -0
  31. package/src/saleManage.js +6 -0
@@ -81,7 +81,7 @@ var proxyTable = {
81
81
  target: 'http://127.0.0.1:8080'
82
82
  },
83
83
  '/rs': {
84
- target: fuwu
84
+ target: bendi
85
85
  }
86
86
  }
87
87
 
@@ -0,0 +1,2 @@
1
+ Manifest-Version: 1.0
2
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "manage-client",
3
- "version": "3.2.138",
3
+ "version": "3.2.142",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -0,0 +1,274 @@
1
+ <template>
2
+ <div class="basic-main" style="height: 98%">
3
+ <criteria-paged :model="model" :pager='false' v-ref:paged>
4
+ <criteria partial='criteria' @condition-changed='$parent.selfSearch' v-ref:criteria>
5
+ <p class="bg-info text-center" style="padding: 8px;">卡表抄表气价报表</p>
6
+ <div class="form-group" v-if="!$parent.$parent.data.f_files_path"></div>
7
+ <div novalidate class="form-horizontal select-overspread container-fluid auto" partial >
8
+ <div class="row">
9
+ <div class="col-sm-4" >
10
+ <label class="font_normal_body" for="startDate">开始日期:</label>
11
+ <datepicker id="startDate" placeholder="开始日期" style="width: 60%"
12
+ v-model="model.startDate"
13
+ :value.sync="model.startDate"
14
+ :disabled-days-of-Week="[]"
15
+ :format="'yyyy-MM-dd HH:mm:ss'"
16
+ :show-reset-button="reset">
17
+ </datepicker>
18
+ </div>
19
+ <div class="col-sm-4" >
20
+ <label class="font_normal_body" for="endDate">结束日期:</label>
21
+ <datepicker id="endDate" placeholder="结束日期" style="width: 60%"
22
+ v-model="model.endDate"
23
+ :value.sync="model.endDate"
24
+ :disabled-days-of-Week="[]"
25
+ :format="'yyyy-MM-dd HH:mm:ss'"
26
+ :show-reset-button="reset">
27
+ </datepicker>
28
+ </div>
29
+ <div class="col-sm-4">
30
+ <label class="font_normal_body">&nbsp;&nbsp;&nbsp;公司&nbsp;&nbsp;&nbsp; </label>
31
+ <right-tree @re-res="$parent.$parent.getRes"></right-tree>
32
+ </div>
33
+ <div class="col-sm-4">
34
+ <label class="font_normal_body">&nbsp;&nbsp;&nbsp;部门&nbsp;&nbsp;&nbsp; </label>
35
+ <res-select restype='department'
36
+ @res-select="$parent.$parent.getdep"
37
+ :parentresid="$parent.$parent.depresid"
38
+ :initresid='$parent.$parent.depid'>
39
+ </res-select>
40
+
41
+ </div>
42
+ <div class="col-sm-4">
43
+ <label class="font_normal_body">&nbsp;&nbsp;&nbsp;人员&nbsp;&nbsp;&nbsp; </label>
44
+ <res-select restype='user'
45
+ @res-select="$parent.$parent.getuser"
46
+ :parentresid="$parent.$parent.userresid"
47
+ :initresid='$parent.$parent.operatorid'>
48
+ </res-select>
49
+ </div>
50
+ <div class="col-sm-4 form-group">
51
+ <label class="font_normal_body">气表品牌</label>
52
+ <v-select :value.sync="model.f_meter_classify" multiple
53
+ :options='$parent.$parent.metertypes' placeholder='请选择' v-model="model.f_meter_classify"
54
+ condition="f_meter_classify in {}"
55
+ close-on-select></v-select>
56
+ </div>
57
+ </div>
58
+ <div class="span" style = "float:right;">
59
+ <button class="button_search" @click="$parent.$parent.searchData()">查询</button>
60
+ <report-print id='gasprice' top='3cm' left='0' width='100%' height='100%' :preview="true"></report-print>
61
+ <report-excel id='gasprice'></report-excel>
62
+ </div>
63
+ </div>
64
+ </criteria>
65
+ <div partial='list' v-el:handcollect id='gasprice' style="overflow-y: scroll">
66
+ <table class='tableprint' style="margin: 0px auto" v-if="!$parent.data.f_files_path">
67
+ <thead>
68
+ <tr>
69
+ <th colspan='9' style="font-weight: normal; text-align: left;">
70
+ <h3 style="text-align: center">卡表抄表气价报表</h3>
71
+ </th>
72
+ </tr>
73
+ <tr>
74
+ <th colspan='9' style="font-weight: normal; text-align: center;">
75
+ 开始时间:{{model.model.startDate}}<br>
76
+ 结束时间:{{ model.model.endDate }}<br>
77
+ 打印时间:{{{$parent.printTime}}}
78
+ </th>
79
+ </tr>
80
+ <tr>
81
+ <th colspan='9' style="font-weight: normal; text-align: center;">
82
+ <div>
83
+ <span v-show="$parent.orgname.trim()!=''">公司:{{$parent.orgname}}</span>
84
+ <span v-show="$parent.depname.trim()!=''"> 部门:{{$parent.depname}}</span>
85
+ <span v-show="$parent.operatorname.trim()!=''">人员:{{$parent.operatorname}}</span>
86
+ </div>
87
+ </th>
88
+ </tr>
89
+ </thead>
90
+ <tr>
91
+ <td colspan='9'>
92
+ {{{ model.data.substring(26,model.data.length-8) }}}
93
+ </td>
94
+ </tr>
95
+ <tfoot>
96
+ <tr style="text-align: left">
97
+ <th colspan='3'>财务审核:</th>
98
+ <th colspan='3'>收款审核:</th>
99
+ <th colspan='3'>收款员:</th>
100
+ </tr>
101
+ </tfoot>
102
+ </table>
103
+ {{{ $parent.reportStr}}}
104
+ </div>
105
+ </criteria-paged>
106
+ <modal :show.sync="show" v-ref:modal small backdrop="false">
107
+ <header slot="modal-header" class="modal-header">
108
+ <h4 class="modal-title">输入文件名称</h4>
109
+ </header>
110
+ <article slot="modal-body" class="modal-body">
111
+ <div class="form-group">
112
+ <input type="text" class="form-control" v-model="filename" placeholder='保存的文件名'>
113
+ </div>
114
+ </article>
115
+ <footer slot="modal-footer" class="modal-footer">
116
+ <button v-show="show" type="button" class="btn btn-default" @click='close'>取消</button>
117
+ <button v-show="show" type="button" class="btn btn-success" @click='confirm(filename)'>确认</button>
118
+ </footer>
119
+ </modal>
120
+ </div>
121
+ </template>
122
+
123
+ <script>
124
+ import { DataModel } from 'vue-client'
125
+ import co from 'co'
126
+ let saveFile = function * (self) {
127
+ // 线验证文件是否重名
128
+ let count = yield self.$resetpost('rs/sql/manageSingleTable',
129
+ {data: {tablename: 't_report_record', condition: `f_files_name = '${self.filename}'`}},
130
+ {resolveMsg: null, rejectMsg: null})
131
+ if (count.data.length > 0) {
132
+ self.$showAlert('无法保存,文件名重名', 'warning', 3000)
133
+ return
134
+ }
135
+ let saveBack = yield self.$resetpost('rs/logic/saveReport', {f_files_content: self.$refs.paged.$els.handcollect.innerHTML,
136
+ f_files_name: self.filename, f_files_type: self.data.f_report_type, f_component_name: 'manage-bus-summary',
137
+ f_operator: this.$login.f.name, f_query_month: `${self.model.model.startDate}-${self.model.model.endDate}`,
138
+ f_outlets: this.$login.f.depname})
139
+ if (saveBack.data.status === 'succeed') {
140
+ self.show = false
141
+ self.filename = ''
142
+ // 后台保存完成,通知刷新
143
+ self.$dispatch('save-success', self.filename)
144
+ }
145
+ }
146
+ export default {
147
+ title: '卡表抄表气价报表',
148
+ props: ['data'],
149
+ data () {
150
+ return {
151
+ printTime: this.$login.toStandardTimeString(),
152
+ depresid: [],
153
+ userresid: [],
154
+ f_orgid: this.$login.f.orgid,
155
+ f_depid: this.$login.f.depids,
156
+ f_operatorid: this.$login.f.id,
157
+ operatorid: [],
158
+ depid: [],
159
+ orgname: '',
160
+ depname: '',
161
+ operatorname: '',
162
+ orgCondtionStr: '1=1',
163
+ model: new DataModel('rs/report/Cardapplysgas', {startDate: 'this.model.startDate', endDate: 'this.model.endDate',
164
+ f_orgid: 'this.model.f_orgid'}),
165
+ reportStr: null,
166
+ show: false,
167
+ }
168
+ },
169
+ ready () {
170
+ this.$refs.paged.$refs.criteria.model.startDate = this.$login.toStandardDateString() + ' 00:00:00'
171
+ this.$refs.paged.$refs.criteria.model.endDate = this.$login.toStandardDateString() + ' 23:59:59'
172
+ // this.$refs.paged.$refs.criteria.search()
173
+ console.log(this.$login.f)
174
+ },
175
+ methods: {
176
+ searchData () {
177
+ this.$refs.paged.$refs.criteria.search()
178
+ },
179
+ selfSearch (args) {
180
+ this.printTime = this.$login.toStandardTimeString()
181
+ console.log("condition:" + args.condition)
182
+ let orgcondition = '1=1'
183
+ if (this.f_orgid[0]) {
184
+ orgcondition += ' and s.f_orgid in (' + this.f_orgid + ')'
185
+ }
186
+ let deps = ''
187
+ let i = 0
188
+ let depss = ''
189
+ if (this.f_depid[0]) {
190
+ for ( i; i< this.f_depid.length; i++ )
191
+ deps += `'${this.f_depid[i]}',`
192
+ depss = deps.toString().substring(1,deps.length-2)
193
+ orgcondition += " and s.f_depid in ( '" + depss + "' ) "
194
+ }else {
195
+ depss = ''
196
+ }
197
+ console.log("所选部门:" + depss)
198
+
199
+ let opes = ''
200
+ let j = 0
201
+ let opess = ''
202
+ if(this.f_operatorid[0]) {
203
+ for ( j; j< this.f_operatorid.length; j++ )
204
+ opes += `'${this.f_operatorid[j]}',`
205
+ opess = opes.toString().substring(1,opes.length-2)
206
+ orgcondition += "and s.f_operatorid in ( '" + opess + "' ) "
207
+ }else {
208
+ opess = ''
209
+ }
210
+ console.log("所选人员:" + opess)
211
+
212
+ this.$refs.paged.$refs.criteria.model.f_orgid = orgcondition + " and " + args.condition
213
+ this.$refs.paged.search(args)
214
+ },
215
+ getRes (obj) {
216
+ this.orgname = obj.res[0]
217
+ this.depresid = obj.resids
218
+ this.f_orgid = obj.resids
219
+ this.userresid = obj.resids
220
+ },
221
+ getdep (obj, val) {
222
+ this.depname = val
223
+ // this.userresid = obj
224
+ this.f_depid = obj
225
+ },
226
+ getuser ( obj, val) {
227
+ this.operatorname = val
228
+ this.f_operatorid = obj
229
+ },
230
+
231
+ // 根据文件路径获取储存的报表内容
232
+ getFileContent (path) {
233
+ this.$resetpost('rs/logic/getReportFileContent', {f_files_path: path}, {resolveMsg: null, rejectMsg: null}).then((res) => {
234
+ this.reportStr = res.data.filecontent
235
+ this.model.state = '正确'
236
+ })
237
+ },
238
+ confirm () {
239
+ if (!this.filename || this.filename === '') {
240
+ this.$showAlert('无法保存,文件名不能为空', 'warning', 3000)
241
+ }
242
+ let saveGen = saveFile(this)
243
+ co(saveGen)
244
+ },
245
+ close () {
246
+ this.show = false
247
+ },
248
+ // 将报表保存成文件
249
+ confirmReport () {
250
+ this.show = true
251
+ this.filename = this.data.f_report_name + this.$login.toStandardDateString()
252
+ },
253
+ },
254
+ watch: {
255
+ 'data' (val) {
256
+ if (val.f_files_path) {
257
+ this.getFileContent(val.f_files_path)
258
+ } else {
259
+ this.reportStr = null
260
+ }
261
+ }
262
+ },
263
+ computed: {
264
+ metertypes() {
265
+ return [{label: ' 全部 ', value: ''}, ...this.$appdata.getParam('气表品牌')]
266
+ }
267
+ }
268
+ }
269
+ </script>
270
+ <style scoped>
271
+ .noborder{
272
+ border: none;
273
+ }
274
+ </style>
@@ -0,0 +1,151 @@
1
+ <template lang="html">
2
+ <div id="charts">
3
+ <div id="GasPropertiesManager">
4
+ <button class="button_export button_spacing" @click="change('f_user_type')">一级用气性质</button>
5
+ <button class="button_export button_spacing" @click="change('f_gasproperties')">二级用气性质</button>
6
+ </div>
7
+ <div id="sm" :style="{width:'100%',height:'98%'}"></div>
8
+ </div>
9
+ </template>
10
+
11
+ <script>
12
+ /* eslint-disable indent,key-spacing,no-labels */
13
+
14
+ import * as Util from '../../Util'
15
+ import co from 'co'
16
+ import echarts from 'echarts'
17
+ import {HttpResetClass} from 'vue-client'
18
+
19
+ let getData = function* (self) {
20
+ let load = new HttpResetClass()
21
+ load.load('POST', 'rs/sql/gasPropertiesStatistics',
22
+ {data: {startDate: self.startdate, endDate: self.enddate, f_orgid: self.orgid, groupkey: self.groupkey}},
23
+ {resolveMsg: null, rejectMsg: null})
24
+ .then((res) => {
25
+ self.texttile = '用户类型'
26
+ let arrparams = []
27
+ let numdata = []
28
+ let pricedata = []
29
+ for (var i = 0; i < res.data.length; i++) {
30
+ arrparams[i] = res.data[i].name
31
+ numdata[i] = res.data[i].num
32
+ pricedata[i] = res.data[i].money
33
+ }
34
+ self.set(arrparams, numdata, pricedata)
35
+ })
36
+ }
37
+ export default {
38
+ props: {
39
+ startdate: {
40
+ type: String,
41
+ default: Util.toStandardDateString()
42
+ },
43
+ enddate: {
44
+ type: String,
45
+ default: Util.toStandardDateString()
46
+ },
47
+ orgid: {
48
+ type: String
49
+ }
50
+ },
51
+ data () {
52
+ return {
53
+ texttile: '',
54
+ xc: '',
55
+ groupkey: 'f_user_type'
56
+ }
57
+ },
58
+ methods: {
59
+ change (type) {
60
+ this.groupkey = type
61
+ this.searchdata()
62
+ },
63
+ set (arrparams, numdata, pricedata) {
64
+ this.xc = echarts.init(document.getElementById('sm'))
65
+ this.xc.setOption({
66
+ title: {
67
+ text: '用气性质散列图',
68
+ subtext: '数据查询来源',
69
+ x: 'left'
70
+ },
71
+ tooltip: {
72
+ trigger: 'axis'
73
+ },
74
+ legend: {
75
+ x: 'left',
76
+ y: 'bottom',
77
+ data: ['条数', '用量']
78
+ },
79
+ toolbox: {
80
+ show: true,
81
+ feature: {
82
+ dataView: {show: true, readOnly: false},
83
+ magicType: {show: true, type: ['line', 'bar']},
84
+ restore: {show: true},
85
+ saveAsImage: {show: true}
86
+ }
87
+ },
88
+ calculable: true,
89
+ xAxis: [
90
+ {
91
+ type: 'category',
92
+ data: arrparams
93
+ }
94
+ ],
95
+ yAxis: [
96
+ {
97
+ type: 'value'
98
+ }
99
+ ],
100
+ series: [
101
+ {
102
+ name: '条数',
103
+ type: 'bar',
104
+ data: numdata,
105
+ markLine: {
106
+ data: [
107
+ {type: 'average', name: '平均值'}
108
+ ]
109
+ }
110
+ },
111
+ {
112
+ name: '用量',
113
+ type: 'bar',
114
+ data: pricedata,
115
+ markLine: {
116
+ data: [
117
+ {type: 'average', name: '平均值'}
118
+ ]
119
+ }
120
+ }
121
+ ]
122
+ })
123
+ },
124
+ searchdata () {
125
+ let getGen = getData(this)
126
+ co(getGen)
127
+ }
128
+ },
129
+ ready () {
130
+ this.searchdata()
131
+ },
132
+ watch: {
133
+ 'startdate' (val) {
134
+ this.searchdata()
135
+ },
136
+ 'enddate' (val) {
137
+ this.searchdata()
138
+ },
139
+ 'orgid' (val) {
140
+ this.searchdata()
141
+ }
142
+ }
143
+
144
+ }
145
+ </script>
146
+ <style lang="less">
147
+ #GasPropertiesManager {
148
+ display: flex;
149
+ justify-content: center;
150
+ }
151
+ </style>
@@ -0,0 +1,132 @@
1
+ <template>
2
+ <div :id="id" style="height:50%"></div>
3
+ </template>
4
+ <script>
5
+ import * as echarts from "echarts";
6
+ export default {
7
+ name: "LineEchart",
8
+ props: {
9
+ title: {
10
+ type: String,
11
+ },
12
+ id: {
13
+ type: String,
14
+ default: "main",
15
+ },
16
+ type: {
17
+ type: String,
18
+ default: "line",
19
+ },
20
+ color: {
21
+ type: Array,
22
+ default: function () {
23
+ return ["#9E87FF", '#73DDFF', '#fe9a8b', '#F56948', '#9E87FF',"#005aff", "pink", "#08b551", "red", "#f0b551", "black"];
24
+ },
25
+ },
26
+ param: {
27
+ type: Object,
28
+ default: function () {
29
+ return {
30
+ width: "1",
31
+ legendData: ["Email", "Union Ads", "Video Ads"],
32
+ xData: ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"],
33
+ yData: [
34
+ [120, 132, 101, 134, 90, 230, 210],
35
+ [220, 232, 301, 434, 290, 230, 210],
36
+ [920, 832, 501, 234, 590, 230, 210],
37
+ ],
38
+ };
39
+ },
40
+ },
41
+ },
42
+ data() {
43
+ return {};
44
+ },
45
+
46
+ ready() {
47
+ // this.initData();
48
+ },
49
+ watch:{
50
+ 'param'(val){
51
+ if(val){
52
+ this.initData();
53
+ }
54
+ }
55
+ },
56
+ methods: {
57
+ //组织单个Series
58
+ getSeries(name, width, color, data) {
59
+ return {
60
+ name: name,
61
+ type: "line",
62
+ lineStyle: {
63
+ width: width,
64
+ type: "line",
65
+ },
66
+ data: data,
67
+ };
68
+ },
69
+ setSeries() {
70
+ let arr = [];
71
+ for (let i = 0; i < this.param.yData.length; i++) {
72
+ let serie = this.getSeries(
73
+ this.param.legendData[i],
74
+ this.param.width,
75
+ this.color[i],
76
+ this.param.yData[i]
77
+ );
78
+ arr.push(serie);
79
+ }
80
+ return arr;
81
+ },
82
+ initData() {
83
+ var chartDom = document.getElementById(this.id);
84
+ var myChart = echarts.init(chartDom);
85
+ this.option = {
86
+ title: {
87
+ text: this.title,
88
+ },
89
+ tooltip: {
90
+ trigger: "axis",
91
+ position: function (pos, params, dom, rect, size) {
92
+ let yPos = '20%'
93
+ let xPos = 0
94
+ if (pos[0] < size.viewSize[0] / 2) {
95
+ xPos = pos[0] + 10
96
+ } else {
97
+ xPos = pos[0] - dom.offsetWidth - 10
98
+ }
99
+ return [xPos, yPos]
100
+ },
101
+ trigger: 'axis',
102
+ extraCssText: 'width:auto;height:auto;border:1px solid #015999;background:#032f53 ',
103
+ },
104
+ legend: {
105
+ data: this.param.legendData,
106
+ bottom: '0%',
107
+ left: 'center',
108
+ },
109
+ grid: {
110
+ left: "3%",
111
+ right: "4%",
112
+ bottom: "13%",
113
+ containLabel: true,
114
+ },
115
+ xAxis: {
116
+ type: "category",
117
+ boundaryGap: false,
118
+ data: this.param.xData,
119
+ },
120
+ yAxis: {
121
+ type: "value",
122
+ },
123
+ series: this.setSeries(),
124
+ };
125
+
126
+ this.option && myChart.setOption(this.option);
127
+ },
128
+ },
129
+ };
130
+ </script>
131
+
132
+ <style scoped></style>