manage-client 3.3.217 → 3.3.218

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 (193) hide show
  1. package/.gradle/7.4/checksums/checksums.lock +0 -0
  2. package/.gradle/7.4/dependencies-accessors/dependencies-accessors.lock +0 -0
  3. package/.gradle/7.4/dependencies-accessors/gc.properties +0 -0
  4. package/.gradle/7.4/executionHistory/executionHistory.lock +0 -0
  5. package/.gradle/7.4/fileChanges/last-build.bin +0 -0
  6. package/.gradle/7.4/fileHashes/fileHashes.lock +0 -0
  7. package/.gradle/7.4/gc.properties +0 -0
  8. package/.npmignore +10 -0
  9. package/build/.npmignore +1 -0
  10. package/build/dev-server.js +190 -190
  11. package/gradle/wrapper/gradle-wrapper.properties +5 -5
  12. package/gradlew +234 -234
  13. package/gradlew.bat +89 -89
  14. package/hs_err_pid13052.log +206 -206
  15. package/package-lock.json +10123 -0
  16. package/package.json +111 -111
  17. package/src/components/SellReport/BusinessClassify.vue +292 -292
  18. package/src/components/SellReport/GasMoneyPublicConReport.vue +231 -231
  19. package/src/components/SellReport/ManageSellType.vue +267 -267
  20. package/src/components/SellReport/yangchun/YcBusSummaryes.vue +229 -229
  21. package/src/components/handReport/WebGastypeMonthReport.vue +190 -190
  22. package/src/components/sale/businessquery/AreaChargeQuery.vue +384 -384
  23. package/src/components/sale/businessquery/AreaGeneralQuery.vue +637 -637
  24. package/src/components/sale/businessquery/ArrearsQuery.vue +983 -983
  25. package/src/components/sale/businessquery/BalanceTable.vue +482 -482
  26. package/src/components/sale/businessquery/BusinessManage.vue +212 -212
  27. package/src/components/sale/businessquery/CancellationQuery.vue +428 -428
  28. package/src/components/sale/businessquery/CardHandplanQuery.vue +546 -546
  29. package/src/components/sale/businessquery/ChangeMeterQuery.vue +699 -699
  30. package/src/components/sale/businessquery/ChargeQuery.vue +1435 -1435
  31. package/src/components/sale/businessquery/CollectManage.vue +6 -6
  32. package/src/components/sale/businessquery/CommunityPaymen.vue +307 -307
  33. package/src/components/sale/businessquery/DisableQuery.vue +523 -523
  34. package/src/components/sale/businessquery/EnableQuery.vue +462 -462
  35. package/src/components/sale/businessquery/FMYGasQuery.vue +813 -813
  36. package/src/components/sale/businessquery/FillCardQuery.vue +573 -573
  37. package/src/components/sale/businessquery/FillGasQuery.vue +593 -593
  38. package/src/components/sale/businessquery/GroupChargeQuery.vue +492 -492
  39. package/src/components/sale/businessquery/HandBookQuery.vue +692 -692
  40. package/src/components/sale/businessquery/HandBookTwoQuery.vue +704 -704
  41. package/src/components/sale/businessquery/HandGasPropertiesQuery.vue +671 -671
  42. package/src/components/sale/businessquery/HandPeopleQuery.vue +719 -719
  43. package/src/components/sale/businessquery/HandRateQuery.vue +524 -524
  44. package/src/components/sale/businessquery/Handgasquery.vue +477 -477
  45. package/src/components/sale/businessquery/HandplanQuery.vue +1376 -1376
  46. package/src/components/sale/businessquery/MonthGasQuery.vue +482 -482
  47. package/src/components/sale/businessquery/NoBusinessQuery.vue +778 -778
  48. package/src/components/sale/businessquery/PlotSummaryQuery.vue +499 -499
  49. package/src/components/sale/businessquery/ProceedsOper.vue +415 -415
  50. package/src/components/sale/businessquery/ResidentialCardQuery.vue +377 -377
  51. package/src/components/sale/businessquery/ResidentialQuery.vue +415 -415
  52. package/src/components/sale/businessquery/SellOrgnameQuery.vue +680 -680
  53. package/src/components/sale/businessquery/SellPeopleQuery.vue +752 -752
  54. package/src/components/sale/businessquery/SellingHand.vue +421 -421
  55. package/src/components/sale/businessquery/TransferQuery.vue +502 -502
  56. package/src/components/sale/businessquery/UnhandBusiness.vue +328 -328
  57. package/src/components/sale/businessquery/UserSellHeadDetail.vue +579 -579
  58. package/src/components/sale/businessquery/WebHandplanQuery.vue +987 -987
  59. package/src/components/sale/businessquery/WebMeterMonthUserGasQuery.vue +471 -471
  60. package/src/components/sale/businessquery/YingShouMingXi.vue +524 -524
  61. package/src/components/sale/businessquery/YonghuJieyu.vue +358 -358
  62. package/src/components/sale/businessquery/usergas.vue +315 -315
  63. package/src/components/sale/config/exportConfig.js +2761 -2761
  64. package/src/components/sale/config/tableConfig.js +59 -59
  65. package/src/components/sale/filesquery/FireQuery.vue +539 -539
  66. package/src/components/sale/filesquery/RecordInfoQuery.vue +1443 -1443
  67. package/src/components/sale/filesquery/UserQuery.vue +977 -977
  68. package/src/components/webmeter/DrillData/GetNoMetereadData.vue +423 -423
  69. package/src/components/webmeter/DrillData/LostContactAnalysisList.vue +695 -695
  70. package/src/components/webmeter/DrillData/UserLostContactAnalysis.vue +646 -646
  71. package/src/components/webmeter/WebmeterQuery.vue +77 -77
  72. package/src/components/webmeter/gasAnalysis/WebmeterSettlementAnalysis.vue +456 -456
  73. package/src/components/webmeter/gasStatistics/GasStatistics.vue +526 -526
  74. package/src/components/webmeter/gasStatistics/NewGasStatistics.vue +542 -542
  75. package/src/components/webmeter/instruction/NewQueryInstruct.vue +606 -606
  76. package/src/components/webmeter/newwebmeter/NewException/MeterExceptionList.vue +552 -552
  77. package/src/components/webmeter/newwebmeter/WebhandMonthGas.vue +819 -819
  78. package/src/components/webmeter/recharge/RechargeList.vue +371 -371
  79. package/src/components/webmeter/report/ReportList.vue +453 -453
  80. package/src/components/webmeter/reportdata/ReportDataQuery.vue +339 -339
  81. package/src/filiale/WEINAN/InspectListGas.vue +616 -616
  82. package/src/filiale/ancheng/businessquery/FMYGasQuery.vue +12 -10
  83. package/src/filiale/ancheng/exportConfig.js +120 -120
  84. package/src/filiale/bayan/ChargeQuery.vue +1436 -1436
  85. package/src/filiale/bayan/PrintTableManage.vue +242 -242
  86. package/src/filiale/bayan/config/DefaultPrint.js +6 -6
  87. package/src/filiale/bayan/config/exportConfig.js +2642 -2642
  88. package/src/filiale/bayan/config/tableConfig.js +59 -59
  89. package/src/filiale/bayan/sale.js +8 -8
  90. package/src/filiale/bayan/webmeter/GetNoMetereadData.vue +425 -425
  91. package/src/filiale/bayan/webmeter/LostContactAnalysisList.vue +719 -719
  92. package/src/filiale/bayan/webmeter/MeterExceptionList.vue +591 -591
  93. package/src/filiale/bayan/webmeter/NewGasStatistics.vue +665 -665
  94. package/src/filiale/bayan/webmeter/NewQueryInstruct.vue +650 -650
  95. package/src/filiale/bayan/webmeter/NewWebmeterSettlementAnalysis.vue +464 -464
  96. package/src/filiale/bayan/webmeter/RechargeList.vue +430 -430
  97. package/src/filiale/bayan/webmeter/ReportDataQuery.vue +343 -343
  98. package/src/filiale/bayan/webmeter/ReportList.vue +555 -555
  99. package/src/filiale/bayan/webmeter/UserLostContactAnalysis.vue +674 -674
  100. package/src/filiale/bayan/webmeterManage.js +26 -26
  101. package/src/filiale/dingcheng/DefaultPrint.js +6 -6
  102. package/src/filiale/dingcheng/businessquery/ChangeMeterQuery.vue +798 -798
  103. package/src/filiale/dingcheng/exportConfig.js +2765 -2765
  104. package/src/filiale/dingcheng/sale.js +9 -9
  105. package/src/filiale/hantou/ChangeMeterQuery.vue +699 -699
  106. package/src/filiale/hantou/config/DefaultPrint.js +6 -6
  107. package/src/filiale/hantou/config/exportConfig.js +2667 -2667
  108. package/src/filiale/hantou/config/tableConfig.js +54 -54
  109. package/src/filiale/hantou/sale.js +8 -8
  110. package/src/filiale/jingyang/ChargeQuery.vue +1464 -1464
  111. package/src/filiale/jingyang/RechargeList.vue +346 -346
  112. package/src/filiale/jingyang/config/DefaultPrint.js +6 -6
  113. package/src/filiale/jingyang/config/exportConfig.js +2776 -2776
  114. package/src/filiale/jingyang/config/tableConfig.js +58 -58
  115. package/src/filiale/jingyang/sale.js +8 -8
  116. package/src/filiale/kelai/AreaChargeQuery.vue +398 -398
  117. package/src/filiale/kelai/GasStatistics.vue +561 -561
  118. package/src/filiale/kelai/NewAccountQuery.vue +417 -417
  119. package/src/filiale/kelai/NewGasStatistics.vue +542 -542
  120. package/src/filiale/kelai/feimin_style_kl.vue +400 -400
  121. package/src/filiale/kelai/reportManage.js +13 -13
  122. package/src/filiale/kelai/sale.js +17 -17
  123. package/src/filiale/liaoyuan/HandplanQuery.vue +1289 -1289
  124. package/src/filiale/lixianV3/RecordInfoQuery.vue +1474 -1474
  125. package/src/filiale/macheng/ArrearsQuery.vue +831 -831
  126. package/src/filiale/macheng/RecordInfoQuery.vue +1023 -1023
  127. package/src/filiale/macheng/config/exportConfig.js +79 -79
  128. package/src/filiale/meihekou/AreaGeneralQuery.vue +206 -206
  129. package/src/filiale/meihekou/CardHandplanQuery.vue +664 -664
  130. package/src/filiale/meihekou/ChargeQuery.vue +1274 -1274
  131. package/src/filiale/meihekou/CollectManage.vue +152 -152
  132. package/src/filiale/meihekou/HandplanQuery.vue +1248 -1248
  133. package/src/filiale/meihekou/OtherChargeQuery.vue +618 -618
  134. package/src/filiale/meihekou/UserSellHeadDetail.vue +516 -516
  135. package/src/filiale/meihekou/YingShouMingXi.vue +556 -556
  136. package/src/filiale/meihekou/config/exportConfig.js +829 -829
  137. package/src/filiale/meihekou/sale.js +39 -39
  138. package/src/filiale/ningjin/MeterExceptionList.vue +616 -616
  139. package/src/filiale/ningjin/UserLostContactAnalysis.vue +623 -623
  140. package/src/filiale/qianneng/WebmeterQuery.vue +70 -70
  141. package/src/filiale/qianneng/exportConfig.js +232 -232
  142. package/src/filiale/qingtongxia/ChargeQuery.vue +1209 -1209
  143. package/src/filiale/qingtongxia/config/exportConfig.js +712 -712
  144. package/src/filiale/rizhao/BusinessManage.vue +212 -212
  145. package/src/filiale/rizhao/sale.js +13 -13
  146. package/src/filiale/shangluo/HandplanQuery.vue +1376 -1376
  147. package/src/filiale/shangluo/sale.js +17 -17
  148. package/src/filiale/shangluo/webmeter/PriceInstructList.vue +303 -303
  149. package/src/filiale/shangluo/webmeter/UserInstructList.vue +304 -304
  150. package/src/filiale/shangluo/webmeter/WebmeterSettlementAnalysis.vue +432 -432
  151. package/src/filiale/shanxian/EchartsBox.vue +134 -134
  152. package/src/filiale/shaoguan/errorHandplanQuery.vue +386 -386
  153. package/src/filiale/shexian/ChangeMeterQuery.vue +797 -797
  154. package/src/filiale/taizhoukesi/ChangeMeterQuery.vue +683 -683
  155. package/src/filiale/taizhoukesi/NewGasStatistics.vue +539 -539
  156. package/src/filiale/taizhoukesi/config/exportConfig.js +2712 -2712
  157. package/src/filiale/taizhoukesi/sale.js +11 -11
  158. package/src/filiale/tongchuan/GasInspection.vue +716 -716
  159. package/src/filiale/tongchuan/InspectListGas.vue +700 -700
  160. package/src/filiale/tongchuan/MeterQuery.vue +1002 -1002
  161. package/src/filiale/tongchuan/ResSelectGroupNew.vue +188 -188
  162. package/src/filiale/tongchuan/config/exportConfig.js +858 -858
  163. package/src/filiale/wenxi/ChangeMeterQuery.vue +721 -721
  164. package/src/filiale/wenxi/ManageUserTypeSell.vue +173 -173
  165. package/src/filiale/wenxi/config/exportConfig.js +995 -995
  166. package/src/filiale/xinjiangdexin/ChargeQuery.vue +1435 -1435
  167. package/src/filiale/xinjiangdexin/config/exportConfig.js +2770 -2770
  168. package/src/filiale/xinjiangdexin/sale.js +7 -7
  169. package/src/filiale/yangchun/ChangeMeterQuery.vue +716 -716
  170. package/src/filiale/yangchun/ManageBusSummaryNew.vue +239 -239
  171. package/src/filiale/yangchun/OtherChargeDetailQuery.vue +74 -74
  172. package/src/filiale/yangchun/OtherChargeQuery.vue +755 -755
  173. package/src/filiale/yangchun/RecordInfoQuery.vue +1477 -1477
  174. package/src/filiale/yangchun/UserQuery.vue +980 -980
  175. package/src/filiale/yangchun/config/DefaultPrint.js +6 -6
  176. package/src/filiale/yangchun/config/exportConfig.js +1229 -1229
  177. package/src/filiale/yangchun/config/tableConfig.js +58 -58
  178. package/src/filiale/yangchun/reportManage.js +6 -6
  179. package/src/filiale/yangchun/sale.js +20 -20
  180. package/src/filiale/yangchun/webmeterManage.js +5 -5
  181. package/src/filiale/yuncheng/ChangeMeterQuery.vue +743 -743
  182. package/src/filiale/yuncheng/DeviceQuery.vue +611 -611
  183. package/src/filiale/yuncheng/LostContactAnalysisList.vue +700 -700
  184. package/src/filiale/yuncheng/MeterQuery.vue +995 -995
  185. package/src/filiale/yuncheng/config/exportConfig.js +2674 -2674
  186. package/src/filiale/yuncheng/sale.js +23 -23
  187. package/src/filiale/zhongyi/GasStatistics.vue +522 -522
  188. package/src/filiale/zhongyi/exportConfig.js +2554 -2554
  189. package/src/main.js +68 -68
  190. package/src/plugins/LodopFuncs.js +159 -159
  191. package/src/reportManage.js +773 -773
  192. package/src/saleManage.js +689 -689
  193. package/src/webmeterManage.js +130 -130
