Commit 5a96763a authored by youjie's avatar youjie

pak返佣

parent 33de2993
...@@ -8131,6 +8131,7 @@ export const obj = { ...@@ -8131,6 +8131,7 @@ export const obj = {
qingsrzxrs: 'Please enter minimum number of people ', qingsrzxrs: 'Please enter minimum number of people ',
qingsrzdrs: 'Please enter maximum number of people ', qingsrzdrs: 'Please enter maximum number of people ',
chakpakfy: 'View pak rebate information ', chakpakfy: 'View pak rebate information ',
dangqianfyje: ' Current rebate amount ',
}, },
//#endregion //#endregion
} }
......
...@@ -8131,6 +8131,7 @@ export const obj = { ...@@ -8131,6 +8131,7 @@ export const obj = {
qingsrzxrs: '最小人数を入力してください', qingsrzxrs: '最小人数を入力してください',
qingsrzdrs: '最大人数を入力してください', qingsrzdrs: '最大人数を入力してください',
chakpakfy: '査看pak帰行情報', chakpakfy: '査看pak帰行情報',
dangqianfyje: '現在の繰返し手数料',
}, },
//#endregion //#endregion
} }
......
...@@ -8131,6 +8131,7 @@ export const obj = { ...@@ -8131,6 +8131,7 @@ export const obj = {
qingsrzxrs: '请输入最小人数', qingsrzxrs: '请输入最小人数',
qingsrzdrs: '请输入最大人数', qingsrzdrs: '请输入最大人数',
chakpakfy: '查看PAK返佣信息', chakpakfy: '查看PAK返佣信息',
dangqianfyje: '当前返佣金额',
}, },
//#endregion //#endregion
} }
......
...@@ -8131,6 +8131,7 @@ export const obj = { ...@@ -8131,6 +8131,7 @@ export const obj = {
qingsrzxrs: '請輸入最小人數', qingsrzxrs: '請輸入最小人數',
qingsrzdrs: '請輸入最大人數', qingsrzdrs: '請輸入最大人數',
chakpakfy: '查看pak返傭信息', chakpakfy: '查看pak返傭信息',
dangqianfyje: '當前返傭金額',
}, },
//#endregion //#endregion
} }
......
...@@ -715,10 +715,8 @@ ...@@ -715,10 +715,8 @@
font-weight: bold; font-weight: bold;
margin: 5px 0; margin: 5px 0;
"> ">
{{ $t("Operation.Op_tradePrice") }}:¥{{ <span style="font-size: 14px;">{{ $t("objFill.v101.zhongxinjge") }}:</span>
item.B2BMemberPrice </br>¥{{
}}<br />
{{ $t("Operation.Op_directPrice") }}:¥{{
item.B2CMemberPrice item.B2CMemberPrice
}} }}
</p> </p>
...@@ -861,6 +859,32 @@ ...@@ -861,6 +859,32 @@
}}</span> }}</span>
</el-popover> </el-popover>
</p> </p>
<p v-if="item.RakeBackRatio>0">{{$t('objFill.v102.dangqianfyje')}}:
</br>
<span style="color: red;">¥{{ item.RakeBackRatio }}</span>
</p>
<p>
<el-popover width="300" trigger="click">
<table class="PQ_detail">
<tr>
<td colspan="5" style="text-align: left; padding-left: 10px">
PAK{{ $t("hotel.hotel_commission") }}
</td>
</tr>
<tr>
<th>{{ $t('admin.admin_personNumber') }}</th>
<th>{{ $t('objFill.fanyongje') }}</th>
</tr>
<tr v-for="(item,index) in item.RakeBackList" :key="index">
<td>{{ item.MinGuest }}~{{ item.MaxGuest }}</td>
<td>¥{{ item.Ratio }}</td>
</tr>
</table>
<span slot="reference" class="price" style="color: red;">{{
$t("objFill.v102.chakpakfy")
}}</span>
</el-popover>
</p>
</div> </div>
</div> </div>
</div> </div>
......
...@@ -426,6 +426,10 @@ ...@@ -426,6 +426,10 @@
}}</span> }}</span>
</el-popover> </el-popover>
</p> </p>
<p v-if="item.RakeBackRatio>0">{{$t('objFill.v102.dangqianfyje')}}:
</br>
<span style="color: red;">¥{{ item.RakeBackRatio }}</span>
</p>
<p> <p>
<el-popover width="300" trigger="click"> <el-popover width="300" trigger="click">
<table class="PQ_detail"> <table class="PQ_detail">
...@@ -443,7 +447,7 @@ ...@@ -443,7 +447,7 @@
<td>¥{{ item.Ratio }}</td> <td>¥{{ item.Ratio }}</td>
</tr> </tr>
</table> </table>
<span slot="reference" class="price">{{ <span slot="reference" class="price" style="color: red;">{{
$t("objFill.v102.chakpakfy") $t("objFill.v102.chakpakfy")
}}</span> }}</span>
</el-popover> </el-popover>
......
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