address-client 3.0.25 → 3.0.27-aode
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/.gradle/buildOutputCleanup/cache.properties +1 -1
- package/AddressClient.iml +13 -0
- package/CHANGELOG.md +0 -3
- package/build/dev-server.js +3 -3
- package/package.json +11 -5
- package/src/address.js +3 -0
- package/src/components/AddAreaMsg.vue +14 -10
- package/src/components/AddressList.vue +307 -288
- package/src/components/AreaList.vue +23 -2
- package/src/components/AreaManage.vue +16 -2
- package/src/components/UserAddress.vue +394 -393
- package/src/components/areauser/AreaUser.vue +233 -0
- package/.gradle/3.5/file-changes/last-build.bin +0 -0
- package/.gradle/3.5/taskHistory/taskHistory.lock +0 -0
- package/.gradle/5.2.1/executionHistory/executionHistory.bin +0 -0
- package/.gradle/5.2.1/executionHistory/executionHistory.lock +0 -0
- package/.gradle/5.2.1/fileChanges/last-build.bin +0 -0
- package/.gradle/5.2.1/fileHashes/fileHashes.bin +0 -0
- package/.gradle/5.2.1/fileHashes/fileHashes.lock +0 -0
- package/.gradle/5.2.1/gc.properties +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 -172
- package/gradlew.bat +0 -84
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
#Fri
|
|
1
|
+
#Fri Jul 10 10:01:08 CST 2020
|
|
2
2
|
gradle.version=3.5
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<module external.linked.project.id="AddressClient" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="" external.system.module.version="3.0.11" type="JAVA_MODULE" version="4">
|
|
3
|
+
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
|
4
|
+
<exclude-output />
|
|
5
|
+
<content url="file://$MODULE_DIR$">
|
|
6
|
+
<excludeFolder url="file://$MODULE_DIR$/.gradle" />
|
|
7
|
+
<excludeFolder url="file://$MODULE_DIR$/build" />
|
|
8
|
+
<excludeFolder url="file://$MODULE_DIR$/out" />
|
|
9
|
+
</content>
|
|
10
|
+
<orderEntry type="inheritedJdk" />
|
|
11
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
|
12
|
+
</component>
|
|
13
|
+
</module>
|
package/CHANGELOG.md
CHANGED
package/build/dev-server.js
CHANGED
|
@@ -10,7 +10,7 @@ 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:8091/ldap', str2= 'http://
|
|
13
|
+
var str = 'http://127.0.0.1:8091/ldap', str2= 'http://192.168.10.14:8300'
|
|
14
14
|
var proxyTable = {
|
|
15
15
|
|
|
16
16
|
'/rs/logic/getLogin': {
|
|
@@ -32,11 +32,11 @@ var proxyTable = {
|
|
|
32
32
|
target: str2
|
|
33
33
|
},
|
|
34
34
|
'/rs/logic/getSaleInitData': {
|
|
35
|
-
target:
|
|
35
|
+
target: str2
|
|
36
36
|
},
|
|
37
37
|
'/rs': {
|
|
38
38
|
// target: 'http://192.168.50.199:8300'
|
|
39
|
-
target:
|
|
39
|
+
target: str2
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "address-client",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.27-aode",
|
|
4
4
|
"description": "地址管理前台组件",
|
|
5
5
|
"author": "wanbochao",
|
|
6
6
|
"license": "ISC",
|
|
@@ -72,15 +72,15 @@
|
|
|
72
72
|
"mocha": "^3.2.0",
|
|
73
73
|
"ncp": "^2.0.0",
|
|
74
74
|
"rimraf": "^2.5.0",
|
|
75
|
-
"sale-client": "
|
|
75
|
+
"sale-client": "1.0.66-aode",
|
|
76
76
|
"selenium-server": "2.52.0",
|
|
77
77
|
"sinon": "^2.1.0",
|
|
78
78
|
"sinon-chai": "^2.8.0",
|
|
79
79
|
"style": "0.0.3",
|
|
80
80
|
"style-loader": "^0.20.3",
|
|
81
|
-
"system-clients": "3.
|
|
81
|
+
"system-clients": "3.1.84",
|
|
82
82
|
"url-loader": "^0.5.7",
|
|
83
|
-
"vue-client": "1.
|
|
83
|
+
"vue-client": "1.22.20-5",
|
|
84
84
|
"vue-hot-reload-api": "^1.2.0",
|
|
85
85
|
"vue-html-loader": "^1.0.0",
|
|
86
86
|
"vue-loader": "^8.2.1",
|
|
@@ -92,6 +92,12 @@
|
|
|
92
92
|
"webpack": "^1.12.2",
|
|
93
93
|
"webpack-dev-middleware": "^1.4.0",
|
|
94
94
|
"webpack-hot-middleware": "^2.6.0",
|
|
95
|
-
"webpack-merge": "^0.8.3"
|
|
95
|
+
"webpack-merge": "^0.8.3",
|
|
96
|
+
"jsencrypt": "3.0.0-rc.1"
|
|
97
|
+
},
|
|
98
|
+
"directories": {
|
|
99
|
+
"doc": "doc",
|
|
100
|
+
"example": "examples",
|
|
101
|
+
"test": "test"
|
|
96
102
|
}
|
|
97
103
|
}
|
package/src/address.js
CHANGED
|
@@ -27,6 +27,8 @@ export default function () {
|
|
|
27
27
|
Vue.component('add-street-pcd', (resolve) => { require(['./components/AddStreetOrPcd'], resolve) })
|
|
28
28
|
//小区列表
|
|
29
29
|
Vue.component('area-list', (resolve) => { require(['./components/AreaList'], resolve) })
|
|
30
|
+
// 使用该小区的用户信息
|
|
31
|
+
Vue.component('area-user', (resolve) => { require(['./components/areauser/AreaUser.vue'], resolve) })
|
|
30
32
|
//小区管理(包含修改表具,小区的添加)
|
|
31
33
|
Vue.component('area-manage', (resolve) => { require(['./components/AreaManage'], resolve) })
|
|
32
34
|
//单位管理()
|
|
@@ -43,4 +45,5 @@ export default function () {
|
|
|
43
45
|
Vue.component('user-address-change', (resolve) => { require(['./components/UserAddressChange'], resolve) })
|
|
44
46
|
//批量置换接单
|
|
45
47
|
Vue.component('batch_orders', (resolve) => { require(['./components/selectAddress/BatchOrders'], resolve) })
|
|
48
|
+
|
|
46
49
|
}
|
|
@@ -298,18 +298,22 @@
|
|
|
298
298
|
|
|
299
299
|
async initSlice (val) {
|
|
300
300
|
if (val) {
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
301
|
+
this.sliceArea = [];
|
|
302
|
+
let getAllArea = await this.$resetpost('/rs/sql/address_singleTableOrderBy', {
|
|
303
|
+
data:{
|
|
304
|
+
items: '*',
|
|
305
|
+
tablename: 't_zone',
|
|
306
|
+
orderitem: 'id',
|
|
307
|
+
condition: ` parentid = ${val}`
|
|
308
|
+
}
|
|
304
309
|
}, {resolveMsg: null, rejectMsg: '获取片区出错!!!'})
|
|
305
310
|
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
})
|
|
311
|
+
if(getAllArea.data){
|
|
312
|
+
getAllArea.data.forEach((res) => {
|
|
313
|
+
this.sliceArea.push({label: res.name, value: {name: res.name, code:res.number}})
|
|
314
|
+
})
|
|
315
|
+
}
|
|
316
|
+
|
|
313
317
|
}
|
|
314
318
|
},
|
|
315
319
|
|