diff --git a/src/views/modules/epidemic/regist.vue b/src/views/modules/epidemic/regist.vue
index 898324d..2edfbb7 100644
--- a/src/views/modules/epidemic/regist.vue
+++ b/src/views/modules/epidemic/regist.vue
@@ -275,17 +275,18 @@ export default {
}
this.maxDose = res.data.maxDose
this.doseAble = false
- }).catch(() => { })
- if (this.dataForm.companyId !== this.historyCompanyId && this.historyCompanyId != 0) {
- this.dataForm.vaccinationState = 1
- return this.$message.warning('与上次接种疫苗厂家不同')
- } else {
- if (this.dataForm.dose === this.maxDose) {
- this.dataForm.vaccinationState = 2
- } else {
+
+ if (this.dataForm.companyId !== this.historyCompanyId && this.historyCompanyId != 0) {
this.dataForm.vaccinationState = 1
+ return this.$message.warning('与上次接种疫苗厂家不同')
+ } else {
+ if (this.dataForm.dose === this.maxDose) {
+ this.dataForm.vaccinationState = 2
+ } else {
+ this.dataForm.vaccinationState = 1
+ }
}
- }
+ }).catch(() => { })
},
doseChange (event) {
// if (this.dataForm.distinctNum < 2){
diff --git a/src/views/modules/vim/vaccinationrole-add-or-update.vue b/src/views/modules/vim/vaccinationrole-add-or-update.vue
new file mode 100644
index 0000000..88081c5
--- /dev/null
+++ b/src/views/modules/vim/vaccinationrole-add-or-update.vue
@@ -0,0 +1,105 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('cancel') }}
+ {{ $t('confirm') }}
+
+
+
+
+
diff --git a/src/views/modules/vim/vaccinationrole.vue b/src/views/modules/vim/vaccinationrole.vue
new file mode 100644
index 0000000..3acc3b2
--- /dev/null
+++ b/src/views/modules/vim/vaccinationrole.vue
@@ -0,0 +1,68 @@
+
+
+
+
+
+
+
+
+ {{ $t('query') }}
+
+
+ {{ $t('add') }}
+
+
+ {{ $t('deleteBatch') }}
+
+
+
+
+
+
+
+
+ {{ $t('update') }}
+ {{ $t('delete') }}
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/modules/vim/vaccinationuserrole-add-or-update.vue b/src/views/modules/vim/vaccinationuserrole-add-or-update.vue
new file mode 100644
index 0000000..fb9b79d
--- /dev/null
+++ b/src/views/modules/vim/vaccinationuserrole-add-or-update.vue
@@ -0,0 +1,134 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('cancel') }}
+ {{ $t('confirm') }}
+
+
+
+
+
diff --git a/src/views/modules/vim/vaccinationuserrole.vue b/src/views/modules/vim/vaccinationuserrole.vue
new file mode 100644
index 0000000..ffdda56
--- /dev/null
+++ b/src/views/modules/vim/vaccinationuserrole.vue
@@ -0,0 +1,68 @@
+
+
+
+
+
+
+
+
+ {{ $t('query') }}
+
+
+ {{ $t('add') }}
+
+
+ {{ $t('deleteBatch') }}
+
+
+
+
+
+
+
+
+ {{ $t('update') }}
+ {{ $t('delete') }}
+
+
+
+
+
+
+
+
+
+
+
+