manage-client 3.3.234 → 3.3.236

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 (206) hide show
  1. package/build/dev-server.js +190 -190
  2. package/gradle/wrapper/gradle-wrapper.properties +5 -5
  3. package/gradlew +234 -234
  4. package/gradlew.bat +89 -89
  5. package/hs_err_pid13052.log +206 -206
  6. package/package.json +111 -111
  7. package/src/components/SellReport/BusinessClassify.vue +382 -292
  8. package/src/components/SellReport/ChManageBusSummary.vue +273 -273
  9. package/src/components/SellReport/GasMoneyPublicConReport.vue +231 -231
  10. package/src/components/SellReport/ManageGasGroupSummary.vue +208 -208
  11. package/src/components/SellReport/ManageSellType.vue +267 -267
  12. package/src/components/SellReport/ReportItems.vue +312 -312
  13. package/src/components/SellReport/yangchun/YcBusSummaryes.vue +229 -229
  14. package/src/components/handReport/WebGastypeMonthReport.vue +190 -190
  15. package/src/components/sale/businessquery/AreaChargeQuery.vue +384 -384
  16. package/src/components/sale/businessquery/AreaGeneralQuery.vue +637 -637
  17. package/src/components/sale/businessquery/ArrearsQuery.vue +983 -983
  18. package/src/components/sale/businessquery/BalanceTable.vue +482 -482
  19. package/src/components/sale/businessquery/BusinessManage.vue +212 -212
  20. package/src/components/sale/businessquery/CancellationQuery.vue +428 -428
  21. package/src/components/sale/businessquery/CardHandplanQuery.vue +546 -546
  22. package/src/components/sale/businessquery/ChangeMeterQuery.vue +699 -699
  23. package/src/components/sale/businessquery/ChargeQuery.vue +1435 -1435
  24. package/src/components/sale/businessquery/CollectManage.vue +161 -161
  25. package/src/components/sale/businessquery/CommunityPaymen.vue +307 -307
  26. package/src/components/sale/businessquery/DisableQuery.vue +523 -523
  27. package/src/components/sale/businessquery/EnableQuery.vue +462 -462
  28. package/src/components/sale/businessquery/FMYGasQuery.vue +872 -872
  29. package/src/components/sale/businessquery/FillCardQuery.vue +573 -573
  30. package/src/components/sale/businessquery/FillGasQuery.vue +593 -593
  31. package/src/components/sale/businessquery/GroupChargeQuery.vue +492 -492
  32. package/src/components/sale/businessquery/HandBookQuery.vue +692 -692
  33. package/src/components/sale/businessquery/HandBookTwoQuery.vue +704 -704
  34. package/src/components/sale/businessquery/HandGasPropertiesQuery.vue +671 -671
  35. package/src/components/sale/businessquery/HandPeopleQuery.vue +719 -719
  36. package/src/components/sale/businessquery/HandRateQuery.vue +524 -524
  37. package/src/components/sale/businessquery/Handgasquery.vue +477 -477
  38. package/src/components/sale/businessquery/HandplanQuery.vue +1376 -1376
  39. package/src/components/sale/businessquery/MonthGasQuery.vue +482 -482
  40. package/src/components/sale/businessquery/NoBusinessQuery.vue +778 -778
  41. package/src/components/sale/businessquery/PlotSummaryQuery.vue +499 -499
  42. package/src/components/sale/businessquery/ProceedsOper.vue +415 -415
  43. package/src/components/sale/businessquery/ResidentialCardQuery.vue +377 -377
  44. package/src/components/sale/businessquery/ResidentialQuery.vue +415 -415
  45. package/src/components/sale/businessquery/SellOrgnameQuery.vue +680 -680
  46. package/src/components/sale/businessquery/SellPeopleQuery.vue +752 -752
  47. package/src/components/sale/businessquery/SellingHand.vue +421 -421
  48. package/src/components/sale/businessquery/TransferQuery.vue +502 -502
  49. package/src/components/sale/businessquery/UnhandBusiness.vue +328 -328
  50. package/src/components/sale/businessquery/UserSellHeadDetail.vue +579 -579
  51. package/src/components/sale/businessquery/WebHandplanQuery.vue +987 -987
  52. package/src/components/sale/businessquery/WebMeterMonthUserGasQuery.vue +471 -471
  53. package/src/components/sale/businessquery/YingShouMingXi.vue +524 -524
  54. package/src/components/sale/businessquery/YonghuJieyu.vue +358 -358
  55. package/src/components/sale/businessquery/chargeRecordMaintenanceQuery.vue +353 -353
  56. package/src/components/sale/businessquery/usergas.vue +315 -315
  57. package/src/components/sale/config/exportConfig.js +2763 -2763
  58. package/src/components/sale/config/tableConfig.js +59 -59
  59. package/src/components/sale/filesquery/FireQuery.vue +539 -539
  60. package/src/components/sale/filesquery/RecordInfoQuery.vue +1448 -1448
  61. package/src/components/sale/filesquery/UserQuery.vue +1002 -1002
  62. package/src/components/webmeter/DrillData/GetNoMetereadData.vue +423 -423
  63. package/src/components/webmeter/DrillData/LostContactAnalysisList.vue +739 -739
  64. package/src/components/webmeter/DrillData/UserLostContactAnalysis.vue +691 -691
  65. package/src/components/webmeter/WebmeterQuery.vue +77 -77
  66. package/src/components/webmeter/gasAnalysis/WebmeterSettlementAnalysis.vue +456 -456
  67. package/src/components/webmeter/gasStatistics/GasStatistics.vue +526 -526
  68. package/src/components/webmeter/gasStatistics/NewGasStatistics.vue +542 -542
  69. package/src/components/webmeter/instruction/NewQueryInstruct.vue +606 -606
  70. package/src/components/webmeter/newwebmeter/NewException/MeterExceptionList.vue +557 -557
  71. package/src/components/webmeter/newwebmeter/NewException/TotalExceptionByMeter.vue +1 -1
  72. package/src/components/webmeter/newwebmeter/WebhandMonthGas.vue +819 -819
  73. package/src/components/webmeter/recharge/RechargeList.vue +371 -371
  74. package/src/components/webmeter/report/ReportList.vue +453 -453
  75. package/src/components/webmeter/reportdata/ReportDataQuery.vue +339 -339
  76. package/src/filiale/WEINAN/InspectListGas.vue +616 -616
  77. package/src/filiale/WEINAN/ManageCompanyGasSummary.vue +555 -555
  78. package/src/filiale/WEINAN/ManageSummaryReport.vue +712 -712
  79. package/src/filiale/WEINAN/RecordInfoQuery.vue +1328 -1328
  80. package/src/filiale/WEINAN/businessquery/WallHangingFurnaceUserQuery.vue +418 -418
  81. package/src/filiale/ancheng/businessquery/FMYGasQuery.vue +853 -853
  82. package/src/filiale/ancheng/exportConfig.js +1112 -1112
  83. package/src/filiale/bayan/ChargeQuery.vue +1436 -1436
  84. package/src/filiale/bayan/PrintTableManage.vue +242 -242
  85. package/src/filiale/bayan/config/DefaultPrint.js +6 -6
  86. package/src/filiale/bayan/config/exportConfig.js +2642 -2642
  87. package/src/filiale/bayan/config/tableConfig.js +59 -59
  88. package/src/filiale/bayan/sale.js +8 -8
  89. package/src/filiale/bayan/webmeter/GetNoMetereadData.vue +425 -425
  90. package/src/filiale/bayan/webmeter/LostContactAnalysisList.vue +719 -719
  91. package/src/filiale/bayan/webmeter/MeterExceptionList.vue +591 -591
  92. package/src/filiale/bayan/webmeter/NewGasStatistics.vue +665 -665
  93. package/src/filiale/bayan/webmeter/NewQueryInstruct.vue +650 -650
  94. package/src/filiale/bayan/webmeter/NewWebmeterSettlementAnalysis.vue +464 -464
  95. package/src/filiale/bayan/webmeter/RechargeList.vue +430 -430
  96. package/src/filiale/bayan/webmeter/ReportDataQuery.vue +343 -343
  97. package/src/filiale/bayan/webmeter/ReportList.vue +555 -555
  98. package/src/filiale/bayan/webmeter/UserLostContactAnalysis.vue +674 -674
  99. package/src/filiale/bayan/webmeterManage.js +26 -26
  100. package/src/filiale/dingcheng/DefaultPrint.js +6 -6
  101. package/src/filiale/dingcheng/businessquery/ChangeMeterQuery.vue +798 -798
  102. package/src/filiale/dingcheng/exportConfig.js +2765 -2765
  103. package/src/filiale/dingcheng/sale.js +9 -9
  104. package/src/filiale/fugou/RecordInfoQuery.vue +1451 -0
  105. package/src/filiale/fugou/config/DefaultPrint.js +6 -0
  106. package/src/filiale/fugou/config/exportConfig.js +2761 -0
  107. package/src/filiale/fugou/config/tableConfig.js +59 -0
  108. package/src/filiale/fugou/sale.js +6 -0
  109. package/src/filiale/hantou/ChangeMeterQuery.vue +699 -699
  110. package/src/filiale/hantou/config/DefaultPrint.js +6 -6
  111. package/src/filiale/hantou/config/exportConfig.js +2667 -2667
  112. package/src/filiale/hantou/config/tableConfig.js +54 -54
  113. package/src/filiale/hantou/sale.js +8 -8
  114. package/src/filiale/jingwei/RecordInfoQuery.vue +1210 -1210
  115. package/src/filiale/jingwei/config/exportConfig.js +1106 -1106
  116. package/src/filiale/jingyang/ChargeQuery.vue +1464 -1464
  117. package/src/filiale/jingyang/RechargeList.vue +346 -346
  118. package/src/filiale/jingyang/config/DefaultPrint.js +6 -6
  119. package/src/filiale/jingyang/config/exportConfig.js +2776 -2776
  120. package/src/filiale/jingyang/config/tableConfig.js +58 -58
  121. package/src/filiale/jingyang/sale.js +8 -8
  122. package/src/filiale/kelai/AreaChargeQuery.vue +398 -398
  123. package/src/filiale/kelai/ChargeQuery.vue +1348 -1348
  124. package/src/filiale/kelai/GasStatistics.vue +561 -561
  125. package/src/filiale/kelai/NewAccountQuery.vue +417 -417
  126. package/src/filiale/kelai/NewGasStatistics.vue +556 -556
  127. package/src/filiale/kelai/feimin_style_kl.vue +400 -400
  128. package/src/filiale/kelai/reportManage.js +13 -13
  129. package/src/filiale/kelai/sale.js +17 -17
  130. package/src/filiale/liaoyuan/HandplanQuery.vue +1289 -1289
  131. package/src/filiale/lixianV3/RecordInfoQuery.vue +1474 -1474
  132. package/src/filiale/macheng/ArrearsQuery.vue +831 -831
  133. package/src/filiale/macheng/RecordInfoQuery.vue +1023 -1023
  134. package/src/filiale/macheng/config/exportConfig.js +79 -79
  135. package/src/filiale/meihekou/AreaGeneralQuery.vue +206 -206
  136. package/src/filiale/meihekou/CardHandplanQuery.vue +664 -664
  137. package/src/filiale/meihekou/ChargeQuery.vue +1274 -1274
  138. package/src/filiale/meihekou/CollectManage.vue +152 -152
  139. package/src/filiale/meihekou/HandplanQuery.vue +1248 -1248
  140. package/src/filiale/meihekou/OtherChargeQuery.vue +618 -618
  141. package/src/filiale/meihekou/UserSellHeadDetail.vue +516 -516
  142. package/src/filiale/meihekou/YingShouMingXi.vue +556 -556
  143. package/src/filiale/meihekou/config/exportConfig.js +829 -829
  144. package/src/filiale/meihekou/sale.js +39 -39
  145. package/src/filiale/ningjin/MeterExceptionList.vue +616 -616
  146. package/src/filiale/ningjin/UserLostContactAnalysis.vue +623 -623
  147. package/src/filiale/qianneng/RecordInfoQuery.vue +1369 -1369
  148. package/src/filiale/qianneng/WebmeterQuery.vue +70 -70
  149. package/src/filiale/qianneng/exportConfig.js +232 -232
  150. package/src/filiale/qingtongxia/ChargeQuery.vue +1209 -1209
  151. package/src/filiale/qingtongxia/config/exportConfig.js +712 -712
  152. package/src/filiale/rizhao/BusinessManage.vue +212 -212
  153. package/src/filiale/rizhao/sale.js +13 -13
  154. package/src/filiale/shangluo/HandplanQuery.vue +1376 -1376
  155. package/src/filiale/shangluo/sale.js +17 -17
  156. package/src/filiale/shangluo/webmeter/PriceInstructList.vue +303 -303
  157. package/src/filiale/shangluo/webmeter/UserInstructList.vue +304 -304
  158. package/src/filiale/shangluo/webmeter/WebmeterSettlementAnalysis.vue +432 -432
  159. package/src/filiale/shanxian/EchartsBox.vue +134 -134
  160. package/src/filiale/shaoguan/errorHandplanQuery.vue +386 -386
  161. package/src/filiale/shexian/ChangeMeterQuery.vue +797 -797
  162. package/src/filiale/taizhoukesi/ChangeMeterQuery.vue +683 -683
  163. package/src/filiale/taizhoukesi/NewGasStatistics.vue +539 -539
  164. package/src/filiale/taizhoukesi/config/exportConfig.js +2712 -2712
  165. package/src/filiale/taizhoukesi/sale.js +11 -11
  166. package/src/filiale/tongchuan/GasInspection.vue +716 -716
  167. package/src/filiale/tongchuan/InspectListGas.vue +700 -700
  168. package/src/filiale/tongchuan/MeterQuery.vue +1002 -1002
  169. package/src/filiale/tongchuan/ResSelectGroupNew.vue +188 -188
  170. package/src/filiale/tongchuan/config/exportConfig.js +858 -858
  171. package/src/filiale/wenxi/ChangeMeterQuery.vue +721 -721
  172. package/src/filiale/wenxi/ManageUserTypeSell.vue +173 -173
  173. package/src/filiale/wenxi/config/exportConfig.js +995 -995
  174. package/src/filiale/xinjiangdexin/ChargeQuery.vue +1435 -1435
  175. package/src/filiale/xinjiangdexin/config/exportConfig.js +2770 -2770
  176. package/src/filiale/xinjiangdexin/sale.js +7 -7
  177. package/src/filiale/yangchun/ChangeMeterQuery.vue +722 -722
  178. package/src/filiale/yangchun/ManageBusSummaryNew.vue +239 -239
  179. package/src/filiale/yangchun/OtherChargeDetailQuery.vue +74 -74
  180. package/src/filiale/yangchun/OtherChargeQuery.vue +755 -755
  181. package/src/filiale/yangchun/RecordInfoQuery.vue +1494 -1494
  182. package/src/filiale/yangchun/UserQuery.vue +980 -980
  183. package/src/filiale/yangchun/config/DefaultPrint.js +6 -6
  184. package/src/filiale/yangchun/config/exportConfig.js +1229 -1229
  185. package/src/filiale/yangchun/config/tableConfig.js +58 -58
  186. package/src/filiale/yangchun/reportManage.js +6 -6
  187. package/src/filiale/yangchun/sale.js +20 -20
  188. package/src/filiale/yangchun/webmeterManage.js +5 -5
  189. package/src/filiale/yuncheng/ChangeMeterQuery.vue +743 -743
  190. package/src/filiale/yuncheng/DeviceQuery.vue +611 -611
  191. package/src/filiale/yuncheng/GasInspection.vue +610 -610
  192. package/src/filiale/yuncheng/LostContactAnalysisList.vue +700 -700
  193. package/src/filiale/yuncheng/MeterQuery.vue +1017 -1017
  194. package/src/filiale/yuncheng/config/exportConfig.js +2681 -2681
  195. package/src/filiale/yuncheng/sale.js +23 -23
  196. package/src/filiale/zhongyi/ChargeQuery.vue +1454 -1454
  197. package/src/filiale/zhongyi/GasStatistics.vue +537 -537
  198. package/src/filiale/zhongyi/NewGasStatistics.vue +558 -558
  199. package/src/filiale/zhongyi/exportConfig.js +2556 -2556
  200. package/src/filiale/zhongyi/sale.js +33 -33
  201. package/src/filiale/zhongyi/webmeterManage.js +15 -15
  202. package/src/main.js +68 -68
  203. package/src/plugins/LodopFuncs.js +159 -159
  204. package/src/reportManage.js +777 -777
  205. package/src/saleManage.js +689 -689
  206. package/src/webmeterManage.js +130 -130