@@ -36,9 +36,9 @@
36
36
  >
37
37
  </datepicker>
38
38
  </div>
39
- <div class="col-sm-1 form-group">
39
+ <div class="col-sm-2 form-group">
40
40
  <label for="endHandDate" class="font_normal_body">&emsp;&emsp;&emsp;至</label>
41
- <datepicker id="endHandDate" placeholder="结束日期" style="width:50%"
41
+ <datepicker id="endHandDate" placeholder="结束日期" style="width:60%"
42
42
  v-model="model.endHandDate"
43
43
  :value.sync="model.endHandDate"
44
44
  :format="'yyyy-MM-dd HH:mm:ss'"
@@ -46,11 +46,6 @@
46
46
  >
47
47
  </datepicker>
48
48
  </div>
49
- <div class="col-sm-2 form-group">
50
- <label class="font_normal_body">表&emsp;&emsp;号</label>
51
- <input type="text" style="width:50%" class="input_search" v-model="model.f_meter_number"
52
- condition="f_meternumber = '{}'" placeholder='表号'>
53
- </div>
54
49
  <div class="span" style="float:right;">
55
50
  <button class="button_search button_spacing" @click="search()">查询</button>
56
51
  <button class="button_clear button_spacing" @click="$parent.$parent.clear()">清空</button>
