manage-client 3.2.136 → 3.2.140
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/.gradle/4.4/fileContent/fileContent.lock +0 -0
- package/.gradle/4.4/taskHistory/taskHistory.bin +0 -0
- package/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
- package/build/dev-server.js +2 -2
- package/build/libs/ManageClient-3.1.0-17.jar +0 -0
- package/build/tmp/jar/MANIFEST.MF +2 -0
- package/package.json +2 -2
- package/src/components/SellReport/ApplyFillmoney.vue +228 -0
- package/src/components/SellReport/GasPropertiesManager.vue +151 -0
- package/src/components/SellReport/MarketMonthgas.vue +237 -0
- package/src/components/SellReport/ReportHistoryShow.vue +51 -0
- package/src/components/SellReport/ReportItems.vue +161 -92
- package/src/components/SellReport/ReportPool.vue +91 -19
- package/src/components/SellReport/applysFillmoney.vue +228 -0
- package/src/components/WebReport/EchartsBox.vue +54 -34
- package/src/components/daping/DataManagement.vue +4 -4
- package/src/components/daping/json/dataManage.json +11 -7
- package/src/components/qinhua/Pie.vue +18 -8
- package/src/components/sale/businessquery/ArrearsQuery.vue +13 -11
- package/src/components/sale/businessquery/ChargeQuery.vue +4 -4
- package/src/components/sale/businessquery/CommunityPaymen.vue +1 -1
- package/src/components/sale/businessquery/HandGasPropertiesQuery.vue +5 -2
- package/src/components/sale/businessquery/NoBusinessQuery.vue +37 -38
- package/src/components/sale/config/tableConfig.js +6 -0
- package/src/filiale/WEINAN/NewAccountQuery.vue +10 -33
- package/src/filiale/WEINAN/manage/ChangeMeterQuery.vue +1 -1
- package/src/filiale/liaoyuan/RecordInfoQuery.vue +3 -1
- package/src/filiale/macheng/WebmeterSettlementAnalysis.vue +2 -2
- package/src/filiale/macheng/sale.js +1 -2
- package/src/filiale/shaoguan/config/exportConfig.js +1 -1
- package/src/filiale/tongchuan/ReportList.vue +28 -31
- package/src/reportManage.js +20 -0
|
@@ -65,14 +65,14 @@
|
|
|
65
65
|
<!--<input type="text" style="width:60%" class="input_search" v-model="model.id"-->
|
|
66
66
|
<!--condition="id = '{}'" placeholder="收费编号">-->
|
|
67
67
|
<!--</div>-->
|
|
68
|
-
<div class="col-sm-2 form-group"
|
|
69
|
-
<label class="font_normal_body">抄 表 册</label
|
|
70
|
-
<v-select :value.sync="model.f_meter_book" v-model="model.f_meter_book"
|
|
71
|
-
:options='$parent.$parent.meterbooks' placeholder='抄表册'
|
|
72
|
-
style="width:60%"
|
|
73
|
-
close-on-select
|
|
74
|
-
condition="f_meter_book_num = '{}'"></v-select
|
|
75
|
-
</div
|
|
68
|
+
<!-- <div class="col-sm-2 form-group">-->
|
|
69
|
+
<!-- <label class="font_normal_body">抄 表 册</label>-->
|
|
70
|
+
<!-- <v-select :value.sync="model.f_meter_book" v-model="model.f_meter_book"-->
|
|
71
|
+
<!-- :options='$parent.$parent.meterbooks' placeholder='抄表册'-->
|
|
72
|
+
<!-- style="width:60%"-->
|
|
73
|
+
<!-- close-on-select-->
|
|
74
|
+
<!-- condition="f_meter_book_num = '{}'"></v-select>-->
|
|
75
|
+
<!-- </div>-->
|
|
76
76
|
<div class="col-sm-2 form-group">
|
|
77
77
|
<label class="font_normal_body">客户电话</label>
|
|
78
78
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_phone"
|
|
@@ -149,38 +149,37 @@
|
|
|
149
149
|
<v-select :value.sync="model.f_price_name"
|
|
150
150
|
v-model="model.f_price_name"
|
|
151
151
|
:options="$parent.$parent.getPricenames"
|
|
152
|
-
condition="f_price_name = '{}'"
|
|
153
152
|
close-on-select></v-select>
|
|
154
153
|
</div>
|
|
155
|
-
<div class="col-sm-2 form-group"
|
|
156
|
-
<label class="font_normal_body" title="欠费气量大于">欠费气量</label
|
|
157
|
-
<input type="text" style="width:60%" class="input_search" v-model="model.f_oughtamount"
|
|
158
|
-
condition="f_oughtamount > '{}'" placeholder="欠费气量大于"
|
|
159
|
-
</div
|
|
160
|
-
<div class="col-sm-2 form-group"
|
|
161
|
-
<label class="font_normal_body" title="气费金额大于">气费金额</label
|
|
162
|
-
<input type="text" style="width:60%" class="input_search" v-model="model.f_oughtfee_new"
|
|
163
|
-
condition="f_oughtfee_new > '{}'" placeholder="气费金额大于"
|
|
164
|
-
</div
|
|
165
|
-
<div class="col-sm-2 form-group"
|
|
166
|
-
<label class="font_normal_body" title="欠费金额大于">欠费金额</label
|
|
167
|
-
<input type="text" style="width:60%" class="input_search" v-model="model.f_oughtfee_all"
|
|
168
|
-
condition="f_oughtfee_all > '{}'" placeholder="欠费金额大于"
|
|
169
|
-
</div
|
|
170
|
-
<div class="col-sm-2 form-group"
|
|
171
|
-
<label class="font_normal_body">欠费期数</label
|
|
172
|
-
<input type="text" style="width:60%" class="input_search" v-model="model.c"
|
|
173
|
-
condition="c > '{}'" placeholder='欠费期数大于'
|
|
174
|
-
</div
|
|
175
|
-
<div class="col-sm-2 form-group"
|
|
176
|
-
<label class="font_normal_body" >抄 表 员</label
|
|
177
|
-
<v-select :value.sync="model.f_inputtor"
|
|
178
|
-
v-model="model.f_inputtor"
|
|
179
|
-
:options='$parent.$parent.inputtores' placeholder='请选择'
|
|
180
|
-
condition="f_inputtor = '{}'"
|
|
181
|
-
close-on-select :search="false"
|
|
182
|
-
</v-select
|
|
183
|
-
</div
|
|
154
|
+
<!-- <div class="col-sm-2 form-group">-->
|
|
155
|
+
<!-- <label class="font_normal_body" title="欠费气量大于">欠费气量</label>-->
|
|
156
|
+
<!-- <input type="text" style="width:60%" class="input_search" v-model="model.f_oughtamount"-->
|
|
157
|
+
<!-- condition="f_oughtamount > '{}'" placeholder="欠费气量大于">-->
|
|
158
|
+
<!-- </div>-->
|
|
159
|
+
<!-- <div class="col-sm-2 form-group">-->
|
|
160
|
+
<!-- <label class="font_normal_body" title="气费金额大于">气费金额</label>-->
|
|
161
|
+
<!-- <input type="text" style="width:60%" class="input_search" v-model="model.f_oughtfee_new"-->
|
|
162
|
+
<!-- condition="f_oughtfee_new > '{}'" placeholder="气费金额大于">-->
|
|
163
|
+
<!-- </div>-->
|
|
164
|
+
<!-- <div class="col-sm-2 form-group">-->
|
|
165
|
+
<!-- <label class="font_normal_body" title="欠费金额大于">欠费金额</label>-->
|
|
166
|
+
<!-- <input type="text" style="width:60%" class="input_search" v-model="model.f_oughtfee_all"-->
|
|
167
|
+
<!-- condition="f_oughtfee_all > '{}'" placeholder="欠费金额大于">-->
|
|
168
|
+
<!-- </div>-->
|
|
169
|
+
<!-- <div class="col-sm-2 form-group">-->
|
|
170
|
+
<!-- <label class="font_normal_body">欠费期数</label>-->
|
|
171
|
+
<!-- <input type="text" style="width:60%" class="input_search" v-model="model.c"-->
|
|
172
|
+
<!-- condition="c > '{}'" placeholder='欠费期数大于'>-->
|
|
173
|
+
<!-- </div>-->
|
|
174
|
+
<!-- <div class="col-sm-2 form-group">-->
|
|
175
|
+
<!-- <label class="font_normal_body" >抄 表 员</label>-->
|
|
176
|
+
<!-- <v-select :value.sync="model.f_inputtor"-->
|
|
177
|
+
<!-- v-model="model.f_inputtor"-->
|
|
178
|
+
<!-- :options='$parent.$parent.inputtores' placeholder='请选择'-->
|
|
179
|
+
<!-- condition="f_inputtor = '{}'"-->
|
|
180
|
+
<!-- close-on-select :search="false">-->
|
|
181
|
+
<!-- </v-select>-->
|
|
182
|
+
<!-- </div>-->
|
|
184
183
|
<div class="col-sm-2 form-group" v-if="false">
|
|
185
184
|
<label class="font_normal_body"> 抄 表 员</label>
|
|
186
185
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_inputtor"
|
|
@@ -34,6 +34,12 @@ export default{
|
|
|
34
34
|
"上报类型":"f_upload_type",
|
|
35
35
|
"金额状态":"f_moneystate",
|
|
36
36
|
|
|
37
|
+
"增加工况瞬时":"operatingModeFlow",
|
|
38
|
+
"标况瞬时":"standardConditionFlow",
|
|
39
|
+
"开盖状态" :"f_SplitAlarm",
|
|
40
|
+
"液晶状态" : "f_XTIpllStopFlag",
|
|
41
|
+
"声速" :"soundVelocity",
|
|
42
|
+
|
|
37
43
|
"外电低电":"f_lowlithiumbattery",
|
|
38
44
|
"磁干扰异常":"f_magneticinterference",
|
|
39
45
|
"表内剩余金额":"f_meterbalanceamt",
|
|
@@ -121,36 +121,25 @@
|
|
|
121
121
|
<th>
|
|
122
122
|
<nobr>气价名称</nobr>
|
|
123
123
|
</th>
|
|
124
|
-
<th>
|
|
125
|
-
<nobr>开户时间</nobr>
|
|
126
|
-
</th>
|
|
127
124
|
<th>
|
|
128
125
|
<nobr>表号</nobr>
|
|
129
126
|
</th>
|
|
130
127
|
<th>
|
|
131
|
-
<nobr
|
|
132
|
-
</th>
|
|
133
|
-
<th>
|
|
134
|
-
<nobr>通气时间</nobr>
|
|
128
|
+
<nobr>气表品牌</nobr>
|
|
135
129
|
</th>
|
|
130
|
+
|
|
136
131
|
<th>
|
|
137
|
-
<nobr
|
|
132
|
+
<nobr>是否有壁挂炉</nobr>
|
|
138
133
|
</th>
|
|
139
134
|
<th>
|
|
140
|
-
<nobr
|
|
135
|
+
<nobr>开户人</nobr>
|
|
141
136
|
</th>
|
|
142
137
|
<th>
|
|
143
|
-
<nobr
|
|
138
|
+
<nobr>开户时间</nobr>
|
|
144
139
|
</th>
|
|
145
140
|
<th>
|
|
146
141
|
<nobr>开户地点</nobr>
|
|
147
142
|
</th>
|
|
148
|
-
<th>
|
|
149
|
-
<nobr>是否有壁挂炉</nobr>
|
|
150
|
-
</th>
|
|
151
|
-
<th>
|
|
152
|
-
<nobr>开户人</nobr>
|
|
153
|
-
</th>
|
|
154
143
|
</tr>
|
|
155
144
|
</template>
|
|
156
145
|
<template partial='body'>
|
|
@@ -172,35 +161,23 @@
|
|
|
172
161
|
<td style="text-align: center;">
|
|
173
162
|
<nobr>{{row.f_price_name}}</nobr>
|
|
174
163
|
</td>
|
|
175
|
-
<td style="text-align: center;">
|
|
176
|
-
<nobr>{{row.f_open_date}}</nobr>
|
|
177
|
-
</td>
|
|
178
164
|
<td style="text-align: center;">
|
|
179
165
|
<nobr>{{row.f_meternumber}}</nobr>
|
|
180
166
|
</td>
|
|
181
167
|
<td style="text-align: center;">
|
|
182
|
-
<nobr>{{row.
|
|
183
|
-
</td>
|
|
184
|
-
<td style="text-align: center;">
|
|
185
|
-
<nobr>{{row.f_gas_date}}</nobr>
|
|
186
|
-
</td>
|
|
187
|
-
<td style="text-align: center;">
|
|
188
|
-
<nobr>{{row.f_gasproperties}}</nobr>
|
|
189
|
-
</td>
|
|
190
|
-
<td style="text-align: center;">
|
|
191
|
-
<nobr>{{row.f_total_gas}}</nobr>
|
|
168
|
+
<nobr>{{row.f_meter_brand}}</nobr>
|
|
192
169
|
</td>
|
|
193
170
|
<td style="text-align: center;">
|
|
194
|
-
<nobr>{{row.
|
|
171
|
+
<nobr>{{row.isbgl}}</nobr>
|
|
195
172
|
</td>
|
|
196
173
|
<td style="text-align: center;">
|
|
197
|
-
<nobr>{{row.
|
|
174
|
+
<nobr>{{row.operator}}</nobr>
|
|
198
175
|
</td>
|
|
199
176
|
<td style="text-align: center;">
|
|
200
|
-
<nobr>{{row.
|
|
177
|
+
<nobr>{{row.f_operate_date}}</nobr>
|
|
201
178
|
</td>
|
|
202
179
|
<td style="text-align: center;">
|
|
203
|
-
<nobr>{{row.
|
|
180
|
+
<nobr>{{row.depname}}</nobr>
|
|
204
181
|
</td>
|
|
205
182
|
</template>
|
|
206
183
|
<template partial='foot'></template>
|
|
@@ -396,7 +396,7 @@
|
|
|
396
396
|
footer:[],
|
|
397
397
|
meterbrands: [],
|
|
398
398
|
pricenames: [],
|
|
399
|
-
model: new PagedList('rs/sql/changeMeterQuery', 20, {orderitem: this.orderitem?'"' + this.orderitem + ' "':`'f_operate_date desc'`}
|
|
399
|
+
model: new PagedList('rs/sql/changeMeterQuery', 20, {orderitem: this.orderitem?'"' + this.orderitem + ' "':`'f_operate_date desc'`}),
|
|
400
400
|
criteriaShow: false,
|
|
401
401
|
orgCondtionStr: '',
|
|
402
402
|
modelval: [],
|
|
@@ -609,6 +609,7 @@
|
|
|
609
609
|
<tr style="position: relative" class="table-bordered">
|
|
610
610
|
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;color: #5CB95C;font-weight: bold">汇总信息</td>
|
|
611
611
|
<td style="display: inline-block;width: auto;border-right: 1px solid #f2f6fa;padding: 0px 10px 0px 10px;font-weight: bold">账户余额合计:  {{sumsmodel.f_balance}}</td>
|
|
612
|
+
<td style="display: inline-block;width: auto;border-right: 1px solid #f2f6fa;padding: 0px 10px 0px 10px;font-weight: bold">表剩余金额合计:  {{sumsmodel.f_balance_amount}}</td>
|
|
612
613
|
</tr>
|
|
613
614
|
</table>
|
|
614
615
|
|
|
@@ -694,7 +695,8 @@
|
|
|
694
695
|
other:[],
|
|
695
696
|
footer:[],
|
|
696
697
|
model: new PagedList('rs/sql/compreQuery', 20, {}, {
|
|
697
|
-
f_balance: 0
|
|
698
|
+
f_balance: 0,
|
|
699
|
+
f_balance_amount: 0
|
|
698
700
|
}),
|
|
699
701
|
criteriaShow: false,
|
|
700
702
|
orgCondtionStr:'',
|
|
@@ -210,7 +210,7 @@
|
|
|
210
210
|
</div>
|
|
211
211
|
</div>
|
|
212
212
|
<div v-if="isShowDetailInfo">
|
|
213
|
-
<user-info-detail-manage-new :f_userinfo_id="rowData.f_userinfo_id" @cancel-main="
|
|
213
|
+
<user-info-detail-manage-new :f_userinfo_id="rowData.f_userinfo_id" @cancel-main="cancelDetail"></user-info-detail-manage-new>
|
|
214
214
|
</div>
|
|
215
215
|
</template>
|
|
216
216
|
|
|
@@ -265,7 +265,7 @@ export default {
|
|
|
265
265
|
/**
|
|
266
266
|
* 退出用户详细信息页面
|
|
267
267
|
*/
|
|
268
|
-
|
|
268
|
+
cancelDetail () {
|
|
269
269
|
this.isShowDetailInfo = false
|
|
270
270
|
},
|
|
271
271
|
/**
|
|
@@ -7,7 +7,6 @@ let specialComp = {
|
|
|
7
7
|
'arrears-query': (resolve) => { require(['./ArrearsQuery'], resolve) },
|
|
8
8
|
'meter-query': (resolve) => { require(['./MeterQuery'], resolve) },
|
|
9
9
|
'fmygas-query': (resolve) => { require(['./FMYGasQuery'], resolve) },
|
|
10
|
-
'month-gas-query': (resolve) => { require(['./MonthGasQuery'], resolve) }
|
|
11
|
-
'webmeter-settlement-analysis': (resolve) => { require(['./WebmeterSettlementAnalysis'], resolve) }
|
|
10
|
+
'month-gas-query': (resolve) => { require(['./MonthGasQuery'], resolve) }
|
|
12
11
|
}
|
|
13
12
|
exports.specialComp = specialComp
|
|
@@ -200,7 +200,7 @@ export default{
|
|
|
200
200
|
batchBankConfig: {
|
|
201
201
|
'f_userinfo_code': '客户编号','f_user_phone': '客户电话', 'f_user_name': '客户姓名', 'f_address': '客户地址',
|
|
202
202
|
'f_bank_accopen': '银行户名', 'f_bank_pay_number': '缴费编号', 'f_bank_account': '银行开户账号','f_bank_name': '银行名称',
|
|
203
|
-
'f_shiji_oughtfee':"实际用气金额合计",'f_debt_money':'已交金额','overdue':'滞纳金', 'f_oughtfee': '欠费金额'
|
|
203
|
+
'f_shiji_oughtfee':"实际用气金额合计",'f_debt_money':'已交金额','overdue':'滞纳金', 'f_oughtfee': '欠费金额', 'f_balance': '上期余额'
|
|
204
204
|
},
|
|
205
205
|
fmygasConfig: {
|
|
206
206
|
'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_user_phone': '客户电话', 'f_credentials': '证件类型',
|
|
@@ -6,16 +6,17 @@
|
|
|
6
6
|
<criteria partial='criteria' v-ref:criteria @condition-changed='$parent.search'>
|
|
7
7
|
<div novalidate class="form-horizontal select-overspread container-fluid auto" partial>
|
|
8
8
|
<div class="row" >
|
|
9
|
-
<
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
9
|
+
<res-select-group :show-component="['company']" :initres="$parent.$parent.initres" @re-res="$parent.$parent.getRes" v-ref:sel></res-select-group>
|
|
10
|
+
<!--<div class="col-sm-2">-->
|
|
11
|
+
<!--<label class="font_normal_body">组织机构</label>-->
|
|
12
|
+
<!--<res-select :initresid="$parent.$parent.org"-->
|
|
13
|
+
<!--style="width:60%"-->
|
|
14
|
+
<!--@res-select="$parent.$parent.getorg"-->
|
|
15
|
+
<!--:is-mul=false-->
|
|
16
|
+
<!--restype='organization'>-->
|
|
17
|
+
<!--</res-select>-->
|
|
17
18
|
|
|
18
|
-
|
|
19
|
+
<!--</div>-->
|
|
19
20
|
<div class="col-sm-2">
|
|
20
21
|
<label class="font_normal_body">表 号 </label>
|
|
21
22
|
<input @keyup.enter="search" style="width:60%" type="text" class="input_search" v-model="model.f_meternumber" placeholder='表号'
|
|
@@ -287,6 +288,12 @@
|
|
|
287
288
|
rowdata:{},
|
|
288
289
|
sumsmodel: {},
|
|
289
290
|
orgid:[this.$login.f.orgid],
|
|
291
|
+
// 公司下拉
|
|
292
|
+
initres: {
|
|
293
|
+
org: [],
|
|
294
|
+
dep: [],
|
|
295
|
+
user: []
|
|
296
|
+
},
|
|
290
297
|
criteriaShow:false,
|
|
291
298
|
orgCondtionStr: '',
|
|
292
299
|
model: new PagedList('rs/sql/manage_getReportList', 50,{},{f_meterbalanceamt: 0,f_tablebase: 0,f_meterdebitamt: 0})
|
|
@@ -321,14 +328,6 @@
|
|
|
321
328
|
await this.$MagLoadParams.loadParam(this.f_filialeid)
|
|
322
329
|
this.initParams()
|
|
323
330
|
},
|
|
324
|
-
getorg(obj) {
|
|
325
|
-
if(plugins.convertToIn(obj)!==null&&plugins.convertToIn(obj)!==''){
|
|
326
|
-
this.orgcondition = " and m.f_orgid in " + plugins.convertToIn(obj)
|
|
327
|
-
}else{
|
|
328
|
-
this.orgcondition = " and m.f_orgid = " + this.$login.f.orgid
|
|
329
|
-
}
|
|
330
|
-
|
|
331
|
-
},
|
|
332
331
|
userTypeChange () {
|
|
333
332
|
this.gasproperties=[]
|
|
334
333
|
if(this.$refs.paged.$refs.criteria.model !==null) {
|
|
@@ -363,10 +362,8 @@
|
|
|
363
362
|
this.$refs.paged.$refs.criteria.model[key] = []
|
|
364
363
|
})
|
|
365
364
|
},
|
|
366
|
-
getRes (obj) {
|
|
367
|
-
this.orgCondtionStr = condition
|
|
368
|
-
this.orgname = obj.orgnames[0]
|
|
369
|
-
this.depname = obj.depnames[0]
|
|
365
|
+
async getRes (condition, obj) {
|
|
366
|
+
this.orgCondtionStr = condition.replace("f_orgid","m.f_orgid")
|
|
370
367
|
},
|
|
371
368
|
showmsg(obj){
|
|
372
369
|
this.rowdata=obj
|
|
@@ -374,7 +371,7 @@
|
|
|
374
371
|
},
|
|
375
372
|
|
|
376
373
|
search (args) {
|
|
377
|
-
args.condition = `${args.condition}`+this.
|
|
374
|
+
args.condition = `${args.condition}`+this.orgCondtionStr
|
|
378
375
|
console.log(args.condition+"args.condition")
|
|
379
376
|
this.condition = args.condition
|
|
380
377
|
this.model.search(args.condition, args.model)
|
|
@@ -389,14 +386,14 @@
|
|
|
389
386
|
}
|
|
390
387
|
},
|
|
391
388
|
watch: {
|
|
392
|
-
'orgCondtionStr'(val) {
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
}
|
|
389
|
+
// 'orgCondtionStr'(val) {
|
|
390
|
+
// let res = val.match(/'(.*?)'/)
|
|
391
|
+
// console.log('正则提取:',res && res[1])
|
|
392
|
+
// if (res) {
|
|
393
|
+
// this.f_filialeid = res[1]
|
|
394
|
+
// this.updateParams()
|
|
395
|
+
// }
|
|
396
|
+
// }
|
|
400
397
|
},
|
|
401
398
|
computed: {
|
|
402
399
|
getPricenames() {
|
|
@@ -445,7 +442,7 @@
|
|
|
445
442
|
getCondition () {
|
|
446
443
|
var con = ""
|
|
447
444
|
if (this.orgCondtionStr) {
|
|
448
|
-
con = `${this.$refs.paged.$refs.criteria.condition}
|
|
445
|
+
con = `${this.$refs.paged.$refs.criteria.condition} ${this.orgCondtionStr}`
|
|
449
446
|
}
|
|
450
447
|
else {
|
|
451
448
|
con = `${this.$refs.paged.$refs.criteria.condition}and m.f_orgid in ('${this.$login.f.orgid}' )`
|
package/src/reportManage.js
CHANGED
|
@@ -85,6 +85,10 @@ export default function (filiale) {
|
|
|
85
85
|
Vue.component('site-manager', (resolve) => {
|
|
86
86
|
require(['./components/SellReport/SiteManager'], resolve)
|
|
87
87
|
})
|
|
88
|
+
// 用气性质散列图
|
|
89
|
+
Vue.component('gas-properties-manager', (resolve) => {
|
|
90
|
+
require(['./components/SellReport/GasPropertiesManager'], resolve)
|
|
91
|
+
})
|
|
88
92
|
|
|
89
93
|
/** **************************营收模块(SellReport)******************************/
|
|
90
94
|
// 报表相关,所属为抄表员汇总表(实际为报表汇总表,功能名称后期改变),调整找那个,尚未归类
|
|
@@ -100,6 +104,10 @@ export default function (filiale) {
|
|
|
100
104
|
Vue.component('report-history', (resolve) => {
|
|
101
105
|
require(['./components/SellReport/ReportHistory'], resolve)
|
|
102
106
|
})
|
|
107
|
+
// 保存的报表展示
|
|
108
|
+
Vue.component('report-history-show', (resolve) => {
|
|
109
|
+
require(['./components/SellReport/ReportHistoryShow'], resolve)
|
|
110
|
+
})
|
|
103
111
|
|
|
104
112
|
/** **************************营收模块(SellReport)******************************/
|
|
105
113
|
// 报表相关,所属为抄表员汇总表(实际为报表汇总表,功能名称后期改变),调整找那个,尚未归类
|
|
@@ -579,6 +587,18 @@ export default function (filiale) {
|
|
|
579
587
|
Vue.component('user-gas-fill-money', (resolve) => {
|
|
580
588
|
require(['./components/SellReport/UserFillmoney'], resolve)
|
|
581
589
|
})
|
|
590
|
+
// 人员报建表
|
|
591
|
+
Vue.component('apply-gas-fill-money', (resolve) => {
|
|
592
|
+
require(['./components/SellReport/ApplyFillmoney'], resolve)
|
|
593
|
+
})
|
|
594
|
+
// 材料报建表
|
|
595
|
+
Vue.component('applys-gas-fill-money', (resolve) => {
|
|
596
|
+
require(['./components/SellReport/applysFillmoney'], resolve)
|
|
597
|
+
})
|
|
598
|
+
// 月度用气性质使用占比报表
|
|
599
|
+
Vue.component('market-month-gas', (resolve) => {
|
|
600
|
+
require(['./components/SellReport/MarketMonthgas'], resolve)
|
|
601
|
+
})
|
|
582
602
|
if (filiale) {
|
|
583
603
|
let filialeComp = require(`./filiale/${filiale}/reportManage`).specialComp
|
|
584
604
|
Vue.filialeInfo = Vue.prototype.$filialeInfo = filiale
|