diff --git a/src/views/modules/epidemic/regist.vue b/src/views/modules/epidemic/regist.vue index e6384b2..898324d 100644 --- a/src/views/modules/epidemic/regist.vue +++ b/src/views/modules/epidemic/regist.vue @@ -276,7 +276,7 @@ export default { this.maxDose = res.data.maxDose this.doseAble = false }).catch(() => { }) - if (this.dataForm.companyId !== this.historyCompanyId) { + if (this.dataForm.companyId !== this.historyCompanyId && this.historyCompanyId != 0) { this.dataForm.vaccinationState = 1 return this.$message.warning('与上次接种疫苗厂家不同') } else { diff --git a/src/views/modules/vim/vaccinationinfo.vue b/src/views/modules/vim/vaccinationinfo.vue index 8e9c505..71932f1 100644 --- a/src/views/modules/vim/vaccinationinfo.vue +++ b/src/views/modules/vim/vaccinationinfo.vue @@ -24,8 +24,32 @@ placeholder="请输入手机号" clearable> + + + + + + +
+ + 针 + + + 日 + - {{ $t('query') }} + {{ $t('query') }}