@@ -58,7 +53,7 @@
58
53
  :field="$parent.$parent.getfield"
59
54
  :footer="$parent.$parent.footer"
60
55
  :header="$parent.$parent.other"
61
- sqlurl="api/af-revenue/logic/openapi/exportfile"
56
+ sqlurl="rs/easyExcel/exportExcel"
62
57
  sql-name="FMYgasQuery"
63
58
  template-name='用气查询导出'
64
59
  :choose-col="true"></export-excel>
@@ -74,7 +69,11 @@
74
69
  <div class="row" v-show="$parent.$parent.criteriaShow">
75
70
 
76
71
  <res-select-group :initres="$parent.$parent.initres" @re-res="$parent.$parent.getRes" v-ref:sel></res-select-group>
77
-
72
+ <div class="col-sm-2 form-group">
73
+ <label class="font_normal_body">表&emsp;&emsp;号</label>
74
+ <input type="text" style="width:60%" class="input_search" v-model="model.f_meter_number"
75
+ condition="f_meternumber = '{}'" placeholder='表号'>
76
+ </div>
78
77
  <div class="col-sm-2 form-group">
79
78
 
80
79
  <label class="font_normal_body">客户编号</label>
@@ -447,7 +446,8 @@ import exportConfig from './../exportConfig'
447
446
  footer: [],
448
447
  model: new PagedList('api/af-revenue/sql/FMYgasQuery', 30, {
449
448
  startDate: 'this.model.startDate != null && this.model.startDate != "" ? this.model.startDate : this.model.startHandDate',
450
- endDate: 'this.model.endDate != null && this.model.endDate != "" ? this.model.endDate : this.model.endHandDate'
449
+ endDate: 'this.model.endDate != null && this.model.endDate != "" ? this.model.endDate : this.model.endHandDate',
450
+ f_queryweb: 'this.model.f_queryweb'
451
451
  }, {
452
452
  f_pregas: 0,
453
453
  f_preamount: 0,
@@ -488,6 +488,7 @@ import exportConfig from './../exportConfig'
488
488
  userstates: this.$appdata.getParam('用户状态') ? [{label: '全部', value: ''}, ...this.$appdata.getParam('用户状态')] : [],
489
489
  meterbooks: [{label: '全部',value: ''}], //抄表册
490
490
  tempfalg :false,
491
+ isQueryWeb: this.$appdata.getSingleValue('用气查询是否查物联网表') ? this.$appdata.getSingleValue('用气查询是否查物联网表') : '否' ,
491
492
  lastorgstr:'',
492
493
  allorgid:[],
493
494
  }
@@ -666,6 +667,7 @@ import exportConfig from './../exportConfig'
666
667
  if(mod.endHandDate != null && mod.endHandDate != '') {
667
668
  con += ` and f_hand_date <= '${mod.endHandDate}'`
668
669
  }
670
+ this.$refs.paged.$refs.cri.model.f_queryweb = this.isQueryWeb
669
671
  this.model.search(args.condition, args.model,con)
670
672
  this.sumsmodel = this.$refs.paged.$refs.grid.model.sums
671
673
  },
@@ -27,19 +27,19 @@ export default{
27
27
  'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_olduserinfo_code': '档案编号', 'f_money': '收款金额', 'f_operat_type': '操作类型',
28
28
  'f_state': '操作状态', 'f_operate_date': '操作日期', 'f_orgname': '组织名称', 'f_depname': '部门名称', 'f_operator': '操作人', 'f_meternumber': '表号'
29
29
  },
