manage-client 3.3.84 → 3.3.85

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 (51) hide show
  1. package/package.json +1 -1
  2. package/src/filiale/WEINAN/ManageUserCount.vue +321 -0
  3. package/src/filiale/WEINAN/config/exportConfig.js +7 -7
  4. package/src/filiale/WEINAN/reportManage.js +2 -0
  5. package/src/filiale/aode/exportConfig.js +3 -3
  6. package/src/filiale/ceshi/ArrearsQuery.vue +2 -2
  7. package/src/filiale/ceshi/exportConfig.js +3 -3
  8. package/src/filiale/gaomi/ChargeQuery.vue +2 -2
  9. package/src/filiale/gaomi/config/exportConfig.js +7 -7
  10. package/src/filiale/gongyi/sale/businessquery/exportConfig.js +1 -1
  11. package/src/filiale/jingzhou/ChargeQuery.vue +2 -2
  12. package/src/filiale/jingzhou/HandplanQuery.vue +1 -1
  13. package/src/filiale/jingzhou/config/exportConfig.js +9 -9
  14. package/src/filiale/liaoyuan/ArrearsQuery.vue +2 -2
  15. package/src/filiale/liaoyuan/ChargeQuery.vue +2 -2
  16. package/src/filiale/liaoyuan/HandplanQuery.vue +1 -1
  17. package/src/filiale/liaoyuan/exportConfig.js +8 -8
  18. package/src/filiale/macheng/ArrearsQuery.vue +2 -2
  19. package/src/filiale/macheng/ChargeQuery.vue +1 -1
  20. package/src/filiale/macheng/HandplanQuery.vue +1 -1
  21. package/src/filiale/macheng/config/exportConfig.js +2 -2
  22. package/src/filiale/meihekou/ArrearsQuery.vue +2 -2
  23. package/src/filiale/meihekou/ChargeQuery.vue +2 -2
  24. package/src/filiale/meihekou/HandplanQuery.vue +1 -1
  25. package/src/filiale/meihekou/config/exportConfig.js +8 -8
  26. package/src/filiale/pingxiang/config/exportConfig.js +8 -8
  27. package/src/filiale/qingtongxia/ArrearsQuery.vue +2 -2
  28. package/src/filiale/qingtongxia/ChargeQuery.vue +2 -2
  29. package/src/filiale/qingtongxia/SellPeopleQuery.vue +2 -2
  30. package/src/filiale/qingtongxia/config/exportConfig.js +8 -8
  31. package/src/filiale/rizhao/ChargeQuery.vue +2 -2
  32. package/src/filiale/rongcheng/ArrearsQuery.vue +4 -4
  33. package/src/filiale/rongcheng/ChargeQuery.vue +2 -2
  34. package/src/filiale/rongcheng/exportConfig.js +4 -4
  35. package/src/filiale/rongchuang/ChargeQuery.vue +1 -1
  36. package/src/filiale/rongchuang/exportConfig.js +8 -8
  37. package/src/filiale/shaoguan/ArrearsQuery.vue +3 -3
  38. package/src/filiale/shaoguan/ChargeQuery.vue +2 -2
  39. package/src/filiale/shaoguan/HandplanQuery.vue +1 -1
  40. package/src/filiale/shaoguan/config/exportConfig.js +7 -7
  41. package/src/filiale/shennongjia/ChargeQuery.vue +2 -2
  42. package/src/filiale/shennongjia/config/exportConfig.js +5 -5
  43. package/src/filiale/tongchuan/ChargeQuery.vue +2 -2
  44. package/src/filiale/tongchuan/HandplanQuery.vue +1 -1
  45. package/src/filiale/tongchuan/config/exportConfig.js +9 -9
  46. package/src/filiale/wenxi/config/exportConfig.js +7 -7
  47. package/src/filiale/wuan/ChargeQuery.vue +2 -2
  48. package/src/filiale/wuhai/ChargeQuery.vue +2 -2
  49. package/src/filiale/zhongsheng/ChargeQuery.vue +2 -2
  50. package/src/filiale/zhongsheng/config/exportConfig.js +11 -11
  51. package/src/saleManage.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "manage-client",
