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