30
- //收据查询
30
+ // 收据查询
31
31
  receiptConfig: {
32
- 'f_userinfo_code':'用户编号', 'f_user_name':'客户名称','f_address':'客户地址', 'f_meternumber':'表号',
33
- 'f_olduserinfo_code':'档案编号', 'f_total_money':'余额', 'f_tax_money':'税金', 'f_bill_number':'发票号码',
34
- 'ef':'收票人', 'f_operate_date':'操作日期', 'f_type':'收费类型', 'f_buy_name':'客户名称',
35
- 'f_buy_address':'客户地址', 'f_buy_phone':'客户电话', 'f_balance':'余额', 'f_meter_type':'气表类型',
36
- 'f_payment':'付款方式', 'f_user_type':'客户类型', 'f_gasproperties':'用气性质', 'f_orgid':'组织编号',
37
- 'f_orgname':'公司名称', 'f_depid':'部门编号', 'f_depname':'部门名称', 'f_operatorid':'人员编号', 'sf':'收费员',
38
- 'f_preamount':'预收款', 'f_pregas':'应收气量', 'f_collection':'实收款'
39
- },
40
- //收据查询默认选择
32
+ 'f_userinfo_code': '用户编号', 'f_user_name': '客户名称', 'f_address': '客户地址', 'f_meternumber': '表号',
33
+ 'f_olduserinfo_code': '档案编号', 'f_total_money': '余额', 'f_tax_money': '税金', 'f_bill_number': '发票号码',
34
+ 'ef': '收票人', 'f_operate_date': '操作日期', 'f_type': '收费类型', 'f_buy_name': '客户名称',
35
+ 'f_buy_address': '客户地址', 'f_buy_phone': '客户电话', 'f_balance': '余额', 'f_meter_type': '气表类型',
36
+ 'f_payment': '付款方式', 'f_user_type': '客户类型', 'f_gasproperties': '用气性质', 'f_orgid': '组织编号',
37
+ 'f_orgname': '公司名称', 'f_depid': '部门编号', 'f_depname': '部门名称', 'f_operatorid': '人员编号', 'sf': '收费员',
38
+ 'f_preamount': '预收款', 'f_pregas': '应收气量', 'f_collection': '实收款'
39
+ },
40
+ // 收据查询默认选择
41
41
  receiptexportConfig: {
42
- 'f_userinfo_code': '用户编号', 'f_user_name': '客户名称','f_address': '客户地址', 'f_meternumber':'表号'
42
+ 'f_userinfo_code': '用户编号', 'f_user_name': '客户名称', 'f_address': '客户地址', 'f_meternumber': '表号'
43
43
  },
44
44
  // 资源操作
