Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing
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
marketing-web
marketing
Commits
a2122800
Commit
a2122800
authored
Mar 07, 2019
by
zhangmeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add:修改了问题
parent
08de8c89
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
4 deletions
+8
-4
index.html
index.html
+2
-2
index.vue
src/views/calllog/index.vue
+1
-1
form.js
src/views/card/form.js
+5
-1
No files found.
index.html
View file @
a2122800
...
...
@@ -22,11 +22,11 @@
<script
src=
"//web-1251519181.file.myqcloud.com/components/header.2.0.06.js"
></script>
<script
src=
"//web-1251519181.file.myqcloud.com/components/footer.2.0.02.js"
></script>
<script
src=
"//web-1251519181.file.myqcloud.com/components/card.2.0.00.js"
></script>
<script
src=
"//web-1251519181.file.myqcloud.com/components/store.2.0.0
0
.js"
></script>
<script
src=
"//web-1251519181.file.myqcloud.com/components/store.2.0.0
1
.js"
></script>
<script
src=
"//web-1251519181.file.myqcloud.com/components/img-preview.2.0.00.js"
></script>
<script
src=
"//web-1251519181.file.myqcloud.com/components/member-group.2.0.01.js"
></script>
<script
src=
"//web-1251519181.file.myqcloud.com/components/store-card.2.0.00.js"
></script>
<script
src=
"//web-1251519181.file.myqcloud.com/components/confirm-people.2.0.0
0
.js"
></script>
<script
src=
"//web-1251519181.file.myqcloud.com/components/confirm-people.2.0.0
1
.js"
></script>
<script
src=
"//web-1251519181.file.myqcloud.com/components/people.2.0.08.js"
></script>
<script
src=
"//web-1251519181.file.myqcloud.com/components/export-excel.2.0.02.js"
></script>
</body>
...
...
src/views/calllog/index.vue
View file @
a2122800
...
...
@@ -27,7 +27,7 @@
</el-table-column>
<el-table-column
align=
"left"
min-width=
"150"
prop=
"memberId"
label=
"被叫(会员)"
>
<
template
slot-scope=
"scope"
>
<img
class=
"vertical-middle table__avatar--40"
:src=
"filterAvatar(scope.row.phot
e
Url)"
width=
"60"
height=
"60"
alt=
""
/>
<img
class=
"vertical-middle table__avatar--40"
:src=
"filterAvatar(scope.row.phot
o
Url)"
width=
"60"
height=
"60"
alt=
""
/>
<div
class=
"inline-block vertical-middle"
>
<p
class=
"table-name--ellipsis"
>
{{
scope
.
row
.
name
||
'--'
}}
</p>
<p
class=
"fz13 gray"
>
{{
scope
.
row
.
phoneNumber
||
'--'
}}
</p>
...
...
src/views/card/form.js
View file @
a2122800
...
...
@@ -169,6 +169,11 @@ export default {
}
else
{
this
.
cardApplyChannelOptions
=
res
.
result
.
allChannelList
;
}
// 新增情况下,如果配置了线下门店,默认选中线下门店
if
(
this
.
isAdd
&&
this
.
cardApplyChannelOptions
.
some
(
v
=>
v
.
value
===
'offlineStore'
))
{
this
.
form
.
cardApplyChannel
=
[
'offlineStore'
];
}
//处理有效期下拉选项
const
dicMap
=
res
.
result
.
dicMap
;
this
.
startDayOptions
=
Object
.
keys
(
dicMap
).
map
(
key
=>
({
label
:
dicMap
[
key
].
dictName
==
'0'
?
'当天'
:
'第'
+
dicMap
[
key
].
dictName
+
'天'
,
value
:
parseInt
(
dicMap
[
key
].
dictName
)
}));
...
...
@@ -176,7 +181,6 @@ export default {
const
card
=
res
.
result
.
card
;
this
.
storeMode
=
card
.
storeMode
===
0
?
0
:
1
;
this
.
form
.
cardApplyChannel
=
card
.
cardApplyChannel
?
card
.
cardApplyChannel
.
split
(
','
)
:
[];
// this.form.cardApplyChannel = _cardApplyChannel.filter(v => this.cardApplyChannelOptions.map(v => v.value).indexOf(v) > -1);
this
.
form
.
auditingStatus
=
card
.
auditingStatus
||
''
;
this
.
form
.
coupCardId
=
this
.
isCopy
?
''
:
card
.
coupCardId
;
this
.
form
.
cardType
=
card
.
cardType
;
...
...
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