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.
- package/build/dev-server.js +26 -7
- package/package.json +7 -2
- package/src/address.js +6 -6
- package/src/components/AddAreaMsg.vue +394 -388
- package/src/components/AddressList.vue +250 -466
- package/src/components/AddressManage.vue +87 -94
- package/src/components/AreaList.vue +147 -258
- package/src/components/AreaManage.vue +76 -75
- package/src/components/UserAddress.vue +909 -896
- package/src/main.js +21 -21
- package/yarn-error.log +7619 -0
- package/.gradle/3.5.1/file-changes/last-build.bin +0 -0
- package/.gradle/3.5.1/taskHistory/taskHistory.lock +0 -0
- package/.gradle/6.1/executionHistory/executionHistory.bin +0 -0
- package/.gradle/6.1/executionHistory/executionHistory.lock +0 -0
- package/.gradle/6.1/fileChanges/last-build.bin +0 -0
- package/.gradle/6.1/fileHashes/fileHashes.bin +0 -0
- package/.gradle/6.1/fileHashes/fileHashes.lock +0 -0
- package/.gradle/6.1/gc.properties +0 -0
- package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +0 -2
- package/.gradle/checksums/checksums.lock +0 -0
- package/.gradle/vcs-1/gc.properties +0 -0
- package/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/gradle/wrapper/gradle-wrapper.properties +0 -5
- package/gradlew +0 -183
- package/gradlew.bat +0 -100
- package/src/filiale/WEINAN/AddAreaMsg.vue +0 -656
- package/src/filiale/WEINAN/AddressList.vue +0 -357
- package/src/filiale/WEINAN/AddressManage.vue +0 -122
- package/src/filiale/WEINAN/AreaList.vue +0 -275
- package/src/filiale/WEINAN/UserAddress.vue +0 -783
- package/src/filiale/WEINAN/sale.js +0 -16
- package/src/filiale/gaomi/AddressList.vue +0 -430
- package/src/filiale/gaomi/UserAddress.vue +0 -832
- package/src/filiale/gaomi/sale.js +0 -14
- package/src/filiale/gongyi/AddAreaMsg.vue +0 -651
- package/src/filiale/gongyi/AreaManage.vue +0 -100
- package/src/filiale/gongyi/UserAddress.vue +0 -751
- package/src/filiale/gongyi/sale.js +0 -14
- package/src/filiale/jingwei/UserAddress.vue +0 -764
- package/src/filiale/jingwei/sale.js +0 -12
- package/src/filiale/macheng/AddAreaMsg.vue +0 -635
- package/src/filiale/macheng/AddStreetOrPcd.vue +0 -231
- package/src/filiale/macheng/AddressList.vue +0 -306
- package/src/filiale/macheng/AreaList.vue +0 -279
- package/src/filiale/macheng/CityManage.vue +0 -76
- package/src/filiale/macheng/StreetList.vue +0 -186
- package/src/filiale/macheng/UserAddress.vue +0 -743
- package/src/filiale/macheng/sale.js +0 -17
- package/src/filiale/rongcheng/AddressList.vue +0 -363
- package/src/filiale/rongcheng/UserAddress.vue +0 -799
- package/src/filiale/rongcheng/sale.js +0 -11
- package/src/filiale/shaoguan/AddAreaMsg.vue +0 -631
- package/src/filiale/shaoguan/UserAddress.vue +0 -764
- package/src/filiale/shaoguan/sale.js +0 -11
- package/src/filiale/tongchuan/AddAreaMsg.vue +0 -635
- package/src/filiale/tongchuan/AddStreetOrPcd.vue +0 -308
- package/src/filiale/tongchuan/AddressList.vue +0 -379
- package/src/filiale/tongchuan/AreaList.vue +0 -315
- package/src/filiale/tongchuan/AreaManage.vue +0 -100
- package/src/filiale/tongchuan/CityList.vue +0 -133
- package/src/filiale/tongchuan/StreetList.vue +0 -208
- package/src/filiale/tongchuan/UserAddress.vue +0 -822
- package/src/filiale/tongchuan/sale.js +0 -19
- package/src/filiale/wuhai/UserAddress.vue +0 -795
- package/src/filiale/wuhai/sale.js +0 -12
- package/src/filiale/zhoukou/AddAreaMsg.vue +0 -673
- package/src/filiale/zhoukou/AddressList.vue +0 -391
- package/src/filiale/zhoukou/AddressManage.vue +0 -115
- package/src/filiale/zhoukou/AreaList.vue +0 -319
- package/src/filiale/zhoukou/AreaManage.vue +0 -100
- package/src/filiale/zhoukou/UserAddress.vue +0 -925
- package/src/filiale/zhoukou/sale.js +0 -23
package/build/dev-server.js
CHANGED
|
@@ -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:
|
|
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.
|
|
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.
|
|
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
|
-
|
|
51
|
-
|
|
52
|
-
|
|
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
|
}
|