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,384 @@
1
+ <
2
+ <template>
3
+ <div :class="{'basic-main':!showItem,'binary-left':showItem}" style="height:98%;">
4
+ <div style="flex: 1.5" class="flex">
5
+ <div class="flex">
6
+ <criteria-paged :model="model" v-ref:paged>
7
+ <criteria partial='criteria' v-ref:criteria @condition-changed="$parent.selfSearch">
8
+ <div novalidate class="form-inline auto" novalidate partial>
9
+ <div class="row">
10
+ <div class="col-sm-2 form-group">
11
+ <label class="font_normal_body"
12
+ for="f_insurance_type">险&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;种</label>
13
+ <v-select id="f_insurance_type"
14
+ v-model="model.f_insurance_type"
15
+ placeholder='请选择'
16
+ condition="f_insurance_type ='{}'"
17
+ :value.sync="model.f_insurance_type"
18
+ :options='$parent.$parent.insuranceType'
19
+ close-on-select clear-button>
20
+ </v-select>
21
+ </div>
22
+ <div class="col-sm-2 form-group">
23
+ <label class="font_normal_body" for="f_days">到期天数内</label>
24
+ <input id="f_days" type="text" class="input_search" style="width: 60%" v-model="model.f_days"
25
+ condition="f_days < {}" placeholder='请输入天数到期天数之内'>
26
+ </div>
27
+ <div class="col-sm-2 form-group">
28
+ <label class="font_normal_body">开始时间</label>
29
+ <datepicker :format="'yyyy-MM-dd 00:00:00'"
30
+ :value.sync="model.f_ins_start_date"
31
+ placeholder="缴费开始时间"
32
+ condition="f_operate_date >= '{}'"
33
+ v-model="model.f_ins_start_date" style="width: 55%">
34
+ </datepicker>
35
+ </div>
36
+ <div class="col-sm-2 form-group">
37
+ <label class="font_normal_body">结束时间</label>
38
+ <datepicker :format="'yyyy-MM-dd 23:59:59'"
39
+ :value.sync="model.f_ins_end_date"
40
+ placeholder="缴费结束时间"
41
+ condition="f_operate_date <= '{}'"
42
+ v-model="model.f_ins_end_date" style="width: 55%">
43
+ </datepicker>
44
+ </div>
45
+ <div style="float: right">
46
+ <button class="button_search" @click="search()">查 询</button>
47
+ <export-excel :data="$parent.$parent.getCondition"
48
+ :field="$parent.$parent.getExportField"
49
+ sqlurl="api/af-revenue/logic/saleExport" sql-name="getInsuranceChargesList"
50
+ template-name='保险明细查询导出'
51
+ :choose-col="true"></export-excel>
52
+ </div>
53
+ </div>
54
+ </div>
55
+
56
+ </criteria>
57
+ <data-grid :model="model" v-ref:grid class="list_area table_sy" partial='list'>
58
+ <template partial='head'>
59
+ <tr>
60
+ <th>
61
+ <nobr>序号</nobr>
62
+ </th>
63
+ <th>
64
+ <nobr>客户编号</nobr>
65
+ </th>
66
+ <th>
67
+ <nobr>投保人</nobr>
68
+ </th>
69
+ <th>
70
+ <nobr>客户地址</nobr>
71
+ </th>
72
+ <th>
73
+ <nobr>身份证号</nobr>
74
+ </th>
75
+ <th>
76
+ <nobr>电话</nobr>
77
+ </th>
78
+ <th>
79
+ <nobr>费用类型</nobr>
80
+ </th>
81
+ <th>
82
+ <nobr>购买日期</nobr>
83
+ </th>
84
+ <th>
85
+ <nobr>到期日期</nobr>
86
+ </th>
87
+ <th>
88
+ <nobr>保费开始日期</nobr>
89
+ </th>
90
+ <th>
91
+ <nobr>上期保费截至日期</nobr>
92
+ </th>
93
+ <th>
94
+ <nobr>到期剩余天数</nobr>
95
+ </th>
96
+ <th>
97
+ <nobr>应收</nobr>
98
+ </th>
99
+ <th>
100
+ <nobr>金额</nobr>
101
+ </th>
102
+ <th>
103
+ <nobr>收款方式</nobr>
104
+ </th>
105
+ <th>
106
+ <nobr>状态</nobr>
107
+ </th>
108
+ <th>
109
+ <nobr>缴费时间</nobr>
110
+ </th>
111
+ <th style="text-align: center">
112
+ <nobr> 保险公司</nobr>
113
+ </th>
114
+ <th>
115
+ <nobr>保险单号</nobr>
116
+ </th>
117
+ <th>
118
+ <nobr>险种</nobr>
119
+ </th>
120
+ <th>
121
+ <nobr>购买年限</nobr>
122
+ </th>
123
+ <th>
124
+ <nobr>操作人</nobr>
125
+ </th>
126
+ <th>
127
+ <nobr>备注信息</nobr>
128
+ </th>
129
+ <th>
130
+ <nobr>变更记录</nobr>
131
+ </th>
132
+ </tr>
133
+ </template>
134
+ <template partial='body'>
135
+ <td style="text-align: center;">
136
+ <nobr>{{ $index + 1 }}</nobr>
137
+ </td>
138
+ <td style="text-align: center;">
139
+ <nobr>
140
+ {{ row.f_userinfo_code }}
141
+ </nobr>
142
+ </td>
143
+ <td style="text-align: center;">
144
+ <nobr>{{ row.f_user_name }}</nobr>
145
+ </td>
146
+ <td style="text-align: center;">
147
+ <nobr>{{ row.f_address }}</nobr>
148
+ </td>
149
+ <td style="text-align: center;">
150
+ <nobr>{{ row.f_idnumber }}</nobr>
151
+ </td>
152
+ <td style="text-align: center;">
153
+ <nobr>{{ row.f_user_phone }}</nobr>
154
+ </td>
155
+ <td style="text-align: center;">
156
+ <nobr>{{ row.f_fee_type }}</nobr>
157
+ </td>
158
+ <td style="text-align: center;">
159
+ <nobr>{{ row.f_buy_date }}</nobr>
160
+ </td>
161
+ <td style="text-align: center;">
162
+ <nobr>{{ row.f_expiration_date }}</nobr>
163
+ </td>
164
+ <td style="text-align: center;">
165
+ <nobr>{{ row.f_shengxiao_date }}</nobr>
166
+ </td>
167
+ <td style="text-align: center;">
168
+ <nobr>{{ row.f_last_insexpiration_date }}</nobr>
169
+ </td>
170
+ <td style="text-align: center;">
171
+ <nobr>{{ row.f_days > 0 ? row.f_days : '已到期' }}</nobr>
172
+ </td>
173
+ <td style="text-align: center;">
174
+ <nobr>{{ row.f_receivable }}</nobr>
175
+ </td>
176
+ <td style="text-align: center;">
177
+ <nobr>{{ row.f_money }}</nobr>
178
+ </td>
179
+ <td style="text-align: center;">
180
+ <nobr>{{ row.f_payment }}</nobr>
181
+ </td>
182
+ <td style="text-align: center;">
183
+ <nobr>{{ row.f_state }}</nobr>
184
+ </td>
185
+ <td style="text-align: center;">
186
+ <nobr>{{ row.f_operate_date }}</nobr>
187
+ </td>
188
+ <td style="text-align: center;">
189
+ <nobr>{{ row.f_insurance_company }}</nobr>
190
+ </td>
191
+ <td style="text-align: center;">
192
+ <nobr>{{ row.f_insurance_number }}</nobr>
193
+ </td>
194
+ <td style="text-align: center;">
195
+ <nobr>{{ row.f_insurance_type }}</nobr>
196
+ </td>
197
+ <td style="text-align: center;">
198
+ <nobr>{{ row.f_salecount }}</nobr>
199
+ </td>
200
+ <td style="text-align: center;">
201
+ <nobr>{{ row.f_operator }}</nobr>
202
+ </td>
203
+ <td style="text-align: center;">
204
+ <nobr>{{ row.f_comments }}</nobr>
205
+ </td>
206
+ <td style="text-align: center;">
207
+ <nobr>
208
+ <span @click="$parent.$parent.$parent.changeDetail(row)"><a><b>变更记录</b></a></span>
209
+ </nobr>
210
+ </td>
211
+ </template>
212
+ </data-grid>
213
+ </criteria-paged>
214
+ <modal :show.sync="insChnageDetailShow" v-ref:insChnageDetailShow backdrop="false" class="insChnageDetailShow">
215
+ <header slot="modal-header" class="modal-header" style="text-align: center">
216
+ <h4 class="modal-title">保险变更记录</h4>
217
+ </header>
218
+ <article slot="modal-body" class="modal-body">
219
+ <data-grid class="list_area table_sy" :model="insChangeHistorys" partial='list'>
220
+ <template partial='head'>
221
+ <th style="text-align: center">
222
+ <nobr>序号</nobr>
223
+ </th>
224
+ <th style="text-align: center">
225
+ <nobr>更改内容</nobr>
226
+ </th>
227
+ <th style="text-align: center">
228
+ <nobr>更改前</nobr>
229
+ </th>
230
+ <th style="text-align: center">
231
+ <nobr>更改后</nobr>
232
+ </th>
233
+ <th style="text-align: center">
234
+ <nobr>变更时间</nobr>
235
+ </th>
236
+ <th style="text-align: center">
237
+ <nobr>变更人</nobr>
238
+ </th>
239
+ </template>
240
+ <template partial='body'>
241
+ <td style="text-align: center">{{ $index + 1 }}</td>
242
+ <td style="text-align: center">
243
+ <nobr>{{ row.f_field_name }}</nobr>
244
+ </td>
245
+ <td style="text-align: center">
246
+ <nobr>{{ row.f_used_content }}</nobr>
247
+ </td>
248
+ <td style="text-align: center">
249
+ <nobr>{{ row.f_new_content }}</nobr>
250
+ </td>
251
+ <td style="text-align: center">
252
+ <nobr>{{ row.f_operate_date }}</nobr>
253
+ </td>
254
+ <td style="text-align: center">
255
+ <nobr>{{ row.f_operator }}</nobr>
256
+ </td>
257
+ </template>
258
+ </data-grid>
259
+ </article>
260
+ <footer slot="modal-footer" class="modal-footer">
261
+ <button type="button" class="btn btn-default" @click='insChnageDetailShow = false'>关闭</button>
262
+ </footer>
263
+ </modal>
264
+ </div>
265
+ </div>
266
+ </div>
267
+ </template>
268
+
269
+ <script>
270
+ import {PagedList} from 'vue-client'
271
+
272
+ export default {
273
+ name: 'InsuranceChargesDetails',
274
+ title: '保险收费明细',
275
+ props: {
276
+ row: {
277
+ type: Object
278
+ }
279
+ },
280
+ data () {
281
+ return {
282
+ initres: {
283
+ org: [this.$login.f.orgid],
284
+ dep: [],
285
+ user: []
286
+ },
287
+ f_state: '',
288
+ state: this.$appdata.getParam('保险状态') ? this.$appdata.getParam('保险状态') : [],
289
+ payment: this.$appdata.getParam('收费方式') ? this.$appdata.getParam('收费方式') : [],
290
+ f_insurance_type: '',
291
+ insuranceType: this.$appdata.getParam('险种') ? this.$appdata.getParam('险种') : [],
292
+ orgCondtionStr: '',
293
+ base: {},
294
+ model: new PagedList('api/af-revenue/sql/getInsuranceChargesList', 20),
295
+ // 控制查询条件显示
296
+ criteriaShow: false,
297
+ condition: '1=1',
298
+ // 公司下拉
299
+ curorgid: [this.$login.f.orgid],
300
+ insChangeHistorys: {rows: []},
301
+ insChnageDetailShow: false,
302
+ getExportField: {
303
+ 'f_userinfo_code': '客户编号',
304
+ 'f_user_name': '投保人',
305
+ 'f_address': '客户地址',
306
+ 'f_idnumber': '身份证号',
307
+ 'f_user_phone': '电话',
308
+ 'f_fee_type': '费用类型',
309
+ 'f_buy_date': '购买日期',
310
+ 'f_expiration_date': '到期日期',
311
+ 'f_shengxiao_date': '保费开始日期',
312
+ 'f_last_insexpiration_date': '上期保费截至日期',
313
+ 'f_days': '到期剩余天数',
314
+ 'f_receivable': '应收',
315
+ 'f_money': '金额',
316
+ 'f_payment': '收款方式',
317
+ 'f_state': '状态',
318
+ 'f_operate_date': '缴费时间',
319
+ 'f_ins_number': '保险单号',
320
+ 'f_insurance_type': '险种',
321
+ 'f_salecount': '购买年限',
322
+ 'f_operator': '操作人',
323
+ 'f_comments': '备注信息'
324
+ },
325
+ f_filialeid: this.$login.f.orgid,
326
+ percent: 0
327
+ }
328
+ },
329
+ ready () {
330
+ if (this.row.f_userinfo_id) {
331
+ this.model.search(`f_userinfo_id = '${this.row.f_userinfo_id}' and f_orgid = '${this.$login.f.orgid}'`)
332
+ }
333
+ this.condition = `f_userinfo_id = '${this.row.f_userinfo_id}' and f_orgid = '${this.$login.f.orgid}'`
334
+ },
335
+ methods: {
336
+ async changeDetail (row) {
337
+ this.insChangeHistorys.rows = []
338
+ let data = {
339
+ tablename: `t_ins_change`,
340
+ items: '*',
341
+ condition: `1=1 and f_ins_id = '${row.id}'`,
342
+ orderitem: 'f_ins_id desc'
343
+ }
344
+ let urlParam = 'api/af-revenue/sql/singleTable_OrderBy'
345
+ let res = await this.$resetpost(urlParam, {data: data}, {rejectMsg: '获取变更记录出错', resolveMsg: null})
346
+ if (res) {
347
+ this.insChangeHistorys.rows = res.data
348
+ }
349
+ this.insChnageDetailShow = true
350
+ },
351
+ hidden () {
352
+ this.criteriaShow = !this.criteriaShow
353
+ },
354
+ getRes (obj) {
355
+ this.orgCondtionStr = obj
356
+ },
357
+ search () {
358
+ this.$refs.paged.$refs.criteria.search()
359
+ },
360
+ getorg (val) {
361
+ this.f_filialeid = val[0]
362
+ },
363
+ selfSearch (args) {
364
+ if (!this.orgCondtionStr) {
365
+ args.condition = `${args.condition}` + ' and f_orgid = ' + `'${this.$login.f.orgid}'`
366
+ } else {
367
+ args.condition = `${args.condition}` + this.orgCondtionStr
368
+ }
369
+ args.condition = args.condition + ' and f_userinfo_id = ' + `'${this.row.f_userinfo_id}'`
370
+ this.condition = args.condition
371
+ this.model.search(args.condition, args.model)
372
+ }
373
+ },
374
+ computed: {
375
+ getCondition () {
376
+ return {
377
+ condition: this.condition
378
+ }
379
+ }
380
+ }
381
+ }
382
+ </script>
383
+ <style>
384
+ </style>
@@ -54,7 +54,7 @@
54
54
  <button @click="search()" class="button_search" style="margin-right: 10px" v-el:cba>查询</button>
