|
@@ -200,6 +200,7 @@
|
|
|
console.log('++++++++++++++')
|
|
console.log('++++++++++++++')
|
|
|
this.periodDateIndex = e.detail.value
|
|
this.periodDateIndex = e.detail.value
|
|
|
this.periodDate = this.periodDateList[e.detail.value]
|
|
this.periodDate = this.periodDateList[e.detail.value]
|
|
|
|
|
+ this.orderParam.serviceDate=this.periodDate.label
|
|
|
//对所有子订单的服务人员及服务时段重新赋值
|
|
//对所有子订单的服务人员及服务时段重新赋值
|
|
|
this.getServicePerson(this.periodDate.label,true)
|
|
this.getServicePerson(this.periodDate.label,true)
|
|
|
|
|
|