3
- "version": "3.3.84",
3
+ "version": "3.3.85",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -0,0 +1,321 @@
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-2 form-group" >
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-2 form-group" >
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-2 form-group" >
30
+ <label class="font_normal_body" for="org">公&emsp;&emsp;司:</label>
31
+ <right-tree id="org" @re-res="$parent.$parent.getRes" style="width: 60%"></right-tree>
32
+ </div>
33
+ <div class="col-sm-2 form-group">
34
+ <label class="font_normal_body">用气性质</label>
35
+ <v-select :value.sync="model.f_gasproperties"
36
+ v-model="model.f_gasproperties"
37
+ :options='$parent.$parent.gaspropertyTypes' placeholder='请选择'
38
+ condition=" f_gasproperties = '{}'"
39
+ :value-single="true"
40
+ close-on-select></v-select>
41
+ </div>
42
+ <div class="col-sm-2 form-group">
43
+ <label class="font_normal_body">客户类型</label>
44
+ <v-select :value.sync="model.f_user_type"
45
+ :options='$parent.$parent.usertypes' placeholder='请选择' v-model="model.f_user_type"
46
+ condition="f_user_type = '{}'"
47
+ close-on-select></v-select>
48
+ </div>
49
+ <div class="col-sm-2 form-group">
50
+ <label class="font_normal_body">气价名称</label>
51
+ <v-select :value.sync="model.f_price_name"
52
+ v-model="model.f_price_name"
53
+ :options="$parent.$parent.getPricenames"
54
+ condition="f_price_name = '{}'"
55
+ close-on-select></v-select>
56
+ </div>
57
+ <div class="col-sm-2 form-group">
58
+ <label class="font_normal_body">气表品牌</label>
59
+ <v-select :value.sync="model.f_meter_brand"
60
+ v-model="model.f_meter_brand"
61
+ :options='$parent.$parent.meterbrands' placeholder='请选择'
62
+ condition="f_meter_brand = '{}'"
63
+ close-on-select></v-select>
64
+ </div>
65
+
66
+ <div style = "float:right;">
67
+ <button class="button_search" @click="$parent.$parent.searchData()">查询</button>
68
+ <report-print id='gasprice' top='3cm' left='0' width='100%' height='100%' :preview="true"></report-print>
69
+ <report-excel id='gasprice'></report-excel>
70
+ </div>
71
+ </div>
72
+ </div>
73
+ </criteria>
74
+ <div partial='list' v-el:handcollect id='gasprice' style="overflow-y: scroll">
75
+ <table class='tableprint' style="margin: 0px auto">
76
+ <thead>
77
+ <tr>
78
+ <th :colspan='$parent.spans' style="font-weight: bold; text-align: left;">
79
+ <h3 style="text-align: center">用户新增销户统计报表</h3>
80
+ </th>
81
+ </tr>
82
+ <tr>
83
+ <th :colspan='$parent.spans' style="font-weight: normal; text-align: center;">
84
+ 开始时间:{{model.model.startDate}}&nbsp;&nbsp;&nbsp;
85
+ 结束时间:{{ model.model.endDate }}&nbsp;&nbsp;
86
+ </th>
87
+ </tr>
88
+ <tr>
89
+ <th :colspan='$parent.spans' style="font-weight: normal; text-align: center;">
90
+ 打印时间:{{{$parent.printTime}}}
91
+ </th>
92
+ </tr>
93
+ <tr>
94
+ <th :colspan='$parent.spans' style="font-weight: normal; text-align: center;">
95
+ <div>
96
+ <span v-show="$parent.orgname.trim()!=''">公司:{{$parent.orgname}}</span>
97
+ <!--<span v-show="$parent.depname.trim()!=''"> 部门:{{$parent.depname}}</span>-->
98
+ </div>
99
+ </th>
100
+ </tr>
101
+ </thead>
102
+ <tr>
103
+ <td :colspan='$parent.spans' class="noborder">
104
+ {{{ model.data.substring(26,model.data.length-8) }}}
105
+ </td>
106
+ </tr>
107
+ <!--<tfoot>-->
108
+ <!--<tr style="text-align: left">-->
109
+ <!--<th colspan='{{$parent.spans}}' style="font-weight: normal; text-align: left;">-->
110
+ <!--收款人:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-->
111
+ <!--运营部审核人:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-->
112
+ <!--微信后台审核人:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-->
113
+ <!--经手人:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-->
114
+ <!--</th>-->
115
+ <!--</tr>-->
116
+ <!--</tfoot>-->
117
+ </table>
118
+ {{{ $parent.reportStr}}}
119
+ </div>
120
+ </criteria-paged>
121
+ <modal :show.sync="show" v-ref:modal small backdrop="false">
122
+ <header slot="modal-header" class="modal-header">
123
+ <h4 class="modal-title">输入文件名称</h4>
124
+ </header>
125
+ <article slot="modal-body" class="modal-body">
126
+ <div class="form-group">
127
+ <input type="text" class="form-control" v-model="filename" placeholder='保存的文件名'>
128
+ </div>
129
+ </article>
130
+ <footer slot="modal-footer" class="modal-footer">
131
+ <button v-show="show" type="button" class="btn btn-default" @click='close'>取消</button>
132
+ <button v-show="show" type="button" class="btn btn-success" @click='confirm(filename)'>确认</button>
133
+ </footer>
134
+ </modal>
135
+ </div>
136
+ </template>
137
+
138
+ <script>
139
+ import {DataModel, HttpResetClass} from 'vue-client'
140
+ import co from 'co'
141
+
142
+ let saveFile = function * (self) {
143
+ // 线验证文件是否重名
144
+ let count = yield self.$resetpost('rs/sql/manageSingleTable',
145
+ {data: {tablename: 't_report_record', condition: `f_files_name = '${self.filename}'`}},
146
+ {resolveMsg: null, rejectMsg: null})
147
+ if (count.data.length > 0) {
148
+ self.$showAlert('无法保存,文件名重名', 'warning', 3000)
149
+ return
150
+ }
151
+ let saveBack = yield self.$resetpost('rs/logic/saveReport', {f_files_content: self.$refs.paged.$els.handcollect.innerHTML,
152
+ f_files_name: self.filename, f_files_type: self.data.f_report_type, f_component_name: 'manage-bus-summary',
153
+ f_operator: this.$login.f.name, f_query_month: `${self.model.model.startDate}-${self.model.model.endDate}`,
154
+ f_outlets: this.$login.f.depname})
155
+ if (saveBack.data.status === 'succeed') {
156
+ self.show = false
157
+ self.filename = ''
158
+ // 后台保存完成,通知刷新
159
+ self.$dispatch('save-success', self.filename)
160
+ }
161
+ }
162
+
163
+ export default {
164
+ title: '用户新增销户统计报表',
165
+ props: ['data'],
166
+ data () {
167
+ return {
168
+ printTime: this.$login.toStandardTimeString(),
169
+ depresid: [],
170
+ userresid: [],
171
+ initres: {
172
+ org:[this.$login.f.orgid]
173
+ },
174
+ meterbrands: [],
175
+ getPricenames:[],
176
+ f_orgid: this.$login.f.orgid,
177
+ f_depid: this.$login.f.depids,
178
+ f_operatorid: this.$login.f.id,
179
+ operatorid: [],
180
+ depid: [],
181
+ orgname: '',
182
+ depname: '',
183
+ operatorname: '',
184
+ orgCondtionStr: '1=1',
185
+ model: new DataModel('rs/report/manageusercount', {startDate: 'this.model.startDate', endDate: 'this.model.endDate',
186
+ f_orgid: 'this.model.f_orgid',f_gasproperties: 'this.model.f_gasproperties'}),
187
+ reportStr: null,
188
+ show: false,
189
+ spans: ''
190
+ }
191
+ },
192
+ ready () {
193
+ this.$refs.paged.$refs.criteria.model.startDate = this.$login.toStandardDateString() + ' 00:00:00'
194
+ this.$refs.paged.$refs.criteria.model.endDate = this.$login.toStandardDateString() + ' 23:59:59'
195
+ this.initParams()
196
+ this.qijia()
197
+ },
198
+ methods: {
199
+ searchData () {
200
+ this.$refs.paged.$refs.criteria.search()
201
+ },
202
+ selfSearch (args) {
203
+ this.printTime = this.$login.toStandardTimeString()
204
+ this.orgCondtionStr='1=1'
205
+ if (this.f_orgid[0]) {
206
+ this.orgCondtionStr += ` and f_orgid in ('${this.f_orgid}')`
207
+ }
208
+ this.$refs.paged.$refs.criteria.model.f_orgid = this.orgCondtionStr
209
+ this.$refs.paged.search(args)
210
+ },
211
+ getRes (obj) {
212
+ this.orgname = obj.res[0]
213
+ this.depresid = obj.resids
214
+ this.f_orgid = obj.resids
215
+ console.log('this.f_orgid',this.f_orgid)
216
+ this.initParams()
217
+ this.qijia()
218
+ },
219
+ getdep (obj, val) {
220
+ this.depname = val[0]
221
+ this.userresid = obj
222
+ this.f_depid = obj
223
+ },
224
+ getuser ( obj, val) {
225
+ this.operatorname = val[0]
226
+ this.f_operatorid = obj
227
+ },
228
+ async initParams (condition) {
229
+ // 初始化气表品牌
230
+ let HttpReset = new HttpResetClass()
231
+ var data = await HttpReset.load('POST', 'rs/sql/singleTable_Final', {
232
+ data: {
233
+ condition: '1=1',
234
+ tablename: 't_gasbrand',
235
+ groupitem: 'f_meter_brand',
236
+ orderitem: 'f_meter_brand',
237
+ items: 'f_meter_brand'
238
+ }
239
+ }, {resolveMsg: null, rejectMsg: '获取气表品牌失败!'})
240
+ let brandArr = [{label: '全部', value: ''}]
241
+ for (let row of data.data){
242
+ brandArr.push({label: row.f_meter_brand, value: row.f_meter_brand})
243
+ }
244
+ this.meterbrands = brandArr
245
+ },
246
+ async qijia (condition) {
247
+ // 初始化气价名称 t_stairprice 表中的 f_price_name 条件是f_state='有效'
248
+ let HttpReset = new HttpResetClass()
249
+ var data = await HttpReset.load('POST', 'rs/sql/singleTable_Final', {
250
+ data: {
251
+ condition: "1=1 and f_state='有效' " + (condition==null ? '' : condition),
252
+ tablename: 't_stairprice',
253
+ groupitem: 'f_price_name',
254
+ orderitem: 'f_price_name',
255
+ items: 'f_price_name'
256
+ }
257
+ }, {resolveMsg: null, rejectMsg: '获取气价名称失败!'})
258
+ let brandArr1 = [{label: '全部', value: ''}]
259
+ for (let row of data.data){
260
+ brandArr1.push({label: row.f_price_name, value: row.f_price_name})
261
+ }
262
+ this.getPricenames = brandArr1
263
+ },
264
+ // 根据文件路径获取储存的报表内容
265
+ getFileContent (path) {
266
+ this.$resetpost('rs/logic/getReportFileContent', {f_files_path: path}, {resolveMsg: null, rejectMsg: null}).then((res) => {
267
+ this.reportStr = res.data.filecontent
268
+ this.model.state = '正确'
269
+ })
270
+ },
271
+ confirm () {
272
+ if (!this.filename || this.filename === '') {
273
+ this.$showAlert('无法保存,文件名不能为空', 'warning', 3000)
274
+ }
275
+ let saveGen = saveFile(this)
276
+ co(saveGen)
277
+ },
278
+ close () {
279
+ this.show = false
280
+ },
281
+ // 将报表保存成文件
282
+ confirmReport () {
283
+ this.show = true
284
+ this.filename = this.data.f_report_name + this.$login.toStandardDateString()
285
+ }
286
+ },
287
+ watch: {
288
+ 'data' (val) {
289
+ if (val.f_files_path) {
290
+ this.getFileContent(val.f_files_path)
291
+ } else {
292
+ this.reportStr = null
293
+ }
294
+ },
295
+ 'model.data' (val) {
296
+ let len=0
297
+ let a=val.split('</tr>')
298
+ for(let i=0;i<a.length;i++){
299
+ if(a[i].split('</td>').length-1>len){
300
+ len=a[i].split('</td>').length-1
301
+ }
302
+ continue
303
+ }
304
+ this.spans = len
305
+ }
306
+ },
307
+ computed: {
308
+ gaspropertyTypes() {
309
+ return [{label: '全部', value: ''}, ...this.$appdata.getParam('用气性质')]
310
+ },
311
+ usertypes() {
312
+ return [{label: ' 全部 ', value: ''}, ...this.$appdata.getParam('用户类型')]
313
+ }
314
+ }
315
+ }
316
+ </script>
317
+ <style scoped>
318
+ .noborder{
319
+ border: none;
320
+ }
321
+ </style>
@@ -91,11 +91,11 @@ export default{
91
91
  },
