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
@@ -24,19 +24,34 @@
24
24
  </div>
25
25
  <div class="row">
26
26
  <label class = "col-sm-5 " >证件号码</label>
27
- <span class = "col-sm-7" style="word-break: break-all">{{data?data.f_idnumber:dafault.f_idnumber}}</span>
27
+ <span class = "col-sm-7" style="word-break: break-all">{{data?data.f_idnumber:dafault.f_idnumber}}
28
+ <span v-if="data"
29
+ @click.stop="changeuseridnumber"
30
+ class="glyphicon glyphicon-pencil clickchange"
31
+ title="修正客户证件号码">
32
+ </span>
33
+ </span>
28
34
  </div>
29
35
  <div class="row">
30
36
  <label class = "col-sm-5 " >客户电话</label>
31
- <span class = "col-sm-7">{{data?data.f_user_phone:dafault.f_user_phone}}</span>
37
+ <span class = "col-sm-7">{{data?data.f_user_phone:dafault.f_user_phone}}
38
+ <span v-if="data" @click.stop="changeuserphone"
39
+ class="glyphicon glyphicon-pencil clickchange" title="修正客户电话"></span>
40
+ </span>
32
41
  </div>
33
42
  <div class="row">
34
43
  <label class = "col-sm-5 " >备用电话</label>
35
- <span class = "col-sm-7">{{data?data.f_rent_phone:dafault.f_rent_phone}}</span>
44
+ <span class = "col-sm-7">{{data?data.f_rent_phone:dafault.f_rent_phone}}
45
+ <span v-if="data" @click.stop="changerentphone"
46
+ class="glyphicon glyphicon-pencil clickchange" title="修正备用电话"></span>
47
+ </span>
36
48
  </div>
37
49
  <div class="row">
38
50
  <label class = "col-sm-5 " >备注信息</label>
39
- <span class = "col-sm-7">{{data?data.f_comments:dafault.f_comments}}</span>
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>
40
55
  </div>
41
56
  <div class="row">
42
57
  <label class = "col-sm-5 " >客户地址</label>
@@ -58,6 +73,106 @@
58
73
  <label class = "col-sm-5 " >用户等级</label>
59
74
  <span class = "col-sm-7" style="word-break: break-all">{{data?data.f_user_level:dafault.f_people_num}}</span>
60
75
  </div>
