sale-client 4.2.88 → 4.2.90
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/5.2.1/executionHistory/executionHistory.bin +0 -0
- package/.gradle/5.2.1/executionHistory/executionHistory.lock +0 -0
- package/.gradle/5.2.1/fileContent/fileContent.lock +0 -0
- package/.gradle/5.2.1/fileHashes/fileHashes.bin +0 -0
- package/.gradle/5.2.1/fileHashes/fileHashes.lock +0 -0
- package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +1 -1
- package/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
- package/build/libs/SaleClient-V3-3.1.1-11.jar +0 -0
- package/build/tmp/jar/MANIFEST.MF +2 -0
- package/package.json +1 -1
- package/src/filiale/jinhong/CardMeterCenterInner.vue +13 -2
- package/src/filiale/xinkang/UserInfoDetailManageNew.vue +259 -0
- package/src/filiale/xinkang/WatchCollection.vue +131 -0
- package/src/filiale/xinkang/sale.js +1 -0
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
#
|
|
1
|
+
#Tue Aug 20 11:56:06 CST 2024
|
|
2
2
|
gradle.version=5.2.1
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -226,12 +226,12 @@
|
|
|
226
226
|
<strong style="color:red;margin-right: 5px">{{ $refs.givechange.promptText }}</strong>
|
|
227
227
|
<strong style="font-size: large" v-if="!config.notShowFormula">计算公式:{{calculatedetail ? calculatedetail : ' 暂无'}}</strong><br/>
|
|
228
228
|
<strong style="font-size: large" v-if="deductdetail">{{deductdetail ? deductdetail : ' 暂无'}}</strong><br/>
|
|
229
|
-
<payment-code-button :clickable="!$v.valid || validateOk || !islegal || clickConfirm|| model.f_preamount === 0"
|
|
229
|
+
<payment-code-button :clickable="!$v.valid || validateOk || !islegal || clickConfirm || model.f_preamount === 0 || curbalanceInvalid"
|
|
230
230
|
:payment.sync="model.f_payment" :payment-data="paytype"
|
|
231
231
|
@confirm-payment="confirm()">
|
|
232
232
|
</payment-code-button>
|
|
233
233
|
<button class="button_search btn-gn" type="submit" @click="checkInvoiceMsg()"
|
|
234
|
-
:disabled='!$v.valid || validateOk || !islegal || clickConfirm || model.f_preamount === 0'>确认
|
|
234
|
+
:disabled='!$v.valid || validateOk || !islegal || clickConfirm || model.f_preamount === 0 || curbalanceInvalid'>确认
|
|
235
235
|
</button>
|
|
236
236
|
<button class="button_clear btn-gn" @click="clean()">取消</button>
|
|
237
237
|
</div>
|
|
@@ -606,6 +606,7 @@
|
|
|
606
606
|
},
|
|
607
607
|
sumCollection: 0,
|
|
608
608
|
calculateCollectionFlag: false,
|
|
609
|
+
curbalanceInvalid: false,
|
|
609
610
|
calculatedetail: '',
|
|
610
611
|
deductdetail: '',
|
|
611
612
|
|
|
@@ -721,6 +722,12 @@
|
|
|
721
722
|
// 获取计算优惠
|
|
722
723
|
this.getPrivilegeList()
|
|
723
724
|
this.sumCollection = (this.model.f_collection - 0) + (this.insurance.f_money_all - 0) + (this.garbagefee - 0)
|
|
725
|
+
},
|
|
726
|
+
curbalance (val) {
|
|
727
|
+
this.curbalanceInvalid = val < 0
|
|
728
|
+
if (this.curbalanceInvalid) {
|
|
729
|
+
this.$showAlert('本期结余不能为负', 'warning', 5000)
|
|
730
|
+
}
|
|
724
731
|
}
|
|
725
732
|
},
|
|
726
733
|
events: {
|
|
@@ -824,6 +831,10 @@
|
|
|
824
831
|
}
|
|
825
832
|
},
|
|
826
833
|
confirm () {
|
|
834
|
+
if (this.curbalanceInvalid) {
|
|
835
|
+
this.$showAlert('本期结余不能为负', 'warning', 3000)
|
|
836
|
+
return
|
|
837
|
+
}
|
|
827
838
|
if (this.insurance && this.insurance.f_money_all > 0) {
|
|
828
839
|
if (!this.insurance.f_insurance_company) {
|
|
829
840
|
return this.$showMessage('请填写保险公司')
|
|
@@ -0,0 +1,259 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<div class="binary flex" >
|
|
3
|
+
<div class="row binary-left flex" style="width:99%;height:98%;margin-bottom:0px">
|
|
4
|
+
<div class="auto">
|
|
5
|
+
<user-base-info-new :row="row" :buttonshow="buttonshow"
|
|
6
|
+
@refresh="search"
|
|
7
|
+
@cancel-main="cancel"
|
|
8
|
+
@cancel-re="cancelRe"
|
|
9
|
+
@search-main="search"></user-base-info-new></div>
|
|
10
|
+
<saletabbut v-if="row" v-ref:list style="height:72%;margin-top: 1%;overflow-y: scroll">
|
|
11
|
+
<saletab header="流水查询" v-if="permission('流水查询')">
|
|
12
|
+
<record-query-user :row="row"></record-query-user>
|
|
13
|
+
</saletab>
|
|
14
|
+
<saletab header="机表流水查询" v-if="permission('机表流水查询')&&row.f_meter_type.includes('机表')">
|
|
15
|
+
<machine-record-query :row="row" v-if="show == '机表流水查询'" @deal-msg="dealMsg"></machine-record-query>
|
|
16
|
+
</saletab>
|
|
17
|
+
<saletab header="收费查询" v-if="!newWebHand && permission('收费查询')">
|
|
18
|
+
<charge-query-user :row="row" v-if="show == '收费查询'" @deal-msg="dealMsg"></charge-query-user>
|
|
19
|
+
</saletab>
|
|
20
|
+
<saletab header="收费查询" v-if="newWebHand && permission('收费查询')">
|
|
21
|
+
<charge-query-user :row="row" v-if="show == '收费查询'" @deal-msg="dealMsg"></charge-query-user>
|
|
22
|
+
</saletab>
|
|
23
|
+
<saletab header="累购查询" v-if="permission('累购查询')">
|
|
24
|
+
<Repurchase :row="row" v-if="show == '累购查询'" @deal-msg="dealMsg"></Repurchase>
|
|
25
|
+
</saletab>
|
|
26
|
+
<saletab header="下账查询" v-if="!newWebHand && row.f_meter_type.includes('物联网表')&&permission('自动下账查询')">
|
|
27
|
+
<automatic-purse :row="row" @deal-msg="dealMsg"></automatic-purse>
|
|
28
|
+
</saletab>
|
|
29
|
+
<saletab header="下账查询" v-if="newWebHand && row.f_meter_type.includes('物联网表')&&permission('自动下账查询')">
|
|
30
|
+
<web-automatic-purse :row="row" @deal-msg="dealMsg"></web-automatic-purse>
|
|
31
|
+
</saletab>
|
|
32
|
+
<saletab header="抄表记录" v-if="row.f_meter_type.includes('卡表')&&permission('抄表记录')">
|
|
33
|
+
<card-hand-record :row="row" v-if="show == '抄表记录'" @deal-msg="dealMsg"></card-hand-record>
|
|
34
|
+
</saletab>
|
|
35
|
+
<saletab header="抄表记录" v-if="!newWebHand && !row.f_meter_type.includes('卡表')&&permission('抄表记录')">
|
|
36
|
+
<hand-query-user :row="row" v-if="show == '抄表记录'" @deal-msg="dealMsg"></hand-query-user>
|
|
37
|
+
</saletab>
|
|
38
|
+
<saletab header="抄表记录" v-if="newWebHand && !row.f_meter_type.includes('卡表')&&permission('抄表记录')">
|
|
39
|
+
<web-hand-query-user :row="row" v-if="show == '抄表记录'" @deal-msg="dealMsg"></web-hand-query-user>
|
|
40
|
+
</saletab>
|
|
41
|
+
<saletab header="补卡查询" v-if="row.f_meter_type.includes('卡表')&&permission('补卡查询')">
|
|
42
|
+
<fill-card-query-user :row="row" v-if="show == '补卡查询'" @deal-msg="dealMsg"></fill-card-query-user>
|
|
43
|
+
</saletab>
|
|
44
|
+
<saletab header="补气查询" v-if="permission('补气查询')">
|
|
45
|
+
<fill-gas-query-user :row="row" v-if="show == '补气查询'" @deal-msg="dealMsg"></fill-gas-query-user>
|
|
46
|
+
</saletab>
|
|
47
|
+
<saletab header="换表查询" v-if="permission('换表查询')">
|
|
48
|
+
<change-meter-query-user :row="row" v-if="show == '换表查询'" @deal-msg="dealMsg"></change-meter-query-user>
|
|
49
|
+
</saletab>
|
|
50
|
+
<saletab header="其他收费" v-if="permission('其他收费')">
|
|
51
|
+
<other-charge-query-user :row="row" v-if="show == '其他收费'" @deal-msg="dealMsg"></other-charge-query-user>
|
|
52
|
+
</saletab>
|
|
53
|
+
<saletab header="保险收费记录" v-if="permission('保险收费记录')">
|
|
54
|
+
<insurance-charges-record :row="row" @deal-msg="dealMsg"></insurance-charges-record>
|
|
55
|
+
</saletab>
|
|
56
|
+
<saletab header="垃圾费收费记录" v-if="permission('垃圾费收费记录')">
|
|
57
|
+
<garbage-record-list :row="row" @deal-msg="dealMsg"></garbage-record-list>
|
|
58
|
+
</saletab>
|
|
59
|
+
<saletab header="过户查询" v-if="permission('过户查询')">
|
|
60
|
+
<transfer-query-user :row="row" v-if="show == '过户查询'" @deal-msg="dealMsg"></transfer-query-user>
|
|
61
|
+
</saletab>
|
|
62
|
+
<saletab header="价格调整" v-if="permission('价格调整')">
|
|
63
|
+
<price-change-query-user :row="row" v-if="show == '价格调整'" @deal-msg="dealMsg"></price-change-query-user>
|
|
64
|
+
</saletab>
|
|
65
|
+
<saletab header="附件查看" v-if="permission('附件查看')">
|
|
66
|
+
<upload-file-history :row="row" v-if="show == '附件查看'" @deal-msg="dealMsg"></upload-file-history>
|
|
67
|
+
</saletab>
|
|
68
|
+
<saletab header="变更记录" v-if="permission('变更记录')">
|
|
69
|
+
<change-record :row="row" v-if="show == '变更记录'" @deal-msg="dealMsg"></change-record>
|
|
70
|
+
</saletab>
|
|
71
|
+
<saletab header="指令查看" v-if="row.f_meter_type.includes('物联网表')&&permission('指令查看')">
|
|
72
|
+
<query-instruct :row="row" v-if="show == '指令查看'" @deal-msg="dealMsg"></query-instruct>
|
|
73
|
+
</saletab>
|
|
74
|
+
<saletab header="历史指令查看" v-if="row.f_meter_type.includes('物联网表')&&permission('历史指令查看')">
|
|
75
|
+
<query-history-instruct :row="row" v-if="show == '历史指令查看'" @deal-msg="dealMsg"></query-history-instruct>
|
|
76
|
+
</saletab>
|
|
77
|
+
<saletab header="异常报警" v-if="row.f_meter_type.includes('物联网表')&&permission('异常报警')">
|
|
78
|
+
<watch-warning :row="row" v-if="show == '异常报警'" @deal-msg="dealMsg"></watch-warning>
|
|
79
|
+
</saletab>
|
|
80
|
+
<saletab header="表具采集" v-if="row.f_meter_type.includes('物联网表')&&permission('表具采集')">
|
|
81
|
+
<watch-collection :row="row" v-if="show == '表具采集'" @deal-msg="dealMsg"></watch-collection>
|
|
82
|
+
</saletab>
|
|
83
|
+
<saletab header="调价补差" v-if="permission('调价补差')">
|
|
84
|
+
<price-adjustment-query-user :row="row" v-if="show == '调价补差'" @deal-msg="dealMsg"></price-adjustment-query-user>
|
|
85
|
+
</saletab>
|
|
86
|
+
<saletab header="设备查询" v-if="permission('设备查询')">
|
|
87
|
+
<deveice-record :row="row" v-if="show == '设备查询'" @deal-msg="dealMsg"></deveice-record>
|
|
88
|
+
</saletab>
|
|
89
|
+
<saletab header="流量计参数查看" v-if="permission('流量计参数查看')">
|
|
90
|
+
<meter-param :row="row" v-if="show == '流量计参数查看'" @deal-msg="dealMsg"></meter-param>
|
|
91
|
+
</saletab>
|
|
92
|
+
<saletab header="表使用量图表" v-if="permission('流量计参数查看')">
|
|
93
|
+
<table-usage-chart :row="row" v-if="show == '表使用量图表'" @deal-msg="dealMsg"></table-usage-chart>
|
|
94
|
+
</saletab>
|
|
95
|
+
<saletab header="用户设备查询" v-if="permission('用户设备查看')">
|
|
96
|
+
<user-device-query :row="row" v-if="show == '用户设备查询'" @deal-msg="dealMsg"></user-device-query>
|
|
97
|
+
</saletab>
|
|
98
|
+
<saletab header="合同查看" v-if="permission('合同查看')">
|
|
99
|
+
<contract-signing-list :row="row" v-if="show == '合同查看'" @deal-msg="dealMsg"></contract-signing-list>
|
|
100
|
+
</saletab>
|
|
101
|
+
<saletab header="用户重点记录" v-if="permission('用户重点记录')">
|
|
102
|
+
<user-key-record :row="row" @deal-msg="dealMsg"></user-key-record>
|
|
103
|
+
</saletab>
|
|
104
|
+
<saletab header="维修记录" v-if="permission('维修记录')">
|
|
105
|
+
<repair-list :row="row" @deal-msg="dealMsg"></repair-list>
|
|
106
|
+
</saletab>
|
|
107
|
+
<saletab header="安检记录" v-if="permission('安检记录')">
|
|
108
|
+
<security-check-info :row="row" @deal-msg="dealMsg"></security-check-info>
|
|
109
|
+
</saletab>
|
|
110
|
+
<!-- <saletab header="装表记录" v-if="permission('装表记录')">-->
|
|
111
|
+
<!-- <metering-records :row="row" @deal-msg="dealMsg"></metering-records>-->
|
|
112
|
+
<!-- </saletab>-->
|
|
113
|
+
<!-- <saletab header="报装流转记录" v-if="permission('报装流转记录查看')">-->
|
|
114
|
+
<!-- <supervisory-control :row="row" ></supervisory-control>-->
|
|
115
|
+
<!-- </saletab>-->
|
|
116
|
+
<!-- <saletab header="报装收费记录" v-if="permission('报装收费记录查看')">-->
|
|
117
|
+
<!-- <apply-charge-search :row="row" ></apply-charge-search>-->
|
|
118
|
+
<!-- </saletab>-->
|
|
119
|
+
</saletabbut>
|
|
120
|
+
</div>
|
|
121
|
+
</div>
|
|
122
|
+
</template>
|
|
123
|
+
|
|
124
|
+
<script>
|
|
125
|
+
import {HttpResetClass} from 'vue-client'
|
|
126
|
+
// 导入IC卡相关查询界面
|
|
127
|
+
import ChangeMeterQueryUser from '../../components/common/userinfo_detail/ic_detail/ChangeMeterQueryUser'
|
|
128
|
+
import ChargeQueryUser from '../../components/common/userinfo_detail/ic_detail/ChargeQueryUser'
|
|
129
|
+
import ChargeRecordQueryUser from '../../components/common/userinfo_detail/ic_detail/ChargeRecordQuery'
|
|
130
|
+
import FillCardQueryUser from '../../components/common/userinfo_detail/ic_detail/FillCardQueryUser'
|
|
131
|
+
import HandQueryUser from '../../components/common/userinfo_detail/ic_detail/HandQueryUser'
|
|
132
|
+
import OtherChargeQueryUser from '../../components/common/userinfo_detail/ic_detail/OtherChargeQueryUser'
|
|
133
|
+
import RecordQueryUser from '../../components/common/userinfo_detail/ic_detail/RecordQueryUser'
|
|
134
|
+
import TransferQueryUser from '../../components/common/userinfo_detail/ic_detail/TransferQueryUser'
|
|
135
|
+
import CardHandRecord from '../../components/common/userinfo_detail/ic_detail/CardHandRecord'
|
|
136
|
+
import AutomaticPurse from '../../components/common/userinfo_detail/ic_detail/AutomaticPurse'
|
|
137
|
+
import Repurchase from '../../components/common/userinfo_detail/ic_detail/Repurchase'
|
|
138
|
+
import MachineRecordQuery from '../../components/common/userinfo_detail/ic_detail/MachineRecordQuery'
|
|
139
|
+
import WebAutomaticPurse from '../../components/common/userinfo_detail/ic_detail/WebAutomaticPurse'
|
|
140
|
+
import WebChargeQueryUser from '../../components/common/userinfo_detail/ic_detail/WebChargeQueryUser'
|
|
141
|
+
import WebHandQueryUser from '../../components/common/userinfo_detail/ic_detail/WebHandQueryUser'
|
|
142
|
+
import UserDeviceQuery from '../../components/common/userinfo_detail/ic_detail/UserDeviceQuery'
|
|
143
|
+
import contractSigningList from '../../components/common/userinfo_detail/ic_detail/contractSigningList'
|
|
144
|
+
import UserKeyRecord from '../../components/common/userinfo_detail/ic_detail/UserKeyRecord'
|
|
145
|
+
import RepairList from "../../components/common/userinfo_detail/ic_detail/RepairList";
|
|
146
|
+
import SecurityCheckInfo from '../../components/common/userinfo_detail/ic_detail/SecuritycheckInfo';
|
|
147
|
+
// import MeteringRecords from '../../components/common/userinfo_detail/ic_detail/MeteringRecords'
|
|
148
|
+
// import SupervisoryControl from './apply_detail/Supervisory/SupervisoryControl'
|
|
149
|
+
// import ApplyChargeSearch from './apply_detail/applyCharge/ApplyChargeSearch'
|
|
150
|
+
// 导入物联网相关查询
|
|
151
|
+
import QueryInstruct from '../../components/common/userinfo_detail/iot_detail/QueryInstruct'
|
|
152
|
+
import QueryHistoryInstruct from '../../components/common/userinfo_detail/iot_detail/QueryHistoryInstruct'
|
|
153
|
+
import WatchCollection from './WatchCollection'
|
|
154
|
+
import WatchWarning from '../../components/common/userinfo_detail/iot_detail/WatchWarning'
|
|
155
|
+
import PriceChangeQueryUser from '../../components/common/userinfo_detail/ic_detail/PriceChangeQueryUser'
|
|
156
|
+
import ChangeRecord from '../../components/common/userinfo_detail/ic_detail/ChangeRecord'
|
|
157
|
+
import PriceAdjustmentQueryUser from '../../components/common/userinfo_detail/ic_detail/PriceAdjustmentQueryUser'
|
|
158
|
+
import MeterParam from '../../components/common/userinfo_detail/ic_detail/MeterParam'
|
|
159
|
+
import DeveiceRecord from '../../components/common/userinfo_detail/ic_detail/DeveiceRecord'
|
|
160
|
+
import GarbageRecordList from '../../components/common/userinfo_detail/ic_detail/GarbageRecordList.vue'
|
|
161
|
+
import InsuranceChargesRecord from '../../components/common/userinfo_detail/ic_detail/InsuranceChargesRecord.vue'
|
|
162
|
+
export default {
|
|
163
|
+
title: '用户详细信息',
|
|
164
|
+
props: ['f_userfiles_id', 'f_userinfo_id', 'f_userinfo_code', 'parentname', 'buttonshow'],
|
|
165
|
+
components: {
|
|
166
|
+
InsuranceChargesRecord,
|
|
167
|
+
GarbageRecordList,
|
|
168
|
+
SecurityCheckInfo,
|
|
169
|
+
RepairList,
|
|
170
|
+
PriceAdjustmentQueryUser,
|
|
171
|
+
PriceChangeQueryUser,
|
|
172
|
+
AutomaticPurse,
|
|
173
|
+
WebAutomaticPurse,
|
|
174
|
+
WebChargeQueryUser,
|
|
175
|
+
WebHandQueryUser,
|
|
176
|
+
Repurchase,
|
|
177
|
+
ChangeMeterQueryUser,
|
|
178
|
+
ChargeQueryUser,
|
|
179
|
+
ChargeRecordQueryUser,
|
|
180
|
+
FillCardQueryUser,
|
|
181
|
+
HandQueryUser,
|
|
182
|
+
OtherChargeQueryUser,
|
|
183
|
+
RecordQueryUser,
|
|
184
|
+
TransferQueryUser,
|
|
185
|
+
WatchWarning,
|
|
186
|
+
WatchCollection,
|
|
187
|
+
QueryInstruct,
|
|
188
|
+
QueryHistoryInstruct,
|
|
189
|
+
ChangeRecord,
|
|
190
|
+
CardHandRecord,
|
|
191
|
+
MeterParam,
|
|
192
|
+
DeveiceRecord,
|
|
193
|
+
MachineRecordQuery,
|
|
194
|
+
UserDeviceQuery,
|
|
195
|
+
contractSigningList,
|
|
196
|
+
UserKeyRecord
|
|
197
|
+
// MeteringRecords
|
|
198
|
+
// SupervisoryControl,
|
|
199
|
+
// ApplyChargeSearch
|
|
200
|
+
},
|
|
201
|
+
data () {
|
|
202
|
+
return {
|
|
203
|
+
row: null,
|
|
204
|
+
name: '自动下账查询',
|
|
205
|
+
newWebHand: this.$appdata.getSingleValue('新抄表'),
|
|
206
|
+
show: ''
|
|
207
|
+
}
|
|
208
|
+
},
|
|
209
|
+
ready () {
|
|
210
|
+
this.search()
|
|
211
|
+
console.log(this.$login)
|
|
212
|
+
},
|
|
213
|
+
methods: {
|
|
214
|
+
permission (name) {
|
|
215
|
+
if (this.$login.r.find(value => value == '收费综合查询')) {
|
|
216
|
+
if (!this.$login.r.find(value => value == name)) {
|
|
217
|
+
return false
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
return true
|
|
221
|
+
},
|
|
222
|
+
async search () {
|
|
223
|
+
let http = new HttpResetClass()
|
|
224
|
+
if (!this.f_userfiles_id && !this.f_userinfo_id && !this.f_userinfo_code) {
|
|
225
|
+
this.$showMessage('用户信息缺失,查询详情信息失败')
|
|
226
|
+
return
|
|
227
|
+
}
|
|
228
|
+
let getBaseInfo = await http.load('POST', 'api/af-revenue/logic/iot_getUserBaseData',
|
|
229
|
+
{
|
|
230
|
+
data: {
|
|
231
|
+
f_userfiles_id: this.f_userfiles_id,
|
|
232
|
+
f_userinfo_id: this.f_userinfo_id,
|
|
233
|
+
f_userinfo_code: this.f_userinfo_code
|
|
234
|
+
}
|
|
235
|
+
}, {resolveMsg: null, rejectMsg: '获取基本信息出错'})
|
|
236
|
+
this.row = getBaseInfo.data
|
|
237
|
+
this.row.parentname = this.parentname || ''
|
|
238
|
+
},
|
|
239
|
+
|
|
240
|
+
cancel (val) {
|
|
241
|
+
// 判断当前是否在 iframe 环境中
|
|
242
|
+
this.$emit('cancel-main', val)
|
|
243
|
+
},
|
|
244
|
+
|
|
245
|
+
cancelRe (val) {
|
|
246
|
+
this.$emit('cancel-re', val)
|
|
247
|
+
},
|
|
248
|
+
|
|
249
|
+
butOper (val) {
|
|
250
|
+
this.name = val
|
|
251
|
+
}
|
|
252
|
+
},
|
|
253
|
+
watch: {
|
|
254
|
+
'f_userinfo_id' () {
|
|
255
|
+
this.search()
|
|
256
|
+
}
|
|
257
|
+
}
|
|
258
|
+
}
|
|
259
|
+
</script>
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
<template >
|
|
2
|
+
<div id="stand-work-list" >
|
|
3
|
+
<div @keyup.enter="search" class="span">
|
|
4
|
+
<criteria-paged :model="model" v-ref:paged>
|
|
5
|
+
<criteria @condition-changed='$parent.search' partial='criteria' v-ref:criteria>
|
|
6
|
+
<div class="form-horizontal select-overspread container-fluid auto" novalidate partial>
|
|
7
|
+
<div class="row">
|
|
8
|
+
|
|
9
|
+
<div class="col-sm-2 form-group ">
|
|
10
|
+
<label class="font_normal_body">上报时间</label>
|
|
11
|
+
<datepicker :format="'yyyy-MM-dd HH:mm:ss'" :value.sync="model.f_start_date"
|
|
12
|
+
class="datepicker"
|
|
13
|
+
condition="m.f_hand_date >= '{}'"
|
|
14
|
+
placeholder="大于等于"
|
|
15
|
+
style="width: 60%"
|
|
16
|
+
v-model="model.f_start_date"
|
|
17
|
+
></datepicker>
|
|
18
|
+
</div>
|
|
19
|
+
<div class="col-sm-2 form-group " >
|
|
20
|
+
<label class="font_normal_body"> 至</label>
|
|
21
|
+
<datepicker :format="'yyyy-MM-dd HH:mm:ss'" :value.sync="model.f_end_date"
|
|
22
|
+
class="datepicker"
|
|
23
|
+
condition="m.f_hand_date <= '{}'"
|
|
24
|
+
placeholder="小于等于"
|
|
25
|
+
style="width: 60%"
|
|
26
|
+
v-model="model.f_end_date"
|
|
27
|
+
></datepicker>
|
|
28
|
+
</div>
|
|
29
|
+
<div style="float: right">
|
|
30
|
+
<button @click="search()" class="button_search" v-el:cba>查询</button>
|
|
31
|
+
</div>
|
|
32
|
+
</div>
|
|
33
|
+
|
|
34
|
+
</div>
|
|
35
|
+
</criteria>
|
|
36
|
+
<data-grid :model="model" class="list_area table_sy" partial='list' v-ref:grid>
|
|
37
|
+
<template partial='head'>
|
|
38
|
+
<tr>
|
|
39
|
+
<th><nobr>上报日期</nobr></th>
|
|
40
|
+
<th><nobr>表上余额</nobr></th>
|
|
41
|
+
<th><nobr>本次抄表底数</nobr></th>
|
|
42
|
+
<th><nobr>阀门状态</nobr></th>
|
|
43
|
+
<th><nobr>上报类型</nobr></th>
|
|
44
|
+
<th><nobr>系统接收时间</nobr></th>
|
|
45
|
+
<th><nobr>表内累计充值金额</nobr></th>
|
|
46
|
+
<th><nobr>噪音强度</nobr></th>
|
|
47
|
+
<th><nobr>信噪比</nobr></th>
|
|
48
|
+
|
|
49
|
+
<th><nobr>瞬时流量</nobr></th>
|
|
50
|
+
<th><nobr>累积量</nobr></th>
|
|
51
|
+
<th><nobr>压力</nobr></th>
|
|
52
|
+
<th><nobr>温度</nobr></th>
|
|
53
|
+
<th><nobr>仪表电池</nobr></th>
|
|
54
|
+
<th><nobr>购气序号</nobr></th>
|
|
55
|
+
|
|
56
|
+
<th><nobr>电压</nobr></th>
|
|
57
|
+
<th><nobr>电压状态</nobr></th>
|
|
58
|
+
<th><nobr>阀门强制状态</nobr></th>
|
|
59
|
+
<th><nobr>计量类型</nobr></th>
|
|
60
|
+
<th><nobr>金额状态</nobr></th>
|
|
61
|
+
|
|
62
|
+
<th><nobr>磁干扰异常</nobr></th>
|
|
63
|
+
<th><nobr>补偿状态</nobr></th>
|
|
64
|
+
</tr>
|
|
65
|
+
</template>
|
|
66
|
+
<template partial='body' partial='list'>
|
|
67
|
+
<tr >
|
|
68
|
+
<td style="text-align:center"><nobr>{{row.f_hand_date}}</nobr></td>
|
|
69
|
+
<th style="text-align:center"><nobr>{{row.f_jval}}</nobr></th>
|
|
70
|
+
<th style="text-align:center"><nobr>{{row.f_tablebase}}</nobr></th>
|
|
71
|
+
<th style="text-align:center"><nobr>{{row.f_valvestate == 0 ? '开阀' : row.f_valvestate === '1' ? '关阀' : '未上报'}}</nobr>
|
|
72
|
+
<th style="text-align:center"><nobr>{{row.f_upload_type}}</nobr></th>
|
|
73
|
+
<th style="text-align:center"><nobr>{{row.f_insert_date}}</nobr></th>
|
|
74
|
+
<th style="text-align:center"><nobr>{{row.f_meterdebitamt}}</nobr></th>
|
|
75
|
+
<th style="text-align:center"><nobr>{{row.f_signal}}</nobr></th>
|
|
76
|
+
<th style="text-align:center"><nobr>{{row.f_snr}}</nobr></th>
|
|
77
|
+
|
|
78
|
+
<th style="text-align:center"><nobr>{{row.standardconditionflow}}</nobr></th>
|
|
79
|
+
<th style="text-align:center"><nobr>{{row.standardconditiontotal}}</nobr></th>
|
|
80
|
+
<th style="text-align:center"><nobr>{{row.flowmeterpressure}}</nobr></th>
|
|
81
|
+
<th style="text-align:center"><nobr>{{row.flowmetertemperature}}</nobr></th>
|
|
82
|
+
<th style="text-align:center"><nobr>{{row.flowmeterbatterylevel}}</nobr></th>
|
|
83
|
+
<th style="text-align:center"><nobr>{{row.f_times}}</nobr></th>
|
|
84
|
+
|
|
85
|
+
<th style="text-align:center"><nobr>{{row.f_batterylevel}}</nobr></th>
|
|
86
|
+
<th style="text-align:center"><nobr>{{row.f_lowlithiumbattery ? ((row.f_lowlithiumbattery - 0) == 0 ? '正常' : '异常') : '未知'}}</nobr></th>
|
|
87
|
+
<th style="text-align:center"><nobr>{{row.f_networkshutvalve}}</nobr></th>
|
|
88
|
+
<th style="text-align:center"><nobr>{{row.f_wmprepaytype}}</nobr></th>
|
|
89
|
+
<th style="text-align:center"><nobr>{{row.f_moneystate}}</nobr></th>
|
|
90
|
+
<th style="text-align:center"><nobr>{{row.f_magneticInterference}}</nobr></th>
|
|
91
|
+
<th style="text-align:center"><nobr>{{row.f_compensateState}}</nobr></th>
|
|
92
|
+
</tr>
|
|
93
|
+
</template>
|
|
94
|
+
<template partial='foot'></template>
|
|
95
|
+
</data-grid>
|
|
96
|
+
</criteria-paged>
|
|
97
|
+
</div>
|
|
98
|
+
</div>
|
|
99
|
+
</template>
|
|
100
|
+
|
|
101
|
+
<script>
|
|
102
|
+
import {PagedList} from 'vue-client'
|
|
103
|
+
|
|
104
|
+
export default {
|
|
105
|
+
title: 'WatchCollection',
|
|
106
|
+
data () {
|
|
107
|
+
return {
|
|
108
|
+
model: new PagedList('api/af-revenue/sql/iot_getNewLoseUserQuery', 50)
|
|
109
|
+
}
|
|
110
|
+
},
|
|
111
|
+
props: ['row'],
|
|
112
|
+
ready () {
|
|
113
|
+
this.$refs.paged.$refs.criteria.search()
|
|
114
|
+
},
|
|
115
|
+
methods: {
|
|
116
|
+
search (args) {
|
|
117
|
+
args.condition = `${args.condition} and f_userfiles_id='${this.row.f_userfiles_id}'`
|
|
118
|
+
this.model.search(args.condition, args.model)
|
|
119
|
+
}
|
|
120
|
+
},
|
|
121
|
+
watch: {
|
|
122
|
+
// 监听查询对象
|
|
123
|
+
'row' (val) {
|
|
124
|
+
if (this.row != null) {
|
|
125
|
+
this.$refs.paged.$refs.criteria.search()
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
</script>
|
|
131
|
+
|
|
@@ -19,4 +19,5 @@ export default function () {
|
|
|
19
19
|
Vue.component('change-meter', (resolve) => { require(['./ChangeMeter'], resolve) })
|
|
20
20
|
// 收费查询
|
|
21
21
|
Vue.component('charge-query-user', (resolve) => { require(['./ChargeQueryUser'], resolve) })
|
|
22
|
+
Vue.component('user-info-detail-manage-new', (resolve) => { require(['./UserInfoDetailManageNew'], resolve) })
|
|
22
23
|
}
|