sale-client 4.2.67 → 4.2.68
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 +52 -30
- package/index.html +7 -2
- package/package.json +1 -1
- package/src/App.vue +1 -1
- package/src/components/FilesManage/MeterinfoTest.vue +26 -13
- package/src/components/revenue/HandManager/MeterBookUser.vue +726 -726
- package/src/components/revenue/base/leftview/HiddenDangerInfo.vue +136 -0
- package/src/components/revenue/base/leftview/otherinfo.vue +2 -1
- 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/components/webMeter/MeterManage/WebMeterBatchOperationValve.vue +970 -970
- 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/fugou/MeterinfoTest.vue +27 -14
- package/src/filiale/lixianV3/ArrearsQuery.vue +938 -938
- package/src/filiale/lixianV3/InsuranceChargesDetails.vue +425 -425
- package/src/filiale/meihekou/common/userinfo_detail/ic_detail/MachineRecordQuery.vue +281 -281
- package/src/filiale/qianneng/revenue/sms/AccountMessageList.vue +508 -508
- 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/NoCardMeterCenter.vue +534 -534
- 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/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 +1 -1
- package/src/sale.js +2 -0
|
@@ -0,0 +1,136 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<div class="panel panel-info auto">
|
|
3
|
+
<div class="panel-heading auto" style="height: 35px">
|
|
4
|
+
<h4 style="display:inline-block;margin-top: auto">未处理隐患</h4>
|
|
5
|
+
</div>
|
|
6
|
+
|
|
7
|
+
<table class="table table-striped table-bordered" v-if="hiddenDangerList.length > 0">
|
|
8
|
+
<tbody v-for="(index,row) in hiddenDangerList">
|
|
9
|
+
<tr>
|
|
10
|
+
<td colspan="4" style="text-align: center;background-color: #8cbce2;">未处理隐患{{index+1}}明细
|
|
11
|
+
</td>
|
|
12
|
+
</tr>
|
|
13
|
+
<tr>
|
|
14
|
+
<td colspan="1" style="text-align: center;border: #E9E9E9 solid 1px;">隐患名称:</td>
|
|
15
|
+
<td colspan="3" style="text-align: center;border: #E9E9E9 solid 1px;">{{ row.f_item_name }}</td>
|
|
16
|
+
</tr>
|
|
17
|
+
<tr>
|
|
18
|
+
<td colspan="1" style="text-align: center;border: #E9E9E9 solid 1px;">发现时间:</td>
|
|
19
|
+
<td colspan="3" style="text-align: center;border: #E9E9E9 solid 1px;">{{ row.f_offsite_time }}</td>
|
|
20
|
+
</tr>
|
|
21
|
+
<tr>
|
|
22
|
+
<td colspan="1" style="text-align: center;border: #E9E9E9 solid 1px;">发现人员:</td>
|
|
23
|
+
<td colspan="3" style="text-align: center;border: #E9E9E9 solid 1px;">{{ row.f_checker_name }}</td>
|
|
24
|
+
</tr>
|
|
25
|
+
<tr>
|
|
26
|
+
<td colspan="1" style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">隐患照片:</td>
|
|
27
|
+
<td colspan="3" style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">
|
|
28
|
+
<div class="img">
|
|
29
|
+
<img-self :src="'rs/image/file/' + row.f_path" width="150" height="150"></img-self>
|
|
30
|
+
</div>
|
|
31
|
+
</td>
|
|
32
|
+
</tr>
|
|
33
|
+
<tr v-if="row.f_p1_path">
|
|
34
|
+
<td colspan="1" style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">隐患照片2:</td>
|
|
35
|
+
<td colspan="3" style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">
|
|
36
|
+
<div class="img">
|
|
37
|
+
<img-self :src="'rs/image/file/' + row.f_p1_path" width="150" height="150"></img-self>
|
|
38
|
+
</div>
|
|
39
|
+
</td>
|
|
40
|
+
</tr>
|
|
41
|
+
<tr v-if="row.f_p2_path">
|
|
42
|
+
<td colspan="1" style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">隐患照片3:</td>
|
|
43
|
+
<td colspan="3" style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">
|
|
44
|
+
<div class="img">
|
|
45
|
+
<img-self :src="'rs/image/file/' + row.f_p2_path" width="150" height="150"></img-self>
|
|
46
|
+
</div>
|
|
47
|
+
</td>
|
|
48
|
+
</tr>
|
|
49
|
+
<tr v-if="row.f_p3_path">
|
|
50
|
+
<td colspan="1" style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">隐患照片4:</td>
|
|
51
|
+
<td colspan="3" style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">
|
|
52
|
+
<div class="img">
|
|
53
|
+
<img-self :src="'api/af-revenue/file/image/' + row.f_p3_path" width="150" height="150"></img-self>
|
|
54
|
+
</div>
|
|
55
|
+
</td>
|
|
56
|
+
</tr>
|
|
57
|
+
</tbody>
|
|
58
|
+
</table>
|
|
59
|
+
|
|
60
|
+
<div class="auto info-content" v-if="hiddenDangerList.length === 0">
|
|
61
|
+
<div class="row">
|
|
62
|
+
<strong>暂无未处理隐患信息</strong>
|
|
63
|
+
</div>
|
|
64
|
+
</div>
|
|
65
|
+
</div>
|
|
66
|
+
|
|
67
|
+
</template>
|
|
68
|
+
<script>
|
|
69
|
+
/**
|
|
70
|
+
*用户信息
|
|
71
|
+
*安检信息
|
|
72
|
+
*/
|
|
73
|
+
|
|
74
|
+
import { HttpResetClass } from 'vue-client'
|
|
75
|
+
|
|
76
|
+
let getHiddenDangerGen = async function (self) {
|
|
77
|
+
try {
|
|
78
|
+
let http = new HttpResetClass()
|
|
79
|
+
let condition = `f_userinfoid = ${self.data.f_userinfo_id} and f_is_repaired = '隐患未处理'`
|
|
80
|
+
let getHiddenDanger = await http.load('POST', 'api/af-safecheck/sql/defectDetails', {
|
|
81
|
+
data: {
|
|
82
|
+
condition: condition,
|
|
83
|
+
f_filialeid: `('${self.$login.f.orgid}')`
|
|
84
|
+
}
|
|
85
|
+
}, {resolveMsg: null, rejectMsg: null})
|
|
86
|
+
console.log('getHiddenDanger', getHiddenDanger)
|
|
87
|
+
self.hiddenDangerList = getHiddenDanger.data
|
|
88
|
+
} catch (error) {
|
|
89
|
+
console.error(error)
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
export default {
|
|
94
|
+
title: '安检信息',
|
|
95
|
+
data () {
|
|
96
|
+
return {
|
|
97
|
+
hiddenDangerList: [],
|
|
98
|
+
style: 'text-align: center;border: #E9E9E9 solid 1px;'
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
props: ['data'],
|
|
102
|
+
ready () {
|
|
103
|
+
if (this.data) {
|
|
104
|
+
getHiddenDangerGen(this)
|
|
105
|
+
}
|
|
106
|
+
},
|
|
107
|
+
methods: {},
|
|
108
|
+
computed: {},
|
|
109
|
+
watch: {
|
|
110
|
+
'data' () {
|
|
111
|
+
if (this.data == null) {
|
|
112
|
+
this.hiddenDangerList = []
|
|
113
|
+
} else {
|
|
114
|
+
getHiddenDangerGen(this)
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
</script>
|
|
120
|
+
<style scoped>
|
|
121
|
+
.img {
|
|
122
|
+
border: 1px solid #9773ed;
|
|
123
|
+
width: auto;
|
|
124
|
+
height: auto;
|
|
125
|
+
margin: 6px auto;
|
|
126
|
+
display: inline-block;
|
|
127
|
+
text-align: center;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
img {
|
|
131
|
+
margin: 6px;
|
|
132
|
+
display: block;
|
|
133
|
+
margin-left: auto;
|
|
134
|
+
margin-right: auto;
|
|
135
|
+
}
|
|
136
|
+
</style>
|
|
@@ -6,7 +6,8 @@
|
|
|
6
6
|
<valueaddinfo :data="data" v-ref:valueaddinfo></valueaddinfo>
|
|
7
7
|
<user-fee-info :userinfoid="data.f_userinfo_id" v-ref:valueaddinfo></user-fee-info>
|
|
8
8
|
<sale-safecheck-info :data="data"></sale-safecheck-info>
|
|
9
|
-
|
|
9
|
+
<!-- 未处理隐患 -->
|
|
10
|
+
<sale-hidden-danger-info :data="data"></sale-hidden-danger-info>
|
|
10
11
|
<service-repair :data="data" v-if="name==='维修情况查询'"></service-repair>
|
|
11
12
|
<check-gas :data="data" v-if="checkgas==='气量核对'"></check-gas>
|
|
12
13
|
</div>
|