manage-client 3.3.125 → 3.3.126-sq

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 (53) hide show
  1. package/build/dev-server.js +3 -3
  2. package/package.json +3 -3
  3. package/src/components/handReport/WebGastypeReport.vue +5 -5
  4. package/src/components/sale/businessquery/CardHandplanQuery.vue +0 -7
  5. package/src/components/sale/businessquery/ChargeQuery.vue +3 -25
  6. package/src/components/sale/businessquery/FMYGasQuery.vue +25 -32
  7. package/src/components/sale/config/exportConfig.js +2 -2
  8. package/src/components/sale/filesquery/RecordInfoQuery.vue +10 -5
  9. package/src/components/webmeter/gasStatistics/GasStatistics.vue +22 -22
  10. package/src/components/webmeter/instruction/NewQueryInstruct.vue +2 -4
  11. package/src/components/webmeter/operationValueRecord.vue +2 -2
  12. package/src/filiale/WEINAN/ResSelectGroupNew.vue +1 -8
  13. package/src/filiale/WEINAN/businessquery/WallHangingFurnaceUserQuery.vue +0 -1
  14. package/src/filiale/jinbin/exportConfig.js +1110 -0
  15. package/src/filiale/jinbin/sale/businessquery/ChargeQuery.vue +1372 -0
  16. package/src/filiale/jinbin/sale.js +7 -0
  17. package/src/filiale/lixianV3/ChangeMeterQuery.vue +1 -7
  18. package/src/filiale/lixianV3/GasAnalysisQuery.vue +6 -12
  19. package/src/filiale/lixianV3/config/exportConfig.js +21 -26
  20. package/src/filiale/lixianV3/sale.js +1 -5
  21. package/src/filiale/lixianV3/useGasYearRatioQuery.vue +6 -39
  22. package/src/filiale/ningjin/GasStatistics.vue +1 -1
  23. package/src/filiale/ningjin/webmeterManage.js +0 -2
  24. package/src/filiale/qianneng/RecordInfoQuery.vue +0 -9
  25. package/src/filiale/qianneng/exportConfig.js +1 -1
  26. package/src/filiale/shanxian/Paymentpie.vue +34 -16
  27. package/src/filiale/shanxian/SiteManager.vue +47 -29
  28. package/src/filiale/shiquan/ChargeQuery.vue +1407 -0
  29. package/src/filiale/shiquan/InspectListUser.vue +721 -0
  30. package/src/filiale/shiquan/config/exportConfig.js +2 -1
  31. package/src/filiale/shiquan/sale.js +4 -0
  32. package/src/main.js +1 -1
  33. package/src/reportManage.js +0 -20
  34. package/src/components/SellReport/OpenEticketSummary.vue +0 -245
  35. package/src/components/SellReport/PublicGasPriceReport.vue +0 -257
  36. package/src/components/SellReport/YCGasSummary.vue +0 -250
  37. package/src/components/SellReport/YCMonthSummary.vue +0 -384
  38. package/src/components/SellReport/taizhou/ManageBusSummary.vue +0 -238
  39. package/src/filiale/lixianV3/HandplanQuery.vue +0 -1381
  40. package/src/filiale/lixianV3/NewGasStatistics.vue +0 -532
  41. package/src/filiale/lixianV3/RecordInfoQuery.vue +0 -1448
  42. package/src/filiale/lixianV3/webmeterManage.js +0 -7
  43. package/src/filiale/ningjin/GetNoMetereadData.vue +0 -409
  44. package/src/filiale/taizhoukesi/FMYGasQuery.vue +0 -837
  45. package/src/filiale/taizhoukesi/NewGasStatistics.vue +0 -536
  46. package/src/filiale/taizhoukesi/SellReport/GasMeterBrand.vue +0 -227
  47. package/src/filiale/taizhoukesi/SellReport/ManageBusSummary.vue +0 -238
  48. package/src/filiale/taizhoukesi/config/DefaultPrint.js +0 -6
  49. package/src/filiale/taizhoukesi/config/exportConfig.js +0 -2377
  50. package/src/filiale/taizhoukesi/config/tableConfig.js +0 -54
  51. package/src/filiale/taizhoukesi/reportManage.js +0 -13
  52. package/src/filiale/taizhoukesi/sale.js +0 -7
  53. package/src/filiale/taizhoukesi/webmeterManage.js +0 -6
@@ -19,9 +19,9 @@ var qtx= 'http://36.103.222.144:6300/'
19
19
  // var bendi = 'http://203.57.101.233:8400/'
20
20
  // var bendi = 'http://121.36.106.17:8400/'
21
21
  // var fuwu = 'http://203.57.101.233:9001'
