Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
youjj
cloud-platform-ui
Commits
39febd04
Commit
39febd04
authored
Aug 28, 2020
by
rencs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
8.28 后台用户
parent
aa85b7b6
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2994 additions
and
2401 deletions
+2994
-2401
company.js
src/api/company.js
+10
-0
index.vue
src/views/admin/user/index.vue
+725
-566
storeManage.vue
src/views/company/storeManage.vue
+5
-3
index.vue
src/views/tourManage/index.vue
+1163
-910
oneTourModal.vue
src/views/tourManage/modal/oneTourModal.vue
+1091
-922
No files found.
src/api/company.js
View file @
39febd04
...
...
@@ -42,6 +42,16 @@ export function company_all_list() {
});
}
//所有门店列表 state: 1
export
function
branchCompany_all_list
(
query
)
{
return
fetch
({
url
:
"vehicle/branchCompany/alls"
,
method
:
"get"
,
params
:
query
,
});
}
// 添加公司
export
function
add_company
(
query
)
{
return
fetch
({
...
...
src/views/admin/user/index.vue
View file @
39febd04
This diff is collapsed.
Click to expand it.
src/views/company/storeManage.vue
View file @
39febd04
...
...
@@ -659,9 +659,11 @@ export default {
var
addComp
=
rs
.
addressComponents
;
_this
.
store_form
.
province
=
rs
.
addressComponents
.
province
;
_this
.
store_form
.
city
=
rs
.
addressComponents
.
city
;
_this
.
store_form
.
detail_address
=
rs
.
addressComponents
.
street
+
rs
.
addressComponents
.
streetNumber
;
// _this.listQuery.address = rs.address;
if
(
rs
.
addressComponents
&&
rs
.
addressComponents
!=
""
)
{
_this
.
store_form
.
detail_address
=
rs
.
addressComponents
.
street
+
rs
.
addressComponents
.
streetNumber
;
// _this.listQuery.address = rs.address;
}
});
this
.
store_form
.
longitude
=
e
.
point
.
lng
;
this
.
store_form
.
latitude
=
e
.
point
.
lat
;
...
...
src/views/tourManage/index.vue
View file @
39febd04
This diff is collapsed.
Click to expand it.
src/views/tourManage/modal/oneTourModal.vue
View file @
39febd04
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment