Browse Source

疫苗接种点BUG

feature/point_bug202207
wanggongfeng 3 years ago
parent
commit
ec6ad46a93
  1. 28
      src/views/modules/plugins/point/icpointvaccinesinoculation-add-or-update.vue

28
src/views/modules/plugins/point/icpointvaccinesinoculation-add-or-update.vue

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

Loading…
Cancel
Save