From 846120aae907fa0326f26cae55fd37ef93cd1a88 Mon Sep 17 00:00:00 2001 From: wxz Date: Fri, 10 May 2024 15:53:19 +0800 Subject: [PATCH 1/3] =?UTF-8?q?fix=EF=BC=9A=E6=9C=8D=E5=8A=A1=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=E7=9B=B8=E5=85=B3=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../communityService/fuwuzhaoren/index.vue | 20 ++++++++-------- .../gangweizhaoren/addForm.vue | 8 +++---- .../modules/communityService/gxxq/addForm.vue | 24 +++++++++---------- .../jinengzhaoren/addForm.vue | 8 +++---- .../communityService/measure/index.vue | 6 +++-- .../wennuanzhaoren/addForm.vue | 8 +++---- 6 files changed, 38 insertions(+), 36 deletions(-) diff --git a/src/views/modules/communityService/fuwuzhaoren/index.vue b/src/views/modules/communityService/fuwuzhaoren/index.vue index ce395260c..1f3bfad14 100644 --- a/src/views/modules/communityService/fuwuzhaoren/index.vue +++ b/src/views/modules/communityService/fuwuzhaoren/index.vue @@ -125,14 +125,14 @@ @click="resetSearch">重置 - +
- - + @@ -213,7 +213,7 @@ label="服务状态" :show-overflow-tooltip="true"> @@ -238,7 +238,7 @@ type="text" size="small" >查看 - 人员名单 --> - + -
- + {//这个关键属性我们一定要写在data的里面并且return的外面,这是动态改变区间的关键 diff --git a/src/views/modules/communityService/gangweizhaoren/addForm.vue b/src/views/modules/communityService/gangweizhaoren/addForm.vue index c527d1710..294f5ed62 100644 --- a/src/views/modules/communityService/gangweizhaoren/addForm.vue +++ b/src/views/modules/communityService/gangweizhaoren/addForm.vue @@ -160,7 +160,7 @@
- + - + - + diff --git a/src/views/modules/communityService/gxxq/addForm.vue b/src/views/modules/communityService/gxxq/addForm.vue index 31ead9c47..99c1fdca6 100644 --- a/src/views/modules/communityService/gxxq/addForm.vue +++ b/src/views/modules/communityService/gxxq/addForm.vue @@ -82,7 +82,7 @@ - + @@ -161,7 +161,7 @@ label-width="150px" prop="serviceTimeEnd" > - +
- + - + - + diff --git a/src/views/modules/communityService/jinengzhaoren/addForm.vue b/src/views/modules/communityService/jinengzhaoren/addForm.vue index 1ef962eb5..81258d632 100644 --- a/src/views/modules/communityService/jinengzhaoren/addForm.vue +++ b/src/views/modules/communityService/jinengzhaoren/addForm.vue @@ -160,7 +160,7 @@
- + - + - + diff --git a/src/views/modules/communityService/measure/index.vue b/src/views/modules/communityService/measure/index.vue index f7b99f1e7..033a1a517 100644 --- a/src/views/modules/communityService/measure/index.vue +++ b/src/views/modules/communityService/measure/index.vue @@ -292,7 +292,7 @@
- + { diff --git a/src/views/modules/communityService/wennuanzhaoren/addForm.vue b/src/views/modules/communityService/wennuanzhaoren/addForm.vue index b28b5775f..620beca34 100644 --- a/src/views/modules/communityService/wennuanzhaoren/addForm.vue +++ b/src/views/modules/communityService/wennuanzhaoren/addForm.vue @@ -160,7 +160,7 @@ - + - + - + From 3f6d9064ac45cbd563bb0c156a92bd01389b5f40 Mon Sep 17 00:00:00 2001 From: wxz Date: Wed, 29 May 2024 15:56:00 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E5=85=B1=E6=80=A7=E9=9C=80=E6=B1=82:?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E4=B8=AD=E7=9A=84=E5=88=97=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/communityService/gxxq/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/communityService/gxxq/index.vue b/src/views/modules/communityService/gxxq/index.vue index 69b3f7c5c..b30a26122 100644 --- a/src/views/modules/communityService/gxxq/index.vue +++ b/src/views/modules/communityService/gxxq/index.vue @@ -146,7 +146,7 @@ /> Date: Mon, 1 Jul 2024 14:54:43 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E6=88=BF=E5=B1=8B=E9=97=A8=E7=89=8C?= =?UTF-8?q?=E5=8F=B7=E9=99=90=E5=88=B6=E5=8F=AA=E8=83=BD=E8=BE=93=E5=85=A5?= =?UTF-8?q?=E6=95=B0=E5=AD=97=EF=BC=8C=E4=B8=8D=E8=83=BD=E8=BE=93=E5=85=A5?= =?UTF-8?q?=E6=B1=89=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/base/community/roomForm.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/views/modules/base/community/roomForm.vue b/src/views/modules/base/community/roomForm.vue index 521111e1e..b29994f24 100644 --- a/src/views/modules/base/community/roomForm.vue +++ b/src/views/modules/base/community/roomForm.vue @@ -432,6 +432,11 @@ export default { }, + // 门牌号输入内容过滤 + // onDoorNameInput(content) { + // this.dataForm.doorName = content.replaceAll(/[\u4e00-\u9fa5]/g, ''); + // }, + resetData () { this.houseId = '' //房屋ID this.houseType = '1' @@ -478,7 +483,8 @@ export default { { required: true, message: '所属单元不能为空', trigger: 'blur' }, ], doorName: [ - { required: true, message: '门牌号不能为空', trigger: 'blur' } + { required: true, message: '门牌号不能为空', trigger: 'blur' }, + { pattern: /^[0-9]*$/, message: '门牌号只能输入数字', trigger: 'blur' } ], coding: [ { required: true, message: '房屋编码不能为空', trigger: 'blur' }