Commit e35b3643 authored by zhengke's avatar zhengke

修改

parent 79e0bbc3
...@@ -214,7 +214,7 @@ ...@@ -214,7 +214,7 @@
</view> </view>
</template> </template>
<view class="orderItem"> <view class="orderItem">
<view style="padding-top:20px;margin-bottom:15px;">联系人信息</view> <view style="padding-top:20px;margin-bottom:15px;">客户信息</view>
<view class="order_GName" style="border-top:0;"> <view class="order_GName" style="border-top:0;">
<view class="order_big order_comLeft">联系人</view> <view class="order_big order_comLeft">联系人</view>
<view style="display: flex;align-items: center;"> <view style="display: flex;align-items: center;">
......
...@@ -133,8 +133,8 @@ ...@@ -133,8 +133,8 @@
// 将秒转化成时分秒 // 将秒转化成时分秒
goconfirm(){ goconfirm(){
let StartTime = this.STime.year+'-'+this.STime.month+'-'+this.STime.day+' '+this.STime.hour+':'+this.STime.minute+':00'; let StartTime = this.STime.year+'/'+this.STime.month+'/'+this.STime.day+' '+this.STime.hour+':'+this.STime.minute+':00';
let EndTime = this.ETime.year+'-'+this.ETime.month+'-'+this.ETime.day+' '+this.ETime.hour+':'+this.ETime.minute+':10'; let EndTime = this.ETime.year+'/'+this.ETime.month+'/'+this.ETime.day+' '+this.ETime.hour+':'+this.ETime.minute+':10';
let quT = this.timeToSec(this.qutime) let quT = this.timeToSec(this.qutime)
let stillT = this.timeToSec(this.stilltime) let stillT = this.timeToSec(this.stilltime)
...@@ -241,7 +241,7 @@ ...@@ -241,7 +241,7 @@
if(obj.day<10){ if(obj.day<10){
obj.day = ('0' + obj.day) obj.day = ('0' + obj.day)
} }
this.defaultSelect = obj.year+'-'+obj.month+'-'+obj.day; this.defaultSelect = obj.year+'/'+obj.month+'/'+obj.day;
this.qutime=obj.hour+':'+obj.minute//初始取车时间 this.qutime=obj.hour+':'+obj.minute//初始取车时间
}else if(type==2){ }else if(type==2){
this.stilltime=obj.hour+':'+obj.minute//初始还车时间 this.stilltime=obj.hour+':'+obj.minute//初始还车时间
......
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