76
+ <modal v-if="showselectncuserinfo" :show.sync="showselectncuserinfo" width="40%" title="修正客户电话号码"
77
+ v-ref:modal large backdrop="false">
78
+ <article slot="modal-body" class="modal-body">
79
+ <div class="form-horizontal">
80
+ <div class="row">
81
+ <div class="col-sm-12 form-group">
82
+ <label class="font_normal_body">旧客户电话</label>
83
+ <input disabled readonly type="text" style="width:80%" class="input_search"
84
+ v-model="data.f_user_phone" placeholder='旧客户电话'>
85
+ </div>
86
+ </div>
87
+ <div class="row">
88
+ <div class="col-sm-12 form-group">
89
+ <label class="font_normal_body">新客户电话</label>
90
+ <input type="text" style="width:80%" class="input_search" v-model="newuserphone"
91
+ placeholder='新客户电话'>
92
+ </div>
93
+ </div>
94
+ </div>
95
+ </article>
96
+ <footer slot="modal-footer" class="modal-footer">
97
+ <button class="button_search" :disabled='!$m.valid ' @click="modifyUser">确定</button>
98
+ <button type="button" class="button_clear" @click='close'>取消</button>
99
+ </footer>
100
+ </modal>
101
+ <modal v-if="showselectncuserrent" :show.sync="showselectncuserrent" width="40%" title="修正客户备用电话"
102
+ v-ref:modal large backdrop="false">
103
+ <article slot="modal-body" class="modal-body">
104
+ <div class="form-horizontal">
105
+ <div class="row">
106
+ <div class="col-sm-12 form-group">
107
+ <label class="font_normal_body">旧客户备用电话</label>
108
+ <input disabled readonly type="text" style="width:80%" class="input_search"
109
+ v-model="data.f_rent_phone" placeholder='旧客户备用电话'>
110
+ </div>
111
+ </div>
112
+ <div class="row">
113
+ <div class="col-sm-12 form-group">
114
+ <label class="font_normal_body">新客户备用电话</label>
115
+ <input type="text" style="width:80%" class="input_search" v-model="newrentphone"
116
+ placeholder='新客户备用电话'>
117
+ </div>
118
+ </div>
119
+ </div>
120
+ </article>
121
+ <footer slot="modal-footer" class="modal-footer">
122
+ <button class="button_search" :disabled='!$m.valid ' @click="modifyUserRent">确定</button>
123
+ <button type="button" class="button_clear" @click='close'>取消</button>
124
+ </footer>
125
+ </modal>
126
+ <modal v-if="reason_show" :show.sync="reason_show" width="40%" title="修改备注信息"
127
+ v-ref:modal large backdrop="false">
128
+ <article slot="modal-body" class="modal-body">
129
+ <div class="form-horizontal">
130
+ <div class="row">
131
+ <div class="col-sm-12 form-group">
132
+ <label class="font_normal_body">旧备注信息</label>
133
+ <input disabled readonly type="text" style="width:80%" class="input_search"
134
+ v-model="data.f_comments" placeholder='旧备注信息'>
135
+ </div>
136
+ </div>
137
+ <div class="row">
138
+ <div class="col-sm-12 form-group">
139
+ <label class="font_normal_body">新备注信息</label>
140
+ <input type="text" style="width:80%" class="input_search" v-model="new_reason"
141
+ placeholder='新备注信息'>
142
+ </div>
143
+ </div>
144
+ </div>
145
+ </article>
146
+ <footer slot="modal-footer" class="modal-footer">
147
+ <button class="button_search" :disabled='!$m.valid ' @click="modifyUserSpecialReson">确定</button>
148
+ <button type="button" class="button_clear" @click='close'>取消</button>
149
+ </footer>
150
+ </modal>
151
+ <modal v-if="showselectncuseridnumber" :show.sync="showselectncuseridnumber" width="40%" title="修改证件号码"
152
+ v-ref:modal large backdrop="false">
153
+ <article slot="modal-body" class="modal-body">
154
+ <div class="form-horizontal">
155
+ <div class="row">
156
+ <div class="col-sm-12 form-group">
157
+ <label class="font_normal_body">旧证件号码</label>
158
+ <input readonly type="text" style="width:80%" class="input_search"
159
+ v-model="data.f_idnumber" placeholder='旧证件号码'>
160
+ </div>
161
+ </div>
162
+ <div class="row">
163
+ <div class="col-sm-12 form-group">
164
+ <label class="font_normal_body">新证件号码</label>
165
+ <input type="text" style="width:80%" class="input_search" v-model="newuseridnumber"
166
+ placeholder='新证件号码'>
167
+ </div>
168
+ </div>
169
+ </div>
170
+ </article>
171
+ <footer slot="modal-footer" class="modal-footer">
172
+ <button class="button_search" :disabled='!newuseridnumber' @click="modifyUserIdNumberReason">确定</button>
173
+ <button type="button" class="button_clear" @click='close'>取消</button>
174
+ </footer>
175
+ </modal>
61
176
 
62
177
  </div>
63
178
  </div>
@@ -90,7 +205,15 @@
90
205
  f_rent_phone: '************',
91
206
  f_comments: '************'
92
207
  },
93
- model: null
208
+ model: null,
209
+ showselectncuseridnumber: false,
210
+ showselectncuserinfo: false,
211
+ newuseridnumber: '',
212
+ reason_show: false,
213
+ new_reason: '',
214
+ newuserphone: '',
215
+ newrentphone: '',
216
+ showselectncuserrent: false
94
217
  }
95
218
  },
96
219
  props: ['data'],
@@ -99,6 +222,111 @@
99
222
  if (val.f_userinfo_code !== '********') {
100
223
  this.$dispatch('deal-msg', val)
101
224
  }
