sale-client 4.2.55 → 4.2.56

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 (48) hide show
  1. package/build/dev-server.js +30 -52
  2. package/index.html +2 -7
  3. package/package.json +1 -1
  4. package/src/App.vue +1 -1
  5. package/src/components/revenue/HandManager/MeterBookUser.vue +726 -726
  6. package/src/components/revenue/base/leftview/meterinfodetail.vue +55 -16
  7. package/src/components/revenue/comprehen/ComprehenOperation/QrPay/QrPaymentDetailed.vue +423 -423
  8. package/src/components/revenue/comprehen/Maintenance/hand/handOperate.vue +469 -469
  9. package/src/components/revenue/machineHandManage/ArrearsQuery.vue +938 -938
  10. package/src/components/webMeter/MeterManage/WebMeterBatchOperationValve.vue +970 -970
  11. package/src/filiale/alashan/eticket/EticketRecordList.vue +428 -428
  12. package/src/filiale/bayan/ChargeList.vue +1010 -1010
  13. package/src/filiale/bayan/StockListmain.vue +543 -543
  14. package/src/filiale/bazhong/UserInfoDetailManageNew.vue +245 -245
  15. package/src/filiale/bazhong/ic_detail/ChangeMeterQueryUser.vue +370 -370
  16. package/src/filiale/bazhong/sale.js +8 -8
  17. package/src/filiale/beifangshiye/OtherChargeNew.vue +625 -625
  18. package/src/filiale/lixianV3/ArrearsQuery.vue +938 -938
  19. package/src/filiale/lixianV3/InsuranceChargesDetails.vue +425 -425
  20. package/src/filiale/meihekou/common/userinfo_detail/ic_detail/MachineRecordQuery.vue +281 -281
  21. package/src/filiale/qianneng/revenue/sms/AccountMessageList.vue +508 -508
  22. package/src/filiale/ronghao/ArrearsQuery.vue +974 -974
  23. package/src/filiale/ronghao/CardService.js +2144 -2144
  24. package/src/filiale/ronghao/InsuranceManage.vue +58 -58
  25. package/src/filiale/ronghao/MachineChargeService.js +149 -149
  26. package/src/filiale/ronghao/NoCardMeterCenter.vue +534 -534
  27. package/src/filiale/ronghao/PaymentCode.vue +174 -174
  28. package/src/filiale/ronghao/PriceChangeCompensation/CompensationManage.vue +26 -26
  29. package/src/filiale/ronghao/PriceChangeCompensation/IotCompensation.vue +318 -318
  30. package/src/filiale/ronghao/PriceChangeCompensation/JbCompensation.vue +343 -343
  31. package/src/filiale/ronghao/PriceChangeCompensation/SurplusRecordDetail.vue +74 -74
  32. package/src/filiale/ronghao/ReplaceCardManage.vue +415 -415
  33. package/src/filiale/ronghao/Upload.vue +654 -654
  34. package/src/filiale/ronghao/cardDown.vue +1141 -1141
  35. package/src/filiale/ronghao/changemeterOperate.vue +315 -315
  36. package/src/filiale/ronghao/fillgasSpecific.vue +313 -313
  37. package/src/filiale/ronghao/ic_detail/ChargeRecordQuery.vue +106 -106
  38. package/src/filiale/ronghao/ic_detail/WatchCollection.vue +115 -115
  39. package/src/filiale/ronghao/ic_detail/WebHandQueryUser.vue +411 -411
  40. package/src/filiale/ronghao/machineDown.vue +1176 -1176
  41. package/src/filiale/ronghao/replacementSingleInfoOperation.vue +315 -315
  42. package/src/filiale/ronghao/specificInformation.vue +537 -537
  43. package/src/filiale/yangchun/ChargeList.vue +954 -954
  44. package/src/filiale/yuncheng/changemeterListMaintain.vue +504 -504
  45. package/src/filiale/zhongsheng/BlackListList.vue +293 -293
  46. package/src/filiale/zhongyi/HandQueryUser.vue +389 -389
  47. package/src/main.js +1 -1
  48. package/src/plugins/CardService.js +2217 -2217