55
55
  <export-excel :data="$parent.$parent.getCondition" :footer="$parent.$parent.footer"
56
56
  :field="$parent.$parent.fields" :header="$parent.$parent.other"
57
- sqlurl="rs/logic/saleExport" :sql-name="$parent.$parent.sqlname" template-name='抄表查询导出'
57
+ sqlurl="api/af-revenue/logic/saleExport" :sql-name="$parent.$parent.sqlname" template-name='抄表查询导出'
58
58
  :choose-col="true" ref="salehandplanExport"></export-excel>
59
59
 
60
60
  <print-data :defaultfield="$parent.$parent.defaultfield" :field="$parent.$parent.fields" :is-selected="true" :model="$parent.$parent.printModel"
@@ -89,7 +89,7 @@
89
89
  } else {
90
90
  this.metermessage.f_meter_base = (this.metermessage.f_meter_base - 0).toFixed(0)
91
91
  }
92
- if (this.metermessage.f_meter_base > this.f_meter_base_max) {
92
+ if ((this.metermessage.f_meter_base - 0) > (this.f_meter_base_max - 0)) {
93
93
  this.$showAlert(`新表底数可录入的最大值为: ${this.f_meter_base_max}, 请核实后重新录入!!!`, 'warning', 3000)
94
94
  this.metermessage.f_meter_base = ''
95
95
  }