|
|
@ -60,11 +60,11 @@ |
|
|
@handelDetail="handelDetail" @handelFollowUpList="handelFollowUpList" :period="formData.period" :seriesName="seriesName" :inspRecordId="formData.inspRecordId"></form-list> |
|
|
@handelDetail="handelDetail" @handelFollowUpList="handelFollowUpList" :period="formData.period" :seriesName="seriesName" :inspRecordId="formData.inspRecordId"></form-list> |
|
|
<el-dialog width="920px" class="dialog-h" title="社区自查报告详情" :close-on-click-modal="false" |
|
|
<el-dialog width="920px" class="dialog-h" title="社区自查报告详情" :close-on-click-modal="false" |
|
|
v-if="showFollowUpDetail" :visible.sync="showFollowUpDetail" append-to-body> |
|
|
v-if="showFollowUpDetail" :visible.sync="showFollowUpDetail" append-to-body> |
|
|
<follow-Detail :period="formData.period" :inspResultId="inspResultId" @handleClose="handleClose"></follow-Detail> |
|
|
<follow-Detail :period="formData.period" :inspResultId="inspResultId" @handleClose="showFollowUpDetail = false"></follow-Detail> |
|
|
</el-dialog> |
|
|
</el-dialog> |
|
|
<el-dialog width="820px" class="dialog-h" title="回访记录" :close-on-click-modal="false" v-if="showFollowUpList" |
|
|
<el-dialog width="820px" class="dialog-h" title="回访记录" :close-on-click-modal="false" v-if="showFollowUpList" |
|
|
:visible.sync="showFollowUpList" append-to-body> |
|
|
:visible.sync="showFollowUpList" append-to-body> |
|
|
<follow-list></follow-list> |
|
|
<follow-list :id="inspResultId"></follow-list> |
|
|
</el-dialog> |
|
|
</el-dialog> |
|
|
</el-dialog> |
|
|
</el-dialog> |
|
|
<el-dialog title="调查问卷" :visible.sync="showTduckImage" width="550px"> |
|
|
<el-dialog title="调查问卷" :visible.sync="showTduckImage" width="550px"> |
|
|
@ -269,8 +269,9 @@ export default { |
|
|
this.showFollowUpDetail = true; |
|
|
this.showFollowUpDetail = true; |
|
|
this.inspResultId = id |
|
|
this.inspResultId = id |
|
|
}, |
|
|
}, |
|
|
handelFollowUpList() { |
|
|
handelFollowUpList(id) { |
|
|
this.showFollowUpList = true; |
|
|
this.showFollowUpList = true; |
|
|
|
|
|
this.inspResultId = id |
|
|
}, |
|
|
}, |
|
|
async handleCreateMonthlySurvey() { |
|
|
async handleCreateMonthlySurvey() { |
|
|
try { |
|
|
try { |
|
|
|