@@ -107,7 +107,11 @@
107
107
  </div>
108
108
  <div class="row" v-if="data.f_meter_type.includes('卡表')">
109
109
  <label class = "col-sm-5 " style="color: brown">累购写卡金额</label>
110
- <span class = "col-sm-7" style="color: brown">{{data?data.f_write_totalfee:dafault.f_total_fee}}</span>
110
+ <span class = "col-sm-7" style="color: brown">{{data?data.f_write_totalfee:dafault.f_total_fee}}
111
+ <span v-if="data && this.$login.r.includes('收费页面修改累购')" @click.stop="changeMeterWriteFee"
112
+ class="glyphicon glyphicon-pencil click-change" title="修改累购写卡金额">
113
+ </span>
114
+ </span>
111
115
  </div>
112
116
  <div class="row">
113
117
  <label class = "col-sm-5 " >气表表号</label>
@@ -223,16 +227,16 @@
223
227
  <div class="form-horizontal">
224
228
  <div class="row">
225
229
  <div class="col-sm-12 form-group">
226
- <label class="font_normal_body">旧表累购金额</label>
230
+ <label class="font_normal_body">原累购金额</label>
227
231
  <input readonly type="text" style="width:80%" class="input_search"
228
- v-model="data.f_total_fee" placeholder='旧表累购金额'>
232
+ v-model="data.f_total_fee" placeholder='原累购金额' disabled>
229
233
  </div>
230
234
  </div>
231
235
  <div class="row">
232
236
  <div class="col-sm-12 form-group">
233
- <label class="font_normal_body">旧表累购金额</label>
237
+ <label class="font_normal_body">修改后累购金额</label>
234
238
  <input type="text" style="width:80%" class="input_search" v-model="newMeterFee"
235
- placeholder='旧表累购金额'>
239
+ placeholder='修改后累购金额'>
236
240
  </div>
237
241
  </div>
238
242
  </div>
@@ -242,20 +246,45 @@
242
246
  <button type="button" class="button_clear" @click='close'>取消</button>
243
247
  </footer>
244
248
  </modal>
249
+ <modal v-if="showSelectUserWriteFee" :show.sync="showSelectUserWriteFee" width="40%" title="修正表累购写卡金额"
250
+ v-ref:modal large backdrop="false">
251
+ <article slot="modal-body" class="modal-body">
252
+ <div class="form-horizontal">
253
+ <div class="row">
254
+ <div class="col-sm-12 form-group">
255
+ <label class="font_normal_body">原表累购写卡金额</label>
256
+ <input readonly type="text" style="width:80%" class="input_search"
257
+ v-model="data.f_write_totalfee" placeholder='原表累购写卡金额' disabled>
258
+ </div>
259
+ </div>
260
+ <div class="row">
261
+ <div class="col-sm-12 form-group">
262
+ <label class="font_normal_body">修改后累购写卡金额</label>
263
+ <input type="text" style="width:80%" class="input_search" v-model="newMeterWriteFee"
264
+ placeholder='修改后累购写卡金额'>
265
+ </div>
266
+ </div>
267
+ </div>
268
+ </article>
269
+ <footer slot="modal-footer" class="modal-footer">
270
+ <button class="button_search" :disabled='!$m.valid ' @click="modifyUserFile('累购写卡金额')">确定</button>
271
+ <button type="button" class="button_clear" @click='close'>取消</button>
272
+ </footer>
273
+ </modal>
245
274
  <modal v-if="showSelectUserGas" :show.sync="showSelectUserGas" width="40%" title="修正表累购气量"
246
275
  v-ref:modal large backdrop="false">
247
276
  <article slot="modal-body" class="modal-body">
248
277
  <div class="form-horizontal">
249
278
  <div class="row">
250
279
  <div class="col-sm-12 form-group">
251
- <label class="font_normal_body">旧表累购气量</label>
280
+ <label class="font_normal_body">原表累购气量</label>
252
281
  <input readonly type="text" style="width:80%" class="input_search"
253
- v-model="data.f_total_gas" placeholder='旧表累购气量'>
282
+ v-model="data.f_total_gas" placeholder='原表累购气量' disabled>
254
283
  </div>
255
284
  </div>
256
285
  <div class="row">
257
286
  <div class="col-sm-12 form-group">
258
- <label class="font_normal_body">新表累购气量</label>
287
+ <label class="font_normal_body">修改后累购气量</label>
259
288
  <input type="text" style="width:80%" class="input_search" v-model="newMeterGas"
260
289
  placeholder='新表累购气量'>
261
290
  </div>
@@ -313,13 +342,14 @@ export default {
313
342
  },
314
343
  f_arrears_fee: 0,
315
344
  model: null,
316
- f_arrears_fee: 0,
317
345
  showselectncuserfile: false,
318
346
  showSelectUserFee: false,
347
+ showSelectUserWriteFee: false,
319
348
  showSelectUserGas: false,
320
349
  newmetertitles: '',
321
350
  newMeterGas: 0,
322
- newMeterFee: 0
351
+ newMeterFee: 0,
352
+ newMeterWriteFee: 0
323
353
  }
324
354
  },
325
355
  props: ['data'],
@@ -364,6 +394,10 @@ export default {
364
394
  // 修改累购金额
365
395
  this.showSelectUserFee = true
366
396
  },
397
+ changeMeterWriteFee () {
398
+ // 修改累购写卡金额
399
+ this.showSelectUserWriteFee = true
400
+ },
367
401
  async modifyUserFile (type) {
368
402
  let param = {
369
403
  f_userinfo_id: this.data.f_userinfo_id,
@@ -376,21 +410,25 @@ export default {
376
410
  f_depid: this.$login.f.depids,
377
411
  f_depname: this.$login.f.deps
378
412
  }
379
- if (type == '表封号') {
413
+ if (type === '表封号') {
380
414
  param.new_metertitles = this.newmetertitles
381
- } else if (type == '累购气量') {
415
+ } else if (type === '累购气量') {
382
416
  param.new_metergas = this.newMeterGas
383
- } else if (type == '累购金额') {
417
+ } else if (type === '累购金额') {
384
418
  param.new_meterfee = this.newMeterFee
419
+ } else if (type === '累购写卡金额') {
420
+ param.new_meterwritefee = this.newMeterWriteFee
385
421
  }
386
422
  await this.$resetpost('/api/af-revenue/logic/changeuserfilesmetertitles', {data: param}, {resolveMsg: '修正成功', rejectMsg: null})
387
423
  this.data.f_metertitles = this.newmetertitles
388
- if (type == '表封号') {
424
+ if (type === '表封号') {
389
425
  this.data.f_metertitles = this.newmetertitles
390
- } else if (type == '累购气量') {
426
+ } else if (type === '累购气量') {
391
427
  this.data.f_total_gas = this.newMeterGas
392
- } else if (type == '累购金额') {
428
+ } else if (type === '累购金额') {
393
429
  this.data.f_total_fee = this.newMeterFee
430
+ } else if (type === '累购写卡金额') {
431
+ this.data.f_write_totalfee = this.newMeterWriteFee
394
432
  }
395
433
  this.$parent.$parent.close()
396
434
  this.$parent.$parent.clean()
@@ -404,6 +442,7 @@ export default {
404
442
  this.newmetertitles = 0
405
443
  this.newMeterGas = 0
406
444
  this.newMeterFee = 0
445
+ this.newMeterWriteFee = 0
407
446
  }
408
447
  },
409
448
  watch: {