45
45
  resourceConfig: {
@@ -88,8 +88,8 @@ export default{
88
88
  'f_depname': '部门', 'f_orgname': '公司', 'f_comments': '修改原因'
89
89
  },
90
90
  sellingChargePriceConfig: {
91
- 'f_userinfo_code': '客户编号','f_user_name': '客户名称', 'f_user_type': '客户类型','f_gasproperties': '用气性质','f_meter_type': '气表类型',
92
- 'f_price_name': '气价名称','f_type': '收费类型', 'f_price': '单价', 'f_gas': '气量','f_money': '气费'
91
+ 'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_user_type': '客户类型', 'f_gasproperties': '用气性质', 'f_meter_type': '气表类型',
92
+ 'f_price_name': '气价名称', 'f_type': '收费类型', 'f_price': '单价', 'f_gas': '气量', 'f_money': '气费'
93
93
  },
94
94
  chargeConfig: {
95
95
  'id': '收费编号', 'f_userinfo_code': '客户编号', 'f_olduserinfo_code': '档案编号', 'f_user_name': '客户名称', 'f_user_phone': '客户电话', 'f_address': '客户地址', 'f_zones': '片区', 'f_user_type': '客户类型',
@@ -99,10 +99,10 @@ export default{
99
99
  'f_delaypay': '违约金', 'f_comments': '备注', 'f_operator': '操作员', 'f_depname': '部门', 'f_orgname': '公司',
100
100
  'f_yucun': '预存金额', 'f_card_id': '卡号', 'f_stairamount1': '一阶气量', 'f_stair1price': '一阶单价', 'f_stair1fee': '一阶气费',
101
101
  'f_stair2amount': '二阶气量', 'f_stair2price': '二阶单价', 'f_stair2fee': '二阶气费',
102
- 'f_stair3amount': '三阶气量', 'f_stair3price': '三阶单价', 'f_stair3fee': '三阶气费', 'f_inputtor': '抄表员','f_residential_area':'小区','f_serial_number':'业务单号'
102
+ 'f_stair3amount': '三阶气量', 'f_stair3price': '三阶单价', 'f_stair3fee': '三阶气费', 'f_inputtor': '抄表员', 'f_residential_area': '小区', 'f_serial_number': '业务单号'
103
103
  },
104
- loginQueryConfig:{
105
- 'userid': '登录人编号','username': '登录人名称', 'logindate': '登录时间', 'type': '类型'
104
+ loginQueryConfig: {
105
+ 'userid': '登录人编号', 'username': '登录人名称', 'logindate': '登录时间', 'type': '类型'
106
106
  },
107
107
  pricetypeGasConfig: {
108
108
  'f_price': '价格类型', 'f_gas': '当日售气量', 'f_money': '当日售气金额'
@@ -113,8 +113,8 @@ export default{
113
113
  chargeexportConfig: {
114
114
  'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_pregas': '气量', 'f_collection': '收款', 'f_stairamount1': '一阶气量', 'f_stair2amount': '二阶气量', 'f_stair3amount': '三阶气量'
115
115
  },
116
- loginQueryexportConfig:{
117
- 'f_userinfo_id': '登录人编号','f_user_name': '登录人名称', 'logindate': '登录时间', 'type': '类型'
116
+ loginQueryexportConfig: {
117
+ 'f_userinfo_id': '登录人编号', 'f_user_name': '登录人名称', 'logindate': '登录时间', 'type': '类型'
118
118
  },
119
119
  reverseexportConfig: {
120
120
  'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_address': '客户地址'
@@ -176,10 +176,10 @@ export default{
176
176
  'f_gasproperties': '用气性质', 'f_comments': '备注', 'c': '欠费期数', 'f_hand_date': '欠费区间', 'f_oughtamount': '用气量',
177
177
  'f_oughtfee': '用气金额', 'f_debt_money': '已交金额', 'f_oughtfee_new': '应交气费',
178
178
  'overdue': '违约金', 'f_garbage_fee': '附加费', 'f_last_tablebase': '上期抄表底数', 'f_tablebase': '本期抄表底数',
179
- 'f_oughtfee_all': '合计欠费金额','f_oughtfee_col': '实际欠费金额', 'f_cost_type': '缴费方式', 'f_meter_type': '气表类型'
179
+ 'f_oughtfee_all': '合计欠费金额', 'f_oughtfee_col': '实际欠费金额', 'f_cost_type': '缴费方式', 'f_meter_type': '气表类型'
180
180
  },
181
181
  areaChargeQueryConfig: {
182
- 'f_residential_area': '小区','f_price': '单价','f_gas': '购气方量','f_money': '购气金额'
182
+ 'f_residential_area': '小区', 'f_price': '单价', 'f_gas': '购气方量', 'f_money': '购气金额'
183
183
  },
184
184
  arrearsGYConfig: {
185
185
  'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_meternumber': '表号', 'f_residential_area': '小区名称', 'f_address': '客户地址',
@@ -284,7 +284,7 @@ export default{
284
284
  'f_userinfo_code': '客户编号', 'f_olduserinfo_code': '档案编号', 'f_user_name': '客户名称', 'f_address': '客户地址', 'f_user_phone': '客户电话', 'f_meter_classify': '气表类型',
285
285
  'f_meter_brand': '气表品牌',
286
286
  'f_bill_number': '收据票号', 'f_brand_spec': '收费类型', 'f_typename': '品名规格',
287
- 'f_typenumber': '型号', 'f_unitprice': '单价', 'f_number': '数量','hushu':'户数',
287
+ 'f_typenumber': '型号', 'f_unitprice': '单价', 'f_number': '数量', 'hushu': '户数',
288
288
  'f_money': '收款', 'f_payment': '付款方式', 'f_state': '状态', 'f_operate_date': '收费日期',
289
289
  'f_service_person': '服务人员', 'f_comments': '备注',
290
290
  'f_operator': '操作员', 'f_depname': '部门', 'f_orgname': '公司', 'f_meternumber': '表号'
@@ -314,7 +314,7 @@ export default{
314
314
  'f_last_tablebase': '上期底数', 'f_tablebase': '本期底数', 'f_oughtamount': '用气量', 'overdue': '违约金', 'f_oughtfee': '用气金额', 'f_debt_money': '已交金额',
315
315
  'f_actual_arrears': '欠费金额', 'f_balance': '上期余额', 'f_curbalance': '本期余额',
316
316
  'f_accounts_state': '下账状态', 'f_operate_date': '收费时间', 'f_inputtor': '抄表员', 'f_book_slice_area': '表册片区',
317
- 'f_hand_date': '下发日期', 'f_input_date': '录入日期', 'f_audit_date': '审核日期','f_meter_state': '抄表状态', 'f_hand_state': '记录状态',
317
+ 'f_hand_date': '下发日期', 'f_input_date': '录入日期', 'f_audit_date': '审核日期', 'f_meter_state': '抄表状态', 'f_hand_state': '记录状态',
318
318
  'f_operator': '操作员', 'f_depname': '部门', 'f_orgname': '公司', 'f_surplus_gas': '剩余气量', 'f_haircut_gas': '扣减气量',
319
319
  'f_stair1amount': '一阶气量', 'f_stair1price': '一阶单价', 'f_stair1fee': '一阶气费',
320
320
  'f_stair2amount': '二阶气量', 'f_stair2price': '二阶单价', 'f_stair2fee': '二阶气费',
@@ -323,14 +323,14 @@ export default{
323
323
  handplanInfoConfig: {
324
324
  'f_userinfo_code': '用户号', 'f_residential_area': '小区', 'f_address': '地址', 'f_user_name': '用户名',
325
325
  'f_meternumber': '表钢号', 'f_user_type': '客户类型', 'f_gasproperties': '用气性质',
326
- 'f_month1': '一月','f_month2': '二月', 'f_month3': '三月', 'f_month4': '四月', 'f_month5': '五月', 'f_month6': '六月',
327
- 'f_month7': '七月','f_month8': '八月', 'f_month9': '九月', 'f_month10': '十月', 'f_month11': '十一月', 'f_month12': '十二月'
326
+ 'f_month1': '一月', 'f_month2': '二月', 'f_month3': '三月', 'f_month4': '四月', 'f_month5': '五月', 'f_month6': '六月',
327
+ 'f_month7': '七月', 'f_month8': '八月', 'f_month9': '九月', 'f_month10': '十月', 'f_month11': '十一月', 'f_month12': '十二月'
328
328
  },
329
329
  gaslossConfig: {
330
330
  'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_address': '客户地址', 'f_meternumber': '表号',
331
331
  'f_charge_person': '缴费人', 'f_charge_phone': '缴费人电话', 'f_charge_address': '缴费人地址', 'f_collection': '金额',
332
- 'f_payment': '付款方式','f_bill_style': '打印格式', 'f_serial_id': '流水号', 'f_pay_id': '支付单号', 'detail': '详情'
333
- ,'f_charge_date': '缴费日期', 'f_operator': '操作人', 'f_depname': '部门', 'f_orgname': '公司'
332
+ 'f_payment': '付款方式', 'f_bill_style': '打印格式', 'f_serial_id': '流水号', 'f_pay_id': '支付单号', 'detail': '详情'
333
+ , 'f_charge_date': '缴费日期', 'f_operator': '操作人', 'f_depname': '部门', 'f_orgname': '公司'
334
334
  },
335
335
  balanceConfig: {
336
336
  'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_balance': '期初余额', 'f_oughtfee': '期间应收',
@@ -362,21 +362,21 @@ export default{
362
362
  },
363
363
  feimin_style: {
364
364
  'f_user_name': '用户名称', 'f_price': '单价', 'zgougas': '总购气量汇总', 'gougas': '本月购气量汇总',
365
- 'bugas': '补气汇总','yugas': '表余量汇总','yonggas': '用气量汇总'
365
+ 'bugas': '补气汇总', 'yugas': '表余量汇总', 'yonggas': '用气量汇总'
366
366
  },
367
367
  chaostyle: {
368
368
  'f_userinfo_code': '用户号', 'f_user_name': '用户名', 'f_address': '用户地址', 'f_last_tablebase': '起方',
369
369
  'f_tablebase': '止方', 'gas': '气量', 'f_price': '单价',
370
370
  'f_money': '金额', 'f_accounts_state': '下账状态', 'f_book_name': '抄表册', 'f_inputtor': '抄表员', 'f_operatorr': '录入员', 'f_audit_person': '审核人',
371
- 'f_audit_date': '审核日期','f_meter_state': '抄表状态','f_hand_state': '表单状态','f_user_type': '客户类型','f_gasproperties': '用气性质',
372
- 'f_price_id': '气价编号','f_price_name': '气价名称','f_meter_classify': '气表分类','f_accounting_date': '截止日期','beizhu': '备注',
373
- 'f_meter_brand': '气表型号','f_calculation': '结算方式'
371
+ 'f_audit_date': '审核日期', 'f_meter_state': '抄表状态', 'f_hand_state': '表单状态', 'f_user_type': '客户类型', 'f_gasproperties': '用气性质',
372
+ 'f_price_id': '气价编号', 'f_price_name': '气价名称', 'f_meter_classify': '气表分类', 'f_accounting_date': '截止日期', 'beizhu': '备注',
373
+ 'f_meter_brand': '气表型号', 'f_calculation': '结算方式'
374
374
  },
375
375
  shoufeistyle: {
376
376
  'id': '收费编号', 'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_address': '客户地址',
377
377
  'f_user_type': '客户类型', 'f_gasproperties': '用气性质', 'f_price_name': '价格类型',
378
378
  'f_last_tablebase': '上期底数', 'f_tablebase': '本期底数', 'f_price': '单价', 'f_gas': '气量', 'f_money': '金额', 'f_type': '收费类型',
379
- 'f_payment': '收款方式','f_operate_date': '收费日期','f_operator': '操作员','f_depname': '部门','f_orgname': '公司'
379
+ 'f_payment': '收款方式', 'f_operate_date': '收费日期', 'f_operator': '操作员', 'f_depname': '部门', 'f_orgname': '公司'
380
380
  },
381
381
  chargeSchedule: {
382
382
  'f_serial_id': '流水号', 'f_userinfo_code': '户号', 'f_user_name': '户主', 'f_address': '地址',
@@ -400,38 +400,38 @@ export default{
400
400
  'f_version': '版本号', 'f_state': '状态', 'detailvalue': '气价信息'
401
401
  },
402
402
  fmygasConfig: {
403
- "f_userinfo_code": "客户编号",
404
- "f_user_name": "客户名称",
405
- "f_olduserinfo_code": "档案编号",
406
- "f_user_phone": "客户电话",
407
- "f_credentials": "证件类型",
408
- "f_idnumber": "证件号码",
409
- "f_street": "街道",
410
- "f_residential_area": "小区",
411
- "f_address": "客户地址",
412
- "f_user_type": "客户类型",
413
- "f_gasproperties": "用气性质",
414
- "f_meternumber": "表号",
415
- "f_meter_brand": "气表品牌",
416
- "f_meter_classify": "气表类型",
417
- "f_price_name": "气价名称",
418
- "f_price_value": "气价详情",
419
- "f_balance": "账户余额",
420
- "f_pregas": "预购气量",
421
- "f_preamount": "预购金额",
422
- "f_collection": "实交金额",
423
- "f_inputtor": "抄表员",
424
- "f_book_slice_area": "表册片区",
425
- "f_hand_number": "抄表次数",
426
- "f_date": "抄表区间",
427
- "f_input_day": "天数",
428
- "f_oughtamount": "用气量",
429
- "f_oughtfee": "用气金额"
403
+ 'f_userinfo_code': '客户编号',
404
+ 'f_user_name': '客户名称',
405
+ 'f_olduserinfo_code': '档案编号',
406
+ 'f_user_phone': '客户电话',
407
+ 'f_credentials': '证件类型',
408
+ 'f_idnumber': '证件号码',
409
+ 'f_street': '街道',
410
+ 'f_residential_area': '小区',
411
+ 'f_address': '客户地址',
412
+ 'f_user_type': '客户类型',
413
+ 'f_gasproperties': '用气性质',
414
+ 'f_meternumber': '表号',
415
+ 'f_meter_brand': '气表品牌',
416
+ 'f_meter_classify': '气表类型',
417
+ 'f_price_name': '气价名称',
418
+ 'f_price_value': '气价详情',
419
+ 'f_balance': '账户余额',
420
+ 'f_pregas': '预购气量',
421
+ 'f_preamount': '预购金额',
422
+ 'f_collection': '实交金额',
423
+ 'f_inputtor': '抄表员',
424
+ 'f_book_slice_area': '表册片区',
425
+ 'f_hand_number': '抄表次数',
426
+ 'f_date': '抄表区间',
427
+ 'f_input_day': '天数',
428
+ 'f_oughtamount': '用气量',
429
+ 'f_oughtfee': '用气金额'
430
430
  },
431
431
  notgasConfig: {
432
432
  'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_olduserinfo_code': '档案编号', 'f_user_phone': '客户电话', 'f_credentials': '证件类型',
433
433
  'f_idnumber': '证件号码', 'f_address': '客户地址', 'f_user_type': '客户类型', 'f_gasproperties': '用气性质', 'f_residential_area': '小区',
434
- 'f_meternumber': '表号', 'f_meter_brand': '气表品牌', 'f_meter_classify': '气表类型','f_oughtamount': '用气量'
434
+ 'f_meternumber': '表号', 'f_meter_brand': '气表品牌', 'f_meter_classify': '气表类型', 'f_oughtamount': '用气量'
435
435
  },
436
436
  handRateConfig: {
437
437
  'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_olduserinfo_code': '档案编号', 'f_user_phone': '客户电话', 'f_address': '客户地址',
@@ -452,7 +452,7 @@ export default{
452
452
  },
453
453
  transferRecordConfig: {
454
454
  'in_userinfo_code': '转入方编号', 'in_user_name': '转入方名称', 'out_userinfo_code': '转出方编号', 'out_user_name': '转出方名称',
455
- 'f_operate_date': '转移日期', 'f_operator': '操作员', 'f_depname': '部门', 'f_orgname': '公司'
455
+ 'f_operate_date': '转移日期', 'f_operator': '操作员', 'f_depname': '部门', 'f_orgname': '公司'
456
456
  },
457
457
  transferPrintConfig: {
458
458
  'f_userinfo_code': '客户编号', 'f_newuser_name': '客户名称', 'f_address': '客户地址',
@@ -565,7 +565,7 @@ export default{
565
565
  'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_olduserinfo_code': '档案编号', 'f_user_phone': '客户电话', 'cy_lxr': '常用联系人',
566
566
  'f_userfiles_address': '用气点名称', 'f_address': '客户地址', 'f_disable_reason': '停用原因',
567
567
  'f_othereason': '其他原因', 'f_comments': '备注', 'f_state': '停用状态',
568
- 'f_operate_date': '停用日期', 'f_operat_type': '操作类型', 'f_operator': '操作员', 'f_depname': '部门', 'f_orgname': '公司', 'f_meternumber': '表号','f_meter_brand':'气表品牌'
568
+ 'f_operate_date': '停用日期', 'f_operat_type': '操作类型', 'f_operator': '操作员', 'f_depname': '部门', 'f_orgname': '公司', 'f_meternumber': '表号', 'f_meter_brand': '气表品牌'
569
569
  },
570
570
  sendbookConfig: {
571
571
  'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_olduserinfo_code': '档案编号', 'f_user_type': '客户类型', 'f_user_phone': '联系电话', 'f_address': '客户地址',
@@ -574,7 +574,7 @@ export default{
574
574
  },
575
575
  CancellationConfig: {
576
576
  'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_olduserinfo_code': '档案编号', 'f_user_phone': '联系电话',
577
- 'f_address': '客户地址', 'f_comments': '销户原因', 'f_state': '销户状态','f_meternumber':'表号',
577
+ 'f_address': '客户地址', 'f_comments': '销户原因', 'f_state': '销户状态', 'f_meternumber': '表号',
578
578
  'f_operate_date': '销户日期', 'f_operat_type': '操作类型', 'f_operator': '操作员', 'f_depname': '部门', 'f_orgname': '公司'
579
579
  },
580
580
  overDueQueryConfig: {
@@ -683,7 +683,7 @@ export default{
683
683
  },
684
684
  GasStatistics: {
685
685
  'f_userinfo_code': '客户编号', 'f_user_name': '客户姓名', 'f_residential_area': '小区', 'f_address': '地址', 'f_user_phone': '电话', 'f_gascode': '燃气证号', 'f_meternumber': '表号',
686
- 'f_meter_classify': '表具类型', 'f_meter_title': '表描述', 'f_price_name': '气价名称', 'f_user_nature': '用气类型','f_gasproperties': '用气性质', 'f_balance': '期初余额', 'f_last_tablebase': '起方', 'f_tablebase': '止方',
686
+ 'f_meter_classify': '表具类型', 'f_meter_title': '表描述', 'f_price_name': '气价名称', 'f_user_nature': '用气类型', 'f_gasproperties': '用气性质', 'f_balance': '期初余额', 'f_last_tablebase': '起方', 'f_tablebase': '止方',
687
687
  'f_oughtamount': '期间用气量', 'f_oughtfee': '期间用气金额', 'f_collection': '期末充值金额', 'f_curbalance': '期末余额', 'f_gas_state': '用气状态', 'f_changetable_state': '是否换表', 'f_input_date': '最后通讯日期'
688
688
  },
689
689
  ArrearageConfig: {
@@ -703,7 +703,7 @@ export default{
703
703
  'f_month': '月份', 'f_orgname': '公司', 'f_gy_num': '工业户数', 'f_my_num': '民用户数', 'f_jt_num': '集体户数', 'f_sy_num': '商业户数', 'f_sum_num': '户数合计',
704
704
  'f_gy_gas': '工业抄表量', 'f_my_gas': '民用抄表量', 'f_jt_gas': '集体抄表量', 'f_sy_gas': '商业抄表量', 'f_sum_gas': '抄表量合计',
705
705
  'f_gy_account': '工业抄表金额', 'f_my_account': '民用抄表金额', 'f_jt_account': '集体抄表金额', 'f_sy_account': '商业抄表金额', 'f_sum_account': '抄表金额合计',
706
- 'f_old_gas': '冲正气量','f_old_fee': '冲正金额','f_old_num':'冲正户数'
706
+ 'f_old_gas': '冲正气量', 'f_old_fee': '冲正金额', 'f_old_num': '冲正户数'
707
707
  },
708
708
  pregaslistConfig: {
709
709
  'f_month': '月份', 'f_last_balance': '期初余额', 'f_wechat_pay': '微信', 'f_money_pay': '现金', 'f_bank_pay': '银行转账',
@@ -721,7 +721,7 @@ export default{
721
721
  PrickBillConfig: {
722
722
  'f_report_name': '报表名称', 'f_fee': '扎帐金额', 'f_report_fee': '系统金额',
723
723
  'f_start_date': '扎帐归属开始时间', 'f_end_date': '扎帐归属结束时间',
724
- 'f_operate_date': '操作时间', 'f_state': '状态', 'f_orgname': '公司', 'f_depname': '部门',
724
+ 'f_operate_date': '操作时间', 'f_state': '状态', 'f_orgname': '公司', 'f_depname': '部门',
725
725
  'f_operator': '操作员', 'f_remarks': '备注'
726
726
  },
727
727
  overduelistConfig: {
@@ -733,7 +733,7 @@ export default{
733
733
  'f_money_pay': '现金', 'f_bank_pay': '银行转账', 'f_pre_pay': '预付账款抵减', 'f_sum_pay': '收款金额合计',
734
734
  'f_balance': '期末余额'
735
735
  },
736
- gasInspectionConfig: {'f_userinfo_code': '客户编号','f_user_phone': '客户电话', 'f_olduserinfo_code': '档案编号', 'f_meternumber': '表号', 'f_user_name': '客户名称',
736
+ gasInspectionConfig: {'f_userinfo_code': '客户编号', 'f_user_phone': '客户电话', 'f_olduserinfo_code': '档案编号', 'f_meternumber': '表号', 'f_user_name': '客户名称',
737
737
  'f_address': '地址', 'f_metertitles': '表箱号', 'f_user_type': '用户类型', 'f_gasproperties': '用气性质', 'f_table_state': '表具状态',
738
738
  'f_meter_brand': '气表品牌', 'f_book_slice_area': '表册片区', 'end_time': '最后抄表日期', 'f_meter_base': '表底数',
739
739
  'f_oughtamount': '用气量', 'f_oughtfee': '用气金额', 'qianfei_month_num': '欠费月数', 'qianfei_num': '欠费条数',
@@ -748,9 +748,9 @@ export default{
748
748
  'f_gasproperties': '用气性质', 'f_oldprice': '原价格', 'f_newprice': '新价格', 'oldprice_performdate': '原价执行时间',
749
749
  'newprice_performdate': '新价执行时间', 'f_slice_area': '片区', 'f_comments': '调价原因', 'f_meter_classify': '气表分类',
750
750
  'f_meter_brand': '气表品牌', 'f_meter_style': '气表型号', 'f_operator': '人员', 'f_depname': '部门', 'f_operate_date': '操作日期'
751
- ,'f_meternumber': '表号'
751
+ , 'f_meternumber': '表号'
752
752
  },
753
- InfoOperateRecordConfig:{
753
+ InfoOperateRecordConfig: {
754
754
  'changetype': '维护类型', 'changeid': '记录id', 'fieldname': '维护字段', 'chinesename': '字段含义', 'oldvalue': '修改前内容',
755
755
  'newvalue': '修改后内容', 'modifitime': '修改时间', 'operator': '修改人'
756
756
  },
@@ -1034,79 +1034,79 @@ export default{
1034
1034
  'finaltotal': '一日'
1035
1035
  },
1036
1036
  GroupCharge: {
1037
- 'id': '收费编号', 'f_user_name': '客户姓名', 'f_user_type': '客户类型', 'f_address': '客户地址','f_pregas': '气量','f_preamount': '气费','f_delay': '应交违约金','f_delaypay': '实交违约金',
1038
- 'f_balance': '上期余额','f_curbalance': '本期余额','f_newbalance': '账户支出', 'f_newcurbalance': '账户存入', 'f_collection': '收款','f_state': '收费状态','f_operate_date': '收费日期','f_payment': '付款方式','f_type': '收费类型','f_comments': '备注',
1039
- 'f_operator': '收费人','f_orgname': '部门','f_depname': '公司'
1037
+ 'id': '收费编号', 'f_user_name': '客户姓名', 'f_user_type': '客户类型', 'f_address': '客户地址', 'f_pregas': '气量', 'f_preamount': '气费', 'f_delay': '应交违约金', 'f_delaypay': '实交违约金',
1038
+ 'f_balance': '上期余额', 'f_curbalance': '本期余额', 'f_newbalance': '账户支出', 'f_newcurbalance': '账户存入', 'f_collection': '收款', 'f_state': '收费状态', 'f_operate_date': '收费日期', 'f_payment': '付款方式', 'f_type': '收费类型', 'f_comments': '备注',
1039
+ 'f_operator': '收费人', 'f_orgname': '部门', 'f_depname': '公司'
1040
1040
  },
1041
1041
  // 上报数据
1042
1042
  ReportDataConfig: {
1043
- 'f_userinfo_code':'用户编号',
1044
- 'f_user_name':'用户名称',
1045
- 'f_meternumber':'表号',
1046
- 'f_tablebase':'本次抄表底数',
1047
- 'f_last_tablebase':'上次抄表底数',
1048
- 'f_jval':'表计剩余余额',
1049
- 'f_hand_date':'抄表日期',
1043
+ 'f_userinfo_code': '用户编号',
1044
+ 'f_user_name': '用户名称',
1045
+ 'f_meternumber': '表号',
1046
+ 'f_tablebase': '本次抄表底数',
1047
+ 'f_last_tablebase': '上次抄表底数',
1048
+ 'f_jval': '表计剩余余额',
1049
+ 'f_hand_date': '抄表日期',
1050
1050
 
1051
- 'f_last_hand_date':'上次抄表日期',
1052
- 'f_gas_date':'开户日期',
1053
- 'f_software_version':'软件版本号',
1054
- 'f_table_msg':'表状态信息',
1055
- 'f_last_meter_state_msg':'上次表状态信息',
1051
+ 'f_last_hand_date': '上次抄表日期',
1052
+ 'f_gas_date': '开户日期',
1053
+ 'f_software_version': '软件版本号',
1054
+ 'f_table_msg': '表状态信息',
1055
+ 'f_last_meter_state_msg': '上次表状态信息',
1056
1056
 
1057
- 'f_insert_date':'插入日期',
1058
- 'f_last_insertdate':'上次插入日期',
1059
- 'f_whether_clear':'是否结算',
1060
- 'f_super_gas':'超用气量',
1061
- 'f_electricity':'电量等级',
1057
+ 'f_insert_date': '插入日期',
1058
+ 'f_last_insertdate': '上次插入日期',
1059
+ 'f_whether_clear': '是否结算',
1060
+ 'f_super_gas': '超用气量',
1061
+ 'f_electricity': '电量等级',
1062
1062
 
1063
- 'f_times':'购气次数',
1064
- 'f_price':'单价',
1065
- 'f_signal':'信号强度',
1066
- 'f_snr':'信噪比',
1067
- 'f_batterylevel':'电压',
1063
+ 'f_times': '购气次数',
1064
+ 'f_price': '单价',
1065
+ 'f_signal': '信号强度',
1066
+ 'f_snr': '信噪比',
1067
+ 'f_batterylevel': '电压',
1068
1068
 
1069
- 'f_networkshutvalve':'阀门强制状态',
1070
- 'f_valvestate':'阀门状态',
1071
- 'f_wmprepaytype':'计量类型',
1072
- 'f_upload_type':'上报类型',
1073
- 'f_moneystate':'金额状态',
1069
+ 'f_networkshutvalve': '阀门强制状态',
1070
+ 'f_valvestate': '阀门状态',
1071
+ 'f_wmprepaytype': '计量类型',
1072
+ 'f_upload_type': '上报类型',
1073
+ 'f_moneystate': '金额状态',
1074
1074
 
1075
- 'f_lowlithiumbattery':'电压状态',
1076
- 'f_magneticinterference':'磁干扰异常',
1077
- 'f_meterbalanceamt':'表内剩余金额',
1078
- 'f_meterdebitamt':'表内累计充值金额',
1079
- 'f_compensatestate':'补偿状态',
1080
- 'f_meter_brand':'气表品牌',
1081
- 'f_meter_style':'气表型号',
1082
- 'f_orgname':'分公司'
1075
+ 'f_lowlithiumbattery': '电压状态',
1076
+ 'f_magneticinterference': '磁干扰异常',
1077
+ 'f_meterbalanceamt': '表内剩余金额',
1078
+ 'f_meterdebitamt': '表内累计充值金额',
1079
+ 'f_compensatestate': '补偿状态',
1080
+ 'f_meter_brand': '气表品牌',
1081
+ 'f_meter_style': '气表型号',
1082
+ 'f_orgname': '分公司'
1083
1083
 
1084
1084
  },
1085
- valueinfoConfig:{
1086
- 'f_userinfo_code': '客户编号','f_user_name':'客户名称','f_address': '客户地址','f_meternumber':'表号','f_user_phone':'客户电话','f_user_type':'用户类型','f_gasproperties':'用气性质','f_operate_date':'操作时间',
1087
- 'f_open_state':'是否开通',
1088
- 'f_change_state':'状态','f_field_name':'增值服务类型','f_used_content':'变更前','f_new_content':'变更后','f_operator':'操作人','operator_orgname':'操作人所属公司',
1085
+ valueinfoConfig: {
1086
+ 'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_address': '客户地址', 'f_meternumber': '表号', 'f_user_phone': '客户电话', 'f_user_type': '用户类型', 'f_gasproperties': '用气性质', 'f_operate_date': '操作时间',
1087
+ 'f_open_state': '是否开通',
1088
+ 'f_change_state': '状态', 'f_field_name': '增值服务类型', 'f_used_content': '变更前', 'f_new_content': '变更后', 'f_operator': '操作人', 'operator_orgname': '操作人所属公司',
1089
1089
  'f_orgname': '所属公司'
1090
1090
  },
1091
- valuecountConfig:{
1092
- 'itemname': '增值业务名称','num':'数量'
1091
+ valuecountConfig: {
1092
+ 'itemname': '增值业务名称', 'num': '数量'
1093
1093
  },
1094
- valueuserinfoConfig:{
1095
- 'f_userinfo_code': '客户编号','f_user_name':'客户名称','f_address':'客户地址','f_user_type':'用户类型','f_gasproperties':'用气性质','f_meter_classify':'气表类型',
1096
- 'f_meternumber':'表号','itemname':'增值服务类型','ishas':'有无增值业务','startdate':'购买时间','f_operate_date':'最后操作时间',
1094
+ valueuserinfoConfig: {
1095
+ 'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_address': '客户地址', 'f_user_type': '用户类型', 'f_gasproperties': '用气性质', 'f_meter_classify': '气表类型',
1096
+ 'f_meternumber': '表号', 'itemname': '增值服务类型', 'ishas': '有无增值业务', 'startdate': '购买时间', 'f_operate_date': '最后操作时间',
1097
1097
  'f_orgname': '所属公司'
1098
1098
  },
1099
- renewalvalueuserinfoConfig:{
1100
- 'f_userinfo_code': '客户编号','f_user_name':'客户名称','f_address':'客户地址','f_meternumber':'表号','f_user_type':'用户类型','f_gasproperties':'用气性质','f_meter_classify':'气表类型',
1101
- 'itemname':'增值服务类型','yearstartdate':'上次购买时间','yearenddate':'本次购买时间',
1099
+ renewalvalueuserinfoConfig: {
1100
+ 'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_address': '客户地址', 'f_meternumber': '表号', 'f_user_type': '用户类型', 'f_gasproperties': '用气性质', 'f_meter_classify': '气表类型',
1101
+ 'itemname': '增值服务类型', 'yearstartdate': '上次购买时间', 'yearenddate': '本次购买时间',
1102
1102
  'f_orgname': '所属公司'
1103
1103
  },
1104
1104
  reportDetailConfig: {
1105
1105
  'f_userinfo_code': '用户编号', 'f_user_name': '用户名称', 'f_address': '用户地址', 'f_user_phone': '联系方式',
1106
1106
  'f_user_nature': '用户类型', 'f_meternumber': '表号', 'f_serial_id': '支付流水号',
1107
- 'f_type': '收费类型', 'f_brand_spec': '规格名称', 'f_typenumber': '型号', 'f_unitprice': '单价','f_number': '数量',
1107
+ 'f_type': '收费类型', 'f_brand_spec': '规格名称', 'f_typenumber': '型号', 'f_unitprice': '单价', 'f_number': '数量',
1108
1108
  'f_collection': '收款', 'f_payment': '付款方式', 'f_operate_date': '收费日期', 'f_state': '状态',
1109
1109
  'f_orgname': '所属机构', 'f_depname': '部门', 'f_operator': '操作人'
1110
- },
1110
+ }
1111
1111
  }
1112
1112