|
@@ -67,11 +67,11 @@
|
|
|
|
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column prop="address" label="VOUCHER" width="100">
|
|
|
|
|
|
+ <!-- <el-table-column prop="address" label="VOUCHER" width="100">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<i @click="DownloadVOUCHER(scope.$index, scope.row)">生成</i>
|
|
<i @click="DownloadVOUCHER(scope.$index, scope.row)">生成</i>
|
|
</template>
|
|
</template>
|
|
- </el-table-column>
|
|
|
|
|
|
+ </el-table-column> -->
|
|
</el-table>
|
|
</el-table>
|
|
<div class="block">
|
|
<div class="block">
|
|
<el-pagination align='center' @size-change="handleSizeChange" @current-change="handleCurrentChange"
|
|
<el-pagination align='center' @size-change="handleSizeChange" @current-change="handleCurrentChange"
|
|
@@ -101,7 +101,7 @@
|
|
<el-button slot="reference">移上提示每天详细房价</el-button>
|
|
<el-button slot="reference">移上提示每天详细房价</el-button>
|
|
</el-popover>
|
|
</el-popover>
|
|
<div class="form-head-btn">
|
|
<div class="form-head-btn">
|
|
- <!-- <el-button type="primary" @click="DownloadVOUCHER">VOUCHER</el-button> -->
|
|
|
|
|
|
+ <el-button type="primary" @click="DownloadVOUCHER">VOUCHER</el-button>
|
|
<el-button type="primary" @click="ConfirmWord">确认单</el-button>
|
|
<el-button type="primary" @click="ConfirmWord">确认单</el-button>
|
|
<el-button type="primary" @click="BookingCost">预订成本</el-button>
|
|
<el-button type="primary" @click="BookingCost">预订成本</el-button>
|
|
<el-button type="primary" @click="AddToggle">新增切换</el-button>
|
|
<el-button type="primary" @click="AddToggle">新增切换</el-button>
|
|
@@ -2113,7 +2113,7 @@ export default {
|
|
|
|
|
|
|
|
|
|
DownloadVOUCHER(index,row) {
|
|
DownloadVOUCHER(index,row) {
|
|
- var url = "/api/Groups/PostHotelReservationsCreateVoucherOld"
|
|
|
|
|
|
+ var url = "/api/Groups/PostHotelReservationsCreateVoucherBatchNew"
|
|
var that = this
|
|
var that = this
|
|
this.$axios({
|
|
this.$axios({
|
|
method: 'post',
|
|
method: 'post',
|
|
@@ -2126,7 +2126,7 @@ export default {
|
|
userId: that.userId ,
|
|
userId: that.userId ,
|
|
pageId: that.pageId ,
|
|
pageId: that.pageId ,
|
|
diId: that.OpHotelReservationsData.diId ,
|
|
diId: that.OpHotelReservationsData.diId ,
|
|
- id: row.id
|
|
|
|
|
|
+ id: 0
|
|
}
|
|
}
|
|
}).then(function (res) {
|
|
}).then(function (res) {
|
|
if (res.data.code == 200) {
|
|
if (res.data.code == 200) {
|