From 80feea61422261cbfcc4c68bcbf50b06adaf7602 Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 29 Apr 2022 17:21:25 +0800 Subject: [PATCH 1/3] BUG 29319 --- src/apps/AppMonitoringObject/Add.vue | 34 +++++++++++++--------------- 1 file changed, 16 insertions(+), 18 deletions(-) diff --git a/src/apps/AppMonitoringObject/Add.vue b/src/apps/AppMonitoringObject/Add.vue index d6a8272d..75299e52 100644 --- a/src/apps/AppMonitoringObject/Add.vue +++ b/src/apps/AppMonitoringObject/Add.vue @@ -194,7 +194,7 @@ - +
@@ -423,8 +423,8 @@
- - + +
下一步
保存
{{ girdInfo.checkType == 2 ? '保存' : '申请纳入监测' }}
@@ -438,9 +438,9 @@ export default { data() { return { numList: [ - {name: '基本信息'}, - {name: '情况描述'}, - {name: '等待审核'}, + {name: '基本信息'}, + {name: '情况描述'}, + {name: '等待审核'}, ], current: 0, form: { @@ -554,14 +554,12 @@ export default { if (query.id) { this.flag = true this.id = query.id - - + + this.getInfo(this.id) - - } else if (!query.id) { - this.form.currentAreaId = this.user.areaId - } + + } }) }, @@ -598,7 +596,7 @@ export default { this.namelist.splice(index, 1) } }) - + } this.form.healthyStatus = this.namelist.map(v=>v.dictValue).join(',') }, @@ -623,9 +621,9 @@ export default { if(!this.form.objectType) { this.$u.toast('请选择监测对象类型') } - + } - + if(!this.form.idNumber) { this.$u.toast('请输入身份证号') } @@ -660,7 +658,7 @@ export default { if(this.photo.length) { this.form.photo = this.photo[0].accessUrl } - + this.form.girdId = this.girdInfo.girdId this.form.girdName = this.girdInfo.girdName this.form.householdIdNumber = this.form.idNumber @@ -695,7 +693,7 @@ export default { this.guaranteeList.push(index) } }) - + this.form.guaranteeCheck = this.guaranteeList.join(',') this.checkInit('jcbxCxyiliao',this.basicsCheckList, 0) @@ -882,7 +880,7 @@ export default { border: 1px solid #1174FE; } } - + } } From 1d66d079c4d2d7717ffbb2d92512432fad3a30ac Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 29 Apr 2022 17:35:50 +0800 Subject: [PATCH 2/3] BUG 29320 --- src/apps/AppMonitoringObject/Add.vue | 205 ++++++++++++++------------- 1 file changed, 107 insertions(+), 98 deletions(-) diff --git a/src/apps/AppMonitoringObject/Add.vue b/src/apps/AppMonitoringObject/Add.vue index 75299e52..df58615a 100644 --- a/src/apps/AppMonitoringObject/Add.vue +++ b/src/apps/AppMonitoringObject/Add.vue @@ -23,7 +23,7 @@ 与户主关系
- {{ $dict.getLabel('fpRelationship',form.householdRelation) }} + {{ $dict.getLabel('fpRelationship', form.householdRelation) }}
@@ -35,7 +35,7 @@ 选择人员
- + 请选择 {{ userList[0].name }} @@ -51,7 +51,7 @@
+ placeholder-style="color: #999; font-size: 30rpx;" disabled/>
@@ -63,7 +63,7 @@
+ placeholder-style="color: #999; font-size: 30rpx;" :disabled="isEdit"/>
@@ -75,7 +75,7 @@
+ placeholder-style="color: #999; font-size: 30rpx;" @input="changeIdNumber" :disabled="userList.length? true : false"/>
@@ -87,7 +87,7 @@
+ placeholder-style="color: #999; font-size: 30rpx;" @input="changeIdNumber" disabled/>
@@ -98,7 +98,7 @@ 性别
- {{$dict.getLabel('sex', form.sex) || '自动识别'}} + {{ $dict.getLabel('sex', form.sex) || '自动识别' }}
@@ -112,7 +112,7 @@
+ placeholder-style="color: #999; font-size: 30rpx;"/>
@@ -124,12 +124,8 @@
- -
- {{ form.currentAreaName }} - 请选择 - -
+ +
@@ -196,7 +192,7 @@ -
+
@@ -219,7 +215,7 @@
-
{{ e.dictName }}
+
{{ e.dictName }}
@@ -262,7 +258,7 @@
-
{{ e.dictName }}
+
{{ e.dictName }}
@@ -279,7 +275,7 @@
-
{{ e.dictName }}
+
{{ e.dictName }}
@@ -306,8 +302,10 @@ 是否会讲普通话
-
-
+
+
@@ -381,8 +379,10 @@ 是否国外务工
-
-
+
+
@@ -412,7 +412,7 @@

备注说明

- +
@@ -433,15 +433,15 @@