sale-client 4.1.230 → 4.2.1-ronghao

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.
Files changed (171) hide show
  1. package/build/dev-server.js +29 -46
  2. package/package.json +2 -2
  3. package/src/App.vue +3 -3
  4. package/src/components/FilesManage/UserGeneralInfoTest.vue +4 -4
  5. package/src/components/FilesManageNew/FileUserFiles.vue +2 -4
  6. package/src/components/FilesManageNew/MeterinfoTest.vue +9 -9
  7. package/src/components/FilesManageNew/UserEssentialInfoTest.vue +201 -227
  8. package/src/components/FilesManageNew/UserGeneralInfoTest.vue +0 -2
  9. package/src/components/charge/business/CardMeterCenter.vue +1 -1
  10. package/src/components/charge/business/FilesComplete.vue +3 -3
  11. package/src/components/charge/business/IOTMeterCenter.vue +1 -1
  12. package/src/components/charge/business/OtherChargeNew.vue +68 -48
  13. package/src/components/common/userinfo_detail/UserInfoDetailManageNew.vue +10 -1
  14. package/src/components/common/userinfo_detail/ic_detail/CardHandRecord.vue +1 -1
  15. package/src/components/common/userinfo_detail/ic_detail/ChangeMeterQueryUser.vue +1 -1
  16. package/src/components/common/userinfo_detail/ic_detail/GarbageRecordList.vue +69 -0
  17. package/src/components/common/userinfo_detail/ic_detail/InsuranceChargesRecord.vue +384 -0
  18. package/src/components/common/userinfo_detail/ic_detail/WebHandQueryUser.vue +1 -1
  19. package/src/components/revenue/Common/MeterMessage.vue +1 -1
  20. package/src/components/revenue/HandManager/MeterBookUser.vue +726 -726
  21. package/src/components/revenue/HandManager/WebHand.vue +7 -4
  22. package/src/components/revenue/base/leftview/SafeCheck.vue +41 -3
  23. package/src/components/revenue/base/leftview/UserFeeInfo.vue +76 -0
  24. package/src/components/revenue/base/leftview/otherinfo.vue +1 -0
  25. package/src/components/revenue/base/rightview/CardList.vue +7 -3
  26. package/src/components/revenue/batchDeduction/batchDeductionList.vue +1 -1
  27. package/src/components/revenue/cardHandManage/cardDown.vue +18 -0
  28. package/src/components/revenue/changeInsurance/InsuranceAdd.vue +1 -0
  29. package/src/components/revenue/changeInsurance/InsuranceRecord.vue +2 -1
  30. package/src/components/revenue/comprehen/ComprehenOperation/BankPayment/BankPayment.vue +1 -1
  31. package/src/components/revenue/comprehen/ComprehenOperation/GiftFee/icTable.vue +4 -2
  32. package/src/components/revenue/comprehen/ComprehenOperation/QrPay/QrPaymentDetailed.vue +423 -423
  33. package/src/components/revenue/comprehen/Maintenance/hand/handOperate.vue +469 -469
  34. package/src/components/revenue/comprehen/Maintenance/revenue/MeterOperatemain.vue +2 -2
  35. package/src/components/revenue/machineHandManage/ArrearsQuery.vue +938 -938
  36. package/src/components/revenue/machineHandManage/HandplanQuery.vue +1 -1
  37. package/src/components/revenue/machineHandManage/machineHand.vue +3 -2
  38. package/src/components/webMeter/MeterManage/WebMeterBatchOperationValve.vue +970 -970
  39. package/src/filiale/alashan/eticket/EticketRecordList.vue +428 -428
  40. package/src/filiale/bayan/ChargeList.vue +1010 -1010
  41. package/src/filiale/bayan/StockListmain.vue +543 -543
  42. package/src/filiale/beifangshiye/OtherChargeNew.vue +625 -625
  43. package/src/filiale/dexin/MeterinfoTest.vue +1239 -0
  44. package/src/filiale/dexin/UserEssentialInfoTest.vue +602 -0
  45. package/src/filiale/dexin/sale.js +5 -0
  46. package/src/filiale/fugou/MeterinfoTest.vue +1 -1
  47. package/src/filiale/jiaxian/AutomaticPurse.vue +349 -0
  48. package/src/filiale/jiaxian/ChangeMeterQueryUser.vue +303 -0
  49. package/src/filiale/jiaxian/ChangeRecord.vue +44 -2
  50. package/src/filiale/jiaxian/FillCardQueryUser.vue +250 -0
  51. package/src/filiale/jiaxian/FillGasQueryUser.vue +270 -0
  52. package/src/filiale/jiaxian/OtherChargeQueryUser.vue +305 -0
  53. package/src/filiale/jiaxian/PriceAdjustmentQueryUser.vue +368 -0
  54. package/src/filiale/jiaxian/PriceChangeQueryUser.vue +243 -0
  55. package/src/filiale/jiaxian/QueryInstruct.vue +436 -0
  56. package/src/filiale/jiaxian/RecordQueryUser.vue +321 -0
  57. package/src/filiale/jiaxian/Repurchase.vue +181 -0
  58. package/src/filiale/jiaxian/TransferQueryUser.vue +274 -0
  59. package/src/filiale/jiaxian/UserInfoDetailManageNew.vue +11 -11
  60. package/src/filiale/jiaxian/Userinfo.vue +426 -0
  61. package/src/filiale/jiaxian/WatchCollection.vue +54 -1
  62. package/src/filiale/jiaxian/WebAutomaticPurse.vue +348 -0
  63. package/src/filiale/jiaxian/contractSigningList.vue +149 -0
  64. package/src/filiale/jiaxian/sale.js +5 -0
  65. package/src/filiale/jinhong/AutoAccountsDetail.vue +63 -0
  66. package/src/filiale/jinhong/CardList.vue +572 -0
  67. package/src/filiale/jinhong/CardMeterCenter.vue +1 -1
  68. package/src/filiale/jinhong/CardMeterCenterInner.vue +61 -22
  69. package/src/filiale/jinhong/GarbageCharge.vue +1 -1
  70. package/src/filiale/jinhong/HandplanQuery.vue +1430 -0
  71. package/src/filiale/jinhong/IOTMeterCenterInner.vue +42 -14
  72. package/src/filiale/jinhong/InsuranceAdd.vue +27 -5
  73. package/src/filiale/jinhong/InsuranceChargesDetails.vue +11 -5
  74. package/src/filiale/jinhong/InsuranceRecord.vue +4 -5
  75. package/src/filiale/jinhong/InsuranceTemp.vue +33 -5
  76. package/src/filiale/jinhong/MachineChargeService.js +8 -0
  77. package/src/filiale/jinhong/MachineMeterCenter.vue +38 -11
  78. package/src/filiale/jinhong/ShowCardSellGasInner.vue +46 -14
  79. package/src/filiale/jinhong/Userinfo.vue +75 -1
  80. package/src/filiale/jinhong/insuranceGuanL.vue +349 -0
  81. package/src/filiale/jinhong/machineDown.vue +1205 -0
  82. package/src/filiale/jinhong/sale.js +9 -0
  83. package/src/filiale/jinhuang/UserInfoDetailManageNew.vue +259 -0
  84. package/src/filiale/jinhuang/WebHand.vue +1026 -0
  85. package/src/filiale/jinhuang/WebHandQueryUser.vue +413 -0
  86. package/src/filiale/jinhuang/cardsHand.vue +911 -0
  87. package/src/filiale/jinhuang/sale.js +8 -0
  88. package/src/filiale/lixianV3/ArrearsQuery.vue +938 -938
  89. package/src/filiale/lixianV3/InsuranceAdd.vue +1 -0
  90. package/src/filiale/lixianV3/InsuranceChargesDetails.vue +425 -425
  91. package/src/filiale/meihekou/CardMeterCenter.vue +991 -0
  92. package/src/filiale/meihekou/ChargeManage.vue +3 -2
  93. package/src/filiale/meihekou/ChargeOper.vue +279 -169
  94. package/src/filiale/meihekou/HandManager.vue +57 -2
  95. package/src/filiale/meihekou/NoCardMeterCenter.vue +542 -0
  96. package/src/filiale/meihekou/OverUseCharge.vue +1 -1
  97. package/src/filiale/meihekou/PrintBill.vue +48 -41
  98. package/src/filiale/meihekou/ReissueBill.vue +4 -1
  99. package/src/filiale/meihekou/ShowCardSellGas.vue +935 -0
  100. package/src/filiale/meihekou/TransferManage.vue +704 -0
  101. package/src/filiale/meihekou/Userinfo.vue +233 -5
  102. package/src/filiale/meihekou/common/userinfo_detail/ic_detail/MachineRecordQuery.vue +281 -281
  103. package/src/filiale/meihekou/icTable.vue +233 -0
  104. package/src/filiale/meihekou/machineHand.vue +2158 -0
  105. package/src/filiale/meihekou/manualChargeCenter.vue +394 -0
  106. package/src/filiale/meihekou/meterTable.vue +220 -0
  107. package/src/filiale/meihekou/sale.js +15 -0
  108. package/src/filiale/qianneng/MeterMessage.vue +1 -1
  109. package/src/filiale/qianneng/revenue/sms/AccountMessageList.vue +508 -508
  110. package/src/filiale/rizhao/InsuranceAdd.vue +1 -0
  111. package/src/filiale/ronghao/ArrearsQuery.vue +974 -974
  112. package/src/filiale/ronghao/CardList.vue +19 -17
  113. package/src/filiale/ronghao/CardMeterChargeCancel.vue +5 -0
  114. package/src/filiale/ronghao/CardService.js +2144 -2144
  115. package/src/filiale/ronghao/ChangeMeterService.js +1 -1
  116. package/src/filiale/ronghao/ChargeList.vue +17 -17
  117. package/src/filiale/ronghao/ChargeManage.vue +325 -0
  118. package/src/filiale/ronghao/ChargeOper.vue +330 -0
  119. package/src/filiale/ronghao/FilesManageNew/UserEssentialInfoTest.vue +457 -0
  120. package/src/filiale/ronghao/FilesManageNew/UserGeneralInfoTest.vue +690 -0
  121. package/src/filiale/ronghao/HandplanQuery.vue +13 -14
  122. package/src/filiale/ronghao/IOTMeterCenter.vue +15 -6
  123. package/src/filiale/ronghao/InsuranceAdd.vue +1 -0
  124. package/src/filiale/ronghao/InsuranceManage.vue +58 -58
  125. package/src/filiale/ronghao/MachineChargeService.js +149 -149
  126. package/src/filiale/ronghao/NoCardMeterCenter.vue +534 -534
  127. package/src/filiale/ronghao/PaymentCode.vue +174 -174
  128. package/src/filiale/ronghao/PriceChangeCompensation/CompensationManage.vue +26 -26
  129. package/src/filiale/ronghao/PriceChangeCompensation/IotCompensation.vue +318 -318
  130. package/src/filiale/ronghao/PriceChangeCompensation/JbCompensation.vue +343 -343
  131. package/src/filiale/ronghao/PriceChangeCompensation/SurplusRecordDetail.vue +74 -74
  132. package/src/filiale/ronghao/ReplaceCardManage.vue +415 -415
  133. package/src/filiale/ronghao/Upload.vue +654 -654
  134. package/src/filiale/ronghao/Userinfo.vue +18 -18
  135. package/src/filiale/ronghao/cardDown.vue +1141 -1141
  136. package/src/filiale/ronghao/changemeterOperate.vue +315 -315
  137. package/src/filiale/ronghao/fillgasSpecific.vue +313 -313
  138. package/src/filiale/ronghao/ic_detail/ChargeRecordQuery.vue +106 -106
  139. package/src/filiale/ronghao/ic_detail/WatchCollection.vue +115 -115
  140. package/src/filiale/ronghao/ic_detail/WebHandQueryUser.vue +411 -411
  141. package/src/filiale/ronghao/machineDown.vue +1176 -1176
  142. package/src/filiale/ronghao/machineRefund.vue +3 -1
  143. package/src/filiale/ronghao/replacementSingleInfoOperation.vue +315 -315
  144. package/src/filiale/ronghao/sale.js +11 -0
  145. package/src/filiale/ronghao/specificInformation.vue +537 -537
  146. package/src/filiale/ronghao/uploadFilesHistory.vue +214 -0
  147. package/src/filiale/ruihua/FilesManage/MeterinfoTest.vue +10 -0
  148. package/src/filiale/shanxian/components/revenue/InsuranceAdd.vue +1 -0
  149. package/src/filiale/wuan/MeterMessage.vue +1 -1
  150. package/src/filiale/yangchun/BasicLivingList.vue +281 -0
  151. package/src/filiale/yangchun/BlackList/BlackRecordQuery.vue +1 -0
  152. package/src/filiale/yangchun/CardChangeFill.vue +1 -1
  153. package/src/filiale/yangchun/ChargeList.vue +954 -954
  154. package/src/filiale/yangchun/FilesManage/UserPaperInfoTest.vue +3 -3
  155. package/src/filiale/yangchun/NewMeterList.vue +742 -0
  156. package/src/filiale/yangchun/sale.js +3 -0
  157. package/src/filiale/yuncheng/CardList.vue +1 -1
  158. package/src/filiale/yuncheng/IndustryCommerceHand.vue +1145 -0
  159. package/src/filiale/yuncheng/IndustryCommerceHandAudit.vue +794 -0
  160. package/src/filiale/yuncheng/IndustryCommerceHandManager.vue +64 -0
  161. package/src/filiale/yuncheng/InsuranceAdd.vue +1 -0
  162. package/src/filiale/yuncheng/MeterBookUser.vue +781 -0
  163. package/src/filiale/yuncheng/UserDeviceInfoTest.vue +2 -2
  164. package/src/filiale/yuncheng/changemeterListMaintain.vue +504 -504
  165. package/src/filiale/yuncheng/industryDown.vue +1118 -0
  166. package/src/filiale/yuncheng/sale.js +11 -0
  167. package/src/filiale/yuncheng/uploadFilesHistory.vue +185 -0
  168. package/src/filiale/zhongsheng/BlackListList.vue +293 -293
  169. package/src/filiale/zhongyi/HandQueryUser.vue +389 -389
  170. package/src/plugins/CardService.js +2217 -2217
  171. package/src/sale.js +3 -1
