manage-client 3.2.131 → 3.2.134
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 +2 -2
- package/src/ManageHome.js +258 -263
- package/src/components/SellReport/ManageMonthGas.vue +1 -1
- package/src/components/SellReport/ManageSellType.vue +1 -1
- package/src/components/sale/businessquery/ChangeMeterQuery.vue +2 -1
- package/src/components/sale/businessquery/ChargeQuery.vue +6 -4
- package/src/components/sale/businessquery/DisableQuery.vue +2 -1
- package/src/components/sale/businessquery/EnableQuery.vue +2 -1
- package/src/components/sale/businessquery/FillCardQuery.vue +1 -0
- package/src/components/sale/businessquery/FillGasQuery.vue +2 -1
- package/src/components/sale/businessquery/OtherChargeQuery.vue +1 -1
- package/src/components/sale/businessquery/ReverseQuery.vue +1 -1
- package/src/components/sale/businessquery/TransferQuery.vue +1 -1
- package/src/components/sale/filesquery/MeterQuery.vue +9 -7
- package/src/components/sale/report/aode/MonthByChargeType.vue +2 -1
- package/src/components/sale/report/aode/MonthByUserType.vue +2 -1
- package/src/components/sale/report/aode/YearByChargeTpye.vue +2 -1
- package/src/components/sale/report/aode/YearByUserType.vue +2 -1
- package/src/filiale/WEINAN/BusinessManage.vue +10 -5
- package/src/filiale/WEINAN/CancellationQuery.vue +422 -0
- package/src/filiale/WEINAN/ChargeQuery.vue +70 -76
- package/src/filiale/WEINAN/CollectManage.vue +148 -0
- package/src/filiale/WEINAN/DisableQuery.vue +523 -0
- package/src/filiale/WEINAN/EnableQuery.vue +456 -0
- package/src/filiale/WEINAN/FillGasQuery.vue +6 -2
- package/src/filiale/WEINAN/OtherChargeQuery.vue +8 -7
- package/src/filiale/WEINAN/RecordInfoQuery.vue +5 -2
- package/src/filiale/WEINAN/config/exportConfig.js +24 -33
- package/src/filiale/WEINAN/manage/ChangeMeterQuery.vue +20 -12
- package/src/filiale/WEINAN/sale.js +11 -4
- package/src/filiale/macheng/HandplanQuery.vue +6 -0
- package/src/filiale/macheng/WebmeterSettlementAnalysis.vue +33 -12
- package/src/filiale/macheng/config/exportConfig.js +2 -2
- package/src/filiale/macheng/webmeterManage.js +9 -0
- package/src/filiale/tongchuan/MeterQuery.vue +1 -1
- package/src/main.js +19 -19
- package/src/newmanage.js +503 -508
- package/src/reportManage.js +561 -566
- package/src/saleManage.js +563 -568
- package/src/webmeterManage.js +99 -104
|
@@ -65,14 +65,11 @@ export default{
|
|
|
65
65
|
'f_depname': '部门','f_orgname': '公司'
|
|
66
66
|
},
|
|
67
67
|
chargeConfig: {
|
|
68
|
-
'
|
|
69
|
-
'
|
|
70
|
-
'f_pregas': '气量','
|
|
71
|
-
'
|
|
72
|
-
'
|
|
73
|
-
'f_yucun': '预存金额','f_card_id': '卡号','f_stairamount1':'一阶气量','f_stair1price':'一阶单价','f_stair1fee':'一阶气费',
|
|
74
|
-
'f_stair2amount': '二阶气量','f_stair2price': '二阶单价','f_stair2fee':'二阶气费',
|
|
75
|
-
'f_stair3amount':'三阶气量','f_stair3price': '三阶单价','f_stair3fee':'三阶气费','f_inputtor':'抄表员'
|
|
68
|
+
'f_type': '收费类型','f_comments': '备注','filltimes': '补打次数','f_userinfo_code': '客户编号','f_user_name':'客户名称',
|
|
69
|
+
'f_meternumber': '用户表号','f_card_id': '用户卡号','f_address': '用户地址',
|
|
70
|
+
'f_pregas': '气量','f_collection': '缴费金额','f_payment': '付款方式','f_operate_date': '收费日期','f_state': '状态',
|
|
71
|
+
'f_depname': '网点','f_operator': '操作员','f_bill_code':'发票订单','f_stairamount1':'一阶气量','f_stair1fee':'一阶气费',
|
|
72
|
+
'f_stair2amount': '二阶气量','f_stair2fee':'二阶气费','f_stair3amount':'三阶气量','f_stair3fee':'三阶气费'
|
|
76
73
|
},
|
|
77
74
|
pricetypeGasConfig: {
|
|
78
75
|
'f_price': '价格类型', 'f_gas': '当日售气量', 'f_money': '当日售气金额'
|
|
@@ -81,7 +78,7 @@ export default{
|
|
|
81
78
|
'f_operate_date': '收费日期', 'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_user_type': '客户类型', 'f_gasproperties': '用气性质', 'f_meter_brand': '气表品牌', 'f_sell_price': '购气单价', 'f_pregas': '购气量', 'f_preamount': '购气金额', 'f_collection': '充值金额', 'f_surplus_fee': '调价补差', 'f_curbalance': '本期结余', 'f_payment': '付款方式', 'f_price': '单价', 'f_real_gas': '用气量', 'f_real_money': '用气金额', 'f_residual_volume': '余量', 'f_total_usegas_amount': '剩余金额'
|
|
82
79
|
},
|
|
83
80
|
chargeexportConfig: {
|
|
84
|
-
'
|
|
81
|
+
'f_pregas': '气量', 'f_collection': '缴费金额', 'f_stairamount1': '一阶气量', 'f_stair2amount': '二阶气量', 'f_stair3amount': '三阶气量'
|
|
85
82
|
},
|
|
86
83
|
reverseexportConfig: {
|
|
87
84
|
'f_userinfo_code': '客户编号','f_user_name': '客户名称', 'f_address': '客户地址'
|
|
@@ -179,11 +176,10 @@ export default{
|
|
|
179
176
|
|
|
180
177
|
|
|
181
178
|
changemeterConfig: {
|
|
182
|
-
'f_userinfo_code': '客户编号',
|
|
183
|
-
'
|
|
184
|
-
'
|
|
185
|
-
'
|
|
186
|
-
'f_operator': '人员','f_depname': '部门','f_orgname': '公司'
|
|
179
|
+
'f_userinfo_code': '客户编号','f_user_name': '客户名称','f_address': '客户地址','f_type': '换表类型','f_meternumber_old': '旧表号','f_meternumber': '新表号','f_meter_brand_old': '旧气表品牌',
|
|
180
|
+
'f_meter_brand': '新气表品牌','f_remanent_gas': '补气量','f_remanent_money': '补气金额','f_comments': '备注',
|
|
181
|
+
'f_change_operator': '换表人','f_state': '状态','f_operate_date': '换表日期','f_operator': '人员','f_depname': '部门',
|
|
182
|
+
'f_orgname': '公司','f_meter_type_old': '旧表类型','f_meter_type': '新表类型','f_user_type': '用户类型'
|
|
187
183
|
},
|
|
188
184
|
changemeterprintConfig: {
|
|
189
185
|
'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_address': '客户地址',
|
|
@@ -203,13 +199,9 @@ export default{
|
|
|
203
199
|
|
|
204
200
|
|
|
205
201
|
otherchargeConfig: {
|
|
206
|
-
'f_userinfo_code': '客户编号','f_user_name': '客户名称', 'f_address': '客户地址', '
|
|
207
|
-
'
|
|
208
|
-
'
|
|
209
|
-
'f_typenumber': '型号','f_unitprice': '单价','f_number': '数量',
|
|
210
|
-
'f_money': '收款','f_payment': '付款方式','f_state': '状态','f_operate_date': '收费日期',
|
|
211
|
-
'f_service_person': '服务人员', 'f_comments': '备注',
|
|
212
|
-
'f_operator': '操作员','f_depname': '部门','f_orgname': '公司'
|
|
202
|
+
'f_userinfo_code': '客户编号','f_user_name': '客户名称', 'f_address': '客户地址','f_brand_spec': '收费类型','f_state': '状态',
|
|
203
|
+
'f_comments': '备注','filltimes': '补打次数','f_typename': '规格','f_typenumber': '型号', 'f_unitprice': '单价','f_number': '数量',
|
|
204
|
+
'f_collection': '金额','f_payment': '付款方式','f_operate_date': '收费日期','f_depname': '部门'
|
|
213
205
|
},
|
|
214
206
|
otherchargePrintConfig: {
|
|
215
207
|
'f_userinfo_code': '客户编号','f_user_name': '客户名称', 'f_address': '客户地址',
|
|
@@ -316,9 +308,9 @@ export default{
|
|
|
316
308
|
},
|
|
317
309
|
|
|
318
310
|
enableConfig: {
|
|
319
|
-
'f_userinfo_code': '客户编号','f_user_name': '客户名称', 'f_address': '客户地址',
|
|
320
|
-
'f_enable_reason': '启用原因','f_othereason': '其他原因','f_state': '启用状态','f_operate_date': '启用日期',
|
|
321
|
-
'f_operator': '
|
|
311
|
+
'f_userinfo_code': '客户编号', 'f_user_name': '客户名称','f_olduserinfo_code':'档案编号','f_user_type': '客户类型', 'f_address': '客户地址',
|
|
312
|
+
'f_meternumber': '表号','f_enable_reason': '启用原因', 'f_othereason': '其他原因', 'f_state': '启用状态', 'f_operate_date': '启用日期',
|
|
313
|
+
'f_operat_type': '操作类型','f_operator': '人员', 'f_depname': '部门', 'f_orgname': '公司'
|
|
322
314
|
},
|
|
323
315
|
movemeterConfig: {
|
|
324
316
|
'f_userinfo_code': '客户编号','f_user_name': '客户名称', 'f_address': '旧地址',
|
|
@@ -373,20 +365,19 @@ monthGasConfig: {
|
|
|
373
365
|
'sep': '九月', 'oct': '十月', 'nov': '十一月', 'dec': '十二月', 'sum_oughtamount': '累计气量'
|
|
374
366
|
},
|
|
375
367
|
disableConfig: {
|
|
376
|
-
'f_userinfo_code': '客户编号', 'f_user_name': '客户名称',
|
|
377
|
-
'f_userfiles_address': '用气点名称',
|
|
378
|
-
'f_othereason': '其他原因',
|
|
379
|
-
'
|
|
368
|
+
'f_userinfo_code': '客户编号', 'f_user_name': '客户名称','f_olduserinfo_code':'档案编号','f_user_type':'客户类型','f_user_phone': '客户电话',
|
|
369
|
+
'cy_lxr': '联系电话','f_userfiles_address': '用气点名称','f_address': '客户地址','f_meternumber': '表号','f_meter_brand':'气表品牌',
|
|
370
|
+
'f_disable_reason': '停用原因','f_othereason': '其他原因','f_state': '停用状态','f_operate_date': '停用日期','f_operat_type': '操作类型',
|
|
371
|
+
'f_operator': '人员','f_depname': '部门', 'f_orgname': '公司'
|
|
380
372
|
},
|
|
381
373
|
sendbookConfig:{
|
|
382
374
|
'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_user_type':'客户类型','f_user_phone': '联系电话','f_address': '客户地址',
|
|
383
|
-
'f_send_date':'发折时间',
|
|
384
|
-
'f_operator': '操作员','f_depname': '部门','f_orgname': '公司'
|
|
375
|
+
'f_send_date':'发折时间','f_operator': '操作员','f_depname': '部门','f_orgname': '公司'
|
|
385
376
|
},
|
|
386
377
|
CancellationConfig: {
|
|
387
|
-
'f_userinfo_code': '客户编号', 'f_user_name': '客户名称',
|
|
388
|
-
'
|
|
389
|
-
'
|
|
378
|
+
'f_userinfo_code': '客户编号', 'f_user_name': '客户名称','f_olduserinfo_code':'档案编号','f_user_type':'客户类型','f_user_phone': '联系电话','f_address': '客户地址',
|
|
379
|
+
'f_meternumber':'表号','f_comments': '销户原因','f_state': '销户状态','f_operate_date': '销户日期', 'f_operat_type': '操作类型',
|
|
380
|
+
'f_operator': '人员', 'f_depname': '部门', 'f_orgname': '公司'
|
|
390
381
|
},
|
|
391
382
|
overDueQueryConfig: {
|
|
392
383
|
'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_address': '客户地址',
|
|
@@ -27,12 +27,12 @@
|
|
|
27
27
|
condition="f_operate_date <= '{}'">
|
|
28
28
|
</datepicker>
|
|
29
29
|
</div>
|
|
30
|
-
<div class="col-sm-2 form-group ">
|
|
30
|
+
<div class="col-sm-2 form-group" v-show="false">
|
|
31
31
|
<label class="font_normal_body">客户编号</label>
|
|
32
32
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_userinfo_code"
|
|
33
33
|
condition="f_userinfo_code = '{}' " placeholder="客户编号">
|
|
34
34
|
</div>
|
|
35
|
-
<div class="col-sm-2 form-group">
|
|
35
|
+
<div class="col-sm-2 form-group" v-show="false">
|
|
36
36
|
<label class="font_normal_body">客户名称</label>
|
|
37
37
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
38
38
|
condition="f_user_name like '%{}%'" placeholder="客户名称">
|
|
@@ -60,13 +60,13 @@
|
|
|
60
60
|
</div>
|
|
61
61
|
</div>
|
|
62
62
|
<div class="row" v-show="$parent.$parent.criteriaShow">
|
|
63
|
-
<res-select-group :initres="$parent.$parent.initres" @re-res="$parent.$parent.getRes" v-ref:sel></res-select-group>
|
|
64
|
-
<div class="col-sm-2 form-group">
|
|
63
|
+
<res-select-group :initres="$parent.$parent.initres" :show-component="$parent.$parent.showCom" @re-res="$parent.$parent.getRes" v-ref:sel></res-select-group>
|
|
64
|
+
<div class="col-sm-2 form-group" v-show="false">
|
|
65
65
|
<label class="font_normal_body">客户电话</label>
|
|
66
66
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_phone"
|
|
67
67
|
condition="f_user_phone like '%{}%'" placeholder="客户电话">
|
|
68
68
|
</div>
|
|
69
|
-
<div class="col-sm-2 form-group">
|
|
69
|
+
<div class="col-sm-2 form-group" v-show="false">
|
|
70
70
|
<label class="font_normal_body">客户地址</label>
|
|
71
71
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_address"
|
|
72
72
|
condition="f_address like '%{}%'" placeholder='客户地址'>
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
condition="f_meter_type = '{}'"
|
|
146
146
|
close-on-select></v-select>
|
|
147
147
|
</div>
|
|
148
|
-
<div class="col-sm-2 form-group">
|
|
148
|
+
<div class="col-sm-2 form-group" v-show="false">
|
|
149
149
|
<label class="font_normal_body">是否免费</label>
|
|
150
150
|
<v-select :value.sync="model.f_changemeter_fee"
|
|
151
151
|
v-model="model.f_changemeter_fee"
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
condition="f_changemeter_fee {}"
|
|
154
154
|
close-on-select></v-select>
|
|
155
155
|
</div>
|
|
156
|
-
<div class="col-sm-2 form-group">
|
|
156
|
+
<div class="col-sm-2 form-group" v-show="false">
|
|
157
157
|
<label class="font_normal_body">付款方式</label>
|
|
158
158
|
<v-select id="f_payment"
|
|
159
159
|
v-model="model.f_payment"
|
|
@@ -321,8 +321,11 @@
|
|
|
321
321
|
汇总信息
|
|
322
322
|
</td>
|
|
323
323
|
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
324
|
-
|
|
324
|
+
暂无汇总信息
|
|
325
325
|
</td>
|
|
326
|
+
<!--<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">-->
|
|
327
|
+
<!--换表费合计: {{sumsmodel.f_changemeter_fee}}-->
|
|
328
|
+
<!--</td>-->
|
|
326
329
|
</tr>
|
|
327
330
|
</table>
|
|
328
331
|
<!--<colligate-details :showinfo="showinfo" :businesstype="businesstype" :data="data" @close-info="showinfo=false"></colligate-details>-->
|
|
@@ -393,7 +396,7 @@
|
|
|
393
396
|
footer:[],
|
|
394
397
|
meterbrands: [],
|
|
395
398
|
pricenames: [],
|
|
396
|
-
model: new PagedList('rs/sql/changeMeterQuery', 20, {}, {
|
|
399
|
+
model: new PagedList('rs/sql/changeMeterQuery', 20, {orderitem: this.orderitem?'"' + this.orderitem + ' "':`'f_operate_date desc'`}, {}),
|
|
397
400
|
criteriaShow: false,
|
|
398
401
|
orgCondtionStr: '',
|
|
399
402
|
modelval: [],
|
|
@@ -406,7 +409,7 @@
|
|
|
406
409
|
user:[],
|
|
407
410
|
},
|
|
408
411
|
config: {
|
|
409
|
-
defaultPrint: ['f_userinfo_code', 'f_user_name', 'f_type', '
|
|
412
|
+
defaultPrint: ['f_userinfo_code', 'f_user_name', 'f_type', 'f_meternumber_old', 'f_meternumber', 'f_change_operator', 'f_state', 'f_operate_date']
|
|
410
413
|
},
|
|
411
414
|
show:false,
|
|
412
415
|
rowdata:{},
|
|
@@ -423,7 +426,9 @@
|
|
|
423
426
|
{label: '全部', value: ''},
|
|
424
427
|
{label: '销售', value: '> 0'},
|
|
425
428
|
{label: '免费', value: '= 0'}
|
|
426
|
-
]
|
|
429
|
+
],
|
|
430
|
+
showCom:['company','department','operator'],
|
|
431
|
+
orderitem:'f_operate_date desc'
|
|
427
432
|
}
|
|
428
433
|
|
|
429
434
|
},
|
|
@@ -578,7 +583,10 @@
|
|
|
578
583
|
// return `开始时间:${this.$refs.paged.$refs.cri.model.startDate} 结束时间:${this.$refs.paged.$refs.cri.model.endDate}`
|
|
579
584
|
// },
|
|
580
585
|
getCondition() {
|
|
581
|
-
return {
|
|
586
|
+
return {
|
|
587
|
+
condition: `${this.$refs.paged.$refs.cri.condition}` + this.orgCondtionStr,
|
|
588
|
+
orderitem: this.orderitem?`${this.orderitem}`: " f_operate_date desc"
|
|
589
|
+
}
|
|
582
590
|
},
|
|
583
591
|
getfield() {
|
|
584
592
|
return exportConfig.changemeterConfig
|
|
@@ -18,16 +18,23 @@ let specialComp = {
|
|
|
18
18
|
'business-manage':(resolve) => {require(['./BusinessManage'], resolve)},
|
|
19
19
|
// 换表查询
|
|
20
20
|
'change-meter-query':(resolve) => {require(['./manage/ChangeMeterQuery'], resolve)},
|
|
21
|
-
// 上报数据查询
|
|
21
|
+
// 上报数据查询
|
|
22
22
|
'report-data-query':(resolve) => {require(['./ReportDataQuery'], resolve)},
|
|
23
|
-
|
|
24
23
|
// 上报统计分析--抄表分析
|
|
25
24
|
'user-gas-list':(resolve) => {require(['./UserGasList'], resolve)},
|
|
26
25
|
// 用气分析明细查询
|
|
27
26
|
'new-webmeter-user-gasAll':(resolve) => {require(['./UserGasAll'], resolve)},
|
|
28
27
|
// 用气分析图表分析
|
|
29
|
-
'user-gas-echarts':(resolve) => {require(['./UserGasEcharts'], resolve)}
|
|
30
|
-
|
|
28
|
+
'user-gas-echarts':(resolve) => {require(['./UserGasEcharts'], resolve)},
|
|
29
|
+
// 启用查询
|
|
30
|
+
'enable-query':(resolve) => {require(['./EnableQuery'], resolve)},
|
|
31
|
+
// 停用查询
|
|
32
|
+
'disable-query':(resolve) => {require(['./DisableQuery'], resolve)},
|
|
33
|
+
// 销户查询
|
|
34
|
+
'cancellation-query':(resolve) => {require(['./CancellationQuery'], resolve)},
|
|
35
|
+
// 汇总查询
|
|
36
|
+
'collect-manage':(resolve) => {require(['./CollectManage'], resolve)
|
|
37
|
+
}
|
|
31
38
|
}
|
|
32
39
|
exports.specialComp = specialComp
|
|
33
40
|
|
|
@@ -338,6 +338,9 @@
|
|
|
338
338
|
<th>
|
|
339
339
|
<nobr>录入日期</nobr>
|
|
340
340
|
</th>
|
|
341
|
+
<th>
|
|
342
|
+
<nobr>用气性质</nobr>
|
|
343
|
+
</th>
|
|
341
344
|
<th>
|
|
342
345
|
<nobr>气价名称</nobr>
|
|
343
346
|
</th>
|
|
@@ -471,6 +474,9 @@
|
|
|
471
474
|
<td style="text-align: center;">
|
|
472
475
|
<nobr>{{row.f_input_date}}</nobr>
|
|
473
476
|
</td>
|
|
477
|
+
<td style="text-align: center;">
|
|
478
|
+
<nobr>{{row.f_gasproperties}}</nobr>
|
|
479
|
+
</td>
|
|
474
480
|
<td style="text-align: center;">
|
|
475
481
|
<nobr>{{row.f_price_name}}</nobr>
|
|
476
482
|
</td>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<div class="flex-row" v-show="!showdetail">
|
|
2
|
+
<div class="flex-row" v-if="!isShowDetailInfo" v-show="!showdetail">
|
|
3
3
|
<div id='app1' class="basic-main">
|
|
4
4
|
<criteria-paged :model="model" :pager='true' v-ref:paged>
|
|
5
5
|
<criteria partial='criteria' @condition-changed='$parent.search' v-ref:cri>
|
|
@@ -143,10 +143,10 @@
|
|
|
143
143
|
<nobr>组织机构</nobr>
|
|
144
144
|
</th>
|
|
145
145
|
<th style="text-align:center">
|
|
146
|
-
<nobr
|
|
146
|
+
<nobr>最后上报金额</nobr>
|
|
147
147
|
</th>
|
|
148
148
|
<th style="text-align:center">
|
|
149
|
-
<nobr
|
|
149
|
+
<nobr>账户余额</nobr>
|
|
150
150
|
</th>
|
|
151
151
|
<th style="text-align:center">
|
|
152
152
|
<nobr>分析状态</nobr>
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
</template>
|
|
159
159
|
<template partial='body'>
|
|
160
160
|
<td style="text-align: center;">
|
|
161
|
-
<
|
|
161
|
+
<span @click="$parent.$parent.$parent.dealmsg(row)"><a><b>{{row.f_userinfo_code}}</b></a></span>
|
|
162
162
|
</td>
|
|
163
163
|
<td style="text-align:center">
|
|
164
164
|
<nobr>{{ row.f_user_name }}</nobr>
|
|
@@ -181,10 +181,10 @@
|
|
|
181
181
|
<nobr>{{ row.f_orgname }}</nobr>
|
|
182
182
|
</td>
|
|
183
183
|
<td style="text-align:center">
|
|
184
|
-
<nobr>{{ row.
|
|
184
|
+
<nobr>{{ row.f_jval }}</nobr>
|
|
185
185
|
</td>
|
|
186
186
|
<td style="text-align:center">
|
|
187
|
-
<nobr>{{ row.
|
|
187
|
+
<nobr>{{ row.f_balance_amount }}</nobr>
|
|
188
188
|
</td>
|
|
189
189
|
<td style="text-align:center">
|
|
190
190
|
<nobr>{{ row.f_state }}</nobr>
|
|
@@ -209,6 +209,9 @@
|
|
|
209
209
|
</table>
|
|
210
210
|
</div>
|
|
211
211
|
</div>
|
|
212
|
+
<div v-if="isShowDetailInfo">
|
|
213
|
+
<user-info-detail-manage-new :f_userinfo_id="rowData.f_userinfo_id" @cancel-main="cancel"></user-info-detail-manage-new>
|
|
214
|
+
</div>
|
|
212
215
|
</template>
|
|
213
216
|
|
|
214
217
|
<script>
|
|
@@ -230,8 +233,8 @@ export default {
|
|
|
230
233
|
'f_address': '客户地址', 'f_user_type': '客户类型', 'f_gasproperties': '用气性质',
|
|
231
234
|
'f_meternumber': '表号',
|
|
232
235
|
'f_meter_brand': '气表品牌', 'f_meter_style': '气表型号', 'f_orgname': '组织机构',
|
|
233
|
-
'
|
|
234
|
-
'f_state': '
|
|
236
|
+
'f_jval': '最后上报余额','f_balance_amount': '账户余额',
|
|
237
|
+
'f_state': '分析状态', 'exception_val': '结算异常金额'
|
|
235
238
|
},
|
|
236
239
|
showdetail: false,
|
|
237
240
|
rowdata: {},
|
|
@@ -239,6 +242,8 @@ export default {
|
|
|
239
242
|
endDate: '',
|
|
240
243
|
criteriaShow: false,
|
|
241
244
|
outlets: [],
|
|
245
|
+
isShowDetailInfo: false,
|
|
246
|
+
rowData: {},
|
|
242
247
|
gasproperties: [{label: '全部', value: ''}],
|
|
243
248
|
operator: [],
|
|
244
249
|
sumsmodel: {},
|
|
@@ -257,6 +262,22 @@ export default {
|
|
|
257
262
|
},
|
|
258
263
|
methods: {
|
|
259
264
|
|
|
265
|
+
/**
|
|
266
|
+
* 退出用户详细信息页面
|
|
267
|
+
*/
|
|
268
|
+
cancel () {
|
|
269
|
+
this.isShowDetailInfo = false
|
|
270
|
+
},
|
|
271
|
+
/**
|
|
272
|
+
* 展示用户详细信息
|
|
273
|
+
* @param obj 传递的row
|
|
274
|
+
*/
|
|
275
|
+
dealmsg (obj) {
|
|
276
|
+
console.log('==================>', obj)
|
|
277
|
+
debugger
|
|
278
|
+
this.isShowDetailInfo = true
|
|
279
|
+
this.rowData = obj
|
|
280
|
+
},
|
|
260
281
|
userTypeChange() {
|
|
261
282
|
this.gasproperties = [{label: '全部', value: ''}]
|
|
262
283
|
if (this.$refs.paged.$refs.cri.model && this.$refs.paged.$refs.cri.model.f_user_type) {
|
|
@@ -296,10 +317,10 @@ export default {
|
|
|
296
317
|
|
|
297
318
|
})
|
|
298
319
|
this.meterbrands = [{label: '全部', value: ''}, ...brandArr]
|
|
299
|
-
this.states = [{label: '全部', value: ''}, {label: '
|
|
300
|
-
label: '
|
|
301
|
-
value: '
|
|
302
|
-
}, {label: '
|
|
320
|
+
this.states = [{label: '全部', value: ''}, {label: '上报金额大于余额', value: '上报金额大于余额'}, {
|
|
321
|
+
label: '上报金额小于余额',
|
|
322
|
+
value: '上报金额小于余额'
|
|
323
|
+
}, {label: '上报金额与余额相等', value: '上报金额与余额相等'}]
|
|
303
324
|
},
|
|
304
325
|
search(args) {
|
|
305
326
|
this.condition = args.condition = this.$refs.paged.$refs.cri.condition + `${this.orgCondtionStr}`
|
|
@@ -16,7 +16,7 @@ export default{
|
|
|
16
16
|
'f_initial_base': '初始气表底数','f_meter_base': '气表底数','f_hand_date': '最后抄表日期','f_total_usegas_amount': '累计用气金额',
|
|
17
17
|
'f_total_gas': '表累购气量','f_total_fee': '表累购金额','f_contract_id':'发票编码','f_bz_type':'报装类型',
|
|
18
18
|
'f_createfile_date': '建档日期', 'f_createfile_person': '建档人','f_depname': '所属营业厅','f_alarm_code': '报警器编号',
|
|
19
|
-
'f_card_id': '卡号', 'f_whether_hairpin': '是否发卡','f_open_date': '开户时间','
|
|
19
|
+
'f_card_id': '卡号', 'f_whether_hairpin': '是否发卡','f_open_date': '开户时间','f_zones': '片区',
|
|
20
20
|
'f_credentials': '证件类型','f_idnumber': '证件号码','f_people_num': '人口数','f_ins_stop_date': '保险结束日期',
|
|
21
21
|
'f_comments': '备注信息', 'f_used_name': '曾用名','f_rent_phone': '备用电话','f_rent_name': '租户姓名',
|
|
22
22
|
'f_zuhu_phone': '租户电话','f_is_mgq': '是否煤改气','f_send_usegas_card': '是否发放天然气使用证','f_usetype':'使用类型',
|
|
@@ -38,7 +38,7 @@ export default{
|
|
|
38
38
|
'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_address': '客户地址', 'f_user_phone': '客户手机', 'f_meternumber': '表号','ym_data': '数据年月',
|
|
39
39
|
'f_last_tablebase': '上期底数', 'f_tablebase': '本期底数', 'f_oughtamount1': '用气量', 'f_oughtfee': '用气金额', 'f_debt_money': '预存扣费','f_balance': '上期余额','f_curbalance': '本期余额',
|
|
40
40
|
'f_accounts_state': '下账状态', 'f_operate_date': '收费时间', 'f_inputtor': '抄表员', 'f_hand_date': '下发日期', 'f_input_date': '录入日期', 'f_meter_state': '抄表状态', 'f_hand_state': '记录状态',
|
|
41
|
-
'f_operator': '操作员', 'f_depname': '部门', 'f_orgname': '公司', 'f_surplus_gas': '剩余气量', 'f_haircut_gas': '扣减气量',
|
|
41
|
+
'f_operator': '操作员', 'f_depname': '部门', 'f_orgname': '公司', 'f_surplus_gas': '剩余气量', 'f_haircut_gas': '扣减气量','f_gasproperties': '用气性质',
|
|
42
42
|
'f_stair1amount': '一阶气量', 'f_stair1price': '一阶单价', 'f_stair1fee': '一阶气费',
|
|
43
43
|
'f_stair2amount': '二阶气量', 'f_stair2price': '二阶单价', 'f_stair2fee': '二阶气费',
|
|
44
44
|
'f_stair3amount': '三阶气量', 'f_stair3price': '三阶单价', 'f_stair3fee': '三阶气费', 'f_rest_date': '所属年月'
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
condition="f_user_type = '{}'"
|
|
99
99
|
close-on-select></v-select>
|
|
100
100
|
</div>
|
|
101
|
-
<div class="col-sm-2 form-group" >
|
|
101
|
+
<div class="col-sm-2 form-group" v-if="false">
|
|
102
102
|
<label for="f_usetype" class="font_normal_body">二次挂表</label>
|
|
103
103
|
<v-select :value.sync="model.issecondtype" v-model="model.issecondtype"
|
|
104
104
|
condition="f_usetype {}"
|
package/src/main.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import Vue from 'vue'
|
|
2
2
|
import App from './App'
|
|
3
3
|
import { all } from 'vue-client'
|
|
4
|
+
|
|
4
5
|
// import { sale } from 'sale-client'
|
|
5
6
|
import { system } from 'system-clients'
|
|
6
7
|
import { ldap } from 'ldap-clients'
|
|
@@ -15,7 +16,7 @@ import AMap from 'vue-amap'
|
|
|
15
16
|
Vue.config.silent = true
|
|
16
17
|
// Vue.mmType = 'AES'
|
|
17
18
|
|
|
18
|
-
Vue.use(AMap)
|
|
19
|
+
Vue.use(AMap);
|
|
19
20
|
|
|
20
21
|
// 初始化vue-amap
|
|
21
22
|
AMap.initAMapApiLoader({
|
|
@@ -23,18 +24,18 @@ AMap.initAMapApiLoader({
|
|
|
23
24
|
key: '3cec9ae8e2349207f7ac29279e3f4abe',
|
|
24
25
|
// 插件集合 (插件按需引入)
|
|
25
26
|
plugin: [
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
27
|
+
"AMap.Autocomplete", //输入提示插件
|
|
28
|
+
"AMap.PlaceSearch", //POI搜索插件
|
|
29
|
+
"AMap.Scale", //右下角缩略图插件 比例尺
|
|
30
|
+
"AMap.OverView", //地图鹰眼插件
|
|
31
|
+
"AMap.ToolBar", //地图工具条0
|
|
32
|
+
"AMap.MapType", //类别切换控件,实现默认图层与卫星图、实施交通图层之间切换的控制
|
|
33
|
+
"AMap.PolyEditor", //编辑 折线多,边形
|
|
34
|
+
"AMap.CircleEditor", //圆形编辑器插件
|
|
35
|
+
"AMap.Geolocation" //定位控件,用来获取和展示用户主机所在的经纬度位置
|
|
35
36
|
],
|
|
36
|
-
uiVersion:
|
|
37
|
-
})
|
|
37
|
+
uiVersion: "1.0"
|
|
38
|
+
});
|
|
38
39
|
/** **************************通用组件******************************/
|
|
39
40
|
|
|
40
41
|
Vue.prototype.$echarts = echarts
|
|
@@ -42,19 +43,18 @@ all()
|
|
|
42
43
|
// sale()
|
|
43
44
|
ldap()
|
|
44
45
|
system(false)
|
|
45
|
-
// 新打包写法
|
|
46
|
-
Vue.use(saleManage, {filiale: null})
|
|
47
|
-
Vue.use(webmeterManage, {filiale: null})
|
|
48
|
-
Vue.use(reportManage, {filiale: null})
|
|
49
|
-
Vue.use(newmanage, {filiale: null})
|
|
50
|
-
Vue.use(ManageHome, {filiale: null})
|
|
51
46
|
|
|
47
|
+
saleManage()
|
|
48
|
+
webmeterManage()
|
|
49
|
+
ManageHome()
|
|
50
|
+
newmanage()
|
|
51
|
+
reportManage()
|
|
52
52
|
require('system-clients/src/styles/less/bootstrap.less')
|
|
53
53
|
require('./components/qinhua/Style/qinhuaStyle.less')
|
|
54
54
|
// require('./bootstrap/less/manageStyle/manageChile.less')
|
|
55
55
|
// require('./bootstrap/less/manageStyle/safeStyle.less')
|
|
56
56
|
|
|
57
|
-
|
|
57
|
+
//大屏展示要放开的样式
|
|
58
58
|
// require('system-clients/src/styles/less/manageStyle/manageChile.less')
|
|
59
59
|
// require('system-clients/src/styles/less/manageStyle/safeStyle.less')
|
|
60
60
|
// require('system-clients/src/styles/less/manageStyle/manageStyle.less')
|