manage-client 3.3.195 → 3.3.197
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.
- package/package.json +1 -1
- package/src/components/sale/businessquery/AreaChargeQuery.vue +4 -0
- package/src/components/sale/businessquery/AreaGeneralQuery.vue +4 -0
- package/src/components/sale/businessquery/ArrearsQuery.vue +4 -0
- package/src/components/sale/businessquery/BalanceTable.vue +4 -0
- package/src/components/sale/businessquery/CommunityPaymen.vue +4 -0
- package/src/components/sale/businessquery/HandBookQuery.vue +4 -0
- package/src/components/sale/businessquery/HandBookTwoQuery.vue +4 -0
- package/src/components/sale/businessquery/HandGasPropertiesQuery.vue +4 -0
- package/src/components/sale/businessquery/HandPeopleQuery.vue +4 -0
- package/src/components/sale/businessquery/HandRateQuery.vue +4 -0
- package/src/components/sale/businessquery/Handgasquery.vue +4 -0
- package/src/components/sale/businessquery/MonthGasQuery.vue +4 -0
- package/src/components/sale/businessquery/NoBusinessQuery.vue +4 -0
- package/src/components/sale/businessquery/PlotSummaryQuery.vue +4 -0
- package/src/components/sale/businessquery/ProceedsOper.vue +4 -0
- package/src/components/sale/businessquery/ResidentialCardQuery.vue +4 -0
- package/src/components/sale/businessquery/ResidentialQuery.vue +4 -0
- package/src/components/sale/businessquery/SellOrgnameQuery.vue +4 -0
- package/src/components/sale/businessquery/SellPeopleQuery.vue +4 -0
- package/src/components/sale/businessquery/SellingHand.vue +4 -0
- package/src/components/sale/businessquery/UnhandBusiness.vue +4 -0
- package/src/components/sale/businessquery/UserSellHeadDetail.vue +4 -0
- package/src/components/sale/businessquery/YingShouMingXi.vue +4 -0
- package/src/components/sale/businessquery/YonghuJieyu.vue +4 -0
- package/src/components/sale/businessquery/usergas.vue +4 -0
- package/src/components/webmeter/DrillData/GetNoMetereadData.vue +26 -0
- package/src/components/webmeter/DrillData/LostContactAnalysisList.vue +27 -1
- package/src/components/webmeter/DrillData/UserLostContactAnalysis.vue +27 -1
- package/src/components/webmeter/gasAnalysis/WebmeterSettlementAnalysis.vue +25 -1
- package/src/components/webmeter/instruction/NewQueryInstruct.vue +33 -1
- package/src/components/webmeter/newwebmeter/NewException/MeterExceptionList.vue +31 -3
- package/src/components/webmeter/newwebmeter/WebhandMonthGas.vue +6 -0
- package/src/components/webmeter/recharge/RechargeList.vue +26 -2
- package/src/components/webmeter/report/ReportList.vue +26 -2
- package/src/components/webmeter/reportdata/ReportDataQuery.vue +15 -3
- package/src/filiale/jingyang/ChargeQuery.vue +156 -127
- package/src/filiale/kelai/AreaChargeQuery.vue +4 -0
- package/src/filiale/kelai/GasStatistics.vue +29 -4
- package/src/filiale/qingtongxia/ChargeQuery.vue +11 -1
- package/src/filiale/qingtongxia/config/exportConfig.js +474 -474
- package/src/filiale/taizhoukesi/NewGasStatistics.vue +16 -13
- package/src/filiale/xinjiangdexin/ChargeQuery.vue +1435 -0
- package/src/filiale/xinjiangdexin/config/exportConfig.js +2764 -0
- package/src/filiale/yuncheng/DeviceQuery.vue +602 -0
- package/src/filiale/yuncheng/sale.js +3 -0
|
@@ -7,13 +7,7 @@
|
|
|
7
7
|
<div novalidate class="form-horizontal select-overspread container-fluid auto" partial>
|
|
8
8
|
<div class="row" >
|
|
9
9
|
<div class="col-sm-2">
|
|
10
|
-
<
|
|
11
|
-
<res-select :initresid="$parent.$parent.org"
|
|
12
|
-
style="width:60%"
|
|
13
|
-
@res-select="$parent.$parent.getorg"
|
|
14
|
-
:is-mul=false
|
|
15
|
-
restype='organization'>
|
|
16
|
-
</res-select>
|
|
10
|
+
<res-select-group :show-component="['company']" :initres="$parent.$parent.org" @re-res="$parent.$parent.getorg" style="width:60%"></res-select-group>
|
|
17
11
|
</div>
|
|
18
12
|
<div class="col-sm-2">
|
|
19
13
|
<label class="font_normal_body">客户编号</label>
|
|
@@ -192,12 +186,15 @@
|
|
|
192
186
|
<th><nobr>表描述</nobr></th>
|
|
193
187
|
<th><nobr>气价名称</nobr></th>
|
|
194
188
|
|
|
195
|
-
|
|
189
|
+
|
|
196
190
|
<th><nobr>一阶气量</nobr></th>
|
|
197
|
-
<th><nobr
|
|
191
|
+
<th><nobr>一阶气费</nobr></th>
|
|
192
|
+
|
|
198
193
|
<th><nobr>二阶气量</nobr></th>
|
|
199
|
-
<th><nobr
|
|
194
|
+
<th><nobr>二阶气费</nobr></th>
|
|
195
|
+
|
|
200
196
|
<th><nobr>三阶气量</nobr></th>
|
|
197
|
+
<th><nobr>三阶气费</nobr></th>
|
|
201
198
|
|
|
202
199
|
<th><nobr>用气性质</nobr></th>
|
|
203
200
|
<th><nobr>期初余额</nobr></th>
|
|
@@ -229,12 +226,18 @@
|
|
|
229
226
|
<th style="text-align:center"><nobr>{{row.f_meter_title}}</nobr></th>
|
|
230
227
|
<th style="text-align:center"><nobr>{{row.f_price_name}}</nobr></th>
|
|
231
228
|
|
|
232
|
-
|
|
229
|
+
|
|
233
230
|
<th style="text-align:center"><nobr>{{row.f_stairamount1}}</nobr></th>
|
|
234
|
-
<th style="text-align:center"><nobr>{{row.
|
|
231
|
+
<th style="text-align:center"><nobr>{{row.f_stair1fee}}</nobr></th>
|
|
232
|
+
|
|
233
|
+
|
|
235
234
|
<th style="text-align:center"><nobr>{{row.f_stairamount2}}</nobr></th>
|
|
236
|
-
<th style="text-align:center"><nobr>{{row.
|
|
235
|
+
<th style="text-align:center"><nobr>{{row.f_stair2fee}}</nobr></th>
|
|
236
|
+
|
|
237
|
+
|
|
237
238
|
<th style="text-align:center"><nobr>{{row.f_stairamount3}}</nobr></th>
|
|
239
|
+
<th style="text-align:center"><nobr>{{row.f_stair3fee}}</nobr></th>
|
|
240
|
+
|
|
238
241
|
<th style="text-align:center"><nobr>{{row.f_gasproperties}}</nobr></th>
|
|
239
242
|
|
|
240
243
|
|