Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
20821369
Commit
20821369
authored
Nov 26, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
6e7b826f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
customerMap.vue
src/components/SalesModule/customerMap.vue
+4
-0
customerTransfer.vue
src/components/SalesModule/customerTransfer.vue
+1
-1
No files found.
src/components/SalesModule/customerMap.vue
View file @
20821369
...
...
@@ -118,6 +118,10 @@ export default {
mounted
()
{
let
userInfo
=
this
.
getLocalStorage
();
let
RB_Branch_id
=
userInfo
.
RB_Branch_id
;
let
departState
=
this
.
$route
.
query
.
departState
;
if
(
departState
===
'true'
)
{
RB_Branch_id
=
-
1
}
this
.
apipost
(
'admin_get_GetBranchLngLat'
,
{
BranchId
:
RB_Branch_id
},
r
=>
{
if
(
r
.
data
.
resultCode
==
1
)
{
this
.
centerP
=
r
.
data
.
data
[
0
]
...
...
src/components/SalesModule/customerTransfer.vue
View file @
20821369
...
...
@@ -656,7 +656,7 @@ export default {
this
.
$router
.
push
({
name
:
"CustomerAnalysis"
,
query
:{
"customerId"
:
item
.
CustomerIdS
,
blank
:
'y'
}
})
},
getMap
(){
this
.
$router
.
push
({
name
:
"customerMap"
,
query
:{
blank
:
'y'
}
})
this
.
$router
.
push
({
name
:
"customerMap"
,
query
:{
departState
:
this
.
departState
,
blank
:
'y'
}
})
},
updateData
:
function
(
obj
)
{
this
.
apipost
(
...
...
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