apply-clients 3.5.4-82 → 3.5.4-84

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 (44) hide show
  1. package/build/dev-server.js +10 -5
  2. package/package.json +1 -1
  3. package/src/App.vue +25 -25
  4. package/src/apply.js +137 -137
  5. package/src/components/android/AppCheckTakePic.vue +168 -168
  6. package/src/components/android/AppTakePic.vue +182 -181
  7. package/src/components/android/Process/AppServiceControl.vue +1755 -1755
  8. package/src/components/android/Process/Processes/AppChargeManagement.vue +1 -3
  9. package/src/components/android/Process/Processes/AppChargeManagementNew.vue +1 -3
  10. package/src/components/product/Material/MaterialDetailed.vue +268 -268
  11. package/src/components/product/PcZhihuanManagement.vue +160 -160
  12. package/src/components/product/Process/Processes/chargeManagement.vue +1 -1
  13. package/src/filiale/fugou/android/AppAddMaterialScience.vue +2 -2
  14. package/src/filiale/fugou/android/AppAddReplacement.vue +341 -341
  15. package/src/filiale/fugou/android/AppChargeManagement.vue +739 -739
  16. package/src/filiale/fugou/android/AppDevicesManagement.vue +519 -519
  17. package/src/filiale/fugou/android/AppInstallationDetails.vue +541 -541
  18. package/src/filiale/fugou/android/AppServiceControl.vue +4 -2
  19. package/src/filiale/fugou/android/AppZhihuanManagement.vue +8 -2
  20. package/src/filiale/fugou/android/printCharge.vue +162 -0
  21. package/src/filiale/fugou/android.js +2 -1
  22. package/src/filiale/fugou/pc/AddReplacement.vue +340 -340
  23. package/src/filiale/fugou/pc/ExplorationSelect.vue +525 -525
  24. package/src/filiale/fugou/pc/ServiceControl.vue +1705 -1703
  25. package/src/filiale/fugou/pc/ServiceView.vue +941 -941
  26. package/src/filiale/fugou/pc/addMaterialScience.vue +481 -481
  27. package/src/filiale/fugou/pc/addressAndUserinfoManagement.vue +216 -216
  28. package/src/filiale/fugou/pc/devicesManagement.vue +483 -483
  29. package/src/filiale/fugou/pc/printChargepc.vue +148 -0
  30. package/src/filiale/fugou/pc.js +14 -13
  31. package/src/filiale/gongyi/android/AppAddMaterialScience.vue +493 -493
  32. package/src/filiale/jinhuang/pc/addressAndUserinfoManagement.vue +203 -0
  33. package/src/filiale/jinhuang/pc.js +1 -0
  34. package/src/filiale/qianneng/android/AppChargeManagement.vue +686 -686
  35. package/src/filiale/qianneng/android.js +15 -15
  36. package/src/filiale/qianneng/pc/Applydetail.vue +378 -378
  37. package/src/filiale/qianneng/pc/InstallFunction.vue +188 -188
  38. package/src/filiale/yangchunboneng/android/AppChargeManagement.vue +527 -527
  39. package/src/filiale/yangchunboneng/android/AppDevicesManagement.vue +639 -639
  40. package/src/filiale/yangchunboneng/android/AppServiceControl.vue +1681 -1681
  41. package/src/filiale/yangchunboneng/pc/ExplorationSelect.vue +548 -548
  42. package/src/filiale/yangchunboneng/pc/ServiceControl.vue +2075 -2075
  43. package/src/filiale/yangchunboneng/pc/chargeManagement.vue +1059 -1059
  44. package/src/main.js +3 -2
package/src/main.js CHANGED
@@ -11,9 +11,10 @@ import apply from './apply'
11
11
  all()
12
12
  apply('fugou')
13
13
  ldap()
14
- sale()
14
+ sale('qianneng')
15
15
  material()
16
- system(false)
16
+ system(false, 'qianneng')
17
+
17
18
  require('system-clients/src/styles/less/bootstrap.less')
18
19
  require('./expandcss.less')
19
20
  new Vue({