@@ -0,0 +1,274 @@
1
+ <template >
2
+ <div class="flex" style="justify-content: space-between;">
3
+ <div @keyup.enter="search" style="">
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'" :value.sync="model.f_start_date"
12
+ class="datepicker"
13
+ condition="f_operate_date >= '{} 00:00:00' "
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'" :value.sync="model.f_end_date"
22
+ class="datepicker"
23
+ condition="f_operate_date <= '{} 23:59:59' "
24
+ placeholder="结束时间"
25
+ style="width:60%"
26
+ v-model="model.f_end_date"
27
+ ></datepicker>
28
+ </div>
29
+ <div class="col-sm-2 form-group">
30
+ <label class="font_normal_body">是否有效</label>
31
+ <v-select :value.sync="model.f_state" v-model='model.f_state'
32
+ style="width:60%"
33
+ :options='$parent.$parent.isstates' placeholder='是否有效'
34
+ close-on-select
35
+ condition="f_state = '{}'"></v-select>
36
+ </div>
37
+
38
+ <div style="float: right">
39
+ <button @click="search()" class="button_search" style="margin-right: 10px" v-el:cba>查询</button>
40
+ <export-excel :data="$parent.$parent.getCondition" :footer="$parent.$parent.footer"
41
+ :field="$parent.$parent.fields" :header="$parent.$parent.other"
42
+ sqlurl="api/af-revenue/logic/saleExport"
43
+ :sql-name="'sale_TransferQuery'"
44
+ template-name='过户查询导出'
45
+ :choose-col="true"></export-excel>
46
+ <print-data :defaultfield="$parent.$parent.defaultfield" :field="$parent.$parent.fields" :is-selected="true" :model="$parent.$parent.printModel" :sumsmodel="$parent.$parent.sumsmodel"
47
+ @print-data="$parent.$parent.print()" print-name="过户流水"></print-data>
48
+ </div>
49
+ </div>
50
+
51
+ </div>
52
+ </criteria>
53
+ <data-grid :model="model" class="list_area table_sy" partial='list' v-ref:grid>
54
+ <template partial='head'>
55
+ <tr>
56
+
57
+ <th><nobr>原用户姓名</nobr></th>
58
+ <th><nobr>新用户姓名</nobr></th>
59
+ <th><nobr>原用户电话</nobr></th>
60
+ <th><nobr>新用户电话</nobr></th>
61
+ <th><nobr>过户费</nobr></th>
62
+ <th><nobr>操作人</nobr></th>
63
+ <th><nobr>状态</nobr></th>
64
+ <th><nobr>过户日期</nobr></th>
65
+ <th><nobr>备注</nobr></th>
66
+ </tr>
67
+ </template>
68
+ <template partial='body' partial='list' v-ref:grid>
69
+ <tr >
70
+
71
+ <td style="text-align: center;"><nobr>{{row.f_user_name}}</nobr></td>
72
+ <td style="text-align: center;"><nobr>{{row.f_newuser_name}}</nobr></td>
73
+ <td style="text-align: center;"><nobr>{{row.f_user_phone}}</nobr></td>
74
+ <td style="text-align: center;"><nobr>{{row.f_newuser_phone}}</nobr></td>
75
+ <td style="text-align: center;"><nobr>{{row.f_transfer_fees}}</nobr></td>
76
+ <td style="text-align: center;"><nobr>{{row.f_operator}}</nobr></td>
77
+ <td style="text-align:center"><nobr>{{row.f_state}}</nobr></td>
78
+ <td style="text-align: center;"><nobr>{{row.f_operate_date}}</nobr></td>
79
+ <td style="text-align: center;"><nobr>{{row.f_comments}}</nobr></td>
80
+ </tr>
81
+ </template>
82
+ <template partial='foot'></template>
83
+ </data-grid>
84
+ </criteria-paged>
85
+ </div>
86
+ </div>
87
+ </template>
88
+
89
+ <script>
90
+ import {HttpResetClass, PagedList} from 'vue-client'
91
+
92
+ export default {
93
+ title: '过户',
94
+ data () {
95
+ return {
96
+ condition: '1=1',
97
+ model: new PagedList('api/af-revenue/sql/sale_TransferQuery', 20),
98
+ // 控制单选
99
+ radio: [],
100
+ // 选中的页
101
+ all: [],
102
+ isstates: this.$appdata.getParam('是否有效') ? [{
103
+ label: '全部',
104
+ value: ''
105
+ }, ...this.$appdata.getParam('是否有效')] : [],
106
+ // row数据
107
+ rowsdata: [],
108
+
109
+ fields: {
110
+ 'f_userinfo_code': '客户编号',
111
+ 'f_user_name': '原用户姓名',
112
+ 'f_newuser_name': '新用户姓名',
113
+ 'f_transfer_fees': '过户费',
114
+ 'f_operate_date': '过户日期',
115
+ 'f_user_phone': '原用户电话',
116
+ 'f_newuser_phone': '新用户电话',
117
+ 'f_operator': '操作人',
118
+ 'f_state': '状态',
119
+ 'f_comments': '备注'
120
+ },
121
+ defaultfield: [
122
+ 'f_userinfo_code', 'f_user_name', 'f_newuser_name', 'f_transfer_fees', 'f_operate_date'
123
+ ],
124
+ printModel: {
125
+ rows: []
126
+ },
127
+ other: [],
128
+ footer: [],
129
+ // 合计数据
130
+ sumsmodel: {}
131
+ }
132
+ },
133
+ props: ['row'],
134
+ ready () {
135
+ this.$refs.paged.$refs.criteria.search()
136
+ },
137
+ methods: {
138
+ getotherfooter () {
139
+ // this.$refs.paged.$refs.cri.$refs.exports.otherData=[];
140
+ // this.$refs.paged.$refs.cri.$refs.exports.footerData=[];
141
+ this.other = []
142
+ this.footer = []
143
+ // let exportdata = this.getCondition;
144
+ let otherInData = []
145
+ otherInData.push(`导出时间: ${this.$login.toStandardTimeString()}`)
146
+ let footerData = [], exportfield = this.fields
147
+ footerData.push('合计')
148
+ let self = this
149
+ for (var field in self.sumsmodel) {
150
+ footerData.push(`${exportfield[field]}合计:${self.sumsmodel[field]}`)
151
+ }
152
+ this.footer.push(footerData)
153
+ this.other.push(otherInData)
154
+ },
155
+ async search () {
156
+ this.condition = `${this.$refs.paged.$refs.criteria.condition} and f_userinfo_id = '${this.row.f_userinfo_id}' and f_orgid = '${this.$login.f.orgid}'`
157
+ this.model.search(this.condition, this.model)
158
+ let http = new HttpResetClass()
159
+ let res = await http.load('POST', 'api/af-revenue/sql/sale_TransferQuery', {
160
+ data: {
161
+ condition: this.condition
162
+ }
163
+ }, {resolveMsg: null, rejectMsg: null})
164
+ this.printModel.rows = res.data
165
+ },
166
+ // 多选框初始化
167
+ selectInit () {
168
+ this.rowsdata = []
169
+ this.all = []
170
+ this.radio = []
171
+ },
172
+ print () {
173
+ this.selectInit()
174
+ },
175
+ select () {
176
+ let index = this.model.pageIndex - 1
177
+ if (!this.radio[index]) {
178
+ this.radio.$set(index, [])
179
+ }
180
+ if (this.all[index]) {
181
+ // 数据
182
+ this.rowsdata[index] = Object.assign([], this.model.rows)
183
+ // 勾选
184
+ for (var i = 0; i < this.model.rows.length; i++) {
185
+ this.radio[index].$set(i, true)
186
+ }
187
+ } else {
188
+ // 数据
189
+ this.rowsdata[index] = []
190
+ // 不勾选
191
+ for (var i = 0; i < this.model.rows.length; i++) {
192
+ this.radio[index].$set(i, false)
193
+ }
194
+ }
195
+ let z = 0
196
+ for (let i = 0; i < this.all.length; i++) {
197
+ for (let j = 0; this.rowsdata[i] && j < this.rowsdata[i].length; j++) {
198
+ this.printModel.rows[z++] = this.rowsdata[i][j]
199
+ }
200
+ }
201
+ },
202
+ selectOne (event, row, i) {
203
+ let index = this.model.pageIndex - 1
204
+ if (!this.rowsdata[index]) {
205
+ this.rowsdata[index] = []
206
+ }
207
+ if (!this.radio[index]) {
208
+ this.radio.$set(index, [])
209
+ }
210
+ if (event.target.checked) {
211
+ // 数据
212
+ this.rowsdata[index][i] = row
213
+ // 勾选
214
+ this.radio[index].$set(i, true)
215
+ // 判断是否全部选中
216
+ var allState = true
217
+ if (this.model.rows.length != this.radio[index].length) {
218
+ allState = false
219
+ }
220
+ for (var state of this.radio[index]) {
221
+ if (!state) {
222
+ allState = false
223
+ }
224
+ }
225
+ if (allState) {
226
+ this.all.$set(index, true)
227
+ } else {
228
+ this.all.$set(index, false)
229
+ }
230
+ } else {
231
+ // 数据
232
+ this.rowsdata[index][i] = []
233
+ // 不勾选
234
+ this.radio[index].$set(i, false)
235
+ // 任意取消一个则全选状态设为false
236
+ this.all.$set(index, false)
237
+ }
238
+ let z = 0
239
+ this.printModel.rows = []
240
+ for (let i = 0; i < this.all.length; i++) {
241
+ for (let j = 0; this.rowsdata[i] && j < this.rowsdata[i].length; j++) {
242
+ if (this.rowsdata[i][j] && this.rowsdata[i][j].f_user_id) {
243
+ this.printModel.rows[z++] = this.rowsdata[i][j]
244
+ }
245
+ }
246
+ }
247
+ }
248
+ },
249
+ computed: {
250
+ ischecked () {
251
+ return function (index, i) {
252
+ if (!this.radio[index]) {
253
+ return false
254
+ }
255
+ return this.radio[index][i]
256
+ }
257
+ },
258
+ getCondition () {
259
+ return {
260
+ condition: this.condition
261
+ }
262
+ }
263
+ },
264
+ watch: {
265
+ sumsmodel: {
266
+ handler: function (val) {
267
+ this.getotherfooter()
268
+ },
269
+ deep: true
270
+ }
271
+ }
272
+ }
273
+ </script>
274
+
@@ -118,23 +118,23 @@
118
118
  <script>
