Commit 3376e932 authored by 黄媛媛's avatar 黄媛媛

解决冲突

parents 3f018c7b 4809e66b
...@@ -871,11 +871,13 @@ ...@@ -871,11 +871,13 @@
}) })
} }
var flag=true; var flag=true;
var isUpload=true;
var str="";
this.list.forEach(item => { this.list.forEach(item => {
item.HotelOrderList.forEach(subItem => { item.HotelOrderList.forEach(subItem => {
if(subItem.CurrencyId==3&&subItem.ContractUrl==''){ if(isUpload&&subItem.PayStyle==1&&subItem.ContractUrl==''){
this.Error('请上传手配书'); str+=""
flag=false; isUpload=false;
} }
subItem.OrderDetailsList.forEach((y, sIndex) => { subItem.OrderDetailsList.forEach((y, sIndex) => {
if (y.HouseTypeCount) { if (y.HouseTypeCount) {
...@@ -905,6 +907,7 @@ ...@@ -905,6 +907,7 @@
} }
}); });
}) })
if(flag){ if(flag){
this.loading = true; this.loading = true;
this.apipost('dmcstatistics_get_SetHotelOrder', this.list, res => { this.apipost('dmcstatistics_get_SetHotelOrder', this.list, res => {
......
...@@ -2066,6 +2066,14 @@ export default { ...@@ -2066,6 +2066,14 @@ export default {
title: '简易报表' title: '简易报表'
}, },
}, },
{
path: '/PleaseStatistics', //团机位统计
name: 'PleaseStatistics',
component: resolve => require(['@/components/TravelManager/TravelList/PleaseStatistics'], resolve),
meta: {
title: '团机位统计'
},
},
{ {
path: '/RegistrationStatisticsv2', //团控系统-简易报表(销售) path: '/RegistrationStatisticsv2', //团控系统-简易报表(销售)
name: 'RegistrationStatisticsv2', name: 'RegistrationStatisticsv2',
......
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