From 887872281146a4960a74249be604925977c76339 Mon Sep 17 00:00:00 2001 From: wxz Date: Tue, 28 May 2024 11:01:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=85=E6=B0=91=E5=B5=8C=E5=85=A5:=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E4=BA=BA=E6=88=B7=E7=8A=B6=E5=86=B5=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/base/huji/immigration/edit.vue | 37 ++++++++++++++++++- .../modules/base/huji/immigration/index.vue | 5 +++ 2 files changed, 41 insertions(+), 1 deletion(-) diff --git a/src/views/modules/base/huji/immigration/edit.vue b/src/views/modules/base/huji/immigration/edit.vue index 9ba26be26..d80a0c5df 100644 --- a/src/views/modules/base/huji/immigration/edit.vue +++ b/src/views/modules/base/huji/immigration/edit.vue @@ -261,6 +261,7 @@ + + + + + + +
@@ -314,7 +333,8 @@ function iniFmData () { moveNumber: '', householderRelation: '', alreadyHaveMaster: false, - isReplace: '0' + isReplace: '0', + rhzk: '' } } @@ -342,6 +362,21 @@ export default { } ], optionsRelation: [], + // 人户状况 + optionsRhzk: [ + { + "value":"rhyz", + "label":"人户一致" + }, + { + "value":"rzhbz", + "label":"人在户不在" + }, + { + "value":"hzrbz", + "label":"户在人不在" + } + ], fmData: iniFmData(), areaProps: { diff --git a/src/views/modules/base/huji/immigration/index.vue b/src/views/modules/base/huji/immigration/index.vue index 04207b847..ec09196c7 100644 --- a/src/views/modules/base/huji/immigration/index.vue +++ b/src/views/modules/base/huji/immigration/index.vue @@ -290,6 +290,11 @@ min-width="100" label="与户主关系"> + +