|
@@ -129,7 +129,7 @@
|
|
<div class="ser-btn-li">
|
|
<div class="ser-btn-li">
|
|
<el-button size="small" :type="blackCodeIsTrue ? 'primary' : 'danger'"
|
|
<el-button size="small" :type="blackCodeIsTrue ? 'primary' : 'danger'"
|
|
@click="importBlackCode">导入机票行程数据</el-button>
|
|
@click="importBlackCode">导入机票行程数据</el-button>
|
|
- <el-button size="small" type="primary" @click="PostHotelInquiryPageItem">查看酒店询价价格</el-button>
|
|
+ <el-button size="small" :type="hotelIsTrue ? 'primary' : 'danger'" @click="PostHotelInquiryPageItem">查看酒店询价价格</el-button>
|
|
<!-- <el-button size="small" type="primary">导入收款账单</el-button> -->
|
|
<!-- <el-button size="small" type="primary">导入收款账单</el-button> -->
|
|
<el-button size="small" type="primary" @click="GetPriceCheckWord">生成收款账单</el-button>
|
|
<el-button size="small" type="primary" @click="GetPriceCheckWord">生成收款账单</el-button>
|
|
<el-button size="small" type="primary" @click="GetClientWord">导出客户报表</el-button>
|
|
<el-button size="small" type="primary" @click="GetClientWord">导出客户报表</el-button>
|
|
@@ -419,7 +419,7 @@
|
|
<el-button @click="handleEdit(scope.$index, scope.row, 4)" size="mini"
|
|
<el-button @click="handleEdit(scope.$index, scope.row, 4)" size="mini"
|
|
type="primary">景
|
|
type="primary">景
|
|
点</el-button>
|
|
点</el-button>
|
|
- <el-button class="history-btn" @click="GetHistoryCarData(scope.$index)" size="mini"
|
|
+ <el-button style='display:flex' class="history-btn" @click="GetHistoryCarData(scope.$index)" size="mini"
|
|
type="primary">历史数据
|
|
type="primary">历史数据
|
|
</el-button>
|
|
</el-button>
|
|
</el-row>
|
|
</el-row>
|
|
@@ -2821,6 +2821,7 @@ export default {
|
|
],
|
|
],
|
|
historyCarSelectObject:{},
|
|
historyCarSelectObject:{},
|
|
historyCarIndex : -1,
|
|
historyCarIndex : -1,
|
|
|
|
+ hotelIsTrue:false,
|
|
};
|
|
};
|
|
},
|
|
},
|
|
watch: {
|
|
watch: {
|
|
@@ -3735,6 +3736,7 @@ export default {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ that.hotelIsTrue = resp.data.data.hotelIsTrue;
|
|
that.blackCodeIsTrue = resp.data.data.blackCodeIsTrue;
|
|
that.blackCodeIsTrue = resp.data.data.blackCodeIsTrue;
|
|
that.GivePeopleNumber();
|
|
that.GivePeopleNumber();
|
|
|
|
|
|
@@ -5784,6 +5786,7 @@ export default {
|
|
that.dialogTableVisibleXJ =true;
|
|
that.dialogTableVisibleXJ =true;
|
|
that.tableDatas = res.data.data;
|
|
that.tableDatas = res.data.data;
|
|
that.checkboxsXJ = [];
|
|
that.checkboxsXJ = [];
|
|
|
|
+ that.hotelIsTrue = res.data.data.length > 0 ? true : false;
|
|
//console.log(res);
|
|
//console.log(res);
|
|
} else {
|
|
} else {
|
|
that.$message.error(res.data.msg);
|
|
that.$message.error(res.data.msg);
|