|
@@ -427,7 +427,7 @@
|
|
|
v-model="notVisitReason"
|
|
v-model="notVisitReason"
|
|
|
rows="3"
|
|
rows="3"
|
|
|
autosize
|
|
autosize
|
|
|
- maxlength="800"
|
|
|
|
|
|
|
+ maxlength="1000"
|
|
|
show-word-limit
|
|
show-word-limit
|
|
|
type="textarea"
|
|
type="textarea"
|
|
|
:formatter="formatter" />
|
|
:formatter="formatter" />
|
|
@@ -592,6 +592,36 @@ export default {
|
|
|
if (this.$route.query.reportId != undefined) {
|
|
if (this.$route.query.reportId != undefined) {
|
|
|
this.getDetailById();
|
|
this.getDetailById();
|
|
|
} else {
|
|
} else {
|
|
|
|
|
+ this.notVisitReason = '';
|
|
|
|
|
+ this.reportContents = [
|
|
|
|
|
+ {
|
|
|
|
|
+ dayContent: '',
|
|
|
|
|
+ contentTime: '',
|
|
|
|
|
+ type: 2,
|
|
|
|
|
+ status: '1',
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ dayContent: '',
|
|
|
|
|
+ contentTime: '',
|
|
|
|
|
+
|
|
|
|
|
+ type: 3,
|
|
|
|
|
+ status: '1',
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ dayContent: '',
|
|
|
|
|
+ contentTime: '',
|
|
|
|
|
+ projectFollowNum: '',
|
|
|
|
|
+ type: 3,
|
|
|
|
|
+ status: '1',
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ dayContent: '',
|
|
|
|
|
+ contentTime: '',
|
|
|
|
|
+ tucReportingSuccessNum: '',
|
|
|
|
|
+ type: 3,
|
|
|
|
|
+ status: '1',
|
|
|
|
|
+ },
|
|
|
|
|
+ ];
|
|
|
this.getReportInfo();
|
|
this.getReportInfo();
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|