22
- var bendi = 'http://121.36.106.17:8400'
22
+ var bendi = 'http://61.185.130.75:8400/'
23
23
  // var bendi = 'http://119.187.112.234:8400/'
24
- var wode = 'http://121.36.106.17:8400'
24
+ var wode = 'http://localhost:9019/'
25
25
  // 192.168.
26
26
  // var str = 'http://127.0.0.1:8080/manage', str2 = 'http://192.168.50.199:8300'
27
27
  // var str = 'http://192.168.10.233:8300', str2 = 'http://192.168.10.14:8300'
@@ -91,7 +91,7 @@ var proxyTable = {
91
91
  target: bendi
92
92
  },
93
93
  '/rs/sql': {
94
- target: bendi
94
+ target: wode
95
95
  },
96
96
  '/rs': {
97
97
  target: wode
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "manage-client",
3
- "version": "3.3.125",
3
+ "version": "3.3.126-sq",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -68,10 +68,10 @@
68
68
  "style": "0.0.3",
69
69
  "style-loader": "^0.20.3",
70
70
  "swiper": "^5.4.5",
71
- "system-clients": "3.2.61",
71
+ "system-clients": "3.2.80",
72
72
  "url-loader": "^0.5.7",
73
73
  "vue-amap": "0.5.10",
74
- "vue-client": "1.24.123",
74
+ "vue-client": "1.25.31",
75
75
  "vue-hot-reload-api": "^1.2.0",
76
76
  "vue-html-loader": "^1.0.0",
77
77
  "vue-loader": "8.2.1",
@@ -51,23 +51,23 @@
51
51
  <table class='tableprint' style="margin: 0px auto" v-if="!$parent.data.f_files_path">
52
52
  <thead>
53
53
  <tr>
54
- <th colspan='4' style="font-weight: bold; text-align: left;">
54
+ <th colspan='5' style="font-weight: bold; text-align: left;">
55
55
  <h3 style="text-align: center">抄表性质统计报表</h3>
56
56
  </th>
57
57
  </tr>
58
58
  <tr>
59
- <th colspan='4' style="font-weight: normal; text-align: center;">
59
+ <th colspan='5' style="font-weight: normal; text-align: center;">
60
60
  开始时间:{{model.model.startDate}}&nbsp;&nbsp;&nbsp;
61
61
  结束时间:{{ model.model.endDate }}&nbsp;&nbsp;
62
62
  </th>
63
63
  </tr>
64
64
  <tr>
65
- <th colspan='4' style="font-weight: normal; text-align: center;">
65
+ <th colspan='5' style="font-weight: normal; text-align: center;">
66
66
  打印时间:{{{$parent.printTime}}}
67
67
  </th>
68
68
  </tr>
69
69
  <tr>
70
- <th colspan='4' style="font-weight: normal; text-align: center;">
70
+ <th colspan='5' style="font-weight: normal; text-align: center;">
71
71
  <div>
72
72
  <span v-show="$parent.orgname.trim()!=''">公司:{{$parent.orgname}}</span>
73
73
  <span v-show="$parent.depname.trim()!=''"> 部门:{{$parent.depname}}</span>
@@ -76,7 +76,7 @@
76
76
  </tr>
77
77
  </thead>
78
78
  <tr>
79
- <td colspan='4' style="font-weight: normal;" id="test">
79
+ <td colspan='5' style="font-weight: normal;" id="test">
80
80
  {{{ model.data.substring(26,model.data.length-8) }}}
81
81
  </td>
82
82
  </tr>
@@ -149,9 +149,6 @@
149
149
  <th>
150
150
  <nobr>本期底数</nobr>
151
151
  </th>
152
- <th>
153
- <nobr>附件查看</nobr>
154
- </th>
155
152
  <th>
156
153
  <nobr>气量</nobr>
157
154
  </th>
@@ -207,10 +204,6 @@
207
204
  <td style="text-align: center;">
208
205
  <nobr>{{row.f_tablebase}}</nobr>
209
206
  </td>
210
- <td style="text-align:center">
211
- <img-self :src="row.f_handplan_image" v-if="row.f_handplan_image" :width="100" :height="100"></img-self>
212
- <img-self :src="`rs/image/file/${row.f_notified_path}`" v-if="row.f_notified_path" :width="100" :height="100"></img-self>
213
- </td>
214
207
  <td style="text-align: center;">
215
208
  <nobr>{{row.f_real_amount}}</nobr>
216
209
  </td>
@@ -232,15 +232,6 @@
232
232
  <input type="text" style="width:60%" class="input_search" v-model="model.f_serial_id"
233
233
  condition="f_serial_id = '{}'" placeholder='流水号'>
234
234
  </div>
235
- <div class="col-sm-2 form-group">
236
- <label class="font_normal_body" title="是否开票">是否开票</label>
237
- <v-select :value.sync="model.f_has_bill"
238
- v-model="model.f_has_bill"
239
- :options='$parent.$parent.hasbill' placeholder='请选择'
240
- condition="f_has_bill = '{}'"
241
- close-on-select :value-single="true" :search="false">
242
- </v-select>
243
- </div>
244
235
  <div class="col-sm-2 form-group">
245
236
  <label class="font_normal_body">发票号码</label>
246
237
  <input type="text" style="width:60%" class="input_search" v-model="model.f_invoice_num"
@@ -514,9 +505,6 @@
514
505
  <th>
515
506
  <nobr>业务单号</nobr>
516
507
  </th>
517
- <th>
518
- <nobr>是否开票</nobr>
519
- </th>
520
508
  <th>
521
509
  <nobr>发票号码</nobr>
522
510
  </th>
@@ -731,9 +719,6 @@
731
719
  <td style="text-align: center;">
732
720
  <nobr>{{row.f_serial_number}}</nobr>
733
721
  </td>
734
- <td style="text-align: center;">
735
- <nobr>{{row.f_has_bill}}</nobr>
736
- </td>
737
722
  <td style="text-align: center;">
738
723
  <nobr>{{row.f_invoice_num}}</nobr>
739
724
  </td>
@@ -1016,12 +1001,9 @@
1016
1001
  })
