sale-client 4.2.102 → 4.2.104
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/build/dev-server.js +60 -35
- package/index.html +7 -2
- package/package.json +1 -1
- package/src/App.vue +1 -1
- package/src/components/revenue/HandManager/MeterBookUser.vue +726 -726
- package/src/components/revenue/comprehen/ComprehenOperation/QrPay/QrPaymentDetailed.vue +423 -423
- package/src/components/revenue/comprehen/Maintenance/hand/handOperate.vue +469 -469
- package/src/components/revenue/machineHandManage/ArrearsQuery.vue +938 -938
- package/src/filiale/alashan/eticket/EticketRecordList.vue +428 -428
- package/src/filiale/bayan/ChargeList.vue +1010 -1010
- package/src/filiale/bayan/StockListmain.vue +543 -543
- package/src/filiale/bazhong/UserInfoDetailManageNew.vue +245 -245
- package/src/filiale/bazhong/ic_detail/ChangeMeterQueryUser.vue +370 -370
- package/src/filiale/bazhong/sale.js +8 -8
- package/src/filiale/beifangshiye/OtherChargeNew.vue +625 -625
- package/src/filiale/lixianV3/ArrearsQuery.vue +938 -938
- package/src/filiale/lixianV3/InsuranceChargesDetails.vue +425 -425
- package/src/filiale/meihekou/ChargeList.vue +4 -4
- package/src/filiale/meihekou/MeterOperatemain.vue +511 -511
- package/src/filiale/meihekou/UserFeeInfo.vue +84 -0
- package/src/filiale/meihekou/Userinfo.vue +15 -15
- package/src/filiale/meihekou/common/userinfo_detail/ic_detail/MachineRecordQuery.vue +281 -281
- package/src/filiale/meihekou/deviceMessage.vue +86 -0
- package/src/filiale/meihekou/meterinfodetail.vue +89 -84
- package/src/filiale/meihekou/otherinfo.vue +101 -0
- package/src/filiale/meihekou/sale.js +6 -0
- package/src/filiale/ronghao/ArrearsQuery.vue +974 -974
- package/src/filiale/ronghao/CardService.js +2144 -2144
- package/src/filiale/ronghao/InsuranceManage.vue +58 -58
- package/src/filiale/ronghao/MachineChargeService.js +149 -149
- package/src/filiale/ronghao/PaymentCode.vue +174 -174
- package/src/filiale/ronghao/PriceChangeCompensation/CompensationManage.vue +26 -26
- package/src/filiale/ronghao/PriceChangeCompensation/IotCompensation.vue +318 -318
- package/src/filiale/ronghao/PriceChangeCompensation/JbCompensation.vue +343 -343
- package/src/filiale/ronghao/PriceChangeCompensation/SurplusRecordDetail.vue +74 -74
- package/src/filiale/ronghao/ReplaceCardManage.vue +415 -415
- package/src/filiale/ronghao/Upload.vue +654 -654
- package/src/filiale/ronghao/cardDown.vue +1141 -1141
- package/src/filiale/ronghao/changemeterOperate.vue +315 -315
- package/src/filiale/ronghao/fillgasSpecific.vue +313 -313
- package/src/filiale/ronghao/ic_detail/ChargeRecordQuery.vue +106 -106
- package/src/filiale/ronghao/ic_detail/WatchCollection.vue +115 -115
- package/src/filiale/ronghao/ic_detail/WebHandQueryUser.vue +411 -411
- package/src/filiale/ronghao/machineDown.vue +1176 -1176
- package/src/filiale/ronghao/replacementSingleInfoOperation.vue +315 -315
- package/src/filiale/ronghao/specificInformation.vue +537 -537
- package/src/filiale/yangchun/ChargeList.vue +954 -954
- package/src/filiale/yangchun/FilesManage/FileUserFiles.vue +5 -5
- package/src/filiale/yangchun/UserBaseInfoNew.vue +703 -0
- package/src/filiale/yangchun/sale.js +1 -0
- package/src/filiale/yuncheng/changemeterListMaintain.vue +504 -504
- package/src/filiale/zhongsheng/BlackListList.vue +293 -293
- package/src/filiale/zhongyi/HandQueryUser.vue +389 -389
- package/src/main.js +3 -3
- package/.gradle/5.2.1/fileChanges/last-build.bin +0 -0
- package/.gradle/5.2.1/fileHashes/fileHashes.lock +0 -0
- package/.gradle/5.2.1/gc.properties +0 -0
- package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +0 -2
- package/.gradle/vcs-1/gc.properties +0 -0
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<div class="panel panel-info auto">
|
|
3
|
+
<div class="panel-heading auto" style="height: 30px">
|
|
4
|
+
<h4 style="display:inline-block;margin-top: auto">保险信息</h4>
|
|
5
|
+
</div>
|
|
6
|
+
<div class="auto info-content" v-if="feelist.data.length > 0">
|
|
7
|
+
<div class="row">
|
|
8
|
+
<label class="col-sm-4 ">险种:</label>
|
|
9
|
+
<span class="col-sm-8">{{row.f_insurance_type}}</span>
|
|
10
|
+
</div>
|
|
11
|
+
<div class="row">
|
|
12
|
+
<label class="col-sm-4 ">办理人:</label>
|
|
13
|
+
<span class="col-sm-8">{{row.f_operator}}</span>
|
|
14
|
+
</div>
|
|
15
|
+
<div class="row">
|
|
16
|
+
<label class="col-sm-4 ">购买时间:</label>
|
|
17
|
+
<span class="col-sm-8">{{row.f_operate_date}}</span>
|
|
18
|
+
</div>
|
|
19
|
+
<div class="row">
|
|
20
|
+
<label class="col-sm-4 ">开始时间:</label>
|
|
21
|
+
<span class="col-sm-8">{{row.f_ins_start_date}}</span>
|
|
22
|
+
</div>
|
|
23
|
+
<div class="row">
|
|
24
|
+
<label class="col-sm-4 ">到期时间:</label>
|
|
25
|
+
<span class="col-sm-8">{{row.f_expiration_date}}</span>
|
|
26
|
+
</div>
|
|
27
|
+
<div class="row">
|
|
28
|
+
<label class="col-sm-4 ">金额:</label>
|
|
29
|
+
<span class="col-sm-8">{{row.f_money}}</span>
|
|
30
|
+
</div>
|
|
31
|
+
</div>
|
|
32
|
+
<div v-else>
|
|
33
|
+
<div class="row">
|
|
34
|
+
<strong>暂无保险信息</strong>
|
|
35
|
+
</div>
|
|
36
|
+
</div>
|
|
37
|
+
</div>
|
|
38
|
+
</template>
|
|
39
|
+
|
|
40
|
+
<script>
|
|
41
|
+
/**
|
|
42
|
+
*用户其他费用信息组件
|
|
43
|
+
*/
|
|
44
|
+
export default {
|
|
45
|
+
props: ['userinfoid'],
|
|
46
|
+
data () {
|
|
47
|
+
return {
|
|
48
|
+
row: {},
|
|
49
|
+
feelist: []
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
methods: {
|
|
53
|
+
async userfees (userinfoid) {
|
|
54
|
+
console.log('获取保险费' + userinfoid)
|
|
55
|
+
if (userinfoid) {
|
|
56
|
+
this.feelist = await this.$resetpost('api/af-revenue/sql/singleTable_OrderBy', {data: {tablename: 't_userfees', condition: `f_userinfo_id='${userinfoid}'`, items: '*', orderitem: 'f_operate_date desc' }})
|
|
57
|
+
if (this.feelist.data.length !== 0) {
|
|
58
|
+
this.row = this.feelist.data[0]
|
|
59
|
+
}
|
|
60
|
+
} else {
|
|
61
|
+
this.feelist = []
|
|
62
|
+
this.row = {}
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
watch: {
|
|
67
|
+
'userinfoid' (val) {
|
|
68
|
+
this.userfees(val)
|
|
69
|
+
}
|
|
70
|
+
},
|
|
71
|
+
ready () {
|
|
72
|
+
this.userfees(this.userinfoid)
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
</script>
|
|
76
|
+
<style media="screen">
|
|
77
|
+
#table1{
|
|
78
|
+
text-align:center;
|
|
79
|
+
}
|
|
80
|
+
.self-table > tbody > tr > td {
|
|
81
|
+
padding: 3px;
|
|
82
|
+
text-align: center;
|
|
83
|
+
}
|
|
84
|
+
</style>
|
|
@@ -46,32 +46,32 @@
|
|
|
46
46
|
class="glyphicon glyphicon-pencil clickchange" title="修正备用电话"></span>
|
|
47
47
|
</span>
|
|
48
48
|
</div>
|
|
49
|
-
<div class="row">
|
|
50
|
-
<label class = "col-sm-5 " >备注信息</label>
|
|
51
|
-
<span class = "col-sm-7">{{data?data.f_comments:dafault.f_comments}}
|
|
52
|
-
<span v-if="data" @click.stop="change_reason"
|
|
53
|
-
class="glyphicon glyphicon-pencil clickchange" title="修改备注信息"></span>
|
|
54
|
-
</span>
|
|
55
|
-
</div>
|
|
56
49
|
<div class="row">
|
|
57
50
|
<label class = "col-sm-5 " >客户地址</label>
|
|
58
51
|
<span class = "col-sm-7">{{data?data.f_address:dafault.f_address}}</span>
|
|
59
52
|
</div>
|
|
60
53
|
<div class="row">
|
|
61
|
-
<label class = "col-sm-5 "
|
|
62
|
-
<span class = "col-sm-7">{{data?data.
|
|
54
|
+
<label class = "col-sm-5 " >建档时间</label>
|
|
55
|
+
<span class = "col-sm-7">{{data?data.f_createfile_date.substr(0,10):dafault.f_open_date}}</span>
|
|
56
|
+
</div>
|
|
57
|
+
<div class="row">
|
|
58
|
+
<label class = "col-sm-5 " >用户等级</label>
|
|
59
|
+
<span class = "col-sm-7" style="word-break: break-all">{{data?data.f_user_level:dafault.f_people_num}}</span>
|
|
63
60
|
</div>
|
|
64
61
|
<div class="row">
|
|
65
|
-
<label class = "col-sm-5 "
|
|
66
|
-
<span class = "col-sm-7">{{data?data.
|
|
62
|
+
<label class = "col-sm-5 " >租户姓名</label>
|
|
63
|
+
<span class = "col-sm-7">{{data?data.f_rent_name.substr(0,10):dafault.f_user_name}}</span>
|
|
67
64
|
</div>
|
|
68
65
|
<div class="row">
|
|
69
|
-
<label class = "col-sm-5 "
|
|
70
|
-
<span class = "col-sm-7" style="word-break: break-all">{{data?data.
|
|
66
|
+
<label class = "col-sm-5 " >租户电话</label>
|
|
67
|
+
<span class = "col-sm-7" style="word-break: break-all">{{data?data.f_rent_phone:dafault.f_user_phone}}</span>
|
|
71
68
|
</div>
|
|
72
69
|
<div class="row">
|
|
73
|
-
<label class = "col-sm-5 "
|
|
74
|
-
<span class = "col-sm-7"
|
|
70
|
+
<label class = "col-sm-5 " >备注信息</label>
|
|
71
|
+
<span class = "col-sm-7">{{data?data.f_comments:dafault.f_comments}}
|
|
72
|
+
<span v-if="data" @click.stop="change_reason"
|
|
73
|
+
class="glyphicon glyphicon-pencil clickchange" title="修改备注信息"></span>
|
|
74
|
+
</span>
|
|
75
75
|
</div>
|
|
76
76
|
<modal v-if="showselectncuserinfo" :show.sync="showselectncuserinfo" width="40%" title="修正客户电话号码"
|
|
77
77
|
v-ref:modal large backdrop="false">
|