|
|
@ -320,20 +320,20 @@ export default { |
|
|
|
this.afterTime = null; |
|
|
|
return false; |
|
|
|
} |
|
|
|
if (hour_0 == 12) { |
|
|
|
if (minute_0 == 0 && second_0 == 0) { |
|
|
|
this.$message.error("请选择12:01-23:59时间段的时间"); |
|
|
|
this.afterTime = null; |
|
|
|
return false; |
|
|
|
} |
|
|
|
} |
|
|
|
if (hour_1 == 12) { |
|
|
|
if (minute_1 == 0 && second_1 == 0) { |
|
|
|
this.$message.error("请选择12:01-23:59时间段的时间"); |
|
|
|
this.afterTime = null; |
|
|
|
return false; |
|
|
|
} |
|
|
|
} |
|
|
|
// if (hour_0 == 12) { |
|
|
|
// if (minute_0 == 0 && second_0 == 0) { |
|
|
|
// this.$message.error("请选择12:01-23:59时间段的时间"); |
|
|
|
// this.afterTime = null; |
|
|
|
// return false; |
|
|
|
// } |
|
|
|
// } |
|
|
|
// if (hour_1 == 12) { |
|
|
|
// if (minute_1 == 0 && second_1 == 0) { |
|
|
|
// this.$message.error("请选择12:01-23:59时间段的时间"); |
|
|
|
// this.afterTime = null; |
|
|
|
// return false; |
|
|
|
// } |
|
|
|
// } |
|
|
|
this.dataForm.afStartTime = this.afterTime[0]; |
|
|
|
this.dataForm.afEndTime = this.afterTime[1]; |
|
|
|
} |
|
|
|