1017
1002
  },
1018
1003
  methods: {
1019
- async batchPrintBill(row, type) {
1004
+ async batchPrintBill(row, type){
1020
1005
  this.operate_type = type
1021
- console.log('this.$refs.paged.$refs.cri.model.f_state', this.$refs.paged.$refs.cri.model.f_state)
1022
- console.log(this.$refs.paged.$refs.cri.model.f_state.length === 1)
1023
- console.log(this.$refs.paged.$refs.cri.model.f_state[0] == '有效')
1024
- if (this.$refs.paged.$refs.cri.model.f_state.length === 1 && this.$refs.paged.$refs.cri.model.f_state[0] == '有效') {
1006
+ if (this.$refs.paged.$refs.cri.model.f_state.length === 1 && this.$refs.paged.$refs.cri.model.f_state[0] === '有效') {
1025
1007
  if (type === '票据补打') {
1026
1008
  this.batchPrintData.push(row)
1027
1009
  this.$showMessage(`您确定补打本张票据吗???`, ['confirm', 'cancel']).then(async (res) => {
@@ -1040,8 +1022,7 @@
1040
1022
  } else {
1041
1023
  this.$showMessage(`请先查询数据!!!`, ['confirm'])
1042
1024
  }
1043
- }
1044
- } else {
1025
+ }
1045
1026
  this.$showMessage(`请选择有效的收费记录进行票据补打!!!`, ['confirm'])
1046
1027
  }
1047
1028
  },
@@ -1384,9 +1365,6 @@
1384
1365
  invoiceType() {
1385
1366
  return [{label: '全部', value: ''}, ...this.$appdata.getParam('发票类型查询')]
1386
1367
  },
1387
- hasbill() {
1388
- return [{label: '全部', value: ''}, ...this.$appdata.getParam('是否开票')]
1389
- },
1390
1368
  usertypes() {
1391
1369
  return [{label: ' 全部 ', value: ''}, ...this.$appdata.getParam('用户类型')]
1392
1370
  },
@@ -137,12 +137,10 @@
137
137
  </div>
138
138
  <div class="col-sm-2 form-group">
139
139
  <label class="font_normal_body">用气性质</label>
140
- <v-select :value.sync="model.f_gasproperties"
141
- v-model="model.f_gasproperties"
140
+ <v-select :value.sync="model.f_gasproperties" v-model="model.f_gasproperties"
142
141
  :options='$parent.$parent.gasproperties' placeholder='请选择'
143
- :multiple="true"
144
- condition="f_gasproperties in {}">
145
- </v-select>
142
+ condition="f_gasproperties = '{}'"
143
+ close-on-select></v-select>
146
144
  </div>
147
145
  <!--表册片区-->
148
146
  <div class="col-sm-2 form-group">
@@ -177,12 +175,12 @@
177
175
  condition="f_oughtamount <= '{}' " placeholder="小于等于">
178
176
  </div>
179
177
  <div class="col-sm-2 form-group">
180
- <label for="startHandDate" class="font_normal_body">通气时间</label>
178
+ <label for="startHandDate" class="font_normal_body">开户时间</label>
181
179
  <datepicker id="startHandDate" placeholder="开始日期" style="width:60%"
182
- v-model="model.startGasDate"
183
- :value.sync="model.startGasDate"
180
+ v-model="model.startOpenDate"
181
+ :value.sync="model.startOpenDate"
184
182
  :format="'yyyy-MM-dd HH:mm:ss'"
185
- condition="f_gas_date >= '{}'"
183
+ condition="f_open_date >= '{}'"
186
184
  :show-reset-button="true"
187
185
  >
188
186
  </datepicker>
@@ -190,10 +188,10 @@
190
188
  <div class="col-sm-2 form-group">
191
189
  <label for="endHandDate" class="font_normal_body">&emsp;&emsp;&emsp;至</label>
192
190
  <datepicker id="endHandDate" placeholder="结束日期" style="width:60%"
193
- v-model="model.endGasDate"
194
- :value.sync="model.endGasDate"
191
+ v-model="model.endOpenDate"
192
+ :value.sync="model.endOpenDate"
195
193
  :format="'yyyy-MM-dd HH:mm:ss'"
196
- condition="f_gas_date <= '{}'"
194
+ condition="f_open_date <= '{}'"
197
195
  :show-reset-button="true"
198
196
  >
199
197
  </datepicker>
@@ -202,10 +200,9 @@
202
200
  <label class="font_normal_body">&nbsp;抄&nbsp;表&nbsp;员</label>
203
201
  <v-select :value.sync="model.f_inputtor"
204
202
  v-model="model.f_inputtor"
205
- :multiple="true"
206
203
  :options='$parent.$parent.inputtores' placeholder='请选择'
207
- condition="f_inputtor in {}"
208
- :search="false">
204
+ condition="f_inputtor = '{}'"
205
+ close-on-select :search="false">
209
206
  </v-select>
210
207
  </div>
211
208
  </div>
@@ -296,7 +293,7 @@
296
293
  <nobr>期末底数</nobr>
297
294
  </th>
298
295
  <th>
299
- <nobr>通气时间</nobr>
296
+ <nobr>建档日期</nobr>
300
297
  </th>
301
298
  </tr>
302
299
  </template>
@@ -389,7 +386,7 @@
389
386
  <nobr>{{row.f_tablebase}}</nobr>
390
387
  </td>
391
388
  <td style="text-align: center;">
392
- <nobr>{{row.f_gas_date}}</nobr>
389
+ <nobr>{{row.f_createfile_date}}</nobr>
393
390
  </td>
394
391
  </template>
395
392
  <template partial='foot'></template>
@@ -483,7 +480,7 @@ import exportConfig from '../config/exportConfig'
483
480
  printshow: false,
484
481
  all: false,
485
482
  fields: {},
486
- inputtores:[{label: '全部',value: ''}],
483
+ inputtores: [],
487
484
  thead: '',
488
485
  tfoot: '',
489
486
  //表册片区
@@ -505,7 +502,6 @@ import exportConfig from '../config/exportConfig'
505
502
  },
506
503
  ready () {
507
504
  readySomething(this)
508
- this.getinputtores()
509
505
  },
510
506
  methods: {
511
507
  initParams(){
@@ -535,19 +531,16 @@ import exportConfig from '../config/exportConfig'
535
531
  })
536
532
  }
537
533
  },
