Commit 5a96763a authored by youjie's avatar youjie

pak返佣

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