Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
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
罗超
confucius
Commits
54c88718
Commit
54c88718
authored
Mar 06, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
3669b951
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
24 deletions
+32
-24
courseList.vue
src/pages/sale/courseList.vue
+32
-24
No files found.
src/pages/sale/courseList.vue
View file @
54c88718
...
...
@@ -109,7 +109,6 @@
line-height
:
25px
;
background-color
:
#004d40
;
}
</
style
>
<
template
>
<div
class=
"page-body courseList"
>
...
...
@@ -152,20 +151,21 @@
<span
style=
"margin-right:5px;"
v-for=
"(pItem,pIndex) in item.SalePlatArr"
>
{{
pItem
}}
</span>
</div>
</div>
<div
class=
"d4"
style=
"width:
1
0%"
>
<div
class=
"d4"
style=
"width:
2
0%"
>
<div
class=
"di-title"
>
基础价格
</div>
<div
class=
"di-c"
style=
"margin-top: 25px;"
>
<span
style=
"color: var(--q-color-negative); font-weight: bold;"
>
¥
{{
item
.
OriginalPrice
}}
</span>
<span
style=
"color: var(--q-color-negative); font-weight: bold;"
>
¥
{{
item
.
OriginalPrice
.
toFixed
(
2
)
}}
</span>
</div>
</div>
<div
class=
"d5"
style=
"width:
2
9%"
>
<div
class=
"d5"
style=
"width:
1
9%"
>
<div
class=
"di-title"
>
优惠价格
</div>
<div
class=
"di-c"
style=
"margin-top: 25px;"
>
<template
v-if=
"item.PreferentialList&&item.PreferentialList.length>0"
>
<table
style=
"width:90%;"
>
<tbody>
<tr
v-for=
"(pitem,pindex) in item.PreferentialList"
v-if=
"pindex==0"
>
<td
style=
"width:40%"
>
<table>
<tbody
v-for=
"(pitem,pindex) in item.PreferentialList"
v-if=
"pindex==0"
>
<tr>
<td>
<template
v-if=
"pitem.PriceDiscountType==1"
>
买
<span
style=
"color: var(--q-color-negative); font-weight: bold;"
>
{{
pitem
.
BuyNum
}}
</span>
送
<span
style=
"color: var(--q-color-negative); font-weight: bold;"
>
{{
pitem
.
SendNum
}}
</span>
...
...
@@ -174,36 +174,44 @@
刷卡分期
</
template
>
<
template
v-else
>
{{
pitem
.
PriceDiscountTypeStr
}}
{{
pitem
.
PriceMoney
}}
%
{{
pitem
.
PriceDiscountTypeStr
}}
<span
style=
"color: var(--q-color-negative); font-weight: bold;"
>
{{
pitem
.
PriceMoney
}}
%
</span>
</
template
>
</td>
<td
style=
"width:25%"
>
同行返佣
<span
style=
"color: var(--q-color-negative); font-weight: bold;"
>
{{pitem.B2BCommissionMoney}} %
</span>
</td>
<td
style=
"width:25%"
>
销售返佣
<span
style=
"color: var(--q-color-negative); font-weight: bold;"
>
{{pitem.SaleCommissionMoney}} %
</span>
</tr>
<tr>
<td>
同行返佣
<span
style=
"color: var(--q-color-negative); font-weight: bold;"
>
{{pitem.B2BCommissionMoney}}
%
</span>
</td>
<td
style=
"width:5%"
>
<span
class=
"iconfont icon-xiangxia"
v-if=
"item.PreferentialList.length>1"
style=
"color: #2961FE;font-size: 10px"
>
</tr>
<tr>
<td>
销售返佣
<span
style=
"color: var(--q-color-negative); font-weight: bold;"
>
{{pitem.SaleCommissionMoney}}
%
</span>
<span
class=
"iconfont icon-xiangxia"
style=
"color: #2961FE;font-size: 10px"
v-if=
"item.PreferentialList.length>1"
>
<q-popup-proxy>
<q-banner>
<table
style=
"width:400px;"
>
<table
style=
"width:400px;"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
>
<thead
style=
"background-color:rgba(221, 222, 224, 0.2);"
>
<tr>
<td
style=
"width:45%"
>
<td
style=
"width:45%
;height:30px;
"
>
优惠条件
</td>
<td
style=
"width:25%"
>
<td
style=
"width:25%
;height:30px;
"
>
同行返佣
</td>
<td
style=
"width:25%"
>
<td
style=
"width:25%
;height:30px;
"
>
销售返佣
</td>
</tr>
</thead>
<tbody>
<tr
v-for=
"(pitem,pindex) in item.PreferentialList"
>
<td>
<td
style=
"height:30px;"
>
<
template
v-if=
"pitem.PriceDiscountType==1"
>
买
{{
pitem
.
BuyNum
}}
送
{{
pitem
.
SendNum
}}
</
template
>
...
...
@@ -214,10 +222,10 @@
{{
pitem
.
PriceDiscountTypeStr
}}
{{
pitem
.
PriceMoney
}}
%
</
template
>
</td>
<td>
<td
style=
"height:30px;"
>
{{pitem.B2BCommissionMoney}} %
</td>
<td>
<td
style=
"height:30px;"
>
{{pitem.SaleCommissionMoney}} %
</td>
</tr>
...
...
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