-
+
+
+
+
+
+
+
+
+
下一步
{{ girdInfo.checkType == 2 ? '保存' : '申请纳入监测' }}
@@ -323,12 +347,16 @@ export default {
healthyStatus: '',
age: '',
birthday: '',
- isHousehold: ''
+ isHousehold: '',
+ photo: '',
+ riskType: '',
+ detail: '',
},
$areaId: '',
- isEdit: true,
+ isEdit: false,
id: '',
girdInfo: {},
+ photo: []
}
},
computed: {
@@ -337,7 +365,7 @@ export default {
onLoad(query) {
this.isGirdUser()
- this.$dict.load(['fpType', 'riskEliminationMethod', 'fpRiskType', 'fpYesOrNo', 'fpNation', 'fpEducation', 'fpStudentsInSchool', 'fpHealth',
+ this.$dict.load(['fpType','fpRiskType', 'riskEliminationMethod', 'fpRiskType', 'fpYesOrNo', 'fpNation', 'fpEducation', 'fpStudentsInSchool', 'fpHealth',
'fpLaborSkills', 'fpPoliticalOutlook', 'sex', 'fpHealth']).then(() => {
if (query.id) {
this.isEdit = true
@@ -356,9 +384,9 @@ export default {
methods: {
toSelect() {
- uni.navigateTo({
- url: './residentList'
- })
+ // uni.navigateTo({
+ // url: './residentList'
+ // })
},
rules() {
return {
@@ -407,6 +435,7 @@ export default {
this.form.householdIdNumber = this.form.idNumber
this.form.householdRelation = '01'
this.form.isHousehold = 1
+ this.form.photo = this.photo[0].accessUrl
this.current = 1
},
@@ -419,9 +448,7 @@ export default {
if (res.code == 0) {
this.$u.toast(this.isEdit ? '保存成功' : '提交成功')
uni.$emit('reload')
- uni.navigateBack({
- delta: 1
- })
+ uni.navigateTo({url: './serviceResult'})
}
}).catch((err) => {
this.$u.toast(err)
@@ -655,6 +682,20 @@ export default {
}
}
+ .condition {
+ margin-top: 16px;
+ .risk {
+ display: flex;
+ justify-content: space-between;
+ padding: 30px 32px;
+ box-sizing: border-box;
+ }
+ .remark {
+ padding: 30px 32px;
+ box-sizing: border-box;
+ }
+ }
+
.btn {
position: fixed;
left: 0;
diff --git a/src/apps/AppMonitoringObject/components/img/service-success.png b/src/apps/AppMonitoringObject/components/img/service-success.png
new file mode 100644
index 00000000..95613958
Binary files /dev/null and b/src/apps/AppMonitoringObject/components/img/service-success.png differ
diff --git a/src/apps/AppMonitoringObject/residentList.vue b/src/apps/AppMonitoringObject/residentList.vue
deleted file mode 100644
index aef67dcd..00000000
--- a/src/apps/AppMonitoringObject/residentList.vue
+++ /dev/null
@@ -1,93 +0,0 @@
-
-
-
-
-
-
-
-
-

-
-
-
李毅
-
-
42068219980502252X
-
18571799417
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/apps/AppMonitoringObject/serviceResult.vue b/src/apps/AppMonitoringObject/serviceResult.vue
new file mode 100644
index 00000000..3cb11f92
--- /dev/null
+++ b/src/apps/AppMonitoringObject/serviceResult.vue
@@ -0,0 +1,82 @@
+
+
+
+
申请成功,请等待管理员审批!
+
+
确定
+
+
+
+
+
+