119
119
  import {HttpResetClass} from 'vue-client'
120
120
  // 导入IC卡相关查询界面
121
- import ChangeMeterQueryUser from './../../components/common/userinfo_detail/ic_detail/ChangeMeterQueryUser'
121
+ import ChangeMeterQueryUser from './ChangeMeterQueryUser'
122
122
  import ChargeQueryUser from './../../components/common/userinfo_detail/ic_detail/ChargeQueryUser'
123
123
  import ChargeRecordQueryUser from './../../components/common/userinfo_detail/ic_detail/ChargeRecordQuery'
124
- import FillCardQueryUser from './../../components/common/userinfo_detail/ic_detail/FillCardQueryUser'
124
+ import FillCardQueryUser from './FillCardQueryUser'
125
125
  import HandQueryUser from './../../components/common/userinfo_detail/ic_detail/HandQueryUser'
126
- import OtherChargeQueryUser from './../../components/common/userinfo_detail/ic_detail/OtherChargeQueryUser'
127
- import RecordQueryUser from './../../components/common/userinfo_detail/ic_detail/RecordQueryUser'
128
- import TransferQueryUser from './../../components/common/userinfo_detail/ic_detail/TransferQueryUser'
126
+ import OtherChargeQueryUser from './OtherChargeQueryUser'
127
+ import RecordQueryUser from './RecordQueryUser'
128
+ import TransferQueryUser from './TransferQueryUser'
129
129
  import CardHandRecord from './../../components/common/userinfo_detail/ic_detail/CardHandRecord'