538
- async getinputtores () {
539
- // 获取抄表员
540
- let rs = []
541
- if (this.$login.f.f_gasman.length > 0) {
542
- for (let i = 0; i < this.$login.f.f_gasman.length; i++) {
543
- let temp = {
544
- label: this.$login.f.f_gasman[i].name,
545
- value: this.$login.f.f_gasman[i].name
546
- }
547
- rs.push(temp)
548
- }
534
+ async updateParams() {
535
+ await this.$MagLoadParams.loadParam(this.f_filialeid)
536
+ this.inputtores = [];
537
+ this.inputtores.push({label: '全部', value: ''})
538
+ this.initSlice(this.f_filialeid)
539
+ if (this.allorgid != null) {
540
+ this.allorgid.forEach((res) => {
541
+ this.inputtores = this.inputtores.concat(this.$MagGetSaleParam.getresinputtor(res));
542
+ })
549
543
  }
550
- this.inputtores = [{label: '全部', value: ''}, ...rs]
551
544
  },
552
545
  //表册片区和抄表册关联
553
546
  async inputtorchange(){
@@ -630,7 +623,7 @@ import exportConfig from '../config/exportConfig'
630
623
  userTypeChange () {
631
624
  this.gasproperties = []
632
625
  if (this.$refs.paged.$refs.cri.model !== null) {
633
- this.$refs.paged.$refs.cri.model.f_gasproperties = []
626
+ this.$refs.paged.$refs.cri.model.f_gasproperties = ''
634
627
 
635
628
  console.log(this.$refs.paged.$refs.cri.model.f_user_type[0])
636
629
  this.gasproperties = this.$appdata.getParam(this.$refs.paged.$refs.cri.model.f_user_type[0])
@@ -450,7 +450,7 @@ export default{
450
450
  'f_userinfo_code': '客户编号', 'f_newuser_name': '客户名称', 'f_olduserinfo_code': '档案编号', 'f_address': '客户地址',
451
451
  'f_user_name': '原客户名称', 'f_newuser_phone': '新客户电话', 'f_newidnumber': '新客户身份证', 'f_user_phone': '原客户电话',
452
452
  'f_idnumber': '原客户身份证', 'f_transfer_fees': '过户费', 'f_contract_id': '合同编号', 'f_operate_date': '过户日期',
453
- 'f_operator': '操作员', 'f_depname': '部门', 'f_orgname': '公司', 'f_meternumber': '表号', 'f_comments': '备注'
453
+ 'f_operator': '操作员', 'f_depname': '部门', 'f_orgname': '公司', 'f_meternumber': '表号'
454
454
  },
455
455
  transferRecordConfig: {
456
456
  'in_userinfo_code': '转入方编号', 'in_user_name': '转入方名称', 'out_userinfo_code': '转出方编号', 'out_user_name': '转出方名称',
@@ -582,7 +582,7 @@ export default{
582
582
  overDueQueryConfig: {
583
583
  'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_olduserinfo_code': '档案编号', 'f_address': '客户地址',
584
584
  'f_last_tablebase': '上期底数', 'f_tablebase': '本期底数', 'f_input_date': '抄表日期', 'f_latefee_ought': '减免金额',
585
- 'f_operator_date': '减免时间', 'f_operator': '操作员', 'f_meternumber': '表号', 'f_comments': '备注'
585
+ 'f_operator_date': '减免时间', 'f_operator': '操作员', 'f_meternumber': '表号'
586
586
  },
587
587
  GasReimbursementRate: {
588
588
  'f_book_slice_area': '片区', 'f_user_num': '户数', 'f_oughtfee': '上月欠款', 'f_month_oughtfee': '本月应收',
@@ -245,6 +245,11 @@
245
245
  <input type="text" style="width:60%" class="input_search" v-model="model.balance2"
246
246
  condition="f_balance <= '{}'" placeholder="最大值">
247
247
  </div>
248
+ <div class="col-sm-2 form-group" >
249
+ <label class="font_normal_body">客户地址</label>
250
+ <input type="text" style="width:60%" class="input_search" v-model="model.f_address"
251
+ condition="f_address like '%{}%'" placeholder='客户地址'>
252
+ </div>
248
253
  <div class="col-sm-2 form-group" >
249
254
  <label class="font_normal_body">用&ensp;气&ensp;点</label>
250
255
  <input type="text" style="width:60%" class="input_search" v-model="model.f_userfiles_address"
@@ -446,19 +451,19 @@
446
451
  condition="f_table_state in {}"></v-select>
447
452
  </div>
448
453
  <div class="col-sm-2 form-group">
449
- <label class="font_normal_body">表册抄表员</label>
454
+ <label class="font_normal_body">档案抄表员</label>
450
455
  <v-select :value.sync="model.f_book_inputtor" v-model='model.f_book_inputtor'
451
456
  style="width:60%"
452
457
  multiple
453
- :options='$parent.$parent.inputtores' placeholder='表册抄表员'
458
+ :options='$parent.$parent.inputtores' placeholder='档案抄表员'
454
459
  v-el:cc></v-select>
455
460
  </div>
456
461
  <div class="col-sm-2 form-group">
457
- <label class="font_normal_body">档案抄表员</label>
462
+ <label class="font_normal_body">表册抄表员</label>
458
463
  <v-select :value.sync="model.f_inputtor" v-model='model.f_inputtor'
459
464
  style="width:60%"
460
465
  multiple
461
- :options='$parent.$parent.inputtores' placeholder='档案抄表员'
466
+ :options='$parent.$parent.inputtores' placeholder='表册抄表员'
462
467
  v-el:cc></v-select>
463
468
  </div>
464
469
  <div class="col-sm-2 form-group">
@@ -502,7 +507,7 @@
502
507
  <th colspan="6">
503
508
  <nobr>燃气表</nobr>
504
509
  </th>
505
- <th colspan="63">
510
+ <th colspan="62">
506
511
  <nobr>其他</nobr>
507
512
  </th>
508
513
  </tr>
@@ -18,25 +18,25 @@
18
18
  <div class="col-sm-2">
19
19
  <label class="font_normal_body">客户编号</label>
20
20
  <input @keyup.enter="search" style="width:60%" type="text" class="input_search" v-model="model.f_userinfo_code" placeholder='客户编号'
21
- condition="ss.f_userinfo_code like '%{}%'" v-next-el='f_userinfo_code' v-el:meternumber
21
+ condition="f_userinfo_code like '%{}%'" v-next-el='f_userinfo_code' v-el:meternumber
22
22
  >
23
23
  </div>
24
24
  <div class="col-sm-2">
25
25
  <label class="font_normal_body">客户名称</label>
26
26
  <input @keyup.enter="search" style="width:60%" type="text" class="input_search" v-model="model.f_username" placeholder='客户名称'
27
- condition="ss.f_user_name like '%{}%'" v-next-el='userid' v-el:username>
27
+ condition="f_user_name like '%{}%'" v-next-el='userid' v-el:username>
28
28
  </div>
29
29
  <div class="col-sm-2">
30
30
  <label class="font_normal_body">客户地址</label>
31
31
  <input @keyup.enter="search" style="width:60%" type="text" class="input_search" v-model="model.f_address" placeholder='客户地址'
32
- condition="ss.f_address like '%{}%'" v-next-el='f_address' v-el:f_address>
32
+ condition="f_address like '%{}%'" v-next-el='f_address' v-el:f_address>
33
33
  </div>
34
34
  <div class="span" style="float:right;margin-top:10px">
35
35
  <button class="button_search button_spacing" @click="search()">查询</button>
36
36
  <button class="button_clear button_spacing" @click="$parent.$parent.clearmsg">清空</button>
37
37
  <export-excel :data="$parent.$parent.getCondition" class="button_export button_spacing"
38
38
  :field="$parent.$parent.getfield"
39
- sqlurl="rs/logic/exportfile" sql-name="gasStatisticsQuery" template-name='用气量统计表'
39
+ sqlurl="rs/logic/exportfile" sql-name="queryGasRecord" template-name='用气量统计表'
40
40
  :choose-col="true"></export-excel>
41
41
  <print-data :sum-field="$parent.$parent.getfield" :model="$parent.model" :field="$parent.$parent.getfield"
42
42
  :defaultfield="$parent.$parent.defaultfield"
@@ -49,24 +49,24 @@
49
49
  <div class="col-sm-2">
50
50
  <label class="font_normal_body">电&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;话</label>
51
51
  <input @keyup.enter="search" style="width:60%" type="text" class="input_search" v-model="model.f_user_phone" placeholder='电话'
52
- condition="ss.f_user_phone like '%{}%'" v-next-el='f_user_phone' v-el:f_user_phone
52
+ condition="f_user_phone like '%{}%'" v-next-el='f_user_phone' v-el:f_user_phone
53
53
  >
54
54
  </div>
55
55
  <div class="col-sm-2">
56
56
  <label class="font_normal_body">小&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;区</label>
57
57
  <input @keyup.enter="search" style="width:60%" type="text" class="input_search" v-model="model.f_residential_area" placeholder='小区'
58
- condition="ss.f_residential_area like '%{}%'" v-next-el='f_residential_area' v-el:f_residential_area>
58
+ condition="f_residential_area like '%{}%'" v-next-el='f_residential_area' v-el:f_residential_area>
59
59
  </div>
60
60
  <div class="col-sm-2">
61
61
  <label class="font_normal_body">表&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;号</label>
62
62
  <input @keyup.enter="search" style="width:60%" type="text" class="input_search" v-model="model.f_meternumber" placeholder='表号'
63
- condition="ss.f_meternumber like '%{}%'" v-next-el='meternumber' v-el:meternumber
63
+ condition="f_meternumber like '%{}%'" v-next-el='meternumber' v-el:meternumber
64
64
  >
65
65
  </div>
66
66
  <div class="col-sm-2">
67
67
  <label class="font_normal_body">燃气证号</label>
68
68
  <input @keyup.enter="search" style="width:60%" type="text" class="input_search" v-model="model.f_gascode" placeholder='燃气证号'
69
- condition="ss.f_gascode like '%{}%'" v-next-el='f_gascode' v-el:f_gascode
69
+ condition="f_gascode like '%{}%'" v-next-el='f_gascode' v-el:f_gascode
70
70
  >
71
71
  </div>
72
72
  <div class="col-sm-2 form-group">
@@ -81,7 +81,7 @@
81
81
  <v-select :value.sync="model.f_price_name"
82
82
  v-model="model.f_price_name"
83
83
  :options="$parent.$parent.getPricenames"
84
- condition="ss.f_price_name = '{}'"
84
+ condition="f_price_name = '{}'"
85
85
  close-on-select></v-select>
86
86
  </div>
87
87
  <div class="col-sm-2 form-group">
@@ -89,7 +89,7 @@
89
89
  <v-select :value.sync="model.f_meter_brand"
90
90
  v-model="model.f_meter_brand"
91
91
  :options="$parent.$parent.meterbrands"
92
- condition="ss.f_meter_brand = '{}'"
92
+ condition="f_meter_brand = '{}'"
93
93
  close-on-select></v-select>
94
94
  </div>
95
95
  <div class="col-sm-2 form-group">
@@ -97,7 +97,7 @@
97
97
  <v-select :value.sync="model.f_changetable_state"
98
98
  v-model="model.f_changetable_state"
99
99
  :options="$parent.$parent.isChange"
100
- condition="ss.f_changetable_state = '{}'"
100
+ condition="f_changetable_state = '{}'"
101
101
  close-on-select></v-select>
102
102
  </div>
103
103
  <div class="col-sm-2 form-group">
@@ -105,27 +105,27 @@
105
105
  <v-select :value.sync="model.f_gas_state"
106
106
  v-model="model.f_gas_state"
107
107
  :options="$parent.$parent.gasState"
108
- condition="ss.f_gas_state = '{}'"
108
+ condition="f_gas_state = '{}'"
109
109
  close-on-select></v-select>
110
110
  </div>
111
111
  <div class="col-sm-2 form-group flex-row" style="white-space: nowrap">
112
112
  <label class="font_normal_body">用气量区间</label>
113
113
  <div class="row">
114
114
  <input type="text" style="width:27%" class="input_search" v-model="model.f_oughtamount1"
115
- condition="ss.f_oughtamount >= {} " placeholder="">
115
+ condition="f_oughtamount >= {} " placeholder="">
116
116
  <label class="font_normal_body"> ≤ x ≤ </label>
117
117
  <input type="text" style="width:27%" class="input_search" v-model="model.f_oughtamount2"
118
- condition="ss.f_oughtamount <= {} " placeholder="">
118
+ condition="f_oughtamount <= {} " placeholder="">
119
119
  </div>
120
120
  </div>
121
121
  <div class="col-sm-2 form-group flex-row" style="white-space: nowrap">
122
122
  <label class="font_normal_body">&nbsp;充值区间&nbsp;&nbsp;</label>
123
123
  <div class="row">
124
124
  <input type="text" style="width:27%" class="input_search" v-model="model.f_collection1"
125
- condition="ss.f_collection >= {} " placeholder="">
125
+ condition="f_collection >= {} " placeholder="">
126
126
  <label class="font_normal_body"> ≤ x ≤ </label>
127
127
  <input type="text" style="width:27%" class="input_search" v-model="model.f_collection2"
128
- condition="ss.f_collection <= {} " placeholder="">
128
+ condition="f_collection <= {} " placeholder="">
129
129
  </div>
130
130
  </div>
131
131
  <div class="col-sm-2 form-group" >
@@ -152,10 +152,10 @@
152
152
  <label class="font_normal_body">余额区间</label>
153
153
  <div class="row">
154
154
  <input type="text" style="width:27%" class="input_search" v-model="model.f_balance_amount_sta"
155
- condition="ss.f_balance_amount >= {} " placeholder="">
155
+ condition="f_balance_amount >= {} " placeholder="">
156
156
  <label class="font_normal_body"> ≤ x ≤ </label>
157
157
  <input type="text" style="width:27%" class="input_search" v-model="model.f_balance_amount_end"
158
- condition="ss.f_balance_amount <= {} " placeholder="">
158
+ condition="f_balance_amount <= {} " placeholder="">
159
159
  </div>
160
160
  </div>
161
161
  <div class="col-sm-2 form-group">
@@ -292,7 +292,7 @@
292
292
  return {
293
293
  show:false,
294
294
  org:[this.$login.f.orgid],
295
- orgcondition: ' and ss.f_orgid = ' + this.$login.f.orgid,
295
+ orgcondition: ' and f_orgid = ' + this.$login.f.orgid,
296
296
  //f_filialeid: this.$login.f.f_orgid,
297
297
  detaillist: [],
298
298
  meterbrands: [],
@@ -311,7 +311,7 @@
311
311
  //默认打印列
312
312
  defaultfield: [],
313
313
  orgCondtionStr: '',
314
- model: new PagedList('rs/sql/gasStatisticsQuery', 50,{
314
+ model: new PagedList('rs/sql/queryGasRecord', 50,{
315
315
  startDate: 'this.model.startDate',
316
316
  endDate: 'this.model.endDate'
317
317
  },{
@@ -361,9 +361,9 @@
361
361
  },
362
362
  getorg(obj) {
363
363
  if(plugins.convertToIn(obj)!==null&&plugins.convertToIn(obj)!==''){
364
- this.orgcondition = " and ss.f_orgid in " + plugins.convertToIn(obj)
364
+ this.orgcondition = " and f_orgid in " + plugins.convertToIn(obj)
365
365
  }else{
366
- this.orgcondition = " and ss.f_orgid = " + this.$login.f.orgid
366
+ this.orgcondition = " and f_orgid = " + this.$login.f.orgid
367
367
  }
368
368
  },
369
369
  userTypeChange () {
@@ -343,9 +343,7 @@
343
343
  instructtype:[],
344
344
  instructstate:[],
345
345
  org:{
346
- org:[this.$login.f.orgid],
347
- dep:[],
348
- user:[],
346
+ org:[this.$login.f.orgid]
349
347
  },
350
348
  orgcondition:'',
351
349
  show: false,
@@ -409,7 +407,7 @@
409
407
  getorg(condition,obj) {
410
408
  this.orgcondition = condition.replace('f_orgid','i.f_orgid')
411
409
  this.orgcondition = this.orgcondition.replace('f_depid','i.f_depid')
412
- this.orgcondition = this.orgcondition.replace('f_operatorid','i.f_operatorid')
410
+ this.orgcondition = this.orgcondition.replace('f_operatorid','u1.f_operatorid')
413
411
  this.orgname = obj.orgnames[0]
414
412
  },
415
413
  initQueryParam () {
@@ -189,7 +189,6 @@
189
189
  let readyGen = async function (self) {
190
190
  await self.$MagLoadParams.loadParam()
191
191
  self.getfield = self.config.excelHeaders
192
- self.initQueryParam();
193
192
  }
194
193
  export default {
195
194
  title: '开关阀记录查询',
@@ -253,7 +252,7 @@
253
252
  let arr = []
254
253
  this.$MagGetSaleParam.getGasbrand().forEach((item) => {
255
254
  let temp = {}
256
- if(item.value.f_meter_type==='物联网表' || item.value.f_meter_type==='机表'){
255
+ if(item.value.f_meter_type==='物联网表'){
257
256
  temp.label = item.label
258
257
  temp.value = item.value.f_meter_brand
259
258
  arr.push(temp )
@@ -299,6 +298,7 @@
299
298
  this.f_orgid = `${this.f_orgid_new}`;
300
299
  }
301
300
  await this.model.search(args.condition, args.model)
301
+ await this.initQueryParam();
302
302
  await this.$refs.paged.$refs.grid.InitializedData()
303
303
  await this.$refs.paged.$refs.grid.displayColumnSettings(undefined)
304
304
 
@@ -6,11 +6,10 @@
6
6
  :initresid='initres.org'></right-tree>
7
7
  </div>
8
8
  <div :class="style" v-show="departmentshow">
9
- <label class="font_normal_body" v-html="deptitle"></label>
9
+ <label class="font_normal_body">部&emsp;&emsp;门</label>
10
10
  <res-select restype='department' v-ref:department
11
11
  @res-select="getdep"
12
12
  :parentresid="depresid"
13
- :specialquery="specialquery"
14
13
  :initresid='initres.dep'
15
14
  :mustselect="mustselect"
16
15
  :is-mul="mul">
@@ -63,11 +62,6 @@ export default {
63
62
  type: Object,
64
63
  default: null,
65
64
  },
66
- //是否只查询营业厅
67
- specialquery: {
68
- type: Boolean,
69
- default: false
70
- },
71
65
  showComponent:{
72
66
  default:['company','department','operator','slicearea']
73
67
  },
@@ -94,7 +88,6 @@ export default {
94
88
  operatorshow:false,
95
89
  sliceareashow:false,
96
90
  mustselect:false,
97
- deptitle: this.specialquery ? '营&ensp;业&ensp;厅' : '部&emsp;&emsp;门',
98
91
  obj:{
99
92
  orgnames:[],
100
93
  depnames:[],
@@ -62,7 +62,6 @@
62
62
  :show-component="['company','department','operator']"
63
63
  :initres="$parent.$parent.initres"
64
64
  @re-res="$parent.$parent.getRes"
65
- :specialquery="true"
66
65
  v-ref:sel
67
66
  ></res-select-group>
68
67
  <div class="col-sm-2 form-group">