address-client 1.5.22 → 1.5.24-ezhou
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/{6.8/gc.properties → buildOutputCleanup/built.bin} +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +2 -2
- package/.gradle/buildOutputCleanup/cache.properties.lock +1 -0
- package/build/dev-server.js +2 -2
- package/package.json +97 -97
- package/src/components/AddressList.vue +6 -0
- package/src/components/AreaList.vue +6 -0
- package/src/components/StreetList.vue +6 -0
- package/src/components/UserAddress.vue +627 -627
- package/src/main.js +0 -2
- package/.gradle/6.8/executionHistory/executionHistory.bin +0 -0
- package/.gradle/6.8/executionHistory/executionHistory.lock +0 -0
- package/.gradle/6.8/fileChanges/last-build.bin +0 -0
- package/.gradle/6.8/fileHashes/fileHashes.bin +0 -0
- package/.gradle/6.8/fileHashes/fileHashes.lock +0 -0
- package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
- package/.gradle/checksums/checksums.lock +0 -0
- package/.gradle/configuration-cache/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 -185
- package/gradlew.bat +0 -89
|
File without changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
#Mon
|
|
2
|
-
gradle.version=
|
|
1
|
+
#Mon Nov 12 14:18:19 CST 2018
|
|
2
|
+
gradle.version=3.5.1
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
package/build/dev-server.js
CHANGED
|
@@ -106,10 +106,10 @@ app.use('/static', express.static('./static'))
|
|
|
106
106
|
// })
|
|
107
107
|
// })
|
|
108
108
|
|
|
109
|
-
module.exports = app.listen(
|
|
109
|
+
module.exports = app.listen(8085, function (err) {
|
|
110
110
|
if (err) {
|
|
111
111
|
console.log(err)
|
|
112
112
|
return
|
|
113
113
|
}
|
|
114
|
-
console.log('Listening at http://localhost:
|
|
114
|
+
console.log('Listening at http://localhost:8085')
|
|
115
115
|
})
|
package/package.json
CHANGED
|
@@ -1,97 +1,97 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "address-client",
|
|
3
|
-
"version": "1.5.
|
|
4
|
-
"description": "地址管理前台组件",
|
|
5
|
-
"author": "wanbochao",
|
|
6
|
-
"license": "ISC",
|
|
7
|
-
"main": "src/index.js",
|
|
8
|
-
"keywords": [
|
|
9
|
-
"sale"
|
|
10
|
-
],
|
|
11
|
-
"scripts": {
|
|
12
|
-
"unit": "karma start test/unit/karma.conf.js",
|
|
13
|
-
"example": "node build/example-server.js",
|
|
14
|
-
"dev": "node build/dev-server.js",
|
|
15
|
-
"lint": "eslint src/**.js test/e2e/**.js test/unit/specs/** build/**.js",
|
|
16
|
-
"build": "rimraf dist && mkdirp dist && ncp static dist/static && cross-env NODE_ENV=production webpack --progress --hide-modules --config build/webpack.prod.conf.js",
|
|
17
|
-
"e2e": "node test/e2e/runner.js",
|
|
18
|
-
"make": "rimraf dist-android && mkdirp dist-android && ncp static dist-android/static && cross-env NODE_ENV=production webpack --progress --hide-modules --config build/webpack.prodandroid.conf.js && publish",
|
|
19
|
-
"release": "bash build/release.sh"
|
|
20
|
-
},
|
|
21
|
-
"repository": {
|
|
22
|
-
"type": "git",
|
|
23
|
-
"url": "https://gitee.com/aote/address_management.git"
|
|
24
|
-
},
|
|
25
|
-
"dependencies": {
|
|
26
|
-
"less-loader": "^2.2.3",
|
|
27
|
-
"vue": "^1.0.17"
|
|
28
|
-
},
|
|
29
|
-
"devDependencies": {
|
|
30
|
-
"babel-core": "^6.0.0",
|
|
31
|
-
"babel-loader": "^6.0.0",
|
|
32
|
-
"babel-plugin-transform-runtime": "^6.0.0",
|
|
33
|
-
"babel-preset-es2015": "^6.0.0",
|
|
34
|
-
"babel-preset-stage-2": "^6.0.0",
|
|
35
|
-
"chai": "^3.5.0",
|
|
36
|
-
"co": "^4.6.0",
|
|
37
|
-
"connect-history-api-fallback": "^1.1.0",
|
|
38
|
-
"cross-env": "^1.0.7",
|
|
39
|
-
"cross-spawn": "^2.1.5",
|
|
40
|
-
"css-loader": "^0.23.0",
|
|
41
|
-
"echarts": "^4.1.0",
|
|
42
|
-
"eslint": "^2.0.0",
|
|
43
|
-
"eslint-config-standard": "^5.1.0",
|
|
44
|
-
"eslint-friendly-formatter": "^1.2.2",
|
|
45
|
-
"eslint-loader": "^1.3.0",
|
|
46
|
-
"eslint-plugin-html": "^1.3.0",
|
|
47
|
-
"eslint-plugin-promise": "^1.0.8",
|
|
48
|
-
"eslint-plugin-standard": "^1.3.2",
|
|
49
|
-
"eslint-plugin-vue": "^0.1.1",
|
|
50
|
-
"eventsource-polyfill": "^0.9.6",
|
|
51
|
-
"express": "^4.13.3",
|
|
52
|
-
"extract-text-webpack-plugin": "^1.0.1",
|
|
53
|
-
"file-loader": "^0.8.4",
|
|
54
|
-
"function-bind": "^1.0.2",
|
|
55
|
-
"html-webpack-plugin": "^2.8.1",
|
|
56
|
-
"http-proxy-middleware": "^0.11.0",
|
|
57
|
-
"inject-loader": "^2.0.1",
|
|
58
|
-
"isparta-loader": "^2.0.0",
|
|
59
|
-
"jasmine-core": "^2.4.1",
|
|
60
|
-
"jquery": "^3.3.1",
|
|
61
|
-
"json-loader": "^0.5.4",
|
|
62
|
-
"karma": "^1.4.1",
|
|
63
|
-
"karma-chrome-launcher": "^2.2.0",
|
|
64
|
-
"karma-coverage": "^1.1.1",
|
|
65
|
-
"karma-mocha": "^1.3.0",
|
|
66
|
-
"karma-sinon-chai": "^1.3.1",
|
|
67
|
-
"karma-sourcemap-loader": "^0.3.7",
|
|
68
|
-
"karma-spec-reporter": "0.0.31",
|
|
69
|
-
"karma-webpack": "^2.0.2",
|
|
70
|
-
"less": "^2.7.3",
|
|
71
|
-
"mkdirp": "^0.5.1",
|
|
72
|
-
"mocha": "^3.2.0",
|
|
73
|
-
"ncp": "^2.0.0",
|
|
74
|
-
"rimraf": "^2.5.0",
|
|
75
|
-
"sale-client": "^1.2.5",
|
|
76
|
-
"selenium-server": "2.52.0",
|
|
77
|
-
"sinon": "^2.1.0",
|
|
78
|
-
"sinon-chai": "^2.8.0",
|
|
79
|
-
"style": "0.0.3",
|
|
80
|
-
"style-loader": "^0.20.3",
|
|
81
|
-
"system-clients": "^1.6.1",
|
|
82
|
-
"url-loader": "^0.5.7",
|
|
83
|
-
"vue-client": "1.20.78",
|
|
84
|
-
"vue-hot-reload-api": "^1.2.0",
|
|
85
|
-
"vue-html-loader": "^1.0.0",
|
|
86
|
-
"vue-loader": "^8.2.1",
|
|
87
|
-
"vue-resource": "^1.5.0",
|
|
88
|
-
"vue-router": "^0.7.13",
|
|
89
|
-
"vue-strap": "^1.0.9",
|
|
90
|
-
"vue-style-loader": "^1.0.0",
|
|
91
|
-
"vue-validator": "2.1.7",
|
|
92
|
-
"webpack": "^1.12.2",
|
|
93
|
-
"webpack-dev-middleware": "^1.4.0",
|
|
94
|
-
"webpack-hot-middleware": "^2.6.0",
|
|
95
|
-
"webpack-merge": "^0.8.3"
|
|
96
|
-
}
|
|
97
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "address-client",
|
|
3
|
+
"version": "1.5.24-ezhou",
|
|
4
|
+
"description": "地址管理前台组件",
|
|
5
|
+
"author": "wanbochao",
|
|
6
|
+
"license": "ISC",
|
|
7
|
+
"main": "src/index.js",
|
|
8
|
+
"keywords": [
|
|
9
|
+
"sale"
|
|
10
|
+
],
|
|
11
|
+
"scripts": {
|
|
12
|
+
"unit": "karma start test/unit/karma.conf.js",
|
|
13
|
+
"example": "node build/example-server.js",
|
|
14
|
+
"dev": "node build/dev-server.js",
|
|
15
|
+
"lint": "eslint src/**.js test/e2e/**.js test/unit/specs/** build/**.js",
|
|
16
|
+
"build": "rimraf dist && mkdirp dist && ncp static dist/static && cross-env NODE_ENV=production webpack --progress --hide-modules --config build/webpack.prod.conf.js",
|
|
17
|
+
"e2e": "node test/e2e/runner.js",
|
|
18
|
+
"make": "rimraf dist-android && mkdirp dist-android && ncp static dist-android/static && cross-env NODE_ENV=production webpack --progress --hide-modules --config build/webpack.prodandroid.conf.js && publish",
|
|
19
|
+
"release": "bash build/release.sh"
|
|
20
|
+
},
|
|
21
|
+
"repository": {
|
|
22
|
+
"type": "git",
|
|
23
|
+
"url": "https://gitee.com/aote/address_management.git"
|
|
24
|
+
},
|
|
25
|
+
"dependencies": {
|
|
26
|
+
"less-loader": "^2.2.3",
|
|
27
|
+
"vue": "^1.0.17"
|
|
28
|
+
},
|
|
29
|
+
"devDependencies": {
|
|
30
|
+
"babel-core": "^6.0.0",
|
|
31
|
+
"babel-loader": "^6.0.0",
|
|
32
|
+
"babel-plugin-transform-runtime": "^6.0.0",
|
|
33
|
+
"babel-preset-es2015": "^6.0.0",
|
|
34
|
+
"babel-preset-stage-2": "^6.0.0",
|
|
35
|
+
"chai": "^3.5.0",
|
|
36
|
+
"co": "^4.6.0",
|
|
37
|
+
"connect-history-api-fallback": "^1.1.0",
|
|
38
|
+
"cross-env": "^1.0.7",
|
|
39
|
+
"cross-spawn": "^2.1.5",
|
|
40
|
+
"css-loader": "^0.23.0",
|
|
41
|
+
"echarts": "^4.1.0",
|
|
42
|
+
"eslint": "^2.0.0",
|
|
43
|
+
"eslint-config-standard": "^5.1.0",
|
|
44
|
+
"eslint-friendly-formatter": "^1.2.2",
|
|
45
|
+
"eslint-loader": "^1.3.0",
|
|
46
|
+
"eslint-plugin-html": "^1.3.0",
|
|
47
|
+
"eslint-plugin-promise": "^1.0.8",
|
|
48
|
+
"eslint-plugin-standard": "^1.3.2",
|
|
49
|
+
"eslint-plugin-vue": "^0.1.1",
|
|
50
|
+
"eventsource-polyfill": "^0.9.6",
|
|
51
|
+
"express": "^4.13.3",
|
|
52
|
+
"extract-text-webpack-plugin": "^1.0.1",
|
|
53
|
+
"file-loader": "^0.8.4",
|
|
54
|
+
"function-bind": "^1.0.2",
|
|
55
|
+
"html-webpack-plugin": "^2.8.1",
|
|
56
|
+
"http-proxy-middleware": "^0.11.0",
|
|
57
|
+
"inject-loader": "^2.0.1",
|
|
58
|
+
"isparta-loader": "^2.0.0",
|
|
59
|
+
"jasmine-core": "^2.4.1",
|
|
60
|
+
"jquery": "^3.3.1",
|
|
61
|
+
"json-loader": "^0.5.4",
|
|
62
|
+
"karma": "^1.4.1",
|
|
63
|
+
"karma-chrome-launcher": "^2.2.0",
|
|
64
|
+
"karma-coverage": "^1.1.1",
|
|
65
|
+
"karma-mocha": "^1.3.0",
|
|
66
|
+
"karma-sinon-chai": "^1.3.1",
|
|
67
|
+
"karma-sourcemap-loader": "^0.3.7",
|
|
68
|
+
"karma-spec-reporter": "0.0.31",
|
|
69
|
+
"karma-webpack": "^2.0.2",
|
|
70
|
+
"less": "^2.7.3",
|
|
71
|
+
"mkdirp": "^0.5.1",
|
|
72
|
+
"mocha": "^3.2.0",
|
|
73
|
+
"ncp": "^2.0.0",
|
|
74
|
+
"rimraf": "^2.5.0",
|
|
75
|
+
"sale-client": "^1.2.5",
|
|
76
|
+
"selenium-server": "2.52.0",
|
|
77
|
+
"sinon": "^2.1.0",
|
|
78
|
+
"sinon-chai": "^2.8.0",
|
|
79
|
+
"style": "0.0.3",
|
|
80
|
+
"style-loader": "^0.20.3",
|
|
81
|
+
"system-clients": "^1.6.1",
|
|
82
|
+
"url-loader": "^0.5.7",
|
|
83
|
+
"vue-client": "1.20.78",
|
|
84
|
+
"vue-hot-reload-api": "^1.2.0",
|
|
85
|
+
"vue-html-loader": "^1.0.0",
|
|
86
|
+
"vue-loader": "^8.2.1",
|
|
87
|
+
"vue-resource": "^1.5.0",
|
|
88
|
+
"vue-router": "^0.7.13",
|
|
89
|
+
"vue-strap": "^1.0.9",
|
|
90
|
+
"vue-style-loader": "^1.0.0",
|
|
91
|
+
"vue-validator": "2.1.7",
|
|
92
|
+
"webpack": "^1.12.2",
|
|
93
|
+
"webpack-dev-middleware": "^1.4.0",
|
|
94
|
+
"webpack-hot-middleware": "^2.6.0",
|
|
95
|
+
"webpack-merge": "^0.8.3"
|
|
96
|
+
}
|
|
97
|
+
}
|
|
@@ -70,6 +70,7 @@
|
|
|
70
70
|
<th><nobr>门牌号</nobr></th>
|
|
71
71
|
<th><nobr>详细地址</nobr></th>
|
|
72
72
|
<th><nobr>时间</nobr></th>
|
|
73
|
+
<th ><nobr>操作</nobr></th>
|
|
73
74
|
</tr>
|
|
74
75
|
</template>
|
|
75
76
|
<template partial='body'>
|
|
@@ -85,6 +86,10 @@
|
|
|
85
86
|
<td style="text-align:center"><nobr>{{row.f_room}}{{row.f_room_suffix}}</nobr></td>
|
|
86
87
|
<td style="text-align:center"><nobr>{{row.f_address}}</nobr></td>
|
|
87
88
|
<td style="text-align:center"><nobr>{{row.f_create_date}}</nobr></td>
|
|
89
|
+
<td style="text-align:center" >
|
|
90
|
+
<button type="button" name="button" class="btn btn-danger" style="padding: 5px 12px"
|
|
91
|
+
@click.stop="$parent.$parent.$parent.delete(row)">删除</button>
|
|
92
|
+
</td>
|
|
88
93
|
</tr>
|
|
89
94
|
</template>
|
|
90
95
|
<template partial='foot'></template>
|
|
@@ -116,6 +121,7 @@
|
|
|
116
121
|
source:`tool.getFullTree(this.getRights().where(row.getType() == $organization$))`,
|
|
117
122
|
addflag: false,
|
|
118
123
|
addtitle:'',
|
|
124
|
+
jurisdiction: this.$login.r,
|
|
119
125
|
//文件上传弹框
|
|
120
126
|
showFile: false
|
|
121
127
|
}
|
|
@@ -64,6 +64,7 @@
|
|
|
64
64
|
<th><nobr>营业网点</nobr></th>
|
|
65
65
|
<th><nobr>操作人</nobr></th>
|
|
66
66
|
<th><nobr>操作日期</nobr></th>
|
|
67
|
+
<th><nobr>操作</nobr></th>
|
|
67
68
|
</tr>
|
|
68
69
|
</template>
|
|
69
70
|
<template partial='body'>
|
|
@@ -83,6 +84,10 @@
|
|
|
83
84
|
<td style="text-align:center"><nobr>{{row.f_outlets}}</nobr></td>
|
|
84
85
|
<td style="text-align:center"><nobr>{{row.f_operator}}</nobr></td>
|
|
85
86
|
<td style="text-align:center"><nobr>{{row.f_operate_date}}</nobr></td>
|
|
87
|
+
<td style="text-align:center">
|
|
88
|
+
<button type="button" name="button" class="btn btn-danger" style="padding: 5px 12px"
|
|
89
|
+
@click.stop="$parent.$parent.$parent.delete(row)">删除</button>
|
|
90
|
+
</td>
|
|
86
91
|
</tr>
|
|
87
92
|
</template>
|
|
88
93
|
<template partial='foot'></template>
|
|
@@ -101,6 +106,7 @@
|
|
|
101
106
|
userid: this.$login.f.id,
|
|
102
107
|
source:`tool.getFullTree(this.getRights().where(row.getType() == $organization$))`,
|
|
103
108
|
addflag: false,
|
|
109
|
+
jurisdiction: this.$login.r,
|
|
104
110
|
addtitle:''
|
|
105
111
|
}
|
|
106
112
|
},
|
|
@@ -48,6 +48,7 @@
|
|
|
48
48
|
<th><nobr>详细地址</nobr></th>
|
|
49
49
|
<th><nobr>片区/管理站 </nobr></th>
|
|
50
50
|
<th><nobr>分公司</nobr></th>
|
|
51
|
+
<th ><nobr>操作</nobr></th>
|
|
51
52
|
</tr>
|
|
52
53
|
</template>
|
|
53
54
|
<template partial='body'>
|
|
@@ -60,6 +61,10 @@
|
|
|
60
61
|
<td style="text-align:center"><nobr>{{row.f_pcd}}-{{row.f_street}}</nobr></td>
|
|
61
62
|
<td style="text-align:center"><nobr>{{row.f_slice_area}}</nobr></td>
|
|
62
63
|
<td style="text-align:center"><nobr>{{row.f_filiale}}</nobr></td>
|
|
64
|
+
<td style="text-align:center">
|
|
65
|
+
<button type="button" name="button" class="btn btn-danger" style="padding: 5px 12px"
|
|
66
|
+
@click.stop="$parent.$parent.$parent.delete(row)">删除</button>
|
|
67
|
+
</td>
|
|
63
68
|
</tr>
|
|
64
69
|
</template>
|
|
65
70
|
<template partial='foot'></template>
|
|
@@ -76,6 +81,7 @@
|
|
|
76
81
|
return {
|
|
77
82
|
model: new PagedList('rs/sql/address_getstreetlist',20),
|
|
78
83
|
userid: this.$login.f.id,
|
|
84
|
+
jurisdiction: this.$login.r,
|
|
79
85
|
source:`tool.getFullTree(this.getRights().where(row.getType() == $organization$))`,
|
|
80
86
|
addflag: false,
|
|
81
87
|
addtitle:''
|