Browse Source

核酸检测点、疫苗接种点 PC 管理 优化

master
wanggongfeng 3 years ago
parent
commit
c3c921dbb1
  1. 4
      src/views/modules/plugins/point/icpointvaccinesinoculation-add-or-update.vue

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

@ -496,11 +496,11 @@ export default {
if (!valid) {
return false;
}
if(this.morningTime === null){
if(this.morningTime === null && this.dataForm.noAvailableVaccines !== '1'){
this.$message.error('请填写上午接种时间');
return false
}
if(this.afterTime === null ){
if(this.afterTime === null && this.dataForm.noAvailableVaccines !== '1'){
this.$message.error('请填写下午接种时间');
return false
}

Loading…
Cancel
Save