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

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

parent 0d7a4f86
...@@ -45,11 +45,11 @@ ...@@ -45,11 +45,11 @@
</tr> </tr>
</table> </table>
</div> </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> <span class="course_Line"></span>
优惠 优惠
</div> </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;"> <tr style="height:40px;">
<th> <th>
优惠 优惠
...@@ -88,6 +88,7 @@ ...@@ -88,6 +88,7 @@
<span class="course_Line"></span> <span class="course_Line"></span>
返佣 返佣
</div> </div>
<!--只保留内部介绍返佣和学员介绍返佣。-->
<q-select style="width:200px;margin-left:35px;" filled dense v-model="priceObj.courseObj.CommissionReType" <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="返佣类型" /> :options="CommissionList" emit-value map-options option-value="Id" option-label="Name" label="返佣类型" />
</div> </div>
...@@ -114,7 +115,7 @@ ...@@ -114,7 +115,7 @@
返佣设置 返佣设置
</th> </th>
</tr> </tr>
<tr> <tr v-if="false">
<td style="width:70px;"> <td style="width:70px;">
同行返佣 同行返佣
</td> </td>
...@@ -157,7 +158,7 @@ ...@@ -157,7 +158,7 @@
</div> </div>
</td> </td>
</tr> </tr>
<tr> <tr v-if="false">
<td> <td>
校代返佣 校代返佣
</td> </td>
...@@ -290,7 +291,7 @@ ...@@ -290,7 +291,7 @@
</div> </div>
</td> </td>
</tr> </tr>
<tr> <tr v-if="false">
<td> <td>
直客返佣 直客返佣
</td> </td>
......
...@@ -58,35 +58,35 @@ ...@@ -58,35 +58,35 @@
<span v-html="props.value"></span> <span v-html="props.value"></span>
</q-td> </q-td>
</template> </template>
<template v-slot:body-cell-B2CRatio="props"> <template v-slot:body-cell-B2CRatio="props" v-if="false">
<q-td :props="props"> <q-td :props="props">
<span>{{ props.row.B2CRatio }}%</span> <span>{{ props.row.B2CRatio }}%</span>
</q-td> </q-td>
</template> </template>
<template v-slot:body-cell-B2CReNewRatio="props"> <template v-slot:body-cell-B2CReNewRatio="props" v-if="false">
<q-td :props="props"> <q-td :props="props">
<span>{{ props.row.B2CReNewRatio }}%</span> <span>{{ props.row.B2CReNewRatio }}%</span>
</q-td> </q-td>
</template> </template>
<template v-slot:body-cell-B2BRebateRatio="props"> <template v-slot:body-cell-B2BRebateRatio="props" v-if="false">
<q-td :props="props"> <q-td :props="props">
<span>{{ props.row.B2BRebateRatio <span>{{ props.row.B2BRebateRatio
}}{{ props.row.CommissionReType == 1 ? "%" : "" }}</span> }}{{ props.row.CommissionReType == 1 ? "%" : "" }}</span>
</q-td> </q-td>
</template> </template>
<template v-slot:body-cell-B2BReNewRatio="props"> <template v-slot:body-cell-B2BReNewRatio="props" v-if="false">
<q-td :props="props"> <q-td :props="props">
<span>{{ props.row.B2BReNewRatio <span>{{ props.row.B2BReNewRatio
}}{{ props.row.CommissionReType == 1 ? "%" : "" }}</span> }}{{ props.row.CommissionReType == 1 ? "%" : "" }}</span>
</q-td> </q-td>
</template> </template>
<template v-slot:body-cell-SchoolRebateRatio="props"> <template v-slot:body-cell-SchoolRebateRatio="props" v-if="false">
<q-td :props="props"> <q-td :props="props">
<span>{{ props.row.SchoolRebateRatio <span>{{ props.row.SchoolRebateRatio
}}{{ props.row.CommissionReType == 1 ? "%" : "" }}</span> }}{{ props.row.CommissionReType == 1 ? "%" : "" }}</span>
</q-td> </q-td>
</template> </template>
<template v-slot:body-cell-SchoolReNewRatio="props"> <template v-slot:body-cell-SchoolReNewRatio="props" v-if="false">
<q-td :props="props"> <q-td :props="props">
<span>{{ props.row.SchoolReNewRatio <span>{{ props.row.SchoolReNewRatio
}}{{ props.row.CommissionReType == 1 ? "%" : "" }}</span> }}{{ props.row.CommissionReType == 1 ? "%" : "" }}</span>
...@@ -116,13 +116,13 @@ ...@@ -116,13 +116,13 @@
}}{{ props.row.CommissionReType == 1 ? "%" : "" }}</span> }}{{ props.row.CommissionReType == 1 ? "%" : "" }}</span>
</q-td> </q-td>
</template> </template>
<template v-slot:body-cell-B2CRbRatio="props"> <template v-slot:body-cell-B2CRbRatio="props" v-if="false">
<q-td :props="props"> <q-td :props="props">
<span>{{ props.row.B2CRbRatio <span>{{ props.row.B2CRbRatio
}}{{ props.row.CommissionReType == 1 ? "%" : "" }}</span> }}{{ props.row.CommissionReType == 1 ? "%" : "" }}</span>
</q-td> </q-td>
</template> </template>
<template v-slot:body-cell-B2CRNRatio="props"> <template v-slot:body-cell-B2CRNRatio="props" v-if="false">
<q-td :props="props"> <q-td :props="props">
<span>{{ props.row.B2CRNRatio <span>{{ props.row.B2CRNRatio
}}{{ props.row.CommissionReType == 1 ? "%" : "" }}</span> }}{{ props.row.CommissionReType == 1 ? "%" : "" }}</span>
...@@ -370,48 +370,48 @@ ...@@ -370,48 +370,48 @@
align: "left", align: "left",
field: row => row.SellPrice.toFixed(2) field: row => row.SellPrice.toFixed(2)
}, },
{ // {
name: "B2CRatio", // name: "B2CRatio",
required: true, // required: true,
label: "直客优惠比例", // label: "直客优惠比例",
align: "left", // align: "left",
field: row => row.B2CRatio // field: row => row.B2CRatio
}, // },
{ // {
name: "B2CReNewRatio", // name: "B2CReNewRatio",
required: true, // required: true,
label: "直客优惠续费比例", // label: "直客优惠续费比例",
align: "left", // align: "left",
field: row => row.B2CReNewRatio // field: row => row.B2CReNewRatio
}, // },
{ // {
name: "B2BRebateRatio", // name: "B2BRebateRatio",
required: true, // required: true,
label: "一般同行返佣", // label: "一般同行返佣",
align: "left", // align: "left",
field: row => row.B2BRebateRatio // field: row => row.B2BRebateRatio
}, // },
{ // {
name: "B2BReNewRatio", // name: "B2BReNewRatio",
required: true, // required: true,
label: "一般同行续费返佣", // label: "一般同行续费返佣",
align: "left", // align: "left",
field: row => row.B2BReNewRatio // field: row => row.B2BReNewRatio
}, // },
{ // {
name: "SchoolRebateRatio", // name: "SchoolRebateRatio",
required: true, // required: true,
label: "校园同行返佣", // label: "校园同行返佣",
align: "left", // align: "left",
field: row => row.SchoolRebateRatio // field: row => row.SchoolRebateRatio
}, // },
{ // {
name: "SchoolReNewRatio", // name: "SchoolReNewRatio",
required: true, // required: true,
label: "校园同行续费返佣", // label: "校园同行续费返佣",
align: "left", // align: "left",
field: row => row.SchoolReNewRatio // field: row => row.SchoolReNewRatio
}, // },
{ {
name: "TransIntroductceRatio", name: "TransIntroductceRatio",
required: true, required: true,
...@@ -440,20 +440,20 @@ ...@@ -440,20 +440,20 @@
align: "left", align: "left",
field: row => row.InnerRecommendReNewRatio field: row => row.InnerRecommendReNewRatio
}, },
{ // {
name: "B2CRbRatio", // name: "B2CRbRatio",
required: true, // required: true,
label: "直客返佣", // label: "直客返佣",
align: "left", // align: "left",
field: row => row.B2CRbRatio // field: row => row.B2CRbRatio
}, // },
{ // {
name: "B2CRNRatio", // name: "B2CRNRatio",
required: true, // required: true,
label: "直客续费返佣", // label: "直客续费返佣",
align: "left", // align: "left",
field: row => row.B2CRNRatio // 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