apply-clients 3.5.4-83 → 3.5.4-85

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 (51) hide show
  1. package/build/dev-server.js +5 -9
  2. package/package.json +3 -3
  3. package/src/App.vue +25 -25
  4. package/src/applyAndroid.js +72 -72
  5. package/src/components/android/AppTakePic.vue +182 -181
  6. package/src/components/android/Process/Processes/AppChargeManagement.vue +635 -635
  7. package/src/components/android/Process/Processes/AppChargeManagementNew.vue +630 -635
  8. package/src/components/android/Process/Processes/AppInstallationDetails.vue +1 -1
  9. package/src/components/product/Material/MaterialDetailed.vue +268 -268
  10. package/src/components/product/Process/ExplorationSelect.vue +497 -497
  11. package/src/components/product/Process/Processes/InstallationDetails.vue +1 -1
  12. package/src/components/product/Process/Processes/chargeManagement.vue +656 -656
  13. package/src/filiale/baiyin/android/ByDeviceManagement.vue +916 -916
  14. package/src/filiale/fugou/android/AppAddMaterialScience.vue +448 -448
  15. package/src/filiale/fugou/android/AppDevicesManagement.vue +519 -519
  16. package/src/filiale/fugou/android/AppInstallationDetails.vue +541 -541
  17. package/src/filiale/fugou/android/AppServiceControl.vue +1845 -1843
  18. package/src/filiale/fugou/android/AppZhihuanManagement.vue +197 -191
  19. package/src/filiale/fugou/android/printCharge.vue +162 -0
  20. package/src/filiale/fugou/android.js +16 -15
  21. package/src/filiale/fugou/pc/ExplorationSelect.vue +525 -525
  22. package/src/filiale/fugou/pc/ServiceControl.vue +1705 -1703
  23. package/src/filiale/fugou/pc/ServiceView.vue +941 -941
  24. package/src/filiale/fugou/pc/devicesManagement.vue +483 -483
  25. package/src/filiale/fugou/pc/printChargepc.vue +148 -0
  26. package/src/filiale/fugou/pc.js +14 -13
  27. package/src/filiale/gongyi/android/AppAddMaterialScience.vue +493 -493
  28. package/src/filiale/jinhuang/pc/ServiceControl.vue +1925 -1925
  29. package/src/filiale/jinhuang/pc/addressAndUserinfoManagement.vue +203 -203
  30. package/src/filiale/jinhuang/pc/chargeManagementNew.vue +589 -589
  31. package/src/filiale/jinhuang/pc.js +8 -8
  32. package/src/filiale/qianneng/android/AppChargeManagement.vue +686 -686
  33. package/src/filiale/qianneng/android.js +15 -15
  34. package/src/filiale/qianneng/pc/ApplyMaterialDetailed.vue +261 -0
  35. package/src/filiale/qianneng/pc/Applydetail.vue +378 -378
  36. package/src/filiale/qianneng/pc/InstallFunction.vue +188 -188
  37. package/src/filiale/qianneng/pc.js +29 -28
  38. package/src/filiale/siyangRH/android/AppAddMaterialScience.vue +466 -466
  39. package/src/filiale/yangchunboneng/android/AppChargeManagement.vue +527 -527
  40. package/src/filiale/yangchunboneng/android/AppDevicesManagement.vue +639 -639
  41. package/src/filiale/yangchunboneng/android/AppServiceControl.vue +1681 -1681
  42. package/src/filiale/yangchunboneng/pc/ExplorationSelect.vue +548 -548
  43. package/src/filiale/yangchunboneng/pc/ServiceControl.vue +2075 -2075
  44. package/src/filiale/yangchunboneng/pc/chargeManagement.vue +1059 -1059
  45. package/src/filiale/yongzhouch/pc/ApplyUpload.vue +327 -327
  46. package/src/filiale/yongzhouch/pc/ExplorationSelect.vue +490 -490
  47. package/src/filiale/yongzhouch/pc/InstallationDetails.vue +610 -610
  48. package/src/filiale/yongzhouch/pc/ServiceControl.vue +1943 -1943
  49. package/src/filiale/yongzhouch/pc/devicesManagement.vue +488 -488
  50. package/src/filiale/yongzhouch/pc.js +10 -10
  51. package/src/main.js +23 -23
@@ -484,7 +484,7 @@ export default {
484
484
  }else{
485
485
  tablestate='待开通'
486
486
  }
487
- if (this.selectdata.f_apply_type === '团购转散户' || this.selectdata.f_apply_type === '改管报建' || this.selectdata.f_apply_type === '增容报建' || this.selectdata.f_apply_type === '报警器报建' || this.selectdata.f_apply_type === '工商业报警器报建') {
487
+ if (this.selectdata.f_apply_type === '民改商报建' ||this.selectdata.f_apply_type === '团购转散户' || this.selectdata.f_apply_type === '改管报建' || this.selectdata.f_apply_type === '增容报建' || this.selectdata.f_apply_type === '报警器报建' || this.selectdata.f_apply_type === '工商业报警器报建') {
488
488
  args.condition = args.condition + `and ui.f_userinfo_id = '${this.selectdata.f_userinfo_id}'`
489
489
  } else {
490
490
  args.condition = args.condition + `and ua.f_process_id = '${this.selectdata.f_process_id}'`