Commit ca29e52e authored by 黄奎's avatar 黄奎

新增页面

parent 29223937
......@@ -129,7 +129,7 @@
<span style="color:green">{{subItem.NewHotelName}}</span>
<el-popover placement="right" width="540" trigger="click" v-model="subItem.isShowPop">
<comCheckHotel :ref="'comCheckHotel'+index+subIndex+''" v-on:childHotel="childHotelList"
:UseDate="item.UseTimeStr">
:UseDate="item.UseTimeStr" :Country="651">
</comCheckHotel>
<el-button size="small" type="danger" :data-index="'comCheckHotel'+index+subIndex+''"
slot="reference" style="cursor:pointer;"
......
This diff is collapsed.
......@@ -87,7 +87,7 @@
<span style="color:green">{{subItem.NewDiningRealName}}</span><br/>
<el-popover placement="right" width="540" trigger="click" v-model="subItem.isShowPop">
<comCheckDinner :ref="'comCheckDinner'+index+subIndex+''" :UseDate="item.UseTimeStr"
v-on:childDinner="childDinnerList">
v-on:childDinner="childDinnerList" :Country="651">
</comCheckDinner>
<el-button size="small" type="danger" :data-index="'comCheckDinner'+index+subIndex+''"
slot="reference" style="cursor:pointer;"
......
This diff is collapsed.
......@@ -85,7 +85,7 @@
</template>
<script>
export default {
props: ["UseDate"],
props: ["UseDate","Country"],
data() {
return {
loading:false,
......@@ -106,7 +106,7 @@
this.dataList = [];
this.apipost('dining_post_GetDinnerList_V2Service', {
//1-只查询有库存的酒店
Country: "651",
Country: this.Country,
Province: this.qMsg.ProvinceId,
Name:this.qMsg.Name,
sDate: this.UseDate
......@@ -154,7 +154,7 @@
//获取日本下面的市->下拉框用
getProvinceList() {
let msg = {
Id: 651
Id: this.Country
};
this.apipost("dict_post_Destination_GetChildList", msg, res => {
if (res.data.resultCode == 1) {
......
......@@ -92,7 +92,7 @@
</template>
<script>
export default {
props: ["UseDate"],
props: ["UseDate","Country"],
data() {
return {
loading:false,
......@@ -115,7 +115,7 @@
this.apipost('hotel_post_GetHasStockHotelList_V2', {
//1-只查询有库存的酒店
IsMoreThanZero: 0,
Country: "651",
Country: this.Country,
IsAllHotel: 1,
Province: this.qMsg.ProvinceId,
Name:this.qMsg.Name,
......@@ -166,7 +166,7 @@
//获取日本下面的市->下拉框用
getProvinceList() {
let msg = {
Id: 651
Id: this.Country
};
this.apipost("dict_post_Destination_GetChildList", msg, res => {
if (res.data.resultCode == 1) {
......@@ -183,7 +183,7 @@
path: 'HotelProductManage2',
query: {
id: ID,
Country: 651,
Country: this.Country,
IsSelfBook: 1,
blank: 'y',
tab: '报价详情'
......
This diff is collapsed.
......@@ -54,7 +54,7 @@
<TravelPrice3 ref="TravelPrice" id="fiveAnchor" @headCallBack="getPrice" :PostDaysTrip="PostDaysTrip"
v-if="TeamType==2" :priceList="PriceList" :PostConfig="PostConfig" :modifyTcid="modifyTcid"
:TeamType="TeamType"></TravelPrice3>
<TravelPrice4 ref="TravelPrice" id="fiveAnchor" @headCallBack="getPrice" :PostDaysTrip="PostDaysTrip"
<TravelPrice4 @saveMsg="SaveData(1)" ref="TravelPrice" id="fiveAnchor" @headCallBack="getPrice" :PostDaysTrip="PostDaysTrip"
v-if="TeamType==3" :priceList="PriceList" :PostConfig="PostConfig" :modifyTcid="modifyTcid"
:TeamType="TeamType"></TravelPrice4>
......
This diff is collapsed.
......@@ -1253,6 +1253,14 @@ export default {
title: '订房管理详情'
},
},
{
path: '/roomReservationsDetails_swt', //订房管理详情 swt旅行社
name: 'roomReservationsDetails_swt',
component: resolve => require(['@/components/Hotel/roomReservationsDetails_swt'], resolve),
meta: {
title: '订房管理详情'
},
},
{
path: '/HotelContract',
name: 'HotelContract',
......@@ -1344,6 +1352,14 @@ export default {
title: '餐厅预订详情'
},
},
{
path: '/bookDinnerStatisticsDetails_SWT', //餐厅详情[SWT旅行社]
name: 'bookDinnerStatisticsDetails_SWT',
component: resolve => require(['@/components/Restaurant/bookDinnerStatisticsDetails_SWT'], resolve),
meta: {
title: '餐厅预订详情'
},
},
{
path: '/RestaurantPrice', //餐厅报价
name: 'RestaurantPrice',
......@@ -1428,6 +1444,14 @@ export default {
title: '门票统计详情'
},
},
{
path: '/admissionStatisticsDetails_SWT', //门票统计详情[SWT旅行社]
name: 'admissionStatisticsDetails_SWT',
component: resolve => require(['@/components/scenicSpot/admissionStatisticsDetails_SWT'], resolve),
meta: {
title: '门票统计详情'
},
},
{
path: '/scenicSpotInfoManage', //新增、修改景区
name: 'scenicSpotInfoManage',
......@@ -3894,6 +3918,14 @@ export default {
title: '地接总表'
}
},
{
path: '/dmcTotalTable_swt', //地接总表_swt旅行社
name: 'dmcTotalTable_swt',
component: resolve => require(['@/components/dmc/manager/dmcTotalTable_swt'], resolve),
meta: {
title: '地接总表'
}
},
{
path: '/dmcShouSun', //地接->收损订单
name: 'dmcShouSun',
......
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