Commit 7c79d3fa authored by 吴春's avatar 吴春

只保留内部介绍返佣和学员介绍返佣。

parent 0d7a4f86
......@@ -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>
......
......@@ -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
// },
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment