|
@ -696,6 +696,10 @@
|
|
|
// 选择日期
|
|
|
getSelectDate: function(index) {
|
|
|
this.templateDetail[index].specialistServiceItemDO.executeTime = []
|
|
|
if(!this.templateDetail[index].value15) {
|
|
|
this.checkAllMoney()
|
|
|
return false;
|
|
|
}
|
|
|
var arr = this.templateDetail[index].value15
|
|
|
this.templateDetail[index].specialistServiceItemDO.executeTime = arr
|
|
|
this.templateDetail[index].value14 = null
|
|
@ -706,6 +710,10 @@
|
|
|
// 选择周期
|
|
|
getRandgeDate: function(index) {
|
|
|
this.templateDetail[index].specialistServiceItemDO.executeTime = []
|
|
|
if(!this.templateDetail[index].value14) {
|
|
|
this.checkAllMoney()
|
|
|
return false;
|
|
|
}
|
|
|
var arr = this.templateDetail[index].value14,
|
|
|
startTime = new Date(arr[0]).getTime(),
|
|
|
endTime = new Date(arr[1]).getTime(),
|