Commit 18e7698a authored by wuchun's avatar wuchun

save

parent 23eacc30
......@@ -108,7 +108,13 @@
label="预计销售提成">
<template slot-scope="scope">
{{scope.row.SaleCommission}}
<p v-if="scope.row.SaleCommission>0&&scope.row.ConfigID>0&&scope.row.Config_OfferId>0"
</template>
</el-table-column>
<el-table-column
prop="Config_OfferId"
label="报价详情">
<template slot-scope="scope">
<p v-if="scope.row.ConfigID>0&&scope.row.Config_OfferId>0 || 1"
style="cursor: pointer;text-decoration: underline;color: #33B3FF;font-size: 12px;"
@click="showDialog(scope.row.ConfigID, scope.row.Config_OfferId)">报价详情</p>
</template>
......
......@@ -120,7 +120,7 @@ export default {
let locationName = window.location.hostname;
// domainUrl = "http://192.168.10.128";
// domainUrl = "http://192.168.10.9:8083" // 刘东电脑
domainUrl = "http://192.168.10.226:8015";
domainUrl = "http://192.168.10.226";
// domainUrl = "http://reborn.oytour.com";
let crmLocalFileStreamDownLoadUrl = "";
crmLocalFileStreamDownLoadUrl = locationName.indexOf('oytour') !== -1 ? "http://crm.oytour.com" : "http://testcrm.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