Commit 54e8a3cd authored by Mac's avatar Mac

Merge branch 'master' of http://gitlab.oytour.com/viitto/mallapp

parents 3e1dc6a1 17b0c264
...@@ -370,12 +370,12 @@ ...@@ -370,12 +370,12 @@
this.STime = val this.STime = val
let myDate = new Date(this.msg.StartTime); let myDate = new Date(this.msg.StartTime);
let days = myDate.getDay(); let days = myDate.getDay();
this.STime.week = this.getweek(days) this.STime.week = this.getweek(days)
}else{//结束时间的选择 }else{//结束时间的选择
this.msg.EndTime = val.year+'-'+val.month+'-'+val.day+' '+val.hour+':'+val.minute+':10'; this.msg.EndTime = val.year+'-'+val.month+'-'+val.day+' '+val.hour+':'+val.minute+':10';
this.ETime = val this.ETime = val
let myDate = new Date(this.msg.EndTime); let myDate = new Date(this.msg.EndTime);
let days = myDate.getDay(); let days = myDate.getDay();
this.ETime.week = this.getweek(days) this.ETime.week = this.getweek(days)
} }
let startTime = new Date(this.msg.StartTime); // 开始时间 let startTime = new Date(this.msg.StartTime); // 开始时间
......
...@@ -166,13 +166,12 @@ ...@@ -166,13 +166,12 @@
</view> </view>
<view class="order_small" style="margin-top:5px;"> <view class="order_small" style="margin-top:5px;">
{{dataList.DetailList[0].UseDay==0.5?'半':dataList.DetailList[0].UseDay}}天, {{dataList.DetailList[0].UseDay==0.5?'半':dataList.DetailList[0].UseDay}}天,
{{dataList.DetailList[0].GoodsName}}, {{dataList.DetailList[0].CarBrandName}},
{{dataList.DetailList[0].GuideCarType}}, {{dataList.DetailList[0].GuideCarType}},
{{dataList.DetailList[0].RideNum}}座, {{dataList.DetailList[0].RideNum}}座,
</view> </view>
<view class="order_small" style="margin-top:5px;"> <view class="order_small" style="margin-top:5px;">
{{dataList.DetailList[0].CarNumber}},
车牌号:{{dataList.DetailList[0].CarNumber}},
{{dataList.DetailList[0].IsSpell==1?'拼座':'不拼座'}}, {{dataList.DetailList[0].IsSpell==1?'拼座':'不拼座'}},
{{dataList.DetailList[0].CarColorName}}, {{dataList.DetailList[0].CarColorName}},
{{dataList.CarTypeStr}} {{dataList.CarTypeStr}}
......
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