manage-client 3.2.234 → 3.2.235

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.
@@ -8,43 +8,21 @@
8
8
  <div novalidate class="form-horizontal select-overspread container-fluid auto" partial>
9
9
  <div class="row">
10
10
  <res-select-group :show-component="['company']" :initres="$parent.$parent.initres" @re-res="$parent.$parent.getRes" v-ref:sel></res-select-group>
11
+
11
12
  <div class="col-sm-2 form-group">
12
- <label for="startDate" class="font_normal_body">审核日期起</label>
13
- <datepicker id="startDate" placeholder="审核日期起" style="width:60%"
14
- v-model="model.startDate"
15
- :value.sync="model.startDate"
16
- :format="'yyyy-MM-dd'"
17
- :show-reset-button="true"
18
- condition="f_audit_date >= '{} 00:00:00'">
19
- </datepicker>
13
+ <label class="font_normal_body">交费月份</label>
14
+ <v-select :value.sync="model.t_jfyf"
15
+ :options='$parent.$parent.jfnfArray' placeholder='请选择' v-model="model.t_jfyf"
16
+ condition="t_jfyf in {}"
17
+ close-on-select></v-select>
20
18
  </div>
19
+
21
20
  <div class="col-sm-2 form-group">
22
- <label for="endDate" class="font_normal_body">审核日期止</label>
23
- <datepicker id="endDate" placeholder="审核日期止" style="width:60%"
24
- v-model="model.endDate"
25
- :value.sync="model.endDate"
26
- :format="'yyyy-MM-dd'"
27
- :show-reset-button="true"
28
- condition="f_audit_date <= '{} 23:59:59'">
29
- </datepicker>
21
+ <label class="font_normal_body">客户编号</label>
22
+ <input type="text" style="width:60%" class="input_search" v-model="model.b_yhh"
23
+ condition="b_yhh = '{}' " placeholder="客户编号">
30
24
  </div>
31
25
 
32
- <div class="col-sm-2 form-group">
33
- <label class="font_normal_body">气表类型</label>
34
- <v-select :value.sync="model.f_meter_classify"
35
- :options='$parent.$parent.metertypes' placeholder='请选择' v-model="model.f_meter_classify"
36
- condition="f_meter_classify in {}"
37
- close-on-select></v-select>
38
- </div>
39
-
40
- <div class="col-sm-2 form-group">
41
- <label class="font_normal_body">结算方式</label>
42
- <v-select :value.sync="model.f_calculation"
43
- :options='$parent.$parent.fcalculation' placeholder='请选择' v-model="model.f_calculation"
44
- condition="f_calculation in {}"
45
- close-on-select></v-select>
46
- </div>
47
-
48
26
  <div class="span" style="float:right;">
49
27
  <button class="button_search button_spacing" @click="$parent.$parent.search()">查询</button>
50
28
  <button class="button_clear button_spacing" @click="$parent.$parent.clear()">清空</button>
@@ -54,53 +32,12 @@
54
32
  :field="$parent.$parent.getExportField"
55
33
  :footer="$parent.$parent.footer"
56
34
  :header="$parent.$parent.other"
57
- sqlurl="rs/logic/exportfile" sql-name="qnChaobiaoyhhz" template-name='抄表按用户汇总导出'
35
+ sqlurl="rs/logic/exportfile" sql-name="qnJgqMyxsmx" template-name=' 民用销售明细导出'
58
36
  :choose-col="true"></export-excel>
59
37
 
60
38
  <div style="float: right" class="button_spacing" :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}" @click="$parent.$parent.hidden()"></div>
61
39
  </div>
62
40
  </div>
63
- <div class="row" v-show="$parent.$parent.criteriaShow">
64
- <div class="col-sm-2 form-group">
65
- <label class="font_normal_body">客户编号</label>
66
- <input type="text" style="width:60%" class="input_search" v-model="model.f_userinfo_code"
67
- condition="f_userinfo_code = '{}' " placeholder="客户编号">
68
- </div>
69
- <div class="col-sm-2 form-group">
70
- <label class="font_normal_body">客户名称</label>
71
- <input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
72
- condition="f_user_name like '%{}%'" placeholder="客户名称">
73
- </div>
74
- <div class="col-sm-2 form-group">
75
- <label class="font_normal_body">下账状态</label>
76
- <v-select :value.sync="model.f_accounts_state"
77
- :options='$parent.$parent.accountsState' placeholder='请选择' v-model="model.f_accounts_state"
78
- condition="f_accounts_state = '{}'"
79
- close-on-select></v-select>
80
- </div>
81
- <div class="col-sm-2 form-group">
82
- <label class="font_normal_body">客户类型</label>
83
- <v-select :value.sync="model.f_user_type"
84
- @change="$parent.$parent.userTypeChange()"
85
- :options='$parent.$parent.usertypes' placeholder='请选择' v-model="model.f_user_type"
86
- condition="f_user_type = '{}'"
87
- close-on-select></v-select>
88
- </div>
89
- <div class="col-sm-2 form-group">
90
- <label class="font_normal_body">用气性质</label>
91
- <v-select :value.sync="model.f_gasproperties" v-model="model.f_gasproperties"
92
- :options='$parent.$parent.gasproperties' placeholder='请选择'
93
- condition="f_gasproperties = '{}'"
94
- close-on-select></v-select>
95
- </div>
96
- </div>
97
- <div class="row" v-show="$parent.$parent.criteriaShow">
98
- <div class="col-sm-2 form-group">
99
- <label class="font_normal_body">气量大于</label>
100
- <input type="text" style="width:60%" class="input_search" v-model="model.f_gas"
101
- condition="f_gas > {} " placeholder="气量大于">
102
- </div>
103
- </div>
104
41
  </div>
