Commit e809df2d authored by 黄奎's avatar 黄奎

增加收订人数显示

parent 37ab6802
...@@ -1099,6 +1099,12 @@ ...@@ -1099,6 +1099,12 @@
v-if="item.OrderLeaderGuestNum >= 1">+{{ item.OrderLeaderGuestNum }}</span>{{ $t("Operation.Op_people") }} v-if="item.OrderLeaderGuestNum >= 1">+{{ item.OrderLeaderGuestNum }}</span>{{ $t("Operation.Op_people") }}
</i> </i>
</p> </p>
<p>
<span>已收订</span>
<i>
<span class="TCL-redType">{{ item.DJNum }}</span> {{ $t("Operation.Op_people") }}
</i>
</p>
<p v-if="item.SingleDMNum > 0"> <p v-if="item.SingleDMNum > 0">
<span>{{ $t("salesModule.SingleJ") }}</span> <span>{{ $t("salesModule.SingleJ") }}</span>
<i>{{ item.SingleDMNum }}</i> <i>{{ item.SingleDMNum }}</i>
...@@ -3314,7 +3320,7 @@ ...@@ -3314,7 +3320,7 @@
that.Success(res.data.message); that.Success(res.data.message);
ttMsg.configId = res.data.data; ttMsg.configId = res.data.data;
that.getControlList(); that.getControlList();
that.gotoUrl(path,ttMsg); that.gotoUrl(path, ttMsg);
} else { } else {
that.Error(res.data.message); that.Error(res.data.message);
} }
...@@ -3481,7 +3487,7 @@ ...@@ -3481,7 +3487,7 @@
"】" + "】" +
this.$t("objFill.v101.dictriqiwei") + this.$t("objFill.v101.dictriqiwei") +
this.CopyTripAndFeatureMsg.StartDate; this.CopyTripAndFeatureMsg.StartDate;
tipMsg+=",变更日期后,请重新同步酒店信息。"; tipMsg += ",变更日期后,请重新同步酒店信息。";
} }
that.Confirm(tipMsg, function () { that.Confirm(tipMsg, function () {
that.saveLoading = true; that.saveLoading = true;
...@@ -3492,7 +3498,7 @@ ...@@ -3492,7 +3498,7 @@
that.saveLoading = false; that.saveLoading = false;
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
if (that.CopyTripAndFeatureMsg.updateType == 1) { if (that.CopyTripAndFeatureMsg.updateType == 1) {
that.Success(that.$t("objFill.v101.fuzhixingccg")+res.data.message); that.Success(that.$t("objFill.v101.fuzhixingccg") + res.data.message);
} else { } else {
that.Success(res.data.message); that.Success(res.data.message);
} }
......
...@@ -718,6 +718,12 @@ ...@@ -718,6 +718,12 @@
v-if="item.OrderLeaderGuestNum>=1">+{{item.OrderLeaderGuestNum}}</span>{{$t('hotel.hotel_people')}} v-if="item.OrderLeaderGuestNum>=1">+{{item.OrderLeaderGuestNum}}</span>{{$t('hotel.hotel_people')}}
</i> </i>
</p> </p>
<p>
<span>已收订</span>
<i>
<span class="TCL-redType">{{ item.DJNum }}</span> {{ $t("Operation.Op_people") }}
</i>
</p>
<p> <p>
<span>{{$t('Operation.Op_takeSeat')}}</span> <span>{{$t('Operation.Op_takeSeat')}}</span>
<i>{{item.Occupied}}</i>{{$t('hotel.hotel_people')}} <i>{{item.Occupied}}</i>{{$t('hotel.hotel_people')}}
......
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