From ec4ec8fcefc9970458ea4807f95d155e24022709 Mon Sep 17 00:00:00 2001 From: wxz Date: Mon, 15 Jul 2024 15:55:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=BA=E7=94=9F=E7=AE=A1=E7=90=86=EF=BC=9A?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BA=BA=E6=88=B7=E7=8A=B6=E5=86=B5=E5=AD=97?= =?UTF-8?q?=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .DS_Store | Bin 0 -> 6148 bytes .../base/huji/chusheng/cpts/detail.vue | 17 ++++++++- .../modules/base/huji/chusheng/cpts/edit.vue | 33 ++++++++++++++++++ .../modules/base/huji/chusheng/index.vue | 17 +++++++++ 4 files changed, 66 insertions(+), 1 deletion(-) create mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..5008ddfcf53c02e82d7eee2e57c38e5672ef89f6 GIT binary patch literal 6148 zcmeH~Jr2S!425mzP>H1@V-^m;4Wg<&0T*E43hX&L&p$$qDprKhvt+--jT7}7np#A3 zem<@ulZcFPQ@L2!n>{z**++&mCkOWA81W14cNZlEfg7;MkzE(HCqgga^y>{tEnwC%0;vJ&^%eQ zLs35+`xjp>T0与户主关系: {{ fmData.householderRelationName || "--"}} +
+ 人户状况 + {{ rhzkDisplay(fmData) }} +
@@ -125,7 +129,17 @@ export default { }, components: {}, computed: { - + rhzkDisplay() { + return (fmData) => { + if (fmData.rhzk === 'rhyz') { + return '人户一致'; + } else if (fmData.rhzk === 'rzhbz') { + return '人在户不在'; + } else if (fmData.rhzk === 'hzrbz') { + return '户在人不在'; + } + }; + } }, props: {}, watch: {}, @@ -184,6 +198,7 @@ export default { loading.close(); } }, + }, }; diff --git a/src/views/modules/base/huji/chusheng/cpts/edit.vue b/src/views/modules/base/huji/chusheng/cpts/edit.vue index d1c07dc94..a875d31b3 100644 --- a/src/views/modules/base/huji/chusheng/cpts/edit.vue +++ b/src/views/modules/base/huji/chusheng/cpts/edit.vue @@ -342,6 +342,23 @@ + + + + + + + + + +