apply-clients 3.5.6-4 → 3.5.6-40

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 (39) hide show
  1. package/build/dev-server.js +2 -2
  2. package/package.json +1 -1
  3. package/src/components/android/Process/AppChargeList.vue +455 -391
  4. package/src/components/product/ApplyCharge/ApplyChargeList.vue +13 -0
  5. package/src/filiale/ancheng/pc/SupervisoryList.vue +420 -0
  6. package/src/filiale/ancheng/pc.js +6 -0
  7. package/src/filiale/dingcheng/android/AppInstallationDetails.vue +0 -1
  8. package/src/filiale/dingcheng/pc/InstallationDetails.vue +0 -1
  9. package/src/filiale/fugou/android/AppDevicesManagement.vue +6 -11
  10. package/src/filiale/fugou/android/AppInstallationDetails.vue +32 -33
  11. package/src/filiale/fugou/pc/ServiceControl.vue +9 -0
  12. package/src/filiale/fugou/pc/ServiceView.vue +3 -2
  13. package/src/filiale/fugou/pc/chargeReport.vue +6 -2
  14. package/src/filiale/gongyi/pc/chargeManagement.vue +2 -2
  15. package/src/filiale/jinhuang/android/AppAddMaterialScience.vue +5 -5
  16. package/src/filiale/jinhuang/pc/Applybatchdispatch.vue +771 -0
  17. package/src/filiale/jinhuang/pc/ContractList.vue +5 -3
  18. package/src/filiale/jinhuang/pc/ServiceControl.vue +2019 -2016
  19. package/src/filiale/jinhuang/pc.js +2 -1
  20. package/src/filiale/ruihua/pc/ApplyChargeList.vue +490 -0
  21. package/src/filiale/ruihua/pc/ApplyChargeSearch.vue +31 -0
  22. package/src/filiale/ruihua/pc/SupervisoryList.vue +477 -0
  23. package/src/filiale/ruihua/pc.js +3 -0
  24. package/src/filiale/shexian/android/AppExplorationUser.vue +692 -682
  25. package/src/filiale/shexian/android/AppServiceControl.vue +32 -32
  26. package/src/filiale/shexian/android/AppTakePic.vue +66 -12
  27. package/src/filiale/yangchunboneng/android/AppChargeManagement.vue +6 -2
  28. package/src/filiale/yangchunboneng/android/AppInstallationMaterial.vue +1 -1
  29. package/src/filiale/yangchunboneng/android/AppOtherChargeList.vue +281 -0
  30. package/src/filiale/yangchunboneng/android/AppServiceControl.vue +4 -0
  31. package/src/filiale/yangchunboneng/android/MaterIialOne.vue +179 -176
  32. package/src/filiale/yangchunboneng/android.js +2 -1
  33. package/src/filiale/yangchunboneng/pc/ApplyChargeList.vue +645 -645
  34. package/src/filiale/yangchunboneng/pc/ExplorationSelect.vue +622 -612
  35. package/src/filiale/yangchunboneng/pc/InstallInfoSelect.vue +36 -1
  36. package/src/filiale/yangchunboneng/pc/ServiceControl.vue +2118 -2114
  37. package/src/filiale/yangchunboneng/pc/SupervisoryList.vue +213 -187
  38. package/src/filiale/yangchunboneng/pc/chargeManagement.vue +1061 -1057
  39. package/src/main.js +1 -1
@@ -8,8 +8,8 @@ var compiler = webpack(config)
8
8
  // var proxy = httpProxy.createProxyServer()
9
9
  // var ldap = 'http://121.36.79.201:8400'
10
10
  // var applyinstall = 'http://121.36.79.201:8400'
11
- var ldap = 'http://125.46.75.142:6010'
12
- var applyinstall = 'http://125.46.75.142:6010'
11
+ var ldap = 'http://125.71.238.50:30789'
12
+ var applyinstall = 'http://125.71.238.50:30789'
13
13
 
14
14
  var proxyTable = {
15
15
  '/api': {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apply-clients",
3
- "version": "3.5.6-4",
3
+ "version": "3.5.6-40",
4
4
  "description": "报建前端模块",
5
5
  "main": "src/index.js",
6
6
  "directories": {