92
92
  sellPeopleConfig: {
93
93
  'f_operator': '收费员', 'f_oughtfee': '燃气费', 'f_yucun': '预存款', 'f_other_fee': '其他费', 'f_number': '销售笔数', 'f_cal_collection': '冲正金额',
94
- 'f_collection': '实收金额', 'qifei_num': '气费笔数','qifei_fee': '气费金额','yucun_num': '预存笔数','yucun_fee': '预存金额', 'tuifei_num': '退费笔数', 'tuifei_fee': '退费金额','f_delaypay': '已交滞纳金', 'f_heji': '合计金额'
94
+ 'f_collection': '实收金额', 'qifei_num': '气费笔数','qifei_fee': '气费金额','yucun_num': '预存笔数','yucun_fee': '预存金额', 'tuifei_num': '退费笔数', 'tuifei_fee': '退费金额','f_delaypay': '已交违约金', 'f_heji': '合计金额'
95
95
  },
96
96
  sellOrgnameConfig: {
97
97
  'f_orgname': '分公司', 'f_oughtfee': '燃气费', 'f_yucun': '预存款', 'f_other_fee': '其他费', 'f_number': '销售笔数', 'f_cal_collection': '冲正金额',
98
- 'f_collection': '实收金额', 'qifei_num': '气费笔数','qifei_fee': '气费金额','yucun_num': '预存笔数','yucun_fee': '预存金额', 'tuifei_num': '退费笔数', 'tuifei_fee': '退费金额','f_delaypay': '已交滞纳金', 'f_heji': '合计金额'
98
+ 'f_collection': '实收金额', 'qifei_num': '气费笔数','qifei_fee': '气费金额','yucun_num': '预存笔数','yucun_fee': '预存金额', 'tuifei_num': '退费笔数', 'tuifei_fee': '退费金额','f_delaypay': '已交违约金', 'f_heji': '合计金额'
99
99
  },
100
100
  handPeopleConfig: {
101
101
  'f_inputtor': '抄表员', 'f_user_number': '应抄户数', 'f_no_hand': '未抄户数', 'f_out_hand': '已抄无用量',
@@ -117,7 +117,7 @@ export default{
117
117
  'f_user_phone': '客户电话','f_rent_phone': '备用电话','f_inputtor': '抄表员','f_book_name': '抄表册','f_user_type': '客户类型',
118
118
  'f_gasproperties': '用气性质', 'f_comments': '备注', 'c': '欠费期数', 'f_hand_date': '欠费区间', 'f_oughtamount': '用气量',
119
119
  'f_oughtfee': '用气金额','f_operate_date': '缴费时间', 'f_debt_money': '已交金额', 'f_oughtfee_new': '应交气费',
120
- 'overdue': '滞纳金', 'f_garbage_fee': '附加费','f_last_tablebase': '上期抄表底数','f_balance': '上期余额',
120
+ 'overdue': '违约金', 'f_garbage_fee': '附加费','f_last_tablebase': '上期抄表底数','f_balance': '上期余额',
121
121
  'f_oughtfee_all': '合计欠费金额','f_cost_type':'缴费方式','f_meter_type':'气表类型'
122
122
  },
123
123
  arrearsGYConfig: {
@@ -238,8 +238,8 @@ export default{
238
238
  UserSellHeadDetailConfig: {
239
239
  'f_userinfo_code': '用户编号','f_user_name':'用户名称','f_address':'用户地址', 'f_balance': '期初余额',
240
240
  'f_collection':'实收金额','f_m_fee':'免交金额','f_t_fee':'退费','f_b_fee':'补费','f_k_fee':'扣费',
241
- 'f_oughtamount':'应收气费','f_debt_money':'已收气费','f_w_money':'未收气费','f_delaypay':'已收滞纳金',
242
- 'f_reduction_fee':'滞纳金减免','f_h_fee':'超用收费','f_curbalance':'期末余额','f_x_balance':'最新余额'
241
+ 'f_oughtamount':'应收气费','f_debt_money':'已收气费','f_w_money':'未收气费','f_delaypay':'已收违约金',
242
+ 'f_reduction_fee':'违约金减免','f_h_fee':'超用收费','f_curbalance':'期末余额','f_x_balance':'最新余额'
243
243
  },
244
244
  TransactionSummaryConfig: {
245
245
  'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_type': '类型', 'f_price': '气价',
@@ -263,7 +263,7 @@ export default{
263
263
  batchBankConfig: {
264
264
  'f_userinfo_code': '客户编号', 'f_userinfo_id': '用户编号', 'f_user_phone': '客户电话', 'f_user_name': '客户姓名', 'f_address': '客户地址',
265
265
  'f_bank_accopen': '银行户名', 'f_bank_pay_number': '缴费编号', 'f_bank_account': '银行开户账号', 'f_paper_account': '开户行及账号',
266
- 'f_bank_name': '银行名称', 'f_oughtfee': '欠费金额','overdue': '滞纳金'
266
+ 'f_bank_name': '银行名称', 'f_oughtfee': '欠费金额','overdue': '违约金'
267
267
  },
268
268
  batchBankConfig2: {
269
269
  'f_userinfo_code': '客户编号', 'f_userinfo_id': '用户编号', 'phone': '客户电话', 'f_user_name': '客户姓名', 'f_address': '客户地址',
@@ -510,7 +510,7 @@ monthGasConfig: {
510
510
  },
511
511
  overduelistConfig:{
512
512
  'f_month':'月份','f_last_balance':'期初余额','f_account':'本期发生额','f_wechat_pay':'微信','f_money_pay':'现金',
513
- 'f_reduction':'本期减免','f_bank_pay':'银行转账','f_sum_pay':'滞纳金合计','f_balance':'期末余额'
513
+ 'f_reduction':'本期减免','f_bank_pay':'银行转账','f_sum_pay':'违约金合计','f_balance':'期末余额'
514
514
  },
515
515
  sellinggaslistConfig:{
516
516
  'f_month':'月份','f_last_balance':'期初余额','f_account':'本期发生额','f_wechat_pay':'微信',
@@ -11,5 +11,7 @@ export default function () {
11
11
  Vue.component('manage-company-gas-summary', (resolve) => { require(['./ManageCompanyGasSummary'], resolve) })
12
12
  Vue.component('manage-company-gas-manage', (resolve) => { require(['./ManageCompanyGasManage'], resolve) })
13
13
  Vue.component('manage-company-gas-detail', (resolve) => { require(['./ManageCompanyGasDetail'], resolve) })
14
+ // 报表展示组件(用户新增销户统计报表)
15
+ Vue.component('manage-user-count', (resolve) => { require(['./ManageUserCount'], resolve) })
14
16
  }
15
17
 
@@ -25,7 +25,7 @@ export default{
25
25
  'id': '收费编号', 'f_userinfo_code': '客户编号','f_user_name':'客户名称','f_address': '客户地址', 'f_user_type': '客户类型', 'f_gasproperties': '用气性质', 'f_meternumber': '表号','f_times':'购气次数',
26
26
  'f_pregas': '气量','f_preamount': '金额','f_collection': '收款', 'f_privilege_money': '优惠金额', 'f_balance': '上期结余',
27
27
  'f_curbalance': '本期结余','f_type': '收费类型','f_payment': '付款方式','f_state': '状态','f_operate_date': '收费日期',
28
- 'f_delaypay': '滞纳金','f_comments': '备注','f_operator': '操作员','f_depname': '部门','f_orgname': '公司','f_rest_date':'所属年月',
28
+ 'f_delaypay': '违约金','f_comments': '备注','f_operator': '操作员','f_depname': '部门','f_orgname': '公司','f_rest_date':'所属年月',
29
29
  'f_yucun':'预存金额','f_card_id':'卡号','f_stairamount1':"一阶气量",'f_stair1price':"一阶单价",'f_stair1fee':"一阶气费",
30
30
  'f_stair2amount':"二阶气量",'f_stair2price':"二阶单价",'f_stair2fee':"二阶气费",
31
31
  'f_stair3amount':"三阶气量",'f_stair3price':"三阶单价",'f_stair3fee':"三阶气费",
@@ -43,7 +43,7 @@ export default{
43
43
  'f_userinfo_code': '客户编号', 'f_userinfo_id': '户编号', 'f_user_name': '客户名称', 'f_user_type': '客户类型',
44
44
  'f_gasproperties': '用气性质', 'f_residential_area': '小区名称', 'f_address': '客户地址', 'f_user_phone': '客户电话',
45
45
  'f_rent_phone': '备用电话', 'f_comments': '备注', 'c': '欠费期数', 'f_hand_date': '欠费时间', 'f_oughtamount': '用气量',
46
- 'f_oughtfee': '用气金额', 'f_debt_money': '已交金额', 'f_oughtfee_new': '气费金额', 'overdue': '滞纳金', 'f_garbage_fee': '附加费',
46
+ 'f_oughtfee': '用气金额', 'f_debt_money': '已交金额', 'f_oughtfee_new': '气费金额', 'overdue': '违约金', 'f_garbage_fee': '附加费',
47
47
  'f_oughtfee_all': '合计欠费金额'
48
48
  },
49
49
  sellingHandConfig:{
@@ -238,7 +238,7 @@ export default{
238
238
  },
239
239
  overduelistConfig:{
240
240
  "f_month":"月份","f_last_balance":"期初余额","f_account":"本期发生额","f_wechat_pay":"微信","f_money_pay":"现金",
241
- "f_reduction":"本期减免","f_bank_pay":"银行转账","f_sum_pay":"滞纳金合计","f_balance":"期末余额","f_comments":"备注"
241
+ "f_reduction":"本期减免","f_bank_pay":"银行转账","f_sum_pay":"违约金合计","f_balance":"期末余额","f_comments":"备注"
242
242
  },
243
243
  sellinggaslistConfig:{
244
244
  "f_month":"月份","f_last_balance":"期初余额","f_account":"本期发生额","f_wechat_pay":"微信",
@@ -238,7 +238,7 @@
238
238
  <nobr>应交气费</nobr>
239
239
  </th>
240
240
  <th>
241
- <nobr>滞纳金</nobr>
241
+ <nobr>违约金</nobr>
242
242
  </th>
243
243
  <th>
244
244
  <nobr>附加费</nobr>
@@ -347,7 +347,7 @@
347
347
  气费金额合计:&emsp;{{sumsmodel.f_oughtfee_new}}
348
348
  </td>
349
349
  <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
350
- 滞纳金合计:&emsp;{{sumsmodel.overdue}}
350
+ 违约金合计:&emsp;{{sumsmodel.overdue}}
351
351
  </td>
352
352
  <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
353
353
  附加费合计:&emsp;{{sumsmodel.f_garbage_fee}}
@@ -43,7 +43,7 @@ export default{
43
43
  'id': '收费编号', 'f_userinfo_code': '客户编号','f_user_name':'客户名称','f_address': '客户地址', 'f_user_type': '客户类型', 'f_gasproperties': '用气性质', 'f_meternumber': '表号','f_times':'购气次数',
44
44
  'f_pregas': '气量','f_preamount': '金额','f_collection': '收款', 'f_privilege_money': '优惠金额', 'f_balance': '上期结余',
45
45
  'f_curbalance': '本期结余','f_type': '收费类型','f_payment': '付款方式','f_state': '状态','f_operate_date': '收费日期',
46
- 'f_delaypay': '滞纳金','f_comments': '备注','f_operator': '操作员','f_depname': '部门','f_orgname': '公司','f_rest_date':'所属年月',
46
+ 'f_delaypay': '违约金','f_comments': '备注','f_operator': '操作员','f_depname': '部门','f_orgname': '公司','f_rest_date':'所属年月',
47
47
  'f_yucun':'预存金额','f_card_id':'卡号','f_stairamount1':"一阶气量",'f_stair1price':"一阶单价",'f_stair1fee':"一阶气费",
48
48
  'f_stair2amount':"二阶气量",'f_stair2price':"二阶单价",'f_stair2fee':"二阶气费",
49
49
  'f_stair3amount':"三阶气量",'f_stair3price':"三阶单价",'f_stair3fee':"三阶气费",
@@ -61,7 +61,7 @@ export default{
61
61
  'f_userinfo_code': '客户编号', 'f_userinfo_id': '户编号', 'f_user_name': '客户名称', 'f_user_type': '客户类型',
62
62
  'f_gasproperties': '用气性质', 'f_residential_area': '小区名称', 'f_address': '客户地址', 'f_user_phone': '客户电话',
63
63
  'f_rent_phone': '备用电话', 'f_comments': '备注', 'c': '欠费期数', 'f_hand_date': '欠费时间', 'f_oughtamount': '用气量',
64
- 'f_oughtfee': '用气金额', 'f_debt_money': '已交金额', 'f_oughtfee_new': '气费金额', 'overdue': '滞纳金', 'f_garbage_fee': '附加费',
64
+ 'f_oughtfee': '用气金额', 'f_debt_money': '已交金额', 'f_oughtfee_new': '气费金额', 'overdue': '违约金', 'f_garbage_fee': '附加费',
65
65
  'f_oughtfee_all': '合计欠费金额'
66
66
  },
67
67
  sellingHandConfig:{
@@ -256,7 +256,7 @@ export default{
256
256
  },
257
257
  overduelistConfig:{
258
258
  "f_month":"月份","f_last_balance":"期初余额","f_account":"本期发生额","f_wechat_pay":"微信","f_money_pay":"现金",
259
- "f_reduction":"本期减免","f_bank_pay":"银行转账","f_sum_pay":"滞纳金合计","f_balance":"期末余额","f_comments":"备注"
259
+ "f_reduction":"本期减免","f_bank_pay":"银行转账","f_sum_pay":"违约金合计","f_balance":"期末余额","f_comments":"备注"
260
260
  },
261
261
  sellinggaslistConfig:{
262
262
  "f_month":"月份","f_last_balance":"期初余额","f_account":"本期发生额","f_wechat_pay":"微信",
@@ -346,7 +346,7 @@
346
346
  <nobr>金额</nobr>
347
347
  </th>
348
348
  <th>
349
- <nobr>滞纳金</nobr>
349
+ <nobr>违约金</nobr>
350
350
  </th>
351
351
  <th>
352
352
  <nobr>燃气费</nobr>
@@ -677,7 +677,7 @@
677
677
  应交金额合计:&emsp;{{sumsmodel.fee}}
678
678
  </td>
679
679
  <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
680
- 滞纳金合计:&emsp;{{sumsmodel.f_delaypay}}
680
+ 违约金合计:&emsp;{{sumsmodel.f_delaypay}}
681
681
  </td>
682
682
  <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
683
683
  燃气费合计:&emsp;{{sumsmodel.f_preamount}}
@@ -67,7 +67,7 @@ export default{
67
67
  'f_gasproperties': '用气性质', 'f_meternumber': '表号','f_meter_brand': '气表品牌','f_times':'购气次数',
68
68
  'f_pregas': '气量','fee': '金额','f_preamount': '燃气费','f_collection': '收款', 'f_privilege_money': '优惠金额', 'f_balance': '上期结余',
69
69
  'f_curbalance': '本期结余','f_type': '收费类型','f_payment': '付款方式','f_bank_type': '支付渠道','f_state': '状态','f_operate_date': '收费日期',
70
- 'f_delaypay': '滞纳金','f_comments': '备注','f_operator': '操作员','f_depname': '部门','f_orgname': '公司',
70
+ 'f_delaypay': '违约金','f_comments': '备注','f_operator': '操作员','f_depname': '部门','f_orgname': '公司',
71
71
  'f_yucun': '预存金额','f_card_id': '卡号','f_stairamount1':"一阶气量",'f_stair1price':"一阶单价",'f_stair1fee':"一阶气费",
72
72
  'f_stair2amount': "二阶气量",'f_stair2price': "二阶单价",'f_stair2fee':"二阶气费",
73
73
  'f_stair3amount':"三阶气量",'f_stair3price': "三阶单价",'f_stair3fee':"三阶气费",
@@ -91,11 +91,11 @@ export default{
91
91
  },
92
92
  sellPeopleConfig: {
93
93
  'f_operator': '收费员', 'f_oughtfee': '燃气费', 'f_yucun': '预存款', 'f_other_fee': '其他费', 'f_number': '销售笔数', 'f_cal_collection': '冲正金额',
94
- 'f_collection': '实收金额', 'qifei_num': '气费笔数','qifei_fee': '气费金额','yucun_num': '预存笔数','yucun_fee': '预存金额', 'tuifei_num': '退费笔数', 'tuifei_fee': '退费金额','f_delaypay': '已交滞纳金', 'f_heji': '合计金额'
94
+ 'f_collection': '实收金额', 'qifei_num': '气费笔数','qifei_fee': '气费金额','yucun_num': '预存笔数','yucun_fee': '预存金额', 'tuifei_num': '退费笔数', 'tuifei_fee': '退费金额','f_delaypay': '已交违约金', 'f_heji': '合计金额'
95
95
  },
96
96
  sellOrgnameConfig: {
97
97
  'f_orgname': '分公司', 'f_oughtfee': '燃气费', 'f_yucun': '预存款', 'f_other_fee': '其他费', 'f_number': '销售笔数', 'f_cal_collection': '冲正金额',
98
- 'f_collection': '实收金额', 'qifei_num': '气费笔数','qifei_fee': '气费金额','yucun_num': '预存笔数','yucun_fee': '预存金额', 'tuifei_num': '退费笔数', 'tuifei_fee': '退费金额','f_delaypay': '已交滞纳金', 'f_heji': '合计金额'
98
+ 'f_collection': '实收金额', 'qifei_num': '气费笔数','qifei_fee': '气费金额','yucun_num': '预存笔数','yucun_fee': '预存金额', 'tuifei_num': '退费笔数', 'tuifei_fee': '退费金额','f_delaypay': '已交违约金', 'f_heji': '合计金额'
99
99
  },
100
100
  handPeopleConfig: {
101
101
  'f_inputtor': '抄表员', 'f_user_number': '应抄户数', 'f_no_hand': '未抄户数', 'f_out_hand': '已抄无用量',
@@ -240,8 +240,8 @@ export default{
240
240
  UserSellHeadDetailConfig: {
241
241
  'f_userinfo_code': '用户编号','f_user_name':'用户名称','f_address':'用户地址', 'f_balance': '期初余额',
242
242
  'f_collection':'实收金额','f_m_fee':'免交金额','f_t_fee':'退费','f_b_fee':'补费','f_k_fee':'扣费',
243
- 'f_oughtamount':'应收气费','f_debt_money':'已收气费','f_w_money':'未收气费','f_delaypay':'已收滞纳金',
244
- 'f_reduction_fee':'滞纳金减免','f_h_fee':'超用收费','f_curbalance':'期末余额','f_x_balance':'最新余额'
243
+ 'f_oughtamount':'应收气费','f_debt_money':'已收气费','f_w_money':'未收气费','f_delaypay':'已收违约金',
244
+ 'f_reduction_fee':'违约金减免','f_h_fee':'超用收费','f_curbalance':'期末余额','f_x_balance':'最新余额'
245
245
  },
246
246
  TransactionSummaryConfig: {
247
247
  'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_type': '类型', 'f_price': '气价',
@@ -265,7 +265,7 @@ export default{
265
265
  batchBankConfig: {
266
266
  'f_userinfo_code': '客户编号', 'f_userinfo_id': '用户编号', 'f_user_phone': '客户电话', 'f_user_name': '客户姓名', 'f_address': '客户地址',
267
267
  'f_bank_accopen': '银行户名', 'f_bank_pay_number': '缴费编号', 'f_bank_account': '银行开户账号', 'f_paper_account': '开户行及账号',
268
- 'f_bank_name': '银行名称', 'f_oughtfee': '欠费金额','overdue': '滞纳金'
268
+ 'f_bank_name': '银行名称', 'f_oughtfee': '欠费金额','overdue': '违约金'
269
269
  },
270
270
  batchBankConfig2: {
271
271
  'f_userinfo_code': '客户编号', 'f_userinfo_id': '用户编号', 'phone': '客户电话', 'f_user_name': '客户姓名', 'f_address': '客户地址',
@@ -490,7 +490,7 @@ monthGasConfig: {
490
490
  },
491
491
  overduelistConfig:{
492
492
  "f_month":"月份","f_last_balance":"期初余额","f_account":"本期发生额","f_wechat_pay":"微信","f_money_pay":"现金",
493
- "f_reduction":"本期减免","f_bank_pay":"银行转账","f_sum_pay":"滞纳金合计","f_balance":"期末余额"
493
+ "f_reduction":"本期减免","f_bank_pay":"银行转账","f_sum_pay":"违约金合计","f_balance":"期末余额"
494
494
  },
495
495
  sellinggaslistConfig:{
496
496
  "f_month":"月份","f_last_balance":"期初余额","f_account":"本期发生额","f_wechat_pay":"微信",
@@ -12,6 +12,6 @@ export default {
12
12
  batchBankConfig: {
13
13
  'f_userinfo_code': '客户编号', 'f_userinfo_id': '用户编号', 'f_user_phone': '客户电话', 'f_user_name': '客户姓名', 'f_address': '客户地址',
14
14
  'f_bank_accopen': '银行户名', 'f_bank_pay_number': '缴费编号', 'f_bank_account': '银行开户账号', 'f_paper_account': '开户行及账号',
15
- 'f_bank_name': '银行名称', 'f_oughtfee': '欠费金额', 'overdue': '滞纳金'
15
+ 'f_bank_name': '银行名称', 'f_oughtfee': '欠费金额', 'overdue': '违约金'
16
16
  }
17
17
  }
@@ -357,7 +357,7 @@
357
357
  <nobr>上期结余</nobr>
358
358
  </th>
359
359
  <th>
360
- <nobr>滞纳金</nobr>
360
+ <nobr>违约金</nobr>
361
361
  </th>
362
362
  <!--<th>-->
363
363
  <!--&lt;!&ndash; <nobr>所属年月</nobr>&ndash;&gt;-->
@@ -682,7 +682,7 @@
682
682
  应交金额合计:&emsp;{{sumsmodel.fee}}
683
683
  </td>
684
684
  <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
685
- 滞纳金合计:&emsp;{{sumsmodel.f_delaypay}}
685
+ 违约金合计:&emsp;{{sumsmodel.f_delaypay}}
686
686
  </td>
687
687
  <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
688
688
  燃气费合计:&emsp;{{sumsmodel.f_preamount}}
@@ -321,7 +321,7 @@
321
321
  <nobr>用气量</nobr>
322
322
  </th>
323
323
  <th>
324
- <nobr>滞纳金</nobr>
324
+ <nobr>违约金</nobr>
325
325
  </th>
326
326
  <th>
327
327
  <nobr>用气金额</nobr>