diff --git a/src/views/modules/base/huji/immigration/edit.vue b/src/views/modules/base/huji/immigration/edit.vue index 1365b5ec7..8cf1a260c 100644 --- a/src/views/modules/base/huji/immigration/edit.vue +++ b/src/views/modules/base/huji/immigration/edit.vue @@ -138,6 +138,7 @@ placeholder="请输入姓名 " v-model="fmData.name" :disabled="formType === 'edit'" + maxlength="30" > @@ -199,7 +200,7 @@ size="small" clearable class="item_width_1" - :disabled="formType === 'edit'" + :disabled="true" > @@ -235,9 +236,9 @@ > @@ -797,7 +798,7 @@ export default { }) } this.btnDisable = true - if (this.fmData.isCheck && this.userInfo && this.userInfo.resiHomeId) { + if (this.fmData.isCheck == '1' && this.userInfo && this.userInfo.resiHomeId) { const { user } = this.$store.state if (user.agencyId == this.userInfo.resiAgencyId) { if (this.userInfo.resiHomeId !== this.fmData.homeId) { diff --git a/src/views/modules/base/huji/immigration/index.vue b/src/views/modules/base/huji/immigration/index.vue index 316ca2031..641343708 100644 --- a/src/views/modules/base/huji/immigration/index.vue +++ b/src/views/modules/base/huji/immigration/index.vue @@ -53,9 +53,10 @@ @@ -71,9 +72,10 @@ @@ -89,9 +91,10 @@