@@ -1,691 +1,691 @@
1
- <template>
2
- <div class="flex-row" v-if="!showdetail">
3
- <div id='app1' class="basic-main" v-show="(!echarts)&&(!isActiveTotalForm)">
4
- <criteria-paged :model="model" :pager='true' v-ref:paged>
5
- <criteria partial='criteria' @condition-changed='$parent.search' v-ref:cri>
6
- <div novalidate class="form-horizontal select-overspread container-fluid auto" novalidate partial>
7
- <div class="row">
8
- <!--<div class="form-group">-->
9
- <!--<input @keyup.enter="search" style="width:60%" type="text" class="input_search" v-model="model.f_username" placeholder='客户名称'-->
10
- <!--condition="f_user_name = '{}'" v-next-el='userid' v-el:username-->
11
- <!--:size="model.f_user_name ? model.f_user_name.length * 2 : 8">-->
12
- <!--</div>-->
13
-
14
- <div class="col-sm-2 form-group">
15
- <label class="font_normal_body">客户编号</label>
16
- <input @keyup.enter="search" style="width:60%" type="text" class="input_search"
17
- v-model="model.f_userinfo_code" placeholder='客户编号'
18
- condition="f_userinfo_code like '%{}%'" v-el:xq v-next-el='userinfocode' v-el:username
19
- >
20
- </div>
21
- <div class="col-sm-2 form-group">
22
- <label class="font_normal_body">客户名称</label>
23
- <input @keyup.enter="search" style="width:60%" type="text" class="input_search"
24
- v-model="model.f_user_name" placeholder='客户名称'
25
- condition="f_user_name like '%{}%'" v-el:xq v-next-el='username' v-el:username
26
- >
27
- </div>
28
- <div class="col-sm-2 form-group">
29
- <label class="font_normal_body">客户地址</label>
30
- <input @keyup.enter="search" style="width:60%" type="text" class="input_search" v-model="model.f_area"
31
- placeholder='地址'
32
- condition="f_address like '%{}%'" v-el:xq v-next-el='address' v-el:area
33
- >
34
- </div>
35
- <div class="col-sm-2 form-group">
36
- <label class="font_normal_body">&nbsp;&nbsp;&nbsp;表号&nbsp;&nbsp;&nbsp;</label>
37
- <input @keyup.enter="search" style="width:60%" type="text" class="input_search"
38
- v-model="model.f_meternumber" placeholder='表号'
39
- condition="f_meternumber like '%{}%'" v-next-el='meternumber' v-el:meternumber
40
- >
41
- </div>
42
-
43
- <div style="float:right">
44
- <button class="button_search button_spacing" @click="search()">查询</button>
45
- <button class="button_clear button_spacing" @click="$parent.$parent.clearmsg">清空</button>
46
- <export-excel :data="$parent.$parent.getCondition" class="button_export button_spacing"
47
- :field="$parent.$parent.getfield" :sumname="$parent.$parent.sumName"
48
- :header="$parent.$parent.other"
49
- sqlurl="api/af-revenue/logic/openapi/exportfile" sql-name="webmeter_getUserLoseQuery" template-name='用户失联查询'
50
- :choose-col="true"></export-excel>
51
- <!-- <button class="button_export button_spacing" @click="$parent.$parent.SaveAsFile('lostuserlist')">导出</button>-->
52
- <!-- <button class="button_export button_spacing" style="width: max-content" @click="$parent.$parent.showTotalForm()">显示汇总</button>-->
53
- <!-- <button class="button_search button_spacing" @click="$parent.$parent.showEcharts()">显示图表</button>-->
54
- <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>
55
- </div>
56
- </div>
57
- <div class="row" v-show="$parent.$parent.criteriaShow">
58
- <div class="col-sm-2 form-group">
59
- <label class="font_normal_body">&nbsp;&nbsp;&nbsp;公司&nbsp;&nbsp;&nbsp;</label>
60
- <right-tree @re-res="$parent.$parent.getorg"
61
- :initresid='$parent.$parent.org'></right-tree>
62
- </div>
63
- <div class="col-sm-2 form-group">
64
- <label class="font_normal_body" for="dep" >部&emsp;&emsp;门</label>
65
- <res-select id="dep" restype='department' style="width: 60%"
66
- is-mul="false"
67
- @res-select="$parent.$parent.getdep"
68
- :parentresid="$parent.$parent.depresid"
69
- :initresid='$parent.$parent.depid' >
70
- </res-select>
71
-
72
- </div>
73
- <div class="col-sm-2 form-group">
74
- <label class="font_normal_body">客户类型</label>
75
- <v-select style="width:60%" id="f_user_type"
76
- v-model="model.f_user_type"
77
- placeholder='客户类型'
78
- :value.sync="model.f_user_type"
79
- :options='$parent.$parent.usertypes'
80
- condition="f_user_type = '{}'"
81
- close-on-select>
82
- </v-select>
83
- </div>
84
- <div class="col-sm-2 form-group">
85
- <label class="font_normal_body">用气性质</label>
86
- <v-select style="width:60%" id="f_gasproperties"
87
- v-model="model.f_gasproperties"
88
- placeholder='用气性质'
89
- :value.sync="model.f_gasproperties"
90
- :options='$parent.$parent.Gasproperties'
91
- condition="f_gasproperties = '{}'"
92
- close-on-select>
93
- </v-select>
94
- </div>
95
- <div class="col-sm-2 form-group">
96
- <label class="font_normal_body">气表品牌</label>
97
- <v-select
98
- placeholder='气表品牌'
99
- :value.sync="model.f_meter_brand"
100
- v-model="model.f_meter_brand"
101
- :options='$parent.$parent.WarningType'
102
- @change="$parent.$parent.getMeterType"
103
- close-on-select
104
- condition="f_meter_brand='{}'">
105
- </v-select>
106
- </div>
107
- <div class="col-sm-2 form-group" >
108
- <label class="font_normal_body">气表型号</label>
109
- <v-select v-if="$parent.$parent.styles"
110
- placeholder='气表型号'
111
- :value.sync="model.f_meter_style"
112
- v-model="model.f_meter_style"
113
- :options='$parent.$parent.Warningstyle'
114
- close-on-select
115
- condition="f_meter_style='{}'">
116
- </v-select>
117
- <v-select v-if="!$parent.$parent.styles"
118
- placeholder='气表型号'
119
- :value.sync="model.f_meter_style"
120
- v-model="model.f_meter_style"
121
- :options='$parent.$parent.Warningstyles'
122
- close-on-select
123
- condition="f_meter_style='{}'">
124
- </v-select>
125
- </div>
126
- <div class="col-sm-2 form-group">
127
- <label class="font_normal_body">用户状态</label>
128
- <v-select
129
- placeholder='用户状态'
130
- value-single
131
- style="width:60%"
132
- :value.sync="model.f_user_state"
133
- v-model="model.f_user_state"
134
- :options='$parent.$parent.userstate'
135
- close-on-select condition="f_user_state ='{}'">
136
- </v-select>
137
- </div>
138
-
139
- <div class="col-sm-2 form-group">
140
- <label class="font_normal_body">开始时间</label>
141
- <datepicker style="width:60%" id="startdate" placeholder="开始时间"
142
- v-model="model.startDate"
143
- :value.sync="model.startDate"
144
- :disabled-days-of-Week="[]"
145
- :format="'yyyy-MM-dd HH:mm:ss'"
146
-
147
- :show-reset-button="reset">
148
- </datepicker>
149
- </div>
150
- <div class="col-sm-2 form-group">
151
- <label class="font_normal_body">结束时间</label>
152
- <datepicker style="width:60%" id="enddate" placeholder="结束日期"
153
- v-model="model.endDate"
154
- :value.sync="model.endDate"
155
- :disabled-days-of-Week="[]"
156
- :format="'yyyy-MM-dd HH:mm:ss'"
157
-
158
- :show-reset-button="reset">
159
- </datepicker>
160
- </div>
161
- <div class="col-sm-2 form-group flex-row" style="white-space: nowrap">
162
- <label class="font_normal_body">失联天数&nbsp;</label>
163
- <div class="row">
164
- <input type="text" style="width:27%" class="input_search" v-model="model.SLday1"
165
- condition="SLday >= {} " placeholder="">
166
- <label class="font_normal_body"> ≤ x ≤ </label>
167
- <input type="text" style="width:27%" class="input_search" v-model="model.SLday2"
168
- condition="SLday <= {} " placeholder="">
169
- </div>
170
- </div>
171
- <div class="col-sm-2 form-group ">
172
- <label for="contain_newfile" class="font_normal_body">开户未上报</label>
173
- <v-select id="contain_newfile"
174
- v-model="model.notappear"
175
- style="width:60%"
176
- :value.sync="model.notappear"
177
- :options='$parent.$parent.not_appear'
178
- :value-single="true"
179
- close-on-select>
180
- </v-select>
181
- </div>
182
-
183
- </div>
184
-
185
-
186
-
187
- <!--:top='40' :left='60' :right='40' :bottom='60'-->
188
- <!--:thead='"<th>序号</th>\n"+-->
189
- <!--"<th>档案编号</th>" +-->
190
- <!--" <th>档案标识</th>"+-->
191
- <!--"<th>客户名称</th>"+-->
192
- <!--"<th>表号</th"+-->
193
- <!--"<th>表具类型</th>"+-->
194
- <!--"<th>客户类型</th>"+-->
195
- <!--"<th>区域</th>"+-->
196
- <!--"<th>小区</th>"+-->
197
- <!--"<th>地址</th>"+-->
198
- <!--"<th>用气气量</th>"+-->
199
- <!--"<th>用气金额</th>"-->
200
- <!--+"<th>用气价格</th>"-->
201
- <!--+"<th>时间</th>"-->
202
- <!--+"<th>所属机构</th>"'-->
203
- <!--:fields='["$index+1","f_username","f_meternumber","f_usertype","f_save_money","f_operate_status","f_close_reason","f_area","f_districtname","f_address","id","yytdepa"]'>-->
204
- <!--</print-table>-->
205
- <!--<export-excel :data="{orderitem: 'lastinputdate desc', condition: '1=1'}"-->
206
- <!--:field="{f_username: '客户名称', f_meternumber: '表号',f_usertype:'客户类型',f_save_money:'剩余金额',-->
207
- <!--f_operate_status:'状态',f_close_reason:'关阀原因',f_area:'区域',f_districtname:'小区', f_address: '地址',id:'档案编号',yytdepa:'所属机构'}"-->
208
- <!--sqlurl="api/af-revenue/sql/getUserGas"></export-excel>-->
209
-
210
- </div>
211
- </criteria>
212
- <data-grid id="lostuserlist" :model="model" partial='list' v-ref:grid class="list_area table_sy">
213
- <template partial='head'>
214
- <tr>
215
- <th style="text-align:center">
216
- <nobr>序号</nobr>
217
- </th>
218
-
219
- <!--<th rowspan="2" style="text-align:center"><nobr>客户编号</nobr></th>-->
220
-
221
- <th style="text-align:center">
222
- <nobr>客户编号</nobr>
223
- </th>
224
- <th style="text-align:center">
225
- <nobr>客户名称</nobr>
226
- </th>
227
- <th style="text-align:center">
228
- <nobr>客户地址</nobr>
229
- </th>
230
- <th style="text-align:center">
231
- <nobr>客户类型</nobr>
232
- </th>
233
- <th style="text-align:center">
234
- <nobr>用气性质</nobr>
235
- </th>
236
- <th style="text-align:center">
237
- <nobr>联系电话</nobr>
238
- </th>
239
- <th style="text-align:center">
240
- <nobr>系统金额</nobr>
241
- </th>
242
- <th style="text-align:center">
243
- <nobr>表号</nobr>
244
- </th>
245
- <th style="text-align:center">
246
- <nobr>启用日期</nobr>
247
- </th>
248
-
249
- <th style="text-align:center" >
250
- <nobr>初次上报日期</nobr>
251
- </th>
252
- <th style="text-align:center" >
253
- <nobr>最后上报日期</nobr>
254
- </th>
255
- <th style="text-align:center">
256
- <nobr>最后表读数</nobr>
257
- </th>
258
-
259
- <th style="text-align:center" >
260
- <nobr>失联天数</nobr>
261
- </th>
262
- <th style="text-align:center" >
263
- <nobr>气表厂家</nobr>
264
- </th>
265
- <th style="text-align:center" >
266
- <nobr>气表型号</nobr>
267
- </th>
268
- <th style="text-align:center" >
269
- <nobr>用户状态</nobr>
270
- </th>
271
- <th style="text-align:center" >
272
- <nobr>组织机构</nobr>
273
- </th>
274
- <th style="text-align:center" >
275
- <nobr>部门</nobr>
276
- </th>
277
- </tr>
278
-
279
- </template>
280
- <template partial='body'>
281
- <td style="text-align:center">{{$index+1}}</td>
282
- <!--<td style="text-align:center">{{row.f_userfiles_id}}</td>-->
283
-
284
-
285
- <td style="text-align: center;"><nobr>
286
- <span @click="$parent.$parent.$parent.showmsg(row)"><a>{{row.f_userinfo_code}}</a></span>
287
- </nobr> </td>
288
- <td style="text-align:center"><nobr>{{row.f_user_name}}</nobr></td>
289
- <td>
290
- <nobr>{{row.f_address}}</nobr>
291
- </td>
292
- <td style="text-align:center">{{row.f_user_type}}</td>
293
- <td style="text-align:center">{{row.f_gasproperties}}</td>
294
- <td style="text-align:center">{{row.f_user_phone}}</td>
295
- <td style="text-align:center">{{row.f_balance_amount}}</td>
296
- <td style="text-align:center"><nobr>{{row.f_meternumber}}</nobr></td>
297
- <td style="text-align:center"><nobr>{{row.f_startuse_date}}</nobr></td>
298
- <td style="text-align:center">
299
- <nobr>{{row.initinsertdate}}</nobr>
300
- </td> <td style="text-align:center">
301
- <nobr>{{row.lastinsertdate}}</nobr>
302
- </td>
303
- <td style="text-align:center">{{row.f_meter_base}}</td>
304
-
305
- <td style="text-align:center">
306
- <nobr>{{row.slday}}</nobr>
307
- </td>
308
- <td style="text-align:center">{{row.f_meter_brand}}</td>
309
- <td style="text-align:center">
310
- <nobr>{{row.f_meter_style}}</nobr>
311
- </td>
312
- <td style="text-align:center">
313
- <nobr>{{row.f_user_state}}</nobr>
314
- </td>
315
- <td style="text-align:center">
316
- <nobr>{{row.f_orgname}}</nobr>
317
- </td>
318
- <td style="text-align:center">
319
- <nobr>{{row.f_depname}}</nobr>
320
- </td>
321
- <!--<td style="text-align:center">{{row.new_days}}</td>-->
322
- <!--<td style="text-align:center">{{row.f_state}}</td>-->
323
-
324
- </template>
325
- </data-grid>
326
- </criteria-paged>
327
-
328
- </div>
329
- <!-- <div class="flex-row" v-show="echarts" style="width: 100%;height: 90%;">-->
330
- <!-- <lost-contact-echarts :groupname="groupname[0]" :condition="condition"-->
331
- <!-- :echarts="echarts"></lost-contact-echarts>-->
332
- <!-- </div>-->
333
- <!--&lt;!&ndash; <div v-show="isActiveTotalForm" style="height: 40px;width: 100%;">&ndash;&gt;-->
334
- <!--&lt;!&ndash; <button class="button_search button_spacing" @click="notShowTotalForm()">隐藏汇总</button>&ndash;&gt;-->
335
- <!--&lt;!&ndash; </div>&ndash;&gt;-->
336
- <!-- <div class="span" v-show="isActiveTotalForm" style="width: 100%;height: 90%;">-->
337
- <!-- <lost-contact-eform :condition="condition"-->
338
- <!-- ></lost-contact-eform>-->
339
- <!-- </div>-->
340
- </div>
341
- <div class="flex-row" style="width:99%;height:98%;margin-bottom:0px" v-if="showdetail">
342
- <user-info-detail-manage-new :f_userinfo_id="rowdata.f_userinfo_id" @cancel-main="cancel"></user-info-detail-manage-new>
343
- </div>
344
- </template>
345
-
346
- <script>
347
- import {PagedList} from 'vue-client'
348
- import UserGasEcharts from './UserGasEcharts'
349
- import plugin from 'system-clients/src/plugins/GetLoginInfoService'
350
- import {HttpResetClass} from 'vue-client'
351
- import * as Util from '../../../Util'
352
- let readySomething = async function (self) {
353
-
354
- await self.$MagLoadParams.loadParam()
355
- self.initParams()
356
- let year = new Date().getFullYear()
357
- self.$refs.paged.$refs.cri.model.startDate = year+'-01-01 00:00:00'
358
- self.$refs.paged.$refs.cri.model.endDate = Util.toStandardDateString() + ' 23:59:59'
359
- self.$refs.paged.$refs.cri.model.notappear='不包含'
360
- self.$refs.paged.$refs.cri.model.SLday1=10
361
- self.$refs.paged.$refs.cri.model.f_user_state='正常'
362
- self.sumsmodel = self.$refs.paged.$refs.grid.model.sums;
363
- }
364
- export default {
365
- title: '失联分析',
366
- props: ['data'],
367
- components: {UserGasEcharts},
368
-
369
- data() {
370
- return {
371
- model: new PagedList('api/af-revenue/sql/webmeter_getUserLoseQuery', 20 ,{
372
- startDate: 'this.model.startDate',
373
- endDate: 'this.model.endDate'
374
- }),
375
- getfield:{
376
- "f_userinfo_code":"客户编号","f_user_name":"客户名称",
377
- "f_address":"客户地址","f_user_type":"客户类型","f_gasproperties":"用气性质",
378
- "f_meternumber":"表号",
379
- "f_user_phone":"联系电话",
380
- "f_balance_amount":"系统余额",
381
- "f_user_state":"用户状态",
382
- "f_startuse_date":"启用日期",
383
- "initinsertdate":"初次上报日期",
384
- "lastinsertdate":"最后上报日期",
385
- "f_meter_base":"最后表读数",
386
- "slday":"失联天数",
387
- "f_meter_brand":"气表厂家","f_orgname":"组织机构","f_depname":"部门"},
388
- reportStr: null,
389
- show: false,
390
- showdetail:false,
391
- rowdata:{},
392
- criteriaShow:false,
393
- outlets: [],
394
- depresid: [],
395
- queryData: {
396
- f_orgid: [],
397
- f_depid: [],
398
- f_operatorid: [],
399
- f_payment: []
400
- },
401
- depid: [],
402
- operator: [],
403
- other: [],
404
- sumsmodel: {},
405
- filename: '',
406
- WarningType: [
407
- {label: '全部', value: ''}
408
- ],
409
- Warningstyles: [
410
- {label: '全部', value: ''}
411
- ],
412
- styles:false,
413
- org:[this.$login.f.orgid],
414
- orgCondtionStr: ` and f_orgid = ${this.$login.f.orgid} `,
415
- echarts: false,
416
- searchshow: false,
417
- isActiveTotalForm: false,
418
- condition: '1=1',
419
- groupname: ['max_days_type'],
420
- getgroupname: [
421
- {label: '客户类型', value: 'f_user_type'},
422
- {label: '用气性质', value: 'f_gasproperties'},
423
- {label: '分公司', value: 'f_orgname'},
424
- {label: '最长失联天数', value: 'max_days_type'},
425
- ]
426
- }
427
- },
428
- ready() {
429
- readySomething(this)
430
- this.getMeterTypeAndBrand('f_meter_brand', '1=1')
431
- },
432
-
433
- methods: {
434
- getotherfooter() {
435
- this.other = [];
436
-
437
- let firstLine = [`导出时间: ${this.$login.toStandardTimeString()}`];
438
-
439
-
440
- let secondLine = [
441
- `开始时间: ${this.$refs.paged.$refs.cri.model.startDate}`,
442
- `结束时间: ${this.$refs.paged.$refs.cri.model.endDate}`
443
- ];
444
-
445
- this.other.push(firstLine);
446
- this.other.push(secondLine);
447
-
448
- console.log('Header Data:', this.other);
449
- },
450
- getMeterType() {
451
- this.Warningstyle = [{label: '全部', value: ''}]
452
- this.styles = false
453
- let f_meter_brand = this.$refs.paged.$refs.cri.model.f_meter_brand
454
- this.getMeterTypeAndBrand('f_meter_style', `f_meter_brand='${f_meter_brand}'`)
455
- },
456
- getMeterTypeAndBrand(groupname, condition) {
457
- condition = `${condition} and ui.f_orgid like '${this.$login.f.orgid}%'`
458
- let self = this
459
- let load = new HttpResetClass()
460
- load.load('POST', 'api/af-revenue/sql/getMeterStyleAndBrand1', {
461
- data: {
462
- condition: condition,
463
- groupname: groupname
464
- }
465
- }, {warnMsg: null, resolveMsg: null}).then((res) => {
466
- for (let i = 0; i < res.data.length; i++) {
467
- if (groupname == 'f_meter_brand') {
468
- let dr = {}
469
- dr.label = res.data[i].f_meter_brand
470
- dr.value = res.data[i].f_meter_brand
471
- //气表品牌
472
- // self.WarningType.push(dr)
473
- } else if (groupname == 'f_meter_style') {
474
- self.Warningstyle= [
475
- {label: '全部', value: ''}
476
- ],
477
- self.$refs.paged.$refs.cri.model.f_meter_style=''
478
- let dr = {}
479
- dr.label = res.data[i].f_meter_style
480
- dr.value = res.data[i].f_meter_style
481
- //气表类型
482
- self.Warningstyle.push(dr)
483
- }
484
- }
485
- if (self.Warningstyle.length > 1) {
486
- self.showMeterStyle()
487
- }
488
- })
489
-
490
- },
491
- showMeterStyle() {
492
- this.styles = true
493
- },
494
- hidden(){
495
- this.criteriaShow = !this.criteriaShow
496
- },
497
- showmsg(obj){
498
- this.rowdata=obj
499
- this.showdetail=true
500
- },
501
- cancel() {
502
- this.showdetail = false
503
- },
504
- clickshow() {
505
- this.searchshow = !this.searchshow
506
- },
507
- search(args) {
508
- this.condition = this.$refs.paged.$refs.cri.condition + `${this.orgCondtionStr}`
509
- args.condition = this.condition
510
- if(this.$refs.paged.$refs.cri.model.notappear) {
511
- if (this.$refs.paged.$refs.cri.model.notappear === '不包含') {
512
- args.condition = args.condition + " and initinsertdate <> '开户未上报'"
513
- }
514
- }
515
- this.startDate = this.$refs.paged.$refs.cri.model.startDate
516
- this.endDate = this.$refs.paged.$refs.cri.model.endDate
517
- if (this.endDate == '' || this.startDate == '') {
518
- return this.$showMessage("时间区间的开始和结束时间不能为空!")
519
- }
520
- this.model.search(args.condition, args.model)
521
- },
522
- getorg(obj) {
523
- if (obj.resids.length > 0) {
524
- this.depresid = obj.resids
525
- this.orgCondtionStr = " and f_orgid in " + plugin.convertToIn(obj.resids)
526
- } else {
527
- this.depresid = obj.resids
528
- this.orgCondtionStr = " and f_orgid = " + this.$login.f.orgid
529
- }
530
- console.log(this.orgCondtionStr);
531
- },
532
- getdep(obj, val) {
533
- this.orgCondtionStr = ""
534
-
535
- this.depname = val[0]
536
- this.userresid = obj
537
- this.queryData.f_depid = obj
538
- console.log(this.queryData.f_depid)
539
- if (obj.length > 0) {
540
- this.orgCondtionStr += " and f_depid in " + plugin.convertToIn(obj)
541
- }
542
- if (this.depresid && this.depresid.length > 0) {
543
- this.orgCondtionStr = " and f_orgid in " + plugin.convertToIn(this.depresid) + this.orgCondtionStr
544
- } else {
545
- this.orgCondtionStr = " and f_orgid = " + this.$login.f.orgid + this.orgCondtionStr
546
- }
547
-
548
- console.log(this.orgCondtionStr);
549
- },
550
-
551
- // SaveAsFile(str) {
552
- // this.$showMessage('您是否需要导出本页数据?', ['confirm', 'cancel']).then((res) => {
553
- // if (res === 'confirm') {
554
- // let style = '<style>' +
555
- // 'td {border-width: 1px;padding: 2px;border-style: solid; border-color:black; border-collapse:collapse;} .tdright{text-align: right;} .tdcenter{text-align: center;}</style>';
556
- // let strHtml = style + document.getElementById(str).innerHTML;
557
- // console.log(strHtml);
558
- // let LODOP = getLodop();
559
- // LODOP.PRINT_INIT('');
560
- // LODOP.ADD_PRINT_TABLE(5, 5, '99%', '100%', strHtml);
561
- // LODOP.SAVE_TO_FILE('失联分析.xls')
562
- // }
563
- // })
564
- // },
565
- clearmsg() {
566
- this.$refs.paged.$refs.cri.model = {}
567
- },
568
- close() {
569
- this.show = false
570
- },
571
- initParams () {
572
- let arr = []
573
- this.$MagGetSaleParam.getGasbrand().forEach((item) => {
574
- let temp = {}
575
- if(item.value.f_meter_type==='物联网表'){
576
- temp.label = item.label
577
- temp.value = item.value.f_meter_brand
578
- arr.push(temp )
579
- }
580
-
581
- })
582
- this.WarningType = [{label: '全部', value: ''}, ...arr]
583
- },
584
- // 显示柱状图
585
- showEcharts() {
586
- this.echarts = true
587
- this.isActiveTotalForm = false
588
- },
589
- notShowTotalForm() {
590
- this.echarts = false
591
- this.isActiveTotalForm = false
592
- },
593
- // 不显示柱状图
594
- notShowEcharts() {
595
- this.echarts = false
596
- this.isActiveTotalForm = false
597
- },
598
- // 显示汇总数据表格
599
- showTotalForm() {
600
- this.echarts = false
601
- this.isActiveTotalForm = true
602
- }
603
- },
604
- watch: {
605
- 'data'(val) {
606
- if (val.f_files_path) {
607
- this.getFileContent(val.f_files_path)
608
- } else {
609
- this.reportStr = null
610
- }
611
- },
612
- sumsmodel:{
613
- handler: function(val) {
614
- this.getotherfooter();
615
- },
616
- deep: true
617
- },
618
- },
619
- computed: {
620
- // usertypes () {
621
- // return this.$appdate.getParams("客户类型")
622
- // },
623
- getCondition() {
624
- let condition=this.$refs.paged.$refs.cri.condition + this.orgCondtionStr
625
- if(this.$refs.paged.$refs.cri.model.notappear) {
626
- if (this.$refs.paged.$refs.cri.model.notappear === '不包含') {
627
- condition = condition + " and initinsertdate <> '开户未上报'"
628
- }
629
- }
630
- return {
631
- condition: condition ,
632
- startDate:`${this.$refs.paged.$refs.cri.model.startDate}`,
633
- endDate:`${this.$refs.paged.$refs.cri.model.endDate}`
634
- }
635
- },
636
- usertypes() {
637
- return [{label: '全部', value: ''}, ...this.$appdata.getParam('用户类型')]
638
- },
639
- Gasproperties() {
640
- return [{label: '全部', value: ''}, ...this.$appdata.getParam('用气性质')]
641
- },
642
- f_outlets() {
643
- return [{label: '全部', value: ''}, ...this.$appdata.getParam('网点查询用')]
644
- },
645
- valveStatus() {
646
- return [{label: '全部', value: ''}, ...this.$appdata.getParam('气表类型')]
647
- },
648
- not_appear(){
649
- return [{label: '包含', value: '包含'},{label: '不包含', value: '不包含'} ]
650
- },
651
- getstate() {
652
- return [{label: '全部', value: ''}, ...this.$appdata.getParam('最新状态')]
653
- },
654
- userstate() {
655
- return [{label: '全部', value: ''}, ...this.$appdata.getParam('用户状态')]
656
- }
657
- }
658
- }
659
- </script>
660
- <style>
661
- .form-input-group label {
662
- text-align: right;
663
- width: auto;
664
- }
665
-
666
- .mystyle {
667
- float: right;
668
- padding-right: 10%;
669
- }
670
-
671
- .mystyle1 {
672
- padding-top: 10px;
673
-
674
- }
675
-
676
- .mystyle2 {
677
- width: 100%;
678
- height: 35px;
679
- /*background: #00A3F0;*/
680
- padding-left: 15px;
681
- float: left;
682
- }
683
-
684
- .datapanel {
685
- color: #333;
686
- background-color: white;
687
- box-shadow: darkgrey 0.5px 0.5px 0.5px 0.5px;
688
- padding: 10px 30px 10px 30px;
689
- border-radius: 15px;
690
- }
691
- </style>
1
+ <template>
2
+ <div class="flex-row" v-if="!showdetail">
3
+ <div id='app1' class="basic-main" v-show="(!echarts)&&(!isActiveTotalForm)">
4
+ <criteria-paged :model="model" :pager='true' v-ref:paged>
5
+ <criteria partial='criteria' @condition-changed='$parent.search' v-ref:cri>
6
+ <div novalidate class="form-horizontal select-overspread container-fluid auto" novalidate partial>
7
+ <div class="row">
8
+ <!--<div class="form-group">-->
9
+ <!--<input @keyup.enter="search" style="width:60%" type="text" class="input_search" v-model="model.f_username" placeholder='客户名称'-->
10
+ <!--condition="f_user_name = '{}'" v-next-el='userid' v-el:username-->
11
+ <!--:size="model.f_user_name ? model.f_user_name.length * 2 : 8">-->
12
+ <!--</div>-->
13
+
14
+ <div class="col-sm-2 form-group">
15
+ <label class="font_normal_body">客户编号</label>
16
+ <input @keyup.enter="search" style="width:60%" type="text" class="input_search"
17
+ v-model="model.f_userinfo_code" placeholder='客户编号'
18
+ condition="f_userinfo_code like '%{}%'" v-el:xq v-next-el='userinfocode' v-el:username
19
+ >
20
+ </div>
21
+ <div class="col-sm-2 form-group">
22
+ <label class="font_normal_body">客户名称</label>
23
+ <input @keyup.enter="search" style="width:60%" type="text" class="input_search"
24
+ v-model="model.f_user_name" placeholder='客户名称'
25
+ condition="f_user_name like '%{}%'" v-el:xq v-next-el='username' v-el:username
26
+ >
27
+ </div>
28
+ <div class="col-sm-2 form-group">
29
+ <label class="font_normal_body">客户地址</label>
30
+ <input @keyup.enter="search" style="width:60%" type="text" class="input_search" v-model="model.f_area"
31
+ placeholder='地址'
32
+ condition="f_address like '%{}%'" v-el:xq v-next-el='address' v-el:area
33
+ >
34
+ </div>
35
+ <div class="col-sm-2 form-group">
36
+ <label class="font_normal_body">&nbsp;&nbsp;&nbsp;表号&nbsp;&nbsp;&nbsp;</label>
37
+ <input @keyup.enter="search" style="width:60%" type="text" class="input_search"
38
+ v-model="model.f_meternumber" placeholder='表号'
39
+ condition="f_meternumber like '%{}%'" v-next-el='meternumber' v-el:meternumber
40
+ >
41
+ </div>
42
+
43
+ <div style="float:right">
44
+ <button class="button_search button_spacing" @click="search()">查询</button>
45
+ <button class="button_clear button_spacing" @click="$parent.$parent.clearmsg">清空</button>
46
+ <export-excel :data="$parent.$parent.getCondition" class="button_export button_spacing"
47
+ :field="$parent.$parent.getfield" :sumname="$parent.$parent.sumName"
48
+ :header="$parent.$parent.other"
49
+ sqlurl="api/af-revenue/logic/openapi/exportfile" sql-name="webmeter_getUserLoseQuery" template-name='用户失联查询'
50
+ :choose-col="true"></export-excel>
51
+ <!-- <button class="button_export button_spacing" @click="$parent.$parent.SaveAsFile('lostuserlist')">导出</button>-->
52
+ <!-- <button class="button_export button_spacing" style="width: max-content" @click="$parent.$parent.showTotalForm()">显示汇总</button>-->
53
+ <!-- <button class="button_search button_spacing" @click="$parent.$parent.showEcharts()">显示图表</button>-->
54
+ <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>
55
+ </div>
56
+ </div>
57
+ <div class="row" v-show="$parent.$parent.criteriaShow">
58
+ <div class="col-sm-2 form-group">
59
+ <label class="font_normal_body">&nbsp;&nbsp;&nbsp;公司&nbsp;&nbsp;&nbsp;</label>
60
+ <right-tree @re-res="$parent.$parent.getorg"
61
+ :initresid='$parent.$parent.org'></right-tree>
62
+ </div>
63
+ <div class="col-sm-2 form-group">
64
+ <label class="font_normal_body" for="dep" >部&emsp;&emsp;门</label>
65
+ <res-select id="dep" restype='department' style="width: 60%"
66
+ is-mul="false"
67
+ @res-select="$parent.$parent.getdep"
68
+ :parentresid="$parent.$parent.depresid"
69
+ :initresid='$parent.$parent.depid' >
70
+ </res-select>
71
+
72
+ </div>
73
+ <div class="col-sm-2 form-group">
74
+ <label class="font_normal_body">客户类型</label>
75
+ <v-select style="width:60%" id="f_user_type"
76
+ v-model="model.f_user_type"
77
+ placeholder='客户类型'
78
+ :value.sync="model.f_user_type"
79
+ :options='$parent.$parent.usertypes'
80
+ condition="f_user_type = '{}'"
81
+ close-on-select>
82
+ </v-select>
83
+ </div>
84
+ <div class="col-sm-2 form-group">
85
+ <label class="font_normal_body">用气性质</label>
86
+ <v-select style="width:60%" id="f_gasproperties"
87
+ v-model="model.f_gasproperties"
88
+ placeholder='用气性质'
89
+ :value.sync="model.f_gasproperties"
90
+ :options='$parent.$parent.Gasproperties'
91
+ condition="f_gasproperties = '{}'"
92
+ close-on-select>
93
+ </v-select>
94
+ </div>
95
+ <div class="col-sm-2 form-group">
96
+ <label class="font_normal_body">气表品牌</label>
97
+ <v-select
98
+ placeholder='气表品牌'
99
+ :value.sync="model.f_meter_brand"
100
+ v-model="model.f_meter_brand"
101
+ :options='$parent.$parent.WarningType'
102
+ @change="$parent.$parent.getMeterType"
103
+ close-on-select
104
+ condition="f_meter_brand='{}'">
105
+ </v-select>
106
+ </div>
107
+ <div class="col-sm-2 form-group" >
108
+ <label class="font_normal_body">气表型号</label>
109
+ <v-select v-if="$parent.$parent.styles"
110
+ placeholder='气表型号'
111
+ :value.sync="model.f_meter_style"
112
+ v-model="model.f_meter_style"
113
+ :options='$parent.$parent.Warningstyle'
114
+ close-on-select
115
+ condition="f_meter_style='{}'">
116
+ </v-select>
117
+ <v-select v-if="!$parent.$parent.styles"
118
+ placeholder='气表型号'
119
+ :value.sync="model.f_meter_style"
120
+ v-model="model.f_meter_style"
121
+ :options='$parent.$parent.Warningstyles'
122
+ close-on-select
123
+ condition="f_meter_style='{}'">
124
+ </v-select>
125
+ </div>
126
+ <div class="col-sm-2 form-group">
127
+ <label class="font_normal_body">用户状态</label>
128
+ <v-select
129
+ placeholder='用户状态'
130
+ value-single
131
+ style="width:60%"
132
+ :value.sync="model.f_user_state"
133
+ v-model="model.f_user_state"
134
+ :options='$parent.$parent.userstate'
135
+ close-on-select condition="f_user_state ='{}'">
136
+ </v-select>
137
+ </div>
138
+
139
+ <div class="col-sm-2 form-group">
140
+ <label class="font_normal_body">开始时间</label>
141
+ <datepicker style="width:60%" id="startdate" placeholder="开始时间"
142
+ v-model="model.startDate"
143
+ :value.sync="model.startDate"
144
+ :disabled-days-of-Week="[]"
145
+ :format="'yyyy-MM-dd HH:mm:ss'"
146
+
147
+ :show-reset-button="reset">
148
+ </datepicker>
149
+ </div>
150
+ <div class="col-sm-2 form-group">
151
+ <label class="font_normal_body">结束时间</label>
152
+ <datepicker style="width:60%" id="enddate" placeholder="结束日期"
153
+ v-model="model.endDate"
154
+ :value.sync="model.endDate"
155
+ :disabled-days-of-Week="[]"
156
+ :format="'yyyy-MM-dd HH:mm:ss'"
157
+
158
+ :show-reset-button="reset">
159
+ </datepicker>
160
+ </div>
161
+ <div class="col-sm-2 form-group flex-row" style="white-space: nowrap">
162
+ <label class="font_normal_body">失联天数&nbsp;</label>
163
+ <div class="row">
164
+ <input type="text" style="width:27%" class="input_search" v-model="model.SLday1"
165
+ condition="SLday >= {} " placeholder="">
166
+ <label class="font_normal_body"> ≤ x ≤ </label>
167
+ <input type="text" style="width:27%" class="input_search" v-model="model.SLday2"
168
+ condition="SLday <= {} " placeholder="">
169
+ </div>
170
+ </div>
171
+ <div class="col-sm-2 form-group ">
172
+ <label for="contain_newfile" class="font_normal_body">开户未上报</label>
173
+ <v-select id="contain_newfile"
174
+ v-model="model.notappear"
175
+ style="width:60%"
176
+ :value.sync="model.notappear"
177
+ :options='$parent.$parent.not_appear'
178
+ :value-single="true"
179
+ close-on-select>
180
+ </v-select>
181
+ </div>
182
+
183
+ </div>
184
+
185
+
186
+
187
+ <!--:top='40' :left='60' :right='40' :bottom='60'-->
188
+ <!--:thead='"<th>序号</th>\n"+-->
189
+ <!--"<th>档案编号</th>" +-->
190
+ <!--" <th>档案标识</th>"+-->
191
+ <!--"<th>客户名称</th>"+-->
192
+ <!--"<th>表号</th"+-->
193
+ <!--"<th>表具类型</th>"+-->
194
+ <!--"<th>客户类型</th>"+-->
195
+ <!--"<th>区域</th>"+-->
196
+ <!--"<th>小区</th>"+-->
197
+ <!--"<th>地址</th>"+-->
198
+ <!--"<th>用气气量</th>"+-->
199
+ <!--"<th>用气金额</th>"-->
200
+ <!--+"<th>用气价格</th>"-->
201
+ <!--+"<th>时间</th>"-->
202
+ <!--+"<th>所属机构</th>"'-->
203
+ <!--:fields='["$index+1","f_username","f_meternumber","f_usertype","f_save_money","f_operate_status","f_close_reason","f_area","f_districtname","f_address","id","yytdepa"]'>-->
204
+ <!--</print-table>-->
205
+ <!--<export-excel :data="{orderitem: 'lastinputdate desc', condition: '1=1'}"-->
206
+ <!--:field="{f_username: '客户名称', f_meternumber: '表号',f_usertype:'客户类型',f_save_money:'剩余金额',-->
207
+ <!--f_operate_status:'状态',f_close_reason:'关阀原因',f_area:'区域',f_districtname:'小区', f_address: '地址',id:'档案编号',yytdepa:'所属机构'}"-->
208
+ <!--sqlurl="api/af-revenue/sql/getUserGas"></export-excel>-->
209
+
210
+ </div>
211
+ </criteria>
212
+ <data-grid id="lostuserlist" :model="model" partial='list' v-ref:grid class="list_area table_sy">
213
+ <template partial='head'>
214
+ <tr>
215
+ <th style="text-align:center">
216
+ <nobr>序号</nobr>
217
+ </th>
218
+
219
+ <!--<th rowspan="2" style="text-align:center"><nobr>客户编号</nobr></th>-->
220
+
221
+ <th style="text-align:center">
222
+ <nobr>客户编号</nobr>
223
+ </th>
224
+ <th style="text-align:center">
225
+ <nobr>客户名称</nobr>
226
+ </th>
227
+ <th style="text-align:center">
228
+ <nobr>客户地址</nobr>
229
+ </th>
230
+ <th style="text-align:center">
231
+ <nobr>客户类型</nobr>
232
+ </th>
233
+ <th style="text-align:center">
234
+ <nobr>用气性质</nobr>
235
+ </th>
236
+ <th style="text-align:center">
237
+ <nobr>联系电话</nobr>
238
+ </th>
239
+ <th style="text-align:center">
240
+ <nobr>系统金额</nobr>
241
+ </th>
242
+ <th style="text-align:center">
243
+ <nobr>表号</nobr>
244
+ </th>
245
+ <th style="text-align:center">
246
+ <nobr>启用日期</nobr>
247
+ </th>
248
+
249
+ <th style="text-align:center" >
250
+ <nobr>初次上报日期</nobr>
251
+ </th>
252
+ <th style="text-align:center" >
253
+ <nobr>最后上报日期</nobr>
254
+ </th>
255
+ <th style="text-align:center">
256
+ <nobr>最后表读数</nobr>
257
+ </th>
258
+
259
+ <th style="text-align:center" >
260
+ <nobr>失联天数</nobr>
261
+ </th>
262
+ <th style="text-align:center" >
263
+ <nobr>气表厂家</nobr>
264
+ </th>
265
+ <th style="text-align:center" >
266
+ <nobr>气表型号</nobr>
267
+ </th>
268
+ <th style="text-align:center" >
269
+ <nobr>用户状态</nobr>
270
+ </th>
271
+ <th style="text-align:center" >
272
+ <nobr>组织机构</nobr>
273
+ </th>
274
+ <th style="text-align:center" >
275
+ <nobr>部门</nobr>
276
+ </th>
277
+ </tr>
278
+
279
+ </template>
280
+ <template partial='body'>
281
+ <td style="text-align:center">{{$index+1}}</td>
282
+ <!--<td style="text-align:center">{{row.f_userfiles_id}}</td>-->
283
+
284
+
285
+ <td style="text-align: center;"><nobr>
286
+ <span @click="$parent.$parent.$parent.showmsg(row)"><a>{{row.f_userinfo_code}}</a></span>
287
+ </nobr> </td>
288
+ <td style="text-align:center"><nobr>{{row.f_user_name}}</nobr></td>
289
+ <td>
290
+ <nobr>{{row.f_address}}</nobr>
291
+ </td>
292
+ <td style="text-align:center">{{row.f_user_type}}</td>
293
+ <td style="text-align:center">{{row.f_gasproperties}}</td>
294
+ <td style="text-align:center">{{row.f_user_phone}}</td>
295
+ <td style="text-align:center">{{row.f_balance_amount}}</td>
296
+ <td style="text-align:center"><nobr>{{row.f_meternumber}}</nobr></td>
297
+ <td style="text-align:center"><nobr>{{row.f_startuse_date}}</nobr></td>
298
+ <td style="text-align:center">
299
+ <nobr>{{row.initinsertdate}}</nobr>
300
+ </td> <td style="text-align:center">
301
+ <nobr>{{row.lastinsertdate}}</nobr>
302
+ </td>
303
+ <td style="text-align:center">{{row.f_meter_base}}</td>
304
+
305
+ <td style="text-align:center">
306
+ <nobr>{{row.slday}}</nobr>
307
+ </td>
308
+ <td style="text-align:center">{{row.f_meter_brand}}</td>
309
+ <td style="text-align:center">
310
+ <nobr>{{row.f_meter_style}}</nobr>
311
+ </td>
312
+ <td style="text-align:center">
313
+ <nobr>{{row.f_user_state}}</nobr>
314
+ </td>
315
+ <td style="text-align:center">
316
+ <nobr>{{row.f_orgname}}</nobr>
317
+ </td>
318
+ <td style="text-align:center">
319
+ <nobr>{{row.f_depname}}</nobr>
320
+ </td>
321
+ <!--<td style="text-align:center">{{row.new_days}}</td>-->
322
+ <!--<td style="text-align:center">{{row.f_state}}</td>-->
323
+
324
+ </template>
325
+ </data-grid>
326
+ </criteria-paged>
327
+
328
+ </div>
329
+ <!-- <div class="flex-row" v-show="echarts" style="width: 100%;height: 90%;">-->
330
+ <!-- <lost-contact-echarts :groupname="groupname[0]" :condition="condition"-->
331
+ <!-- :echarts="echarts"></lost-contact-echarts>-->
332
+ <!-- </div>-->
333
+ <!--&lt;!&ndash; <div v-show="isActiveTotalForm" style="height: 40px;width: 100%;">&ndash;&gt;-->
334
+ <!--&lt;!&ndash; <button class="button_search button_spacing" @click="notShowTotalForm()">隐藏汇总</button>&ndash;&gt;-->
335
+ <!--&lt;!&ndash; </div>&ndash;&gt;-->
336
+ <!-- <div class="span" v-show="isActiveTotalForm" style="width: 100%;height: 90%;">-->
337
+ <!-- <lost-contact-eform :condition="condition"-->
338
+ <!-- ></lost-contact-eform>-->
339
+ <!-- </div>-->
340
+ </div>
341
+ <div class="flex-row" style="width:99%;height:98%;margin-bottom:0px" v-if="showdetail">
342
+ <user-info-detail-manage-new :f_userinfo_id="rowdata.f_userinfo_id" @cancel-main="cancel"></user-info-detail-manage-new>
343
+ </div>
344
+ </template>
345
+
346
+ <script>
347
+ import {PagedList} from 'vue-client'
348
+ import UserGasEcharts from './UserGasEcharts'
349
+ import plugin from 'system-clients/src/plugins/GetLoginInfoService'
350
+ import {HttpResetClass} from 'vue-client'
351
+ import * as Util from '../../../Util'
352
+ let readySomething = async function (self) {
353
+
354
+ await self.$MagLoadParams.loadParam()
355
+ self.initParams()
356
+ let year = new Date().getFullYear()
357
+ self.$refs.paged.$refs.cri.model.startDate = year+'-01-01 00:00:00'
358
+ self.$refs.paged.$refs.cri.model.endDate = Util.toStandardDateString() + ' 23:59:59'
359
+ self.$refs.paged.$refs.cri.model.notappear='不包含'
360
+ self.$refs.paged.$refs.cri.model.SLday1=10
361
+ self.$refs.paged.$refs.cri.model.f_user_state='正常'
362
+ self.sumsmodel = self.$refs.paged.$refs.grid.model.sums;
363
+ }
364
+ export default {
365
+ title: '失联分析',
366
+ props: ['data'],
367
+ components: {UserGasEcharts},
368
+
369
+ data() {
370
+ return {
371
+ model: new PagedList('api/af-revenue/sql/webmeter_getUserLoseQuery', 20 ,{
372
+ startDate: 'this.model.startDate',
373
+ endDate: 'this.model.endDate'
374
+ }),
375
+ getfield:{
376
+ "f_userinfo_code":"客户编号","f_user_name":"客户名称",
377
+ "f_address":"客户地址","f_user_type":"客户类型","f_gasproperties":"用气性质",
378
+ "f_meternumber":"表号",
379
+ "f_user_phone":"联系电话",
380
+ "f_balance_amount":"系统余额",
381
+ "f_user_state":"用户状态",
382
+ "f_startuse_date":"启用日期",
383
+ "initinsertdate":"初次上报日期",
384
+ "lastinsertdate":"最后上报日期",
385
+ "f_meter_base":"最后表读数",
386
+ "slday":"失联天数",
387
+ "f_meter_brand":"气表厂家","f_orgname":"组织机构","f_depname":"部门"},
388
+ reportStr: null,
389
+ show: false,
390
+ showdetail:false,
391
+ rowdata:{},
392
+ criteriaShow:false,
393
+ outlets: [],
394
+ depresid: [],
395
+ queryData: {
396
+ f_orgid: [],
397
+ f_depid: [],
398
+ f_operatorid: [],
399
+ f_payment: []
400
+ },
401
+ depid: [],
402
+ operator: [],
403
+ other: [],
404
+ sumsmodel: {},
405
+ filename: '',
406
+ WarningType: [
407
+ {label: '全部', value: ''}
408
+ ],
409
+ Warningstyles: [
410
+ {label: '全部', value: ''}
411
+ ],
412
+ styles:false,
413
+ org:[this.$login.f.orgid],
414
+ orgCondtionStr: ` and f_orgid = ${this.$login.f.orgid} `,
415
+ echarts: false,
416
+ searchshow: false,
417
+ isActiveTotalForm: false,
418
+ condition: '1=1',
419
+ groupname: ['max_days_type'],
420
+ getgroupname: [
421
+ {label: '客户类型', value: 'f_user_type'},
422
+ {label: '用气性质', value: 'f_gasproperties'},
423
+ {label: '分公司', value: 'f_orgname'},
424
+ {label: '最长失联天数', value: 'max_days_type'},
425
+ ]
426
+ }
427
+ },
428
+ ready() {
429
+ readySomething(this)
430
+ this.getMeterTypeAndBrand('f_meter_brand', '1=1')
431
+ },
432
+
433
+ methods: {
434
+ getotherfooter() {
435
+ this.other = [];
436
+
437
+ let firstLine = [`导出时间: ${this.$login.toStandardTimeString()}`];
438
+
439
+
440
+ let secondLine = [
441
+ `开始时间: ${this.$refs.paged.$refs.cri.model.startDate}`,
442
+ `结束时间: ${this.$refs.paged.$refs.cri.model.endDate}`
443
+ ];
444
+
445
+ this.other.push(firstLine);
446
+ this.other.push(secondLine);
447
+
448
+ console.log('Header Data:', this.other);
449
+ },
450
+ getMeterType() {
451
+ this.Warningstyle = [{label: '全部', value: ''}]
452
+ this.styles = false
453
+ let f_meter_brand = this.$refs.paged.$refs.cri.model.f_meter_brand
454
+ this.getMeterTypeAndBrand('f_meter_style', `f_meter_brand='${f_meter_brand}'`)
455
+ },
456
+ getMeterTypeAndBrand(groupname, condition) {
457
+ condition = `${condition} and ui.f_orgid like '${this.$login.f.orgid}%'`
458
+ let self = this
459
+ let load = new HttpResetClass()
460
+ load.load('POST', 'api/af-revenue/sql/getMeterStyleAndBrand1', {
461
+ data: {
462
+ condition: condition,
463
+ groupname: groupname
464
+ }
465
+ }, {warnMsg: null, resolveMsg: null}).then((res) => {
466
+ for (let i = 0; i < res.data.length; i++) {
467
+ if (groupname == 'f_meter_brand') {
468
+ let dr = {}
469
+ dr.label = res.data[i].f_meter_brand
470
+ dr.value = res.data[i].f_meter_brand
471
+ //气表品牌
472
+ // self.WarningType.push(dr)
473
+ } else if (groupname == 'f_meter_style') {
474
+ self.Warningstyle= [
475
+ {label: '全部', value: ''}
476
+ ],
477
+ self.$refs.paged.$refs.cri.model.f_meter_style=''
478
+ let dr = {}
479
+ dr.label = res.data[i].f_meter_style
480
+ dr.value = res.data[i].f_meter_style
481
+ //气表类型
482
+ self.Warningstyle.push(dr)
483
+ }
484
+ }
485
+ if (self.Warningstyle.length > 1) {
486
+ self.showMeterStyle()
487
+ }
488
+ })
489
+
490
+ },
491
+ showMeterStyle() {
492
+ this.styles = true
493
+ },
494
+ hidden(){
495
+ this.criteriaShow = !this.criteriaShow
496
+ },
497
+ showmsg(obj){
498
+ this.rowdata=obj
499
+ this.showdetail=true
500
+ },
501
+ cancel() {
502
+ this.showdetail = false
503
+ },
504
+ clickshow() {
505
+ this.searchshow = !this.searchshow
506
+ },
507
+ search(args) {
508
+ this.condition = this.$refs.paged.$refs.cri.condition + `${this.orgCondtionStr}`
509
+ args.condition = this.condition
510
+ if(this.$refs.paged.$refs.cri.model.notappear) {
511
+ if (this.$refs.paged.$refs.cri.model.notappear === '不包含') {
512
+ args.condition = args.condition + " and initinsertdate <> '开户未上报'"
513
+ }
514
+ }
515
+ this.startDate = this.$refs.paged.$refs.cri.model.startDate
516
+ this.endDate = this.$refs.paged.$refs.cri.model.endDate
517
+ if (this.endDate == '' || this.startDate == '') {
518
+ return this.$showMessage("时间区间的开始和结束时间不能为空!")
519
+ }
520
+ this.model.search(args.condition, args.model)
521
+ },
522
+ getorg(obj) {
523
+ if (obj.resids.length > 0) {
524
+ this.depresid = obj.resids
525
+ this.orgCondtionStr = " and f_orgid in " + plugin.convertToIn(obj.resids)
526
+ } else {
527
+ this.depresid = obj.resids
528
+ this.orgCondtionStr = " and f_orgid = " + this.$login.f.orgid
529
+ }
530
+ console.log(this.orgCondtionStr);
531
+ },
532
+ getdep(obj, val) {
533
+ this.orgCondtionStr = ""
534
+
535
+ this.depname = val[0]
536
+ this.userresid = obj
537
+ this.queryData.f_depid = obj
538
+ console.log(this.queryData.f_depid)
539
+ if (obj.length > 0) {
540
+ this.orgCondtionStr += " and f_depid in " + plugin.convertToIn(obj)
541
+ }
542
+ if (this.depresid && this.depresid.length > 0) {
543
+ this.orgCondtionStr = " and f_orgid in " + plugin.convertToIn(this.depresid) + this.orgCondtionStr
544
+ } else {
545
+ this.orgCondtionStr = " and f_orgid = " + this.$login.f.orgid + this.orgCondtionStr
546
+ }
547
+
548
+ console.log(this.orgCondtionStr);
549
+ },
550
+
551
+ // SaveAsFile(str) {
552
+ // this.$showMessage('您是否需要导出本页数据?', ['confirm', 'cancel']).then((res) => {
553
+ // if (res === 'confirm') {
554
+ // let style = '<style>' +
555
+ // 'td {border-width: 1px;padding: 2px;border-style: solid; border-color:black; border-collapse:collapse;} .tdright{text-align: right;} .tdcenter{text-align: center;}</style>';
556
+ // let strHtml = style + document.getElementById(str).innerHTML;
557
+ // console.log(strHtml);
558
+ // let LODOP = getLodop();
559
+ // LODOP.PRINT_INIT('');
560
+ // LODOP.ADD_PRINT_TABLE(5, 5, '99%', '100%', strHtml);
561
+ // LODOP.SAVE_TO_FILE('失联分析.xls')
562
+ // }
563
+ // })
564
+ // },
565
+ clearmsg() {
566
+ this.$refs.paged.$refs.cri.model = {}
567
+ },
568
+ close() {
569
+ this.show = false
570
+ },
571
+ initParams () {
572
+ let arr = []
573
+ this.$MagGetSaleParam.getGasbrand().forEach((item) => {
574
+ let temp = {}
575
+ if(item.value.f_meter_type==='物联网表'){
576
+ temp.label = item.label
577
+ temp.value = item.value.f_meter_brand
578
+ arr.push(temp )
579
+ }
580
+
581
+ })
582
+ this.WarningType = [{label: '全部', value: ''}, ...arr]
583
+ },
584
+ // 显示柱状图
585
+ showEcharts() {
586
+ this.echarts = true
587
+ this.isActiveTotalForm = false
588
+ },
589
+ notShowTotalForm() {
590
+ this.echarts = false
591
+ this.isActiveTotalForm = false
592
+ },
593
+ // 不显示柱状图
594
+ notShowEcharts() {
595
+ this.echarts = false
596
+ this.isActiveTotalForm = false
597
+ },
598
+ // 显示汇总数据表格
599
+ showTotalForm() {
600
+ this.echarts = false
601
+ this.isActiveTotalForm = true
602
+ }
603
+ },
604
+ watch: {
605
+ 'data'(val) {
606
+ if (val.f_files_path) {
607
+ this.getFileContent(val.f_files_path)
608
+ } else {
609
+ this.reportStr = null
610
+ }
611
+ },
612
+ sumsmodel:{
613
+ handler: function(val) {
614
+ this.getotherfooter();
615
+ },
616
+ deep: true
617
+ },
618
+ },
619
+ computed: {
620
+ // usertypes () {
621
+ // return this.$appdate.getParams("客户类型")
622
+ // },
623
+ getCondition() {
624
+ let condition=this.$refs.paged.$refs.cri.condition + this.orgCondtionStr
625
+ if(this.$refs.paged.$refs.cri.model.notappear) {
626
+ if (this.$refs.paged.$refs.cri.model.notappear === '不包含') {
627
+ condition = condition + " and initinsertdate <> '开户未上报'"
628
+ }
629
+ }
630
+ return {
631
+ condition: condition ,
632
+ startDate:`${this.$refs.paged.$refs.cri.model.startDate}`,
633
+ endDate:`${this.$refs.paged.$refs.cri.model.endDate}`
634
+ }
635
+ },
636
+ usertypes() {
637
+ return [{label: '全部', value: ''}, ...this.$appdata.getParam('用户类型')]
638
+ },
639
+ Gasproperties() {
640
+ return [{label: '全部', value: ''}, ...this.$appdata.getParam('用气性质')]
641
+ },
642
+ f_outlets() {
643
+ return [{label: '全部', value: ''}, ...this.$appdata.getParam('网点查询用')]
644
+ },
645
+ valveStatus() {
646
+ return [{label: '全部', value: ''}, ...this.$appdata.getParam('气表类型')]
647
+ },
648
+ not_appear(){
649
+ return [{label: '包含', value: '包含'},{label: '不包含', value: '不包含'} ]
650
+ },
651
+ getstate() {
652
+ return [{label: '全部', value: ''}, ...this.$appdata.getParam('最新状态')]
653
+ },
654
+ userstate() {
655
+ return [{label: '全部', value: ''}, ...this.$appdata.getParam('用户状态')]
656
+ }
657
+ }
658
+ }
659
+ </script>
660
+ <style>
661
+ .form-input-group label {
662
+ text-align: right;
663
+ width: auto;
664
+ }
665
+
666
+ .mystyle {
667
+ float: right;
668
+ padding-right: 10%;
669
+ }
670
+
671
+ .mystyle1 {
672
+ padding-top: 10px;
673
+
674
+ }
675
+
676
+ .mystyle2 {
677
+ width: 100%;
678
+ height: 35px;
679
+ /*background: #00A3F0;*/
680
+ padding-left: 15px;
681
+ float: left;
682
+ }
683
+
684
+ .datapanel {
685
+ color: #333;
686
+ background-color: white;
687
+ box-shadow: darkgrey 0.5px 0.5px 0.5px 0.5px;
688
+ padding: 10px 30px 10px 30px;
689
+ border-radius: 15px;
690
+ }
691
+ </style>