225
+ },
226
+ changeuseridnumber () {
227
+ // 修正客户证件号码
228
+ this.showselectncuseridnumber = true
229
+ this.newuseridnumber = ''
230
+ },
231
+ changeuserphone () {
232
+ // 修正客户电话
233
+ this.showselectncuserinfo = true
234
+ this.newuserphone = ''
235
+ },
236
+ changerentphone () {
237
+ // 修正客户电话
238
+ this.showselectncuserrent = true
239
+ this.newrentphone = ''
240
+ },
241
+ change_reason () {
242
+ // 修正客户电话
243
+ this.reason_show = true
244
+ this.new_reason = ''
245
+ },
246
+ async modifyUserIdNumberReason () {
247
+ let param = {
248
+ new_idnumber: this.newuseridnumber,
249
+ f_userinfo_id: this.data.f_userinfo_id,
250
+ f_user_id: this.data.f_user_id,
251
+ f_operator: this.$login.f.name,
252
+ f_operatorid: this.$login.f.id,
253
+ f_orgid: this.$login.f.orgid,
254
+ f_orgname: this.$login.f.orgs,
255
+ f_depid: this.$login.f.depids,
256
+ f_depname: this.$login.f.deps
257
+ }
258
+ await this.$resetpost('/api/af-revenue/logic/changeuserinfo', {data: param}, {resolveMsg: '修正成功', rejectMsg: null})
259
+ this.data.f_idnumber = this.newuseridnumber
260
+ this.$parent.$parent.close()
261
+ this.$parent.$parent.clean()
262
+ this.$parent.$parent.$refs.list.searchNoData()
263
+ this.close()
264
+ },
265
+ async modifyUserSpecialReson () {
266
+ let param = {
267
+ new_reason: this.new_reason,
268
+ f_userinfo_id: this.data.f_userinfo_id,
269
+ f_user_id: this.data.f_user_id,
270
+ f_operator: this.$login.f.name,
271
+ f_operatorid: this.$login.f.id,
272
+ f_orgid: this.$login.f.orgid,
273
+ f_orgname: this.$login.f.orgs,
274
+ f_depid: this.$login.f.depids,
275
+ f_depname: this.$login.f.deps
276
+ }
277
+ await this.$resetpost('/api/af-revenue/logic/changeuserinfo', {data: param}, {resolveMsg: '修正成功', rejectMsg: null})
278
+ this.data.f_comments = this.new_reason
279
+ this.$parent.$parent.close()
280
+ this.$parent.$parent.clean()
281
+ this.$parent.$parent.$refs.list.searchNoData()
282
+ this.close()
283
+ },
284
+ async modifyUserRent () {
285
+ let param = {
286
+ new_rentphone: this.newrentphone,
287
+ f_userinfo_id: this.data.f_userinfo_id,
288
+ f_user_id: this.data.f_user_id,
289
+ f_operator: this.$login.f.name,
290
+ f_operatorid: this.$login.f.id,
291
+ f_orgid: this.$login.f.orgid,
292
+ f_orgname: this.$login.f.orgs,
293
+ f_depid: this.$login.f.depids,
294
+ f_depname: this.$login.f.deps
295
+ }
296
+ await this.$resetpost('/api/af-revenue/logic/changeuserinfo', {data: param}, {resolveMsg: '修正成功', rejectMsg: null})
297
+ this.data.f_rent_phone = this.newrentphone
298
+ this.$parent.$parent.close()
299
+ this.$parent.$parent.clean()
300
+ this.$parent.$parent.$refs.list.searchNoData()
301
+ this.close()
302
+ },
303
+ async modifyUser () {
304
+ let param = {
305
+ new_userphone: this.newuserphone,
306
+ f_userinfo_id: this.data.f_userinfo_id,
307
+ f_user_id: this.data.f_user_id,
308
+ f_operator: this.$login.f.name,
309
+ f_operatorid: this.$login.f.id,
310
+ f_orgid: this.$login.f.orgid,
311
+ f_orgname: this.$login.f.orgs,
312
+ f_depid: this.$login.f.depids,
313
+ f_depname: this.$login.f.deps
314
+ }
315
+ await this.$resetpost('/api/af-revenue/logic/changeuserinfo', {data: param}, {resolveMsg: '修正成功', rejectMsg: null})
316
+ this.data.f_user_phone = this.newuserphone
317
+ this.$parent.$parent.close()
318
+ this.$parent.$parent.clean()
319
+ this.$parent.$parent.$refs.list.searchNoData()
320
+ this.close()
321
+ },
322
+ close () {
323
+ this.showselectncuserinfo = false
324
+ this.showselectncuserrent = false
325
+ this.reason_show = false
326
+ this.showselectncuseridnumber = false
327
+ this.newuserphone = ''
328
+ this.new_reason = ''
329
+ this.new_idnumber = ''
102
330
  }
103
331
  },
104
332
  watch: {