address-client 3.2.5 → 3.2.7-zk

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 (74) hide show
  1. package/build/dev-server.js +26 -7
  2. package/package.json +7 -2
  3. package/src/address.js +6 -6
  4. package/src/components/AddAreaMsg.vue +394 -388
  5. package/src/components/AddressList.vue +250 -466
  6. package/src/components/AddressManage.vue +87 -94
  7. package/src/components/AreaList.vue +147 -258
  8. package/src/components/AreaManage.vue +76 -75
  9. package/src/components/UserAddress.vue +909 -896
  10. package/src/main.js +21 -21
  11. package/yarn-error.log +7619 -0
  12. package/.gradle/3.5.1/file-changes/last-build.bin +0 -0
  13. package/.gradle/3.5.1/taskHistory/taskHistory.lock +0 -0
  14. package/.gradle/6.1/executionHistory/executionHistory.bin +0 -0
  15. package/.gradle/6.1/executionHistory/executionHistory.lock +0 -0
  16. package/.gradle/6.1/fileChanges/last-build.bin +0 -0
  17. package/.gradle/6.1/fileHashes/fileHashes.bin +0 -0
  18. package/.gradle/6.1/fileHashes/fileHashes.lock +0 -0
  19. package/.gradle/6.1/gc.properties +0 -0
  20. package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  21. package/.gradle/buildOutputCleanup/cache.properties +0 -2
  22. package/.gradle/checksums/checksums.lock +0 -0
  23. package/.gradle/vcs-1/gc.properties +0 -0
  24. package/gradle/wrapper/gradle-wrapper.jar +0 -0
  25. package/gradle/wrapper/gradle-wrapper.properties +0 -5
  26. package/gradlew +0 -183
  27. package/gradlew.bat +0 -100
  28. package/src/filiale/WEINAN/AddAreaMsg.vue +0 -656
  29. package/src/filiale/WEINAN/AddressList.vue +0 -357
  30. package/src/filiale/WEINAN/AddressManage.vue +0 -122
  31. package/src/filiale/WEINAN/AreaList.vue +0 -275
  32. package/src/filiale/WEINAN/UserAddress.vue +0 -783
  33. package/src/filiale/WEINAN/sale.js +0 -16
  34. package/src/filiale/gaomi/AddressList.vue +0 -430
  35. package/src/filiale/gaomi/UserAddress.vue +0 -832
  36. package/src/filiale/gaomi/sale.js +0 -14
  37. package/src/filiale/gongyi/AddAreaMsg.vue +0 -651
  38. package/src/filiale/gongyi/AreaManage.vue +0 -100
  39. package/src/filiale/gongyi/UserAddress.vue +0 -751
  40. package/src/filiale/gongyi/sale.js +0 -14
  41. package/src/filiale/jingwei/UserAddress.vue +0 -764
  42. package/src/filiale/jingwei/sale.js +0 -12
  43. package/src/filiale/macheng/AddAreaMsg.vue +0 -635
  44. package/src/filiale/macheng/AddStreetOrPcd.vue +0 -231
  45. package/src/filiale/macheng/AddressList.vue +0 -306
  46. package/src/filiale/macheng/AreaList.vue +0 -279
  47. package/src/filiale/macheng/CityManage.vue +0 -76
  48. package/src/filiale/macheng/StreetList.vue +0 -186
  49. package/src/filiale/macheng/UserAddress.vue +0 -743
  50. package/src/filiale/macheng/sale.js +0 -17
  51. package/src/filiale/rongcheng/AddressList.vue +0 -363
  52. package/src/filiale/rongcheng/UserAddress.vue +0 -799
  53. package/src/filiale/rongcheng/sale.js +0 -11
  54. package/src/filiale/shaoguan/AddAreaMsg.vue +0 -631
  55. package/src/filiale/shaoguan/UserAddress.vue +0 -764
  56. package/src/filiale/shaoguan/sale.js +0 -11
  57. package/src/filiale/tongchuan/AddAreaMsg.vue +0 -635
  58. package/src/filiale/tongchuan/AddStreetOrPcd.vue +0 -308
  59. package/src/filiale/tongchuan/AddressList.vue +0 -379
  60. package/src/filiale/tongchuan/AreaList.vue +0 -315
  61. package/src/filiale/tongchuan/AreaManage.vue +0 -100
  62. package/src/filiale/tongchuan/CityList.vue +0 -133
  63. package/src/filiale/tongchuan/StreetList.vue +0 -208
  64. package/src/filiale/tongchuan/UserAddress.vue +0 -822
  65. package/src/filiale/tongchuan/sale.js +0 -19
  66. package/src/filiale/wuhai/UserAddress.vue +0 -795
  67. package/src/filiale/wuhai/sale.js +0 -12
  68. package/src/filiale/zhoukou/AddAreaMsg.vue +0 -673
  69. package/src/filiale/zhoukou/AddressList.vue +0 -391
  70. package/src/filiale/zhoukou/AddressManage.vue +0 -115
  71. package/src/filiale/zhoukou/AreaList.vue +0 -319
  72. package/src/filiale/zhoukou/AreaManage.vue +0 -100
  73. package/src/filiale/zhoukou/UserAddress.vue +0 -925
  74. package/src/filiale/zhoukou/sale.js +0 -23