105
42
  </criteria>
106
43
 
@@ -114,13 +51,13 @@
114
51
  <nobr>用户名</nobr>
115
52
  </th>
116
53
  <th>
117
- <nobr>表号</nobr>
54
+ <nobr>地址</nobr>
118
55
  </th>
119
56
  <th>
120
- <nobr>客户类型</nobr>
57
+ <nobr>商品名称</nobr>
121
58
  </th>
122
59
  <th>
123
- <nobr>用气性质</nobr>
60
+ <nobr>抄表期间</nobr>
124
61
  </th>
125
62
  <th>
126
63
  <nobr>起方</nobr>
@@ -129,46 +66,94 @@
129
66
  <nobr>止方</nobr>
130
67
  </th>
131
68
  <th>
132
- <nobr>单价</nobr>
69
+ <nobr>应收气量</nobr>
133
70
  </th>
134
71
  <th>
135
- <nobr>气量</nobr>
72
+ <nobr>单价</nobr>
136
73
  </th>
137
74
  <th>
138
75
  <nobr>金额</nobr>
139
76
  </th>
77
+ <th>
78
+ <nobr>违约金</nobr>
79
+ </th>
80
+ <th>
81
+ <nobr>价差</nobr>
82
+ </th>
83
+ <th>
84
+ <nobr>实交金额</nobr>
85
+ </th>
86
+ <th>
87
+ <nobr>用气性质</nobr>
88
+ </th>
89
+ <th>
90
+ <nobr>交费日期</nobr>
91
+ </th>
92
+ <th>
93
+ <nobr>交费月份</nobr>
94
+ </th>
95
+ <th>
96
+ <nobr>收费员</nobr>
97
+ </th>
98
+ <th>
99
+ <nobr>抄表员</nobr>
100
+ </th>
140
101
  </tr>
141
102
  </template>
142
103
  <template partial='body'>
143
104
  <td style="text-align: center;">
144
- <nobr>{{row.f_userinfo_code}}</nobr>
105
+ <nobr>{{row.b_yhh}}</nobr>
106
+ </td>
107
+ <td style="text-align: center;">
108
+ <nobr>{{row.c_yhmc}}</nobr>
145
109
  </td>
146
110
  <td style="text-align: center;">
147
- <nobr>{{row.f_user_name}}</nobr>
111
+ <nobr>{{row.d_yqdz}}</nobr>
148
112
  </td>
149
113
  <td style="text-align: center;">
150
- <nobr>{{row.f_meternumber}}</nobr>
114
+ <nobr>{{row.e_spmc}}</nobr>
151
115
  </td>
152
116
  <td style="text-align: center;">
153
- <nobr>{{row.f_user_type}}</nobr>
117
+ <nobr>{{row.g_cbqj}}</nobr>
154
118
  </td>
155
119
  <td style="text-align: center;">
156
- <nobr>{{row.f_gasproperties}}</nobr>
120
+ <nobr>{{row.h_csqf}}</nobr>
157
121
  </td>
158
122
  <td style="text-align: center;">
159
- <nobr>{{row.f_last_tablebase}}</nobr>
123
+ <nobr>{{row.i_cszf}}</nobr>
160
124
  </td>
161
125
  <td style="text-align: center;">
162
- <nobr>{{row.f_tablebase}}</nobr>
126
+ <nobr>{{row.j_ysql}}</nobr>
163
127
  </td>
164
128
  <td style="text-align: center;">
165
- <nobr>{{row.f_price}}</nobr>
129
+ <nobr>{{row.k_dj}}</nobr>
166
130
  </td>
167
131
  <td style="text-align: center;">
168
- <nobr>{{row.f_gas}}</nobr>
132
+ <nobr>{{row.l_je}}</nobr>
169
133
  </td>
170
134
  <td style="text-align: center;">
171
- <nobr>{{row.f_money}}</nobr>
135
+ <nobr>{{row.m_znj}}</nobr>
136
+ </td>
137
+ <td style="text-align: center;">
138
+ <nobr>{{row.n_jc}}</nobr>
139
+ </td>
140
+ <td style="text-align: center;">
141
+ <nobr>{{row.o_sjje}}</nobr>
142
+ </td>
143
+ <td style="text-align: center;">
144
+ <nobr>{{row.r_yqxzcfl}}</nobr>
145
+ </td>
146
+ <td style="text-align: center;">
147
+ <nobr>{{row.s_jfrq}}</nobr>
148
+ </td>
149
+ <td style="text-align: center;">
150
+ <nobr>{{row.t_jfyf}}</nobr>
151
+ </td>
152
+ <td style="text-align: center;">
153
+ <nobr>{{row.sfyg}}</nobr>
154
+ </td>
155
+ <td style="text-align: center;">
156
+ <nobr>{{row.cbg}}</nobr>
172
157
  </td>
173
158
  </template>
174
159
  <template partial='foot'>
@@ -182,7 +167,7 @@
182
167
  汇总信息
183
168
  </td>
184
169
  <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
185
- 气量合计:&emsp;{{sumsmodel.f_gas}}&emsp;&emsp;金额合计:&emsp;{{sumsmodel.f_money}}
170
+ 气量合计:&emsp;{{sumsmodel.j_ysql}}&emsp;&emsp;金额合计:&emsp;{{sumsmodel.l_je}}&emsp;&emsp;违约金合计:&emsp;{{sumsmodel.m_znj}}&emsp;&emsp;实交合计:&emsp;{{sumsmodel.o_sjje}}
186
171
  </td>
187
172
  </tr>
188
173
  </table>
@@ -197,429 +182,465 @@
197
182
  </template>
198
183
 
199
184
  <script>
