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
7c79d3fa
Commit
7c79d3fa
authored
Aug 26, 2024
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
只保留内部介绍返佣和学员介绍返佣。
parent
0d7a4f86
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
70 additions
and
69 deletions
+70
-69
courseprice-form.vue
src/components/course/courseprice-form.vue
+6
-5
course.vue
src/pages/course/course.vue
+64
-64
No files found.
src/components/course/courseprice-form.vue
View file @
7c79d3fa
...
...
@@ -45,11 +45,11 @@
</tr>
</table>
</div>
<div
class=
"text-caption q-mb-lg q-mt-lg text-grey-6"
>
<div
class=
"text-caption q-mb-lg q-mt-lg text-grey-6"
v-if=
"false"
>
<span
class=
"course_Line"
></span>
优惠
</div>
<table
style=
"border-collapse: collapse;width:100%;"
class=
"coursePrice_table"
>
<table
style=
"border-collapse: collapse;width:100%;"
class=
"coursePrice_table"
v-if=
"false"
>
<tr
style=
"height:40px;"
>
<th>
优惠
...
...
@@ -88,6 +88,7 @@
<span
class=
"course_Line"
></span>
返佣
</div>
<!--只保留内部介绍返佣和学员介绍返佣。-->
<q-select
style=
"width:200px;margin-left:35px;"
filled
dense
v-model=
"priceObj.courseObj.CommissionReType"
:options=
"CommissionList"
emit-value
map-options
option-value=
"Id"
option-label=
"Name"
label=
"返佣类型"
/>
</div>
...
...
@@ -114,7 +115,7 @@
返佣设置
</th>
</tr>
<tr>
<tr
v-if=
"false"
>
<td
style=
"width:70px;"
>
同行返佣
</td>
...
...
@@ -157,7 +158,7 @@
</div>
</td>
</tr>
<tr>
<tr
v-if=
"false"
>
<td>
校代返佣
</td>
...
...
@@ -290,7 +291,7 @@
</div>
</td>
</tr>
<tr>
<tr
v-if=
"false"
>
<td>
直客返佣
</td>
...
...
src/pages/course/course.vue
View file @
7c79d3fa
...
...
@@ -58,35 +58,35 @@
<span
v-html=
"props.value"
></span>
</q-td>
</
template
>
<
template
v-slot:body-cell-B2CRatio=
"props"
>
<
template
v-slot:body-cell-B2CRatio=
"props"
v-if=
"false"
>
<q-td
:props=
"props"
>
<span>
{{
props
.
row
.
B2CRatio
}}
%
</span>
</q-td>
</
template
>
<
template
v-slot:body-cell-B2CReNewRatio=
"props"
>
<
template
v-slot:body-cell-B2CReNewRatio=
"props"
v-if=
"false"
>
<q-td
:props=
"props"
>
<span>
{{
props
.
row
.
B2CReNewRatio
}}
%
</span>
</q-td>
</
template
>
<
template
v-slot:body-cell-B2BRebateRatio=
"props"
>
<
template
v-slot:body-cell-B2BRebateRatio=
"props"
v-if=
"false"
>
<q-td
:props=
"props"
>
<span>
{{
props
.
row
.
B2BRebateRatio
}}{{
props
.
row
.
CommissionReType
==
1
?
"%"
:
""
}}
</span>
</q-td>
</
template
>
<
template
v-slot:body-cell-B2BReNewRatio=
"props"
>
<
template
v-slot:body-cell-B2BReNewRatio=
"props"
v-if=
"false"
>
<q-td
:props=
"props"
>
<span>
{{
props
.
row
.
B2BReNewRatio
}}{{
props
.
row
.
CommissionReType
==
1
?
"%"
:
""
}}
</span>
</q-td>
</
template
>
<
template
v-slot:body-cell-SchoolRebateRatio=
"props"
>
<
template
v-slot:body-cell-SchoolRebateRatio=
"props"
v-if=
"false"
>
<q-td
:props=
"props"
>
<span>
{{
props
.
row
.
SchoolRebateRatio
}}{{
props
.
row
.
CommissionReType
==
1
?
"%"
:
""
}}
</span>
</q-td>
</
template
>
<
template
v-slot:body-cell-SchoolReNewRatio=
"props"
>
<
template
v-slot:body-cell-SchoolReNewRatio=
"props"
v-if=
"false"
>
<q-td
:props=
"props"
>
<span>
{{
props
.
row
.
SchoolReNewRatio
}}{{
props
.
row
.
CommissionReType
==
1
?
"%"
:
""
}}
</span>
...
...
@@ -116,13 +116,13 @@
}}{{
props
.
row
.
CommissionReType
==
1
?
"%"
:
""
}}
</span>
</q-td>
</
template
>
<
template
v-slot:body-cell-B2CRbRatio=
"props"
>
<
template
v-slot:body-cell-B2CRbRatio=
"props"
v-if=
"false"
>
<q-td
:props=
"props"
>
<span>
{{
props
.
row
.
B2CRbRatio
}}{{
props
.
row
.
CommissionReType
==
1
?
"%"
:
""
}}
</span>
</q-td>
</
template
>
<
template
v-slot:body-cell-B2CRNRatio=
"props"
>
<
template
v-slot:body-cell-B2CRNRatio=
"props"
v-if=
"false"
>
<q-td
:props=
"props"
>
<span>
{{
props
.
row
.
B2CRNRatio
}}{{
props
.
row
.
CommissionReType
==
1
?
"%"
:
""
}}
</span>
...
...
@@ -370,48 +370,48 @@
align
:
"left"
,
field
:
row
=>
row
.
SellPrice
.
toFixed
(
2
)
},
{
name
:
"B2CRatio"
,
required
:
true
,
label
:
"直客优惠比例"
,
align
:
"left"
,
field
:
row
=>
row
.
B2CRatio
},
{
name
:
"B2CReNewRatio"
,
required
:
true
,
label
:
"直客优惠续费比例"
,
align
:
"left"
,
field
:
row
=>
row
.
B2CReNewRatio
},
{
name
:
"B2BRebateRatio"
,
required
:
true
,
label
:
"一般同行返佣"
,
align
:
"left"
,
field
:
row
=>
row
.
B2BRebateRatio
},
{
name
:
"B2BReNewRatio"
,
required
:
true
,
label
:
"一般同行续费返佣"
,
align
:
"left"
,
field
:
row
=>
row
.
B2BReNewRatio
},
{
name
:
"SchoolRebateRatio"
,
required
:
true
,
label
:
"校园同行返佣"
,
align
:
"left"
,
field
:
row
=>
row
.
SchoolRebateRatio
},
{
name
:
"SchoolReNewRatio"
,
required
:
true
,
label
:
"校园同行续费返佣"
,
align
:
"left"
,
field
:
row
=>
row
.
SchoolReNewRatio
},
//
{
//
name: "B2CRatio",
//
required: true,
//
label: "直客优惠比例",
//
align: "left",
//
field: row => row.B2CRatio
//
},
//
{
//
name: "B2CReNewRatio",
//
required: true,
//
label: "直客优惠续费比例",
//
align: "left",
//
field: row => row.B2CReNewRatio
//
},
//
{
//
name: "B2BRebateRatio",
//
required: true,
//
label: "一般同行返佣",
//
align: "left",
//
field: row => row.B2BRebateRatio
//
},
//
{
//
name: "B2BReNewRatio",
//
required: true,
//
label: "一般同行续费返佣",
//
align: "left",
//
field: row => row.B2BReNewRatio
//
},
//
{
//
name: "SchoolRebateRatio",
//
required: true,
//
label: "校园同行返佣",
//
align: "left",
//
field: row => row.SchoolRebateRatio
//
},
//
{
//
name: "SchoolReNewRatio",
//
required: true,
//
label: "校园同行续费返佣",
//
align: "left",
//
field: row => row.SchoolReNewRatio
//
},
{
name
:
"TransIntroductceRatio"
,
required
:
true
,
...
...
@@ -440,20 +440,20 @@
align
:
"left"
,
field
:
row
=>
row
.
InnerRecommendReNewRatio
},
{
name
:
"B2CRbRatio"
,
required
:
true
,
label
:
"直客返佣"
,
align
:
"left"
,
field
:
row
=>
row
.
B2CRbRatio
},
{
name
:
"B2CRNRatio"
,
required
:
true
,
label
:
"直客续费返佣"
,
align
:
"left"
,
field
:
row
=>
row
.
B2CRNRatio
},
//
{
//
name: "B2CRbRatio",
//
required: true,
//
label: "直客返佣",
//
align: "left",
//
field: row => row.B2CRbRatio
//
},
//
{
//
name: "B2CRNRatio",
//
required: true,
//
label: "直客续费返佣",
//
align: "left",
//
field: row => row.B2CRNRatio
//
},
{
...
...
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