|
@@ -138,7 +138,7 @@
|
|
|
that.btnSubmintStrShow = false
|
|
|
}
|
|
|
// 预约时间
|
|
|
- console.log(that.order)
|
|
|
+ console.log(that.order);
|
|
|
if (that.order.status_time !== 0) {
|
|
|
that.bookingTime = that.order.status_time
|
|
|
}
|
|
@@ -151,13 +151,13 @@
|
|
|
that.techMobile = that.order.tech_mobile;
|
|
|
}
|
|
|
// 转化时间格式
|
|
|
- /* this.order.yc_time = _.timetrans(this.order.yc_time); // 预产期
|
|
|
- this.order.yc_time = this.order.yc_time.substring(0, 10); // 预产期
|
|
|
- this.order.server_start_time = _.timetrans(this.order.server_start_time);
|
|
|
- this.order.server_start_time = this.order.server_start_time.substring(11, 16);
|
|
|
- this.order.server_end_time = _.timetrans(this.order.server_end_time);
|
|
|
- this.order.server_end_time = this.order.server_end_time.substring(11, 16);
|
|
|
- */
|
|
|
+ // this.order.yc_time = _.timetrans(this.order.yc_time); // 预产期
|
|
|
+ this.order.yc_time = this.order.yc_time.substring(0, 10); // 预产期
|
|
|
+ this.order.server_start_time = _.timetrans(this.order.server_start_time);
|
|
|
+ this.order.server_start_time = this.order.server_start_time.substring(11, 16);
|
|
|
+ this.order.server_end_time = _.timetrans(this.order.server_end_time);
|
|
|
+ this.order.server_end_time = this.order.server_end_time.substring(11, 16);
|
|
|
+
|
|
|
if (this.order.status - 1 == 0) {
|
|
|
this.eAppointmentDate = true
|
|
|
}
|