200
- import {HttpResetClass, PagedList} from 'vue-client'
201
- import defaultPrint from '../../components/sale/config/DefaultPrint'
202
- import exportConfig from './exportConfig'
185
+ import {HttpResetClass, PagedList} from 'vue-client'
186
+ import defaultPrint from '../../components/sale/config/DefaultPrint'
187
+ import exportConfig from './exportConfig'
203
188
 
204
- let readySomething = async function (self) {
205
- self.$MagGetSaleParam.initinputtor();
206
- self.getinputtores();
207
- // 获取区县
208
- self.$refs.paged.$refs.cri.model.startDate = self.$login.toStandardDateString()
209
- self.$refs.paged.$refs.cri.model.endDate = self.$login.toStandardDateString()
210
- // await self.$refs.paged.$refs.cri.search()
211
- self.sumsmodel = self.$refs.paged.$refs.grid.model.sums
212
- self.defaultfield = [...self.defaultfield, ...self.config.defaultPrint]
213
- }
189
+ let readySomething = async function (self) {
190
+ self.$MagGetSaleParam.initinputtor();
191
+ self.getinputtores();
192
+ // 获取区县
193
+ self.$refs.paged.$refs.cri.model.startDate = self.$login.toStandardDateString()
194
+ self.$refs.paged.$refs.cri.model.endDate = self.$login.toStandardDateString()
195
+ // await self.$refs.paged.$refs.cri.search()
196
+ self.sumsmodel = self.$refs.paged.$refs.grid.model.sums
197
+ self.defaultfield = [...self.defaultfield, ...self.config.defaultPrint]
198
+ }
214
199
 
