address-client 3.2.6 → 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 (68) hide show
  1. package/build/dev-server.js +35 -11
  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/CityList.vue +133 -133
  10. package/src/components/StreetList.vue +210 -210
  11. package/src/components/UserAddress.vue +909 -894
  12. package/src/main.js +21 -21
  13. package/yarn-error.log +7619 -0
  14. package/.gradle/3.5/file-changes/last-build.bin +0 -0
  15. package/.gradle/3.5/taskHistory/taskHistory.lock +0 -0
  16. package/.gradle/3.5.1/file-changes/last-build.bin +0 -0
  17. package/.gradle/3.5.1/taskHistory/taskHistory.lock +0 -0
  18. package/.gradle/buildOutputCleanup/built.bin +0 -0
  19. package/.gradle/buildOutputCleanup/cache.properties +0 -2
  20. package/.gradle/buildOutputCleanup/cache.properties.lock +0 -1
  21. package/AddressClient.iml +0 -13
  22. package/src/filiale/WEINAN/AddAreaMsg.vue +0 -656
  23. package/src/filiale/WEINAN/AddressList.vue +0 -357
  24. package/src/filiale/WEINAN/AddressManage.vue +0 -122
  25. package/src/filiale/WEINAN/AreaList.vue +0 -275
  26. package/src/filiale/WEINAN/UserAddress.vue +0 -783
  27. package/src/filiale/WEINAN/sale.js +0 -16
  28. package/src/filiale/gaomi/AddressList.vue +0 -430
  29. package/src/filiale/gaomi/UserAddress.vue +0 -832
  30. package/src/filiale/gaomi/sale.js +0 -14
  31. package/src/filiale/gongyi/AddAreaMsg.vue +0 -651
  32. package/src/filiale/gongyi/AreaManage.vue +0 -100
  33. package/src/filiale/gongyi/UserAddress.vue +0 -751
  34. package/src/filiale/gongyi/sale.js +0 -14
  35. package/src/filiale/jingwei/UserAddress.vue +0 -764
  36. package/src/filiale/jingwei/sale.js +0 -12
  37. package/src/filiale/macheng/AddAreaMsg.vue +0 -635
  38. package/src/filiale/macheng/AddStreetOrPcd.vue +0 -231
  39. package/src/filiale/macheng/AddressList.vue +0 -306
  40. package/src/filiale/macheng/AreaList.vue +0 -279
  41. package/src/filiale/macheng/CityManage.vue +0 -76
  42. package/src/filiale/macheng/StreetList.vue +0 -186
  43. package/src/filiale/macheng/UserAddress.vue +0 -743
  44. package/src/filiale/macheng/sale.js +0 -17
  45. package/src/filiale/rongcheng/AddressList.vue +0 -363
  46. package/src/filiale/rongcheng/UserAddress.vue +0 -799
  47. package/src/filiale/rongcheng/sale.js +0 -11
  48. package/src/filiale/shaoguan/AddAreaMsg.vue +0 -631
  49. package/src/filiale/shaoguan/UserAddress.vue +0 -764
  50. package/src/filiale/shaoguan/sale.js +0 -11
  51. package/src/filiale/tongchuan/AddAreaMsg.vue +0 -635
  52. package/src/filiale/tongchuan/AddStreetOrPcd.vue +0 -308
  53. package/src/filiale/tongchuan/AddressList.vue +0 -379
  54. package/src/filiale/tongchuan/AreaList.vue +0 -315
  55. package/src/filiale/tongchuan/AreaManage.vue +0 -100
  56. package/src/filiale/tongchuan/CityList.vue +0 -133
  57. package/src/filiale/tongchuan/StreetList.vue +0 -208
  58. package/src/filiale/tongchuan/UserAddress.vue +0 -822
  59. package/src/filiale/tongchuan/sale.js +0 -19
  60. package/src/filiale/wuhai/UserAddress.vue +0 -795
  61. package/src/filiale/wuhai/sale.js +0 -12
  62. package/src/filiale/zhoukou/AddAreaMsg.vue +0 -673
  63. package/src/filiale/zhoukou/AddressList.vue +0 -391
  64. package/src/filiale/zhoukou/AddressManage.vue +0 -115
  65. package/src/filiale/zhoukou/AreaList.vue +0 -319
  66. package/src/filiale/zhoukou/AreaManage.vue +0 -100
  67. package/src/filiale/zhoukou/UserAddress.vue +0 -925
  68. package/src/filiale/zhoukou/sale.js +0 -23
@@ -10,36 +10,60 @@ 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 str = 'http://127.0.0.1:8078', str2= 'http://192.168.50.4:8400/'
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'
14
15
  var proxyTable = {
15
-
16
16
  '/rs/logic/getLogin': {
17
- target: str2
17
+ target: fuwu
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
18
27
  },
19
28
  '/rs/vue': {
20
- target: str2
29
+ target: fuwu
21
30
  },
22
31
  '/rs/user': {
23
- target: str2
32
+ target: fuwu
24
33
  },
25
34
  '/rs/db': {
26
- target: str2
35
+ target: fuwu
27
36
  },
28
37
  '/rs/search': {
29
- target: str2
38
+ target: fuwu
30
39
  },
31
40
  '/rs/data': {
32
- target: str2
41
+ target: fuwu
33
42
  },
34
43
  '/rs/logic/getInitData': {
35
- target: str2
44
+ target: fuwu
45
+ },
46
+ '/rs/logic/exportfile': {
47
+ target: fuwu
48
+ },
49
+ '/rs/logic/getBatchOperaPro': {
50
+ target: fuwu
36
51
  },
37
52
  '/rs/logic/getSaleInitData': {
38
- target: str2
53
+ target: fuwu
54
+ },
55
+ '/rs/logic/address_useraddressimport': {
56
+ target: bendi
57
+ },
58
+ '/rs/sql': {
59
+ target: bendi
60
+ },
61
+ '/rs/logic': {
62
+ target: bendi
39
63
  },
40
64
  '/rs': {
41
65
  // target: 'http://192.168.50.199:8300'
42
- target: str2
66
+ target: fuwu
43
67
  }
44
68
  }
45
69
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "address-client",
3
- "version": "3.2.6",
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
  }