@@ -10,17 +10,21 @@ var proxy = httpProxy.createProxyServer()
10
10
 
11
11
  // Define HTTP proxies to your custom API backend
12
12
  // https://github.com/chimurai/http-proxy-middleware
13
- var bendi = 'http://127.0.0.1:8079/'
14
- // 公司测试服务
15
- // var fuwu = 'http://192.168.50.4:8400'
16
- var fuwu = 'http://172.168.1.11:8400'
17
- var str = 'http://127.0.0.1:8078',
18
- str2= 'http://172.168.1.11:9001/'
13
+ // var bendi = 'http://127.0.0.1:8080', fuwu= 'http://192.168.20.28:8400'
14
+ var bendi = 'http://192.168.20.28:8400', fuwu= 'http://192.168.20.28:8400'
19
15
  var proxyTable = {
20
-
21
16
  '/rs/logic/getLogin': {
22
17
  target: fuwu
23
18
  },
19
+ '/rs/sql/address_getAddress': {
20
+ target: bendi
21
+ },
22
+ '/rs/sql/address_singleTableOrderBy': {
23
+ target: bendi
24
+ },
25
+ '/rs/logic/address_updateuseraddress': {
26
+ target: bendi
27
+ },
24
28
  '/rs/vue': {
25
29
  target: fuwu
26
30
  },
@@ -39,9 +43,24 @@ var proxyTable = {
39
43
  '/rs/logic/getInitData': {
40
44
  target: fuwu
41
45
  },
46
+ '/rs/logic/exportfile': {
47
+ target: fuwu
48
+ },
49
+ '/rs/logic/getBatchOperaPro': {
50
+ target: fuwu
51
+ },
42
52
  '/rs/logic/getSaleInitData': {
43
53
  target: fuwu
44
54
  },
55
+ '/rs/logic/address_useraddressimport': {
56
+ target: bendi
57
+ },
58
+ '/rs/sql': {
59
+ target: bendi
60
+ },
61
+ '/rs/logic': {
62
+ target: bendi
63
+ },
45
64
  '/rs': {
46
65
  // target: 'http://192.168.50.199:8300'
47
66
  target: fuwu
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "address-client",
3
- "version": "3.2.5",
3
+ "version": "3.2.7-zk",
4
4
  "description": "地址管理前台组件",
5
5
  "author": "wanbochao",
6
6
  "license": "ISC",
@@ -80,7 +80,7 @@
80
80
  "style-loader": "^0.20.3",
81
81
  "system-clients": "3.1.88-5",
82
82
  "url-loader": "^0.5.7",
83
- "vue-client": "1.24.27",
83
+ "vue-client": "1.24.31",
84
84
  "vue-hot-reload-api": "^1.2.0",
85
85
  "vue-html-loader": "^1.0.0",
86
86
  "vue-loader": "^8.2.1",
@@ -95,5 +95,10 @@
95
95
  "webpack-merge": "^0.8.3",
96
96
  "jsencrypt": "3.0.0-rc.1",
97
97
  "axios": "0.15.3"
98
+ },
99
+ "directories": {
100
+ "doc": "doc",
101
+ "example": "examples",
102
+ "test": "test"
98
103
  }
99
104
  }
package/src/address.js CHANGED
@@ -46,10 +46,10 @@ export default function (filiale) {
46
46
  //批量置换接单
47
47
  Vue.component('batch_orders', (resolve) => { require(['./components/selectAddress/BatchOrders'], resolve) })
48
48
  // 分公司特殊页面注册替换
49
- if (filiale) {
50
- let filialeComp = require(`./filiale/${filiale}/sale`).specialComp
51
- for (let key in filialeComp) {
52
- Vue.component(key, filialeComp[key])
53
- }
54
- }
49
+ // if (filiale) {
50
+ // let filialeComp = require(`./filiale/${filiale}/sale`).specialComp
51
+ // for (let key in filialeComp) {
52
+ // Vue.component(key, filialeComp[key])
53
+ // }
54
+ // }
55
55
  }