Commit 4e3bedf0 authored by 黄奎's avatar 黄奎
parents 8bb38566 ee270a98
......@@ -109,7 +109,7 @@
<template slot-scope="scope">
{{scope.row.SaleCommission}}
<p v-if="scope.row.SaleCommission>0&&scope.row.ConfigID>0&&scope.row.Config_OfferId>0"
style="cursor: pointer;text-decoration: underline;color: #33B3FF;"
style="cursor: pointer;text-decoration: underline;color: #33B3FF;font-size: 12px;"
@click="showDialog(scope.row.ConfigID, scope.row.Config_OfferId)">报价详情</p>
</template>
</el-table-column>
......
......@@ -312,6 +312,12 @@
countData.DueinMoney
}};</span
>
<span>应收小费:
{{countData.PreferTipAmount}}
</span>
<span>实收小费:
{{countData.CompensationMoney}}
</span>
<span>{{ $t("fnc.ztjine") }}:{{ countData.ZaiTu }};</span>
</p>
</div>
......@@ -1760,7 +1766,7 @@ export default {
}
.groupTourOrder_count_col {
height: 80px;
height: 95px;
}
.groupTourOrder_count_item {
......
......@@ -131,7 +131,7 @@ export default {
mallUrl = "http://192.168.20.13:8088";
lxymallUrl = "http://192.168.20.13:8088";
// crmUrl = "http://192.168.10.36:8098"
// crmUrl = "http://192.168.10.11:8098"
// crmUrl = "http://192.168.10.9:8098"
crmUrl = "http://crm.oytour.com"
if (locationName.indexOf('testerp.oytour') !== -1) {
domainUrl = "http://testapi.oytour.com";
......
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