diff --git a/src/project/biaopin/AppAiInput/AppAiInput.vue b/src/project/biaopin/AppAiInput/AppAiInput.vue
index 0497d96c..c0f1f4b3 100644
--- a/src/project/biaopin/AppAiInput/AppAiInput.vue
+++ b/src/project/biaopin/AppAiInput/AppAiInput.vue
@@ -10,6 +10,7 @@
“户主的出生日期”
“户主的民族”
“户主家里的家庭人口数”
+ “我要上报的事情”
@@ -47,7 +48,7 @@ export default {
},
onShow() {
this.text = ''
- document.title = '婚姻家庭纠纷入户登记表'
+ document.title = '巡查上报'
},
methods: {
...mapActions(['injectJWeixin']),
@@ -105,7 +106,6 @@ uni-page-body {
.problem-list {
margin: 0 0 32px 32px;
width: 686px;
- height: 520px;
background: #F5F6F8;
border-radius: 16px;
padding: 28px;
@@ -121,7 +121,6 @@ uni-page-body {
}
.list-content {
width: 630px;
- height: 392px;
background: #FFF;
border-radius: 12px;
overflow-y: scroll;
diff --git a/src/project/biaopin/AppAiInput/formConfirm.vue b/src/project/biaopin/AppAiInput/formConfirm.vue
index ceaa4410..3e74c5e8 100644
--- a/src/project/biaopin/AppAiInput/formConfirm.vue
+++ b/src/project/biaopin/AppAiInput/formConfirm.vue
@@ -58,6 +58,15 @@
+
@@ -138,7 +147,10 @@ export default {
// if(this.info.householdNumber == null || !this.info.householdNumber) {
// return this.$u.toast('请输入家庭人口数')
// }
- this.$u.toast(successText)
+ // this.showModel = true
+ this.$confirm('已流转到城管部门处理', '上报成功').then(() => {
+ this.back()
+ })
},
back() {
uni.navigateBack({delta: 2})
@@ -169,21 +181,21 @@ uni-page-body {
font-size: 32px;
color: #F46;
}
+ .label {
+ font-family: PingFangSC-Regular;
+ font-size: 32px;
+ color: #333;
+ line-height: 44px;
+ width: 240px;
+ }
.item-border {
padding: 34px 32px 34px 0;
width: 100%;
box-sizing: border-box;
border-bottom: 1px solid #D8DDE6;
display: flex;
- .label {
- font-family: PingFangSC-Regular;
- font-size: 32px;
- color: #333;
- line-height: 44px;
- width: 200px;
- }
.value {
- width: calc(100% - 200px);
+ width: calc(100% - 240px);
text-align: right;
.u-input {
display: inline-block;
@@ -202,6 +214,15 @@ uni-page-body {
}
}
}
+ .text-label {
+ padding: 34px 32px 34px 0;
+ }
+ .text-value {
+ padding-right: 32px;
+ ::v-deep .uni-textarea-textarea{
+ font-size: 28px;
+ }
+ }
}
}
.bottom-btn {
diff --git a/src/project/biaopin/AppAiInput/formEdit.vue b/src/project/biaopin/AppAiInput/formEdit.vue
index 6cece273..3c8686f1 100644
--- a/src/project/biaopin/AppAiInput/formEdit.vue
+++ b/src/project/biaopin/AppAiInput/formEdit.vue
@@ -61,7 +61,7 @@
{{ $dict.getLabel('nation', info.nation) || '请选择'}}
-
+
家庭人口数
@@ -73,6 +73,18 @@
{{info.householdNumber || '请输入'}}
+
+
+
我要上报的事情
+
+

修改
+
+
+
+
+ {{info.reportThing || '请输入'}}
+
+
确认使用
@@ -100,6 +112,7 @@ export default {
editName: false,
editPhone: false,
editHouseholdNumber: false,
+ editReportThing: false
}
},
computed: {
@@ -222,7 +235,6 @@ uni-page-body {
}
}
.value {
- width: calc(100% - 150px);
.u-input, span{
display: inline-block;
width: 100%;
@@ -233,7 +245,8 @@ uni-page-body {
font-weight: 500;
line-height: 60px;
}
- ::v-deep .uni-input-input {
+ ::v-deep .uni-input-input,
+ ::v-deep .uni-textarea-textarea{
color: #3975c6;
font-size: 40px;
font-family: PingFangSC;