Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
office-web
Overview
Overview
Details
Activity
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
office
office-web
Commits
5cf0e8e8
Commit
5cf0e8e8
authored
May 08, 2019
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改门店
parent
626e3ce3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
clerkView.vue
src/components/contacts/storeFrame/clerkView.vue
+1
-1
storeInfo.vue
src/components/contacts/storeFrame/storeInfo.vue
+1
-1
storeInfo.vue
src/views/contacts/storeInfo.vue
+2
-2
No files found.
src/components/contacts/storeFrame/clerkView.vue
View file @
5cf0e8e8
...
...
@@ -46,7 +46,7 @@
</div>
</div>
<div
class=
"clerk-cell clerk-handle"
>
<a
class=
"a-href m-r-20"
:href=
"'#/addClerk?gicFlag=' + gicFlag + 'storeId=' + scope.row.storeId + '&clerkId=' + clerk.employeeClerkId + '&firstLevelId=' + firstLevelId + '&type=addClerk'"
>
编辑
</a>
<a
class=
"a-href m-r-20"
:href=
"'#/addClerk?gicFlag=' + gicFlag + '
&
storeId=' + scope.row.storeId + '&clerkId=' + clerk.employeeClerkId + '&firstLevelId=' + firstLevelId + '&type=addClerk'"
>
编辑
</a>
<el-popover
placement=
"top"
width=
"160"
v-model=
"clerk.popVisible"
v-if=
"!gicFlag"
>
<p
style=
"line-height: 1.5; padding: 10px 10px 20px;"
>
确认删除吗?
</p>
<div
style=
"text-align: right; margin: 0"
>
...
...
src/components/contacts/storeFrame/storeInfo.vue
View file @
5cf0e8e8
...
...
@@ -241,7 +241,7 @@ export default {
newImgs
.
push
({
url
:
img
});
});
that
.
imgs
=
newImgs
;
that
.
location
=
!!
obj
.
longitude
?
obj
.
l
ongitude
+
','
+
obj
.
lat
itude
:
''
;
that
.
location
=
!!
obj
.
longitude
?
obj
.
l
atitude
+
','
+
obj
.
long
itude
:
''
;
that
.
disableFlag
=
!!
obj
.
managerPhone
?
true
:
false
;
}
},
...
...
src/views/contacts/storeInfo.vue
View file @
5cf0e8e8
...
...
@@ -216,7 +216,7 @@ export default {
}
};
return
{
gicFlag
:
this
.
$route
.
query
.
gicFlag
,
gicFlag
:
!
this
.
$route
.
query
.
gicFlag
||
this
.
$route
.
query
.
gicFlag
==
'false'
?
false
:
true
,
// 面包屑参数
navpath
:
[
{
...
...
@@ -405,7 +405,7 @@ export default {
// that.imgs = newImgs;
// obj.imageUrls = !!obj.imageUrl ? obj.imageUrl : [];
obj
.
imageUrls
=
newImgs
;
obj
.
location
=
!!
obj
.
longitude
?
obj
.
l
ongitude
+
','
+
obj
.
lat
itude
:
''
;
obj
.
location
=
!!
obj
.
longitude
?
obj
.
l
atitude
+
','
+
obj
.
long
itude
:
''
;
that
.
storeInfo
=
obj
;
that
.
disableFlag
=
!
that
.
isNew
&&
!!
that
.
storeInfo
.
managerPhone
;
},
...
...
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