215
- export default {
216
- title: '抄表按用户汇总',
217
- data() {
218
- return {
219
- other:[],
220
- footer:[],
221
- model: new PagedList('rs/sql/qnChaobiaoyhhz', 20, {}, {f_gas: 0, f_money: 0}),
222
- criteriaShow: false,
223
- orgCondtionStr: '',
224
- modelval: [],
225
- printshow: false,
226
- all: false,
227
- fields: {},
228
- //排序
229
- orderitem:'',
230
- orderFields: {
200
+ export default {
201
+ title: '民用汇总报表',
202
+ data() {
203
+ return {
204
+ other:[],
205
+ footer:[],
206
+ model: new PagedList('rs/sql/qnJgqMyxsmx', 20, {}, {j_ysql: 0, l_je: 0, m_znj:0, o_sjje:0}),
207
+ criteriaShow: false,
208
+ orgCondtionStr: '',
209
+ modelval: [],
210
+ printshow: false,
211
+ all: false,
212
+ fields: {},
213
+ //排序
214
+ orderitem:'',
215
+ orderFields: {
231
216
 
232
- },
233
- gasproperties:[],
234
- //默认打印列
235
- defaultfield: [],
236
- config: {
237
- defaultPrint: []
238
- },
239
- balance2:'',
240
- thead: '',
241
- tfoot: '',
242
- area: [],
243
- //合计数据
244
- sumsmodel: {},
245
- initres: {
246
- org:[this.$login.f.orgid],
247
- dep:[],
248
- user:[],
249
- },
250
- userdetail: {
251
- show: false,
252
- f_userinfo_code: '',
253
- f_filialeids: ''
254
- },
217
+ },
218
+ gasproperties:[],
219
+ jfnfArray:[],
220
+ //默认打印列
221
+ defaultfield: [],
222
+ config: {
223
+ defaultPrint: []
224
+ },
225
+ balance2:'',
226
+ thead: '',
227
+ tfoot: '',
228
+ area: [],
229
+ //合计数据
230
+ sumsmodel: {},
231
+ initres: {
232
+ org:[this.$login.f.orgid],
233
+ dep:[],
234
+ user:[],
235
+ },
236
+ userdetail: {
237
+ show: false,
238
+ f_userinfo_code: '',
239
+ f_filialeids: ''
240
+ },
255
241
 
256
- show:false,
257
- rowdata:{},
258
- meterInfo:{},
259
- deviceInfo:{},
260
- condition2:'',
242
+ show:false,
243
+ rowdata:{},
244
+ meterInfo:{},
245
+ deviceInfo:{},
246
+ condition2:'',
261
247
 
262
248
 
263
- weixinSign:[{label:"全部",value:""},{label:"已绑定",value:"已绑定"},{label:"未绑定",value:"未绑定"}],
264
- //小区
265
- residentialArea: [],
266
- //表册片区
267
- bookSlice:[{label: '全部',value: ''}],
268
- inputtores:[{label: '全部',value: ''}], //抄表员
269
- allorgid:[],
270
- f_filialeid: this.$login.f.f_orgid,
271
- dypayment:[{label:"全部",value:""},{label:"银行代扣",value:"银行代扣",},{label:"现金缴费",value:"现金缴费",}],
272
- }
273
- },
274
- ready() {
275
- this.getaddress()
276
- // this.$refs.paged.$refs.cri.model.f_user_state=['正常']
277
- readySomething(this).then(() => {
278
- this.$emit('ready')
279
- }).catch((error) => {
280
- this.$emit('error', error)
281
- })
282
- this.initAreas(this.$login.f.orgid)
283
- self.$refs.paged.$refs.cri.model.startDate = self.$login.toStandardDateString()
284
- self.$refs.paged.$refs.cri.model.endDate = self.$login.toStandardDateString()
285
- },
286
- methods: {
287
- async getinputtores () {
288
- // 获取抄表员
289
- let rs = []
290
- if (this.$login.f.f_gasman.length > 0) {
291
- for (let i = 0; i < this.$login.f.f_gasman.length; i++) {
292
- let temp = {
293
- label: this.$login.f.f_gasman[i].name,
294
- value: this.$login.f.f_gasman[i].name
295
- }
296
- rs.push(temp)
249
+ weixinSign:[{label:"全部",value:""},{label:"已绑定",value:"已绑定"},{label:"未绑定",value:"未绑定"}],
250
+ //小区
251
+ residentialArea: [],
252
+ //表册片区
253
+ bookSlice:[{label: '全部',value: ''}],
254
+ inputtores:[{label: '全部',value: ''}], //抄表员
255
+ allorgid:[],
256
+ f_filialeid: this.$login.f.f_orgid,
257
+ dypayment:[{label:"全部",value:""},{label:"银行代扣",value:"银行代扣",},{label:"现金缴费",value:"现金缴费",}],
258
+ }
259
+ },
260
+ ready() {
261
+ this.getaddress()
262
+ // this.$refs.paged.$refs.cri.model.f_user_state=['正常']
263
+ readySomething(this).then(() => {
264
+ this.$emit('ready')
265
+ }).catch((error) => {
266
+ this.$emit('error', error)
267
+ })
268
+ //this.initAreas(this.$login.f.orgid)
269
+ //self.$refs.paged.$refs.cri.model.startDate = self.$login.toStandardDateString()
270
+ //self.$refs.paged.$refs.cri.model.endDate = self.$login.toStandardDateString()
271
+ this.getJfnf();
272
+ },
273
+ methods: {
274
+ async getinputtores () {
275
+ // 获取抄表员
276
+ let rs = []
277
+ if (this.$login.f.f_gasman.length > 0) {
278
+ for (let i = 0; i < this.$login.f.f_gasman.length; i++) {
279
+ let temp = {
280
+ label: this.$login.f.f_gasman[i].name,
281
+ value: this.$login.f.f_gasman[i].name
297
282
  }
283
+ rs.push(temp)
298
284
  }
299
- this.inputtores = [{label: '全部', value: ''}, ...rs]
300
- },
301
- async updateParams() {
302
- await this.$MagLoadParams.loadParam(this.f_filialeid)
303
- this.inputtores = [];
304
- this.inputtores.push({label: "全部", value: ""})
305
- this.initSlice(this.f_filialeid)
306
- if(this.allorgid!=null){
307
- this.allorgid.forEach((res)=>{
308
- this.inputtores = this.inputtores.concat(this.$MagGetSaleParam.getresinputtor(res));
309
- })
285
+ }
286
+ this.inputtores = [{label: '全部', value: ''}, ...rs]
287
+ },
288
+ async updateParams() {
289
+ await this.$MagLoadParams.loadParam(this.f_filialeid)
290
+ this.inputtores = [];
291
+ this.inputtores.push({label: "全部", value: ""})
292
+ this.initSlice(this.f_filialeid)
293
+ if(this.allorgid!=null){
294
+ this.allorgid.forEach((res)=>{
295
+ this.inputtores = this.inputtores.concat(this.$MagGetSaleParam.getresinputtor(res));
296
+ })
297
+ }
298
+ },
299
+ async getJfnf(){
300
+ let HttpReset = new HttpResetClass()
301
+ var data = await HttpReset.load('POST', 'rs/sql/singleTable_Final', {
302
+ data: {
303
+ condition: '1=1',
304
+ tablename: 'qn_jgq_mymx',
305
+ groupitem: 't_jfyf',
306
+ orderitem: 't_jfyf',
307
+ items: 't_jfyf'
310
308
  }
311
- },
312
- getotherfooter () {
313
- // this.$refs.paged.$refs.cri.$refs.exports.otherData = [];
314
- // this.$refs.paged.$refs.cri.$refs.exports.footerData = [];
315
- this.other = [];
316
- this.footer = [];
317
- let exportdata = this.getCondition;
318
- let otherInData = [];
319
- otherInData.push(`导出时间: ${this.$login.toStandardTimeString()}`);
320
- let footerData = [], exportfield = this.getExportField;
321
- footerData.push("合计");
322
- let self = this;
323
- for (var field in self.sumsmodel) {
324
- footerData.push(`${exportfield[field]}合计:${self.sumsmodel[field]}`);
309
+ }, {resolveMsg: null, rejectMsg: '获取失败!'})
310
+ let nameArr = [{label: '全部', value: ''}]
311
+ for (let row of data.data){
312
+ nameArr.push({label: row.t_jfyf, value: row.t_jfyf})
313
+ }
314
+ this.jfnfArray = nameArr
315
+ },
316
+ async getGaspropperties(){
317
+ let HttpReset = new HttpResetClass()
318
+ var data = await HttpReset.load('POST', 'rs/sql/singleTable_Final', {
319
+ data: {
320
+ condition: '1=1',
321
+ tablename: 'qn_jgq_myhz',
322
+ groupitem: 'r_yqxzcfl',
323
+ orderitem: 'r_yqxzcfl',
324
+ items: 'r_yqxzcfl'
325
325
  }
326
- this.footer.push(footerData);
327
- this.other.push(otherInData);
328
- },
329
- async getaddress(){
330
- console.log('开始获取小区')
331
- let HttpReset = new HttpResetClass()
332
- var data = await HttpReset.load('POST', 'rs/sql/manage_getarealist', {
333
- data: {
334
- condition: `1=1 and s.f_filialeid = '${this.$login.f.orgid}'`
335
- }
336
- }, {resolveMsg: null, rejectMsg: '获取小区失败!'})
337
- console.log('小区',data)
338
- let house = []
339
- for (let row of data.data){
340
- console.log('开始保存小区')
341
- house.push({label: row.f_residential_area, value: row.f_residential_area})
326
+ }, {resolveMsg: null, rejectMsg: '获取失败!'})
327
+ let nameArr = [{label: '全部', value: ''}]
328
+ for (let row of data.data){
329
+ nameArr.push({label: row.r_yqxzcfl, value: row.r_yqxzcfl})
330
+ }
331
+ this.gasproperties = nameArr
332
+ },
333
+ getotherfooter () {
334
+ // this.$refs.paged.$refs.cri.$refs.exports.otherData = [];
335
+ // this.$refs.paged.$refs.cri.$refs.exports.footerData = [];
336
+ this.other = [];
337
+ this.footer = [];
338
+ let exportdata = this.getCondition;
339
+ let otherInData = [];
340
+ otherInData.push(`导出时间: ${this.$login.toStandardTimeString()}`);
341
+ let footerData = [], exportfield = this.getExportField;
342
+ footerData.push("合计");
343
+ let self = this;
344
+ for (var field in self.sumsmodel) {
345
+ footerData.push(`${exportfield[field]}合计:${self.sumsmodel[field]}`);
346
+ }
347
+ this.footer.push(footerData);
348
+ this.other.push(otherInData);
349
+ },
350
+ async getaddress(){
351
+ console.log('开始获取小区')
352
+ let HttpReset = new HttpResetClass()
353
+ var data = await HttpReset.load('POST', 'rs/sql/manage_getarealist', {
354
+ data: {
355
+ condition: `1=1 and s.f_filialeid = '${this.$login.f.orgid}'`
342
356
  }
343
- this.residentialArea = house
344
- },
357
+ }, {resolveMsg: null, rejectMsg: '获取小区失败!'})
358
+ console.log('小区',data)
359
+ let house = []
360
+ for (let row of data.data){
361
+ console.log('开始保存小区')
362
+ house.push({label: row.f_residential_area, value: row.f_residential_area})
363
+ }
364
+ this.residentialArea = house
365
+ },
345
366
 
346
- //把数据库查询数据转换为下拉数据
347
- calculate(rows){
348
- let data = []
349
- rows.forEach((row, n) => {
350
- data[n] = {label: row.f_residential_area, value: row.id}
351
- })
352
- return data
353
- },
354
- search(){
355
- console.log("=====search====")
356
- //this.$refs.paged.$refs.cri.search()
357
- this.$refs.paged.$refs.cri.search()
358
- },
359
- cancel(obj) {
360
- console.log("=====cancel====" + obj)
361
- this.show = false
362
- },
363
- showmsg(obj){
364
- this.rowdata=obj
365
- this.show=true
366
- // let http = new HttpResetClass()
367
- // http.load('POST','rs/sql/getUserMeter',{data: {condition: `f_userinfo_id ='${obj.f_userinfo_id}'`}},
368
- // {resolveMsg: null, rejectMsg: null}).then((res) => {
369
- // this.meterInfo = res.data})
370
- // let http2 = new HttpResetClass()
371
- // http2.load('POST','rs/sql/deviceQuery',{data: {condition: `f_userinfo_id ='${obj.f_userinfo_id}'`}},
372
- // {resolveMsg: null, rejectMsg: null}).then((res) => {
373
- // this.deviceInfo = res.data})
367
+ //把数据库查询数据转换为下拉数据
368
+ calculate(rows){
369
+ let data = []
370
+ rows.forEach((row, n) => {
371
+ data[n] = {label: row.f_residential_area, value: row.id}
372
+ })
373
+ return data
374
+ },
375
+ search(){
376
+ console.log("=====search====")
377
+ //this.$refs.paged.$refs.cri.search()
378
+ this.$refs.paged.$refs.cri.search()
379
+ },
380
+ cancel(obj) {
381
+ console.log("=====cancel====" + obj)
382
+ this.show = false
383
+ },
384
+ showmsg(obj){
385
+ this.rowdata=obj
386
+ this.show=true
387
+ // let http = new HttpResetClass()
388
+ // http.load('POST','rs/sql/getUserMeter',{data: {condition: `f_userinfo_id ='${obj.f_userinfo_id}'`}},
389
+ // {resolveMsg: null, rejectMsg: null}).then((res) => {
390
+ // this.meterInfo = res.data})
391
+ // let http2 = new HttpResetClass()
392
+ // http2.load('POST','rs/sql/deviceQuery',{data: {condition: `f_userinfo_id ='${obj.f_userinfo_id}'`}},
393
+ // {resolveMsg: null, rejectMsg: null}).then((res) => {
394
+ // this.deviceInfo = res.data})
374
395
 
375
- // this.f_userinfo_id=obj.f_userinfo_id
376
- },
377
- userTypeChange () {
378
- this.gasproperties=[]
379
- if(this.$refs.paged.$refs.cri.model !==null) {
380
- this.$refs.paged.$refs.cri.model.f_gasproperties=''
381
- this.gasproperties = this.$appdata.getParam(this.$refs.paged.$refs.cri.model.f_user_type[0])
382
- }
383
- else{
384
- this.gasproperties =[{label: '全部', value: ''}]
385
- }
386
- },
387
- //初始化片区
388
- async initSlice (val) {
389
- if (val) {
390
- let getAllArea = await this.$resetpost('/rs/search', {
391
- source: 'this.getParentByType($organization$).getAllChildrens().where(row.getType() == $zone$)',
392
- userid: this.$login.f.id
393
- }, {resolveMsg: null, rejectMsg: '获取片区出错!!!'})
394
- let arr = getAllArea.data.filter((res) => {
395
- return res.parentid == val
396
- })
397
- this.bookSlice = []
398
- console.log('过滤之后的片区-------------------', arr)
399
- arr.forEach((res) => {
400
- this.bookSlice.push({label: res.name, value: res.name})
401
- })
402
- }
403
- },
404
- async initAreas (val) {
396
+ // this.f_userinfo_id=obj.f_userinfo_id
397
+ },
398
+ userTypeChange () {
399
+ this.gasproperties=[]
400
+ if(this.$refs.paged.$refs.cri.model !==null) {
401
+ this.$refs.paged.$refs.cri.model.f_gasproperties=''
402
+ this.gasproperties = this.$appdata.getParam(this.$refs.paged.$refs.cri.model.f_user_type[0])
403
+ }
404
+ else{
405
+ this.gasproperties =[{label: '全部', value: ''}]
406
+ }
407
+ },
408
+ //初始化片区
409
+ async initSlice (val) {
410
+ if (val) {
411
+ let getAllArea = await this.$resetpost('/rs/search', {
412
+ source: 'this.getParentByType($organization$).getAllChildrens().where(row.getType() == $zone$)',
413
+ userid: this.$login.f.id
414
+ }, {resolveMsg: null, rejectMsg: '获取片区出错!!!'})
415
+ let arr = getAllArea.data.filter((res) => {
416
+ return res.parentid == val
417
+ })
418
+ this.bookSlice = []
419
+ console.log('过滤之后的片区-------------------', arr)
420
+ arr.forEach((res) => {
421
+ this.bookSlice.push({label: res.name, value: res.name})
422
+ })
423
+ }
424
+ },
425
+ async initAreas (val) {
405
426
 
406
- if (val) {
407
- let getAllArea = await this.$resetpost('/rs/search', {
408
- source: 'this.getParentByType($organization$).getAllChildrens().where(row.getType() == $zone$)',
409
- userid: this.$login.f.id
410
- }, {resolveMsg: null, rejectMsg: '获取片区出错!!!'})
427
+ if (val) {
428
+ let getAllArea = await this.$resetpost('/rs/search', {
429
+ source: 'this.getParentByType($organization$).getAllChildrens().where(row.getType() == $zone$)',
430
+ userid: this.$login.f.id
431
+ }, {resolveMsg: null, rejectMsg: '获取片区出错!!!'})
411
432
 
412
- let arr = getAllArea.data.filter((res) => {
413
- return res.parentid == val
414
- })
415
- console.log('过滤之后的片区', arr)
416
- this.sliceArea = []
417
- arr.forEach((res) => {
418
- this.sliceArea.push({label: res.name, value: res.name})
419
- })
420
- }
421
- },
422
- selfSearch(args) {
423
- console.log('args', args)
424
- console.log('this.orgCondtionStr', this.orgCondtionStr)
425
- if (!this.orgCondtionStr) {
426
- args.condition = `${args.condition}` + " and tr.f_orgid = " + this.$login.f.orgid
427
- } else {
428
- args.condition = `${args.condition}` + this.orgCondtionStr
429
- }
430
- this.condition2 = args.condition
431
- this.model.search(args.condition, args.model)
432
- this.sumsmodel = this.$refs.paged.$refs.grid.model.sums
433
- console.log('合计字段', this.sumsmodel)
434
- },
435
- clear() {
436
- Object.keys(this.$refs.paged.$refs.cri.model).forEach((key) => {
437
- this.$refs.paged.$refs.cri.model[key] = []
433
+ let arr = getAllArea.data.filter((res) => {
434
+ return res.parentid == val
438
435
  })
439
- },
440
- hidden() {
441
- this.criteriaShow = !this.criteriaShow
442
- },
443
- getRes(obj) {
444
- this.orgCondtionStr = obj
445
- },
446
- stamp() {
447
- this.all = false
448
- //默认选择要打印的列
449
- this.modelval = defaultPrint.config
450
- this.fields = this.getfield
451
- console.log('所有打印字段', this.fields)
452
- this.printshow = true
453
- this.put()
454
- },
455
- put() {
456
- // 对Modelval进行排序
457
- this.sortModelval()
458
- this.thead = `<tr><th colspan=${this.modelval.length}>用户查询统计报表</th></tr><tr>`
459
- for (let key of this.modelval) {
460
- this.thead += '<th>' + this.fields[key] + '</th>'
461
- }
462
- this.thead += '</tr>'
463
- },
464
- print() {
465
- this.$refs.print.PrintAsFile()
466
- this.printshow = false
467
- },
468
- close() {
469
- this.printshow = false
470
- },
471
- // 对选择的列进行排序
472
- sortModelval() {
473
- let sortModel = []
474
- Object.keys(this.fields).forEach((key) => {
475
- if (this.modelval.includes(key)) {
476
- sortModel.push(key)
477
- }
436
+ console.log('过滤之后的片区', arr)
437
+ this.sliceArea = []
438
+ arr.forEach((res) => {
439
+ this.sliceArea.push({label: res.name, value: res.name})
478
440
  })
479
- this.modelval = sortModel
480
- console.log('选择的打印的字段', this.modelval)
481
- },
482
- dblclick(row, index) {
483
- console.log('双击之后数据', row, index)
484
- this.userdetail.show = true
485
- this.userdetail.f_userinfo_code = row.f_userinfo_code
486
- this.userdetail.f_filialeids = row.f_filialeids
487
- },
488
- sort (field, rule) {
489
- // 将所有排序方式设为不排序,实现相互排斥
490
- for (let key in this.orderFields) {
491
- if (key === field) {
492
- this.orderFields[key] = rule
493
- } else {
494
- this.orderFields[key] = 'no'
495
- }
441
+ }
442
+ },
443
+ selfSearch(args) {
444
+ console.log('args', args)
445
+ console.log('this.orgCondtionStr', this.orgCondtionStr)
446
+ if (!this.orgCondtionStr) {
447
+ args.condition = `${args.condition}` + " and tr.f_orgid = " + this.$login.f.orgid
448
+ } else {
449
+ args.condition = `${args.condition}` + this.orgCondtionStr
450
+ }
451
+ this.condition2 = args.condition
452
+ this.model.search(args.condition, args.model)
453
+ this.sumsmodel = this.$refs.paged.$refs.grid.model.sums
454
+ console.log('合计字段', this.sumsmodel)
455
+ },
456
+ clear() {
457
+ Object.keys(this.$refs.paged.$refs.cri.model).forEach((key) => {
458
+ this.$refs.paged.$refs.cri.model[key] = []
459
+ })
460
+ },
461
+ hidden() {
462
+ this.criteriaShow = !this.criteriaShow
463
+ },
464
+ getRes(obj) {
465
+ this.orgCondtionStr = obj
466
+ },
467
+ stamp() {
468
+ this.all = false
469
+ //默认选择要打印的列
470
+ this.modelval = defaultPrint.config
471
+ this.fields = this.getfield
472
+ console.log('所有打印字段', this.fields)
473
+ this.printshow = true
474
+ this.put()
475
+ },
476
+ put() {
477
+ // 对Modelval进行排序
478
+ this.sortModelval()
479
+ this.thead = `<tr><th colspan=${this.modelval.length}>用户查询统计报表</th></tr><tr>`
480
+ for (let key of this.modelval) {
481
+ this.thead += '<th>' + this.fields[key] + '</th>'
482
+ }
483
+ this.thead += '</tr>'
484
+ },
485
+ print() {
486
+ this.$refs.print.PrintAsFile()
487
+ this.printshow = false
488
+ },
489
+ close() {
490
+ this.printshow = false
491
+ },
492
+ // 对选择的列进行排序
493
+ sortModelval() {
494
+ let sortModel = []
495
+ Object.keys(this.fields).forEach((key) => {
496
+ if (this.modelval.includes(key)) {
497
+ sortModel.push(key)
496
498
  }
497
- // 如果新规则不排序,还原为默认排序
498
- if (rule === 'no') {
499
- this.model.paramSource.orderitem = `'${this.orderitem}'`
499
+ })
500
+ this.modelval = sortModel
501
+ console.log('选择的打印的字段', this.modelval)
502
+ },
503
+ dblclick(row, index) {
504
+ console.log('双击之后数据', row, index)
505
+ this.userdetail.show = true
506
+ this.userdetail.f_userinfo_code = row.f_userinfo_code
507
+ this.userdetail.f_filialeids = row.f_filialeids
508
+ },
509
+ sort (field, rule) {
510
+ // 将所有排序方式设为不排序,实现相互排斥
511
+ for (let key in this.orderFields) {
512
+ if (key === field) {
513
+ this.orderFields[key] = rule
500
514
  } else {
501
- this.model.paramSource.orderitem = `'${field} ${rule}'`
515
+ this.orderFields[key] = 'no'
502
516
  }
503
-
504
- this.search()
505
517
  }
506
- },
518
+ // 如果新规则不排序,还原为默认排序
519
+ if (rule === 'no') {
520
+ this.model.paramSource.orderitem = `'${this.orderitem}'`
521
+ } else {
522
+ this.model.paramSource.orderitem = `'${field} ${rule}'`
523
+ }
507
524
 
508
- watch: {
509
- 'all'(val) {
510
- if (val) {
511
- this.modelval = this.bodyData
512
- } else {
513
- this.modelval = defaultPrint.config
514
- this.put()
515
- }
516
- },
517
- 'modelval.length'() {
525
+ this.search()
526
+ }
527
+ },
528
+
529
+ watch: {
530
+ 'all'(val) {
531
+ if (val) {
532
+ this.modelval = this.bodyData
533
+ } else {
534
+ this.modelval = defaultPrint.config
518
535
  this.put()
536
+ }
537
+ },
538
+ 'modelval.length'() {
539
+ this.put()
540
+ },
541
+ sumsmodel:{
542
+ handler: function(val) {
543
+ this.getotherfooter();
519
544
  },
520
- sumsmodel:{
521
- handler: function(val) {
522
- this.getotherfooter();
523
- },
524
- deep: true
525
- },
526
- 'orgCondtionStr'(val) {
527
- let res = val.match(/'(.*?)'/)
528
- console.log('正则提取:',res && res[1])
529
- if (res) {
530
- this.f_filialeid = res[1]
531
- if(res.input !=null){
532
- let resorgid = res.input.substring(res.input.indexOf("'"));
533
- if(resorgid!= null && resorgid!=''){
534
- resorgid = resorgid.substring(0,resorgid.lastIndexOf("'")+1);
535
- // resorgid = resorgid.replaceAll("'","");
536
- resorgid = resorgid.replace(/'/g,"");
537
- this.allorgid = resorgid.split(",")
538
- }
545
+ deep: true
546
+ },
547
+ 'orgCondtionStr'(val) {
548
+ let res = val.match(/'(.*?)'/)
549
+ console.log('正则提取:',res && res[1])
550
+ if (res) {
551
+ this.f_filialeid = res[1]
552
+ if(res.input !=null){
553
+ let resorgid = res.input.substring(res.input.indexOf("'"));
554
+ if(resorgid!= null && resorgid!=''){
555
+ resorgid = resorgid.substring(0,resorgid.lastIndexOf("'")+1);
556
+ // resorgid = resorgid.replaceAll("'","");
557
+ resorgid = resorgid.replace(/'/g,"");
558
+ this.allorgid = resorgid.split(",")
539
559
  }
540
- this.updateParams()
541
560
  }
542
- },
561
+ this.updateParams()
562
+ }
563
+ },
564
+ },
565
+ computed: {
566
+ // defaultexport() {
567
+ // return exportConfig.chargeexportConfig
568
+ // },
569
+ authArr () {
570
+ return this.$login.r ? this.$login.r : []
543
571
  },
544
- computed: {
545
- // defaultexport() {
546
- // return exportConfig.chargeexportConfig
547
- // },
548
- authArr () {
549
- return this.$login.r ? this.$login.r : []
550
- },
551
572
 
552
- getCondition() {
553
- return {condition: this.condition2,orderitem:this.orderitem}
554
- },
555
- getfield() {
556
- let data = {}
557
- this.bodyData.forEach((value, index) => {
558
- data[this.bodyData[index]] = this.headData[index]
573
+ getCondition() {
574
+ return {condition: this.condition2,orderitem:this.orderitem}
575
+ },
576
+ getfield() {
577
+ let data = {}
578
+ this.bodyData.forEach((value, index) => {
579
+ data[this.bodyData[index]] = this.headData[index]
580
+ })
581
+ //合计字段打印
582
+ this.tfoot = `<tr><th colspan=${this.modelval.length}>全表汇总信息: `
583
+ if (this.sumsmodel) {
584
+ Object.keys(this.sumsmodel).forEach((key) => {
585
+ this.tfoot += this.fields[key] + '合计: ' + `<font color="blue">${this.sumsmodel[key]} </font>`
559
586
  })
560
- //合计字段打印
561
- this.tfoot = `<tr><th colspan=${this.modelval.length}>全表汇总信息: `
562
- if (this.sumsmodel) {
563
- Object.keys(this.sumsmodel).forEach((key) => {
564
- this.tfoot += this.fields[key] + '合计: ' + `<font color="blue">${this.sumsmodel[key]} </font>`
565
- })
566
- } else {
567
- this.tfoot += '暂无'
568
- }
569
- this.tfoot += '</th></tr>'
570
- return data
571
- },
572
- getExportField() {
573
- return exportConfig.qnChaobiaoyhhz
574
- },
575
- inputtor () {
576
- // 获取抄表员
577
- console.log('获取抄表员', this.$login.f)
578
- let rs = []
579
- if (this.$login.f.f_gasman.length > 0) {
580
- for (let i = 0; i < this.$login.f.f_gasman.length; i++) {
581
- let temp = {
582
- label: this.$login.f.f_gasman[i].name,
583
- value: this.$login.f.f_gasman[i].name
584
- }
585
- rs.push(temp)
587
+ } else {
588
+ this.tfoot += '暂无'
589
+ }
590
+ this.tfoot += '</th></tr>'
591
+ return data
592
+ },
593
+ getExportField() {
594
+ return exportConfig.qnChaobiaoyhhz
595
+ },
596
+ inputtor () {
597
+ // 获取抄表员
598
+ console.log('获取抄表员', this.$login.f)
599
+ let rs = []
600
+ if (this.$login.f.f_gasman.length > 0) {
601
+ for (let i = 0; i < this.$login.f.f_gasman.length; i++) {
602
+ let temp = {
603
+ label: this.$login.f.f_gasman[i].name,
604
+ value: this.$login.f.f_gasman[i].name
586
605
  }
606
+ rs.push(temp)
587
607
  }
588
-
589
- return [{label: '全部', value: ''}, ...rs]
590
- },
591
- userstates() {
592
- return [{label: '全部', value: ''}, ...this.$appdata.getParam('客户状态')]
593
- },
594
- userLevels () {
595
- return [{label: '全部', value: ''}, ...this.$appdata.getParam('用户等级')]
596
- },
597
- usertypes () {
598
- return [{label: '全部', value: ''}, ...this.$appdata.getParam('用户类型')]
599
- },
600
- hairpin() {
601
- return [{label: '全部', value: ''}, ...this.$appdata.getParam('发卡状态')]
602
- },
603
- addressstate() {
604
- return [{label: '全部', value: ''}, ...this.$appdata.getParam('地址状态')]
605
- },
606
- fcalculation() {
607
- return [{label: ' 全部 ', value: ''}, ...this.$appdata.getParam('结算方式')]
608
- },
609
- metertypes() {
610
- return [{label: ' 全部 ', value: ''}, ...this.$appdata.getParam('气表类型')]
611
- },
612
- accountsState() {
613
- return [{label: '全部', value: ''}, ...this.$appdata.getParam('下账状态')]
614
608
  }
609
+
610
+ return [{label: '全部', value: ''}, ...rs]
611
+ },
612
+ userstates() {
613
+ return [{label: '全部', value: ''}, ...this.$appdata.getParam('客户状态')]
614
+ },
615
+ userLevels () {
616
+ return [{label: '全部', value: ''}, ...this.$appdata.getParam('用户等级')]
617
+ },
618
+ usertypes () {
619
+ return [{label: '全部', value: ''}, ...this.$appdata.getParam('用户类型')]
620
+ },
621
+ hairpin() {
622
+ return [{label: '全部', value: ''}, ...this.$appdata.getParam('发卡状态')]
623
+ },
624
+ addressstate() {
625
+ return [{label: '全部', value: ''}, ...this.$appdata.getParam('地址状态')]
626
+ },
627
+ fcalculation() {
628
+ return [{label: ' 全部 ', value: ''}, ...this.$appdata.getParam('结算方式')]
629
+ },
630
+ metertypes() {
631
+ return [{label: ' 全部 ', value: ''}, ...this.$appdata.getParam('气表类型')]
632
+ },
633
+ accountsState() {
634
+ return [{label: '全部', value: ''}, ...this.$appdata.getParam('下账状态')]
615
635
  }
616
636
  }
637
+ }
617
638
  </script>
618
639
  <style>
619
- .back-red{ /* 红色背景 */
620
- background-color: #F6C6CE;
621
- }
622
- .back-blue{ /* 蓝色背景 */
640
+ .back-red{ /* 红色背景 */
641
+ background-color: #F6C6CE;
642
+ }
643
+ .back-blue{ /* 蓝色背景 */
623
644
 
624
- }
645
+ }
625
646
  </style>