From 102ade21838cbd1894333b4b070fae56ba4e1da9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BD=97=E6=96=8C=E6=9D=B0?= <> Date: Thu, 7 Nov 2024 18:33:45 +0800 Subject: [PATCH] ui --- src/components/follow/FollowList.vue | 32 ++++++++++++++++++--------- src/components/follow/FollowQuery.vue | 8 +++++++ src/store/index.js | 2 ++ 3 files changed, 31 insertions(+), 11 deletions(-) diff --git a/src/components/follow/FollowList.vue b/src/components/follow/FollowList.vue index ccc5e23..a25cc8c 100644 --- a/src/components/follow/FollowList.vue +++ b/src/components/follow/FollowList.vue @@ -29,20 +29,16 @@ - + @@ -50,13 +46,21 @@ - + + + - + + + @@ -789,6 +793,12 @@ export default { if (this.patientRegister.query.phone) body.phone = this.patientRegister.query.phone; + if (this.patientRegister.query.isSmsComplete) + body.isSmsComplete = this.patientRegister.query.isSmsComplete; + + if (this.patientRegister.query.isPhoneComplete) + body.isPhoneComplete = this.patientRegister.query.isPhoneComplete; + if (this.patientRegister.query.idCardNo) body = { idNo: this.patientRegister.query.idCardNo, diff --git a/src/components/follow/FollowQuery.vue b/src/components/follow/FollowQuery.vue index 06570ca..c792c86 100644 --- a/src/components/follow/FollowQuery.vue +++ b/src/components/follow/FollowQuery.vue @@ -58,6 +58,14 @@ +
+ 短信随访创建完成 + +
+
+ 电话随访创建完成 + +
diff --git a/src/store/index.js b/src/store/index.js index 10bfac9..fa51e09 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -213,6 +213,8 @@ export default new Vuex.Store({ sex: '', //性别 idCardNo: '', //身份证号 isSeries: 'N', + isSmsComplete: "N", + isPhoneComplete: "N" }, //查询条件 customerOrgGroup: [], //分组(针对单位) patientRegisterAbs: [], //人员已选组合项目