130
- import AutomaticPurse from './../../components/common/userinfo_detail/ic_detail/AutomaticPurse'
131
- import Repurchase from './../../components/common/userinfo_detail/ic_detail/Repurchase'
130
+ import AutomaticPurse from './AutomaticPurse'
131
+ import Repurchase from './Repurchase'
132
132
  import MachineRecordQuery from './../../components/common/userinfo_detail/ic_detail/MachineRecordQuery'
133
- import WebAutomaticPurse from './../../components/common/userinfo_detail/ic_detail/WebAutomaticPurse'
133
+ import WebAutomaticPurse from './WebAutomaticPurse'
134
134
  import WebChargeQueryUser from './../../components/common/userinfo_detail/ic_detail/WebChargeQueryUser'
135
135
  import WebHandQueryUser from './../../components/common/userinfo_detail/ic_detail/WebHandQueryUser'
136
136
  import UserDeviceQuery from './../../components/common/userinfo_detail/ic_detail/UserDeviceQuery'
137
- import contractSigningList from './../../components/common/userinfo_detail/ic_detail/contractSigningList'
137
+ import contractSigningList from './contractSigningList'
138
138
  import UserKeyRecord from './../../components/common/userinfo_detail/ic_detail/UserKeyRecord'
139
139
  import RepairList from "./../../components/common/userinfo_detail/ic_detail/RepairList";
140
140
  import SecurityCheckInfo from './../../components/common/userinfo_detail/ic_detail/SecuritycheckInfo';
@@ -146,9 +146,9 @@
146
146
  import QueryHistoryInstruct from './../../components/common/userinfo_detail/iot_detail/QueryHistoryInstruct'
147
147
  import WatchCollection from './WatchCollection'
148
148
  import WatchWarning from './../../components/common/userinfo_detail/iot_detail/WatchWarning'
149
- import PriceChangeQueryUser from './../../components/common/userinfo_detail/ic_detail/PriceChangeQueryUser'
149
+ import PriceChangeQueryUser from './PriceChangeQueryUser'
150
150
  import ChangeRecord from './ChangeRecord'
151
- import PriceAdjustmentQueryUser from './../../components/common/userinfo_detail/ic_detail/PriceAdjustmentQueryUser'
151
+ import PriceAdjustmentQueryUser from './PriceAdjustmentQueryUser'
152
152
  import MeterParam from './../../components/common/userinfo_detail/ic_detail/MeterParam'
153
153
  import DeveiceRecord from './../../components/common/userinfo_detail/ic_detail/DeveiceRecord'
154
154