Commit 1a1c3b75 authored by 黄奎's avatar 黄奎

报价页面修改

parent b89d112a
...@@ -206,7 +206,9 @@ ...@@ -206,7 +206,9 @@
<th> <th>
使用人数 使用人数
</th> </th>
<th>
月份
</th>
<th> <th>
接送价格 接送价格
</th> </th>
...@@ -248,6 +250,9 @@ ...@@ -248,6 +250,9 @@
<td> <td>
{{item.UseNum}} {{item.UseNum}}
</td> </td>
<td>
{{item.QStartDate}}
</td>
<td> <td>
{{item.ReceivePrice}} {{item.ReceivePrice}}
</td> </td>
......
...@@ -377,17 +377,6 @@ ...@@ -377,17 +377,6 @@
TripFeature.FeatureHtmlJsonDelete = TripFeature.FeatureHtmlJsonDelete ? JSON.stringify(TripFeature TripFeature.FeatureHtmlJsonDelete = TripFeature.FeatureHtmlJsonDelete ? JSON.stringify(TripFeature
.FeatureHtmlJsonDelete) : .FeatureHtmlJsonDelete) :
""; "";
if (TripFeature.FeatureType >= 4) {
var htmlObj = document.getElementById("newFeatureBox");
if (htmlObj && htmlObj.innerHTML != null && htmlObj.innerHTML != "") {} else {
//更新行程特色
if (this.journeyList.IsUpdateTrip == 1) {
this.MsgBus.$emit('comUpTravel');
}
}
}
TripFeature.FeeInclude = this.PostNotice.FeeInclude; TripFeature.FeeInclude = this.PostNotice.FeeInclude;
TripFeature.FeeNonInclude = this.PostNotice.FeeNonInclude; TripFeature.FeeNonInclude = this.PostNotice.FeeNonInclude;
TripFeature.ImportantTip = this.PostNotice.ImportantTip; TripFeature.ImportantTip = this.PostNotice.ImportantTip;
...@@ -395,7 +384,6 @@ ...@@ -395,7 +384,6 @@
TripFeature.B2BRemark = this.PostNotice.B2BRemark; TripFeature.B2BRemark = this.PostNotice.B2BRemark;
TripFeature.ShopRemark = this.PostNotice.ShopRemark; TripFeature.ShopRemark = this.PostNotice.ShopRemark;
TripFeature.VisaRemark = this.PostNotice.VisaRemark; TripFeature.VisaRemark = this.PostNotice.VisaRemark;
if ( if (
basicData.TrafficList != null && basicData.TrafficList != null &&
basicData.TrafficList.length > 0 && basicData.TrafficList.length > 0 &&
......
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