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
cb3871ca
Commit
cb3871ca
authored
Sep 01, 2022
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 核销额字段调整
parent
9dd403aa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
analysis.vue
src/views/card/analysis.vue
+2
-2
card-item.vue
src/views/card/partials/card-item.vue
+1
-1
No files found.
src/views/card/analysis.vue
View file @
cb3871ca
...
...
@@ -22,7 +22,7 @@
<
/li
>
<
li
><
span
>
核销率
<
/span>{{
((
baseData.useCnt * 100
)
/
baseData
.
getCnt
)
|
fnumber
|
famount
}}
%<
/li
>
<
li
v
-
if
=
"cardInfo.cardType != 3"
><
span
>
销售额
<
/span>{{ baseData.verificationAmt | fnumber | famount
}}
</
li
>
<
li
v
-
if
=
"cardInfo.cardType == 3"
><
span
>
核销额
<
/span>{{ baseData.w
ir
teOffPrice | fnumber | famount
}}
</
li
>
<
li
v
-
if
=
"cardInfo.cardType == 3"
><
span
>
核销额
<
/span>{{ baseData.w
ri
teOffPrice | fnumber | famount
}}
</
li
>
<
li
v
-
if
=
"cardInfo.cardType != 3"
><
span
>
客单价
<
/span>¥{{
(
baseData.verificationAmt /
baseData
.
cardOrderCnt
)
|
fnumber
|
famount
}}
<
/li
>
<
/ul
>
<
/div
>
...
...
@@ -66,7 +66,7 @@
<
el
-
table
-
column
min
-
width
=
"100"
align
=
"left"
prop
=
"volumesCnt"
label
=
"投放卡券数"
><
/el-table-column
>
<
el
-
table
-
column
min
-
width
=
"100"
align
=
"left"
prop
=
"getCnt"
label
=
"领取卡券数"
><
/el-table-column
>
<
el
-
table
-
column
min
-
width
=
"100"
align
=
"left"
prop
=
"useCnt"
:
label
=
"cardInfo.cardType == 3 ? '核销卡券数' : '使用卡券数'"
><
/el-table-column
>
<
el
-
table
-
column
v
-
if
=
"cardInfo.cardType == 3"
min
-
width
=
"100"
align
=
"left"
prop
=
"w
ir
teOffPrice"
label
=
"核销额"
><
/el-table-column
>
<
el
-
table
-
column
v
-
if
=
"cardInfo.cardType == 3"
min
-
width
=
"100"
align
=
"left"
prop
=
"w
ri
teOffPrice"
label
=
"核销额"
><
/el-table-column
>
<
template
v
-
if
=
"cardInfo.cardType != 3"
>
<
el
-
table
-
column
min
-
width
=
"100"
align
=
"left"
prop
=
"cardOrderCnt"
label
=
"核销订单数"
><
/el-table-column
>
<
el
-
table
-
column
min
-
width
=
"100"
align
=
"left"
prop
=
"verificationAmt"
label
=
"销售额"
><
/el-table-column
>
...
...
src/views/card/partials/card-item.vue
View file @
cb3871ca
...
...
@@ -25,7 +25,7 @@
</div>
<div>
<template
v-if=
"item.cardType == 3"
>
<h5>
{{
item
.
w
ir
teOffPrice
||
0
}}
</h5>
<h5>
{{
item
.
w
ri
teOffPrice
||
0
}}
</h5>
<p>
核销额
</p>
</
template
>
<
template
v-else
>
...
...
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