修改
This commit is contained in:
parent
91258d2442
commit
8e90c1f144
@ -255,9 +255,23 @@
|
|||||||
if (item == 'morning') {
|
if (item == 'morning') {
|
||||||
this.formdata.appointmentStartTime = this.appointmentTimeList[this.timecurrent].morningList[0]
|
this.formdata.appointmentStartTime = this.appointmentTimeList[this.timecurrent].morningList[0]
|
||||||
.starttime
|
.starttime
|
||||||
|
if(this.appointmentTimeList[this.timecurrent].morningList[0].status==true){
|
||||||
|
this.formdata.schedulePlanDetailId = this.appointmentTimeList[this.timecurrent].morningList[0].schedulePlanDetailId
|
||||||
|
|
||||||
|
}else{
|
||||||
|
this.formdata.schedulePlanDetailId=''
|
||||||
|
|
||||||
|
}
|
||||||
} else if (item == 'after') {
|
} else if (item == 'after') {
|
||||||
this.formdata.appointmentEndTime = this.appointmentTimeList[this.timecurrent].morningList[0]
|
this.formdata.appointmentEndTime = this.appointmentTimeList[this.timecurrent].morningList[0]
|
||||||
.endtime
|
.endtime
|
||||||
|
if(this.appointmentTimeList[this.timecurrent].morningList[0].status==true){
|
||||||
|
this.formdata.schedulePlanDetailId = this.appointmentTimeList[this.timecurrent].afternoonList[0].schedulePlanDetailId
|
||||||
|
|
||||||
|
}else{
|
||||||
|
this.formdata.schedulePlanDetailId=''
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user