diff --git a/src/apps/AppMonitoringObject/Add.vue b/src/apps/AppMonitoringObject/Add.vue index a0b1f220..a34dbf29 100644 --- a/src/apps/AppMonitoringObject/Add.vue +++ b/src/apps/AppMonitoringObject/Add.vue @@ -16,17 +16,17 @@ -
-
+
@@ -150,135 +150,159 @@
- +
- -
+
+ -
-
-
-
- * - 在校情况 -
-
- -
+
+
+
+
+ * + 在校情况
-
-
-
-
- * - 健康状况 -
-
- -
-
-
-
-
-
- * - 劳动技能 -
-
- -
-
-
-
-
-
- * - 务工区域 -
-
- -
-
-
-
-
-
- * - 务工时间/月 -
-
- -
+
+
- -
- -
-
-
-
- * - 是否参加医保 -
-
-
-
-
+
+
+
+ * + 健康状况 +
+
+
-
-
-
- * - 是否参加大病保险 -
-
-
-
-
+
+
+
+
+ * + 劳动技能 +
+
+
-
-
-
- * - 是否参加养老保险 -
-
-
-
-
+
+
+
+
+ * + 务工区域 +
+
+
-
-
-
- * - 是否享受最低生活保障 -
-
-
享受
-
未享受
-
+
+
+
+
+ * + 务工时间/月
-
-
-
-
- * - 是否特困供养 -
-
-
-
-
+
+
+ + + +
+
+
+
+ * + 是否参加医保 +
+
+
+
+
+
+
+
+
+
+ * + 是否参加大病保险 +
+
+
+
+
+
+
+
+
+
+ * + 是否参加养老保险 +
+
+
+
+
+
+
+
+
+
+ * + 是否享受最低生活保障 +
+
+
享受
+
未享受
+
+
+
+
+
+
+ * + 是否特困供养 +
+
+
+
+
+
+
+
+ + +
+
+
*风险因素
+
+ +
+
+
+
+

*备注说明

+
+ +
+
+
+
+

图片(最多9张)

+
+ +
+
+
+
下一步
{{ 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 @@ - - - - - \ 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 @@ + + + + +