|
|
@ -182,7 +182,7 @@ |
|
|
label="操作"> |
|
|
label="操作"> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<a type="text" size="small" v-if="searchData.userId==='admin'||searchData.userId==='E0002'" @click="updateModel(scope.row)">修改</a> |
|
|
<a type="text" size="small" v-if="searchData.userId==='admin'||searchData.userId==='E0002'" @click="updateModel(scope.row)">修改</a> |
|
|
<a type="text" size="small" @click="getFileModel(scope.row)">附件</a> |
|
|
|
|
|
|
|
|
<a type="text" size="small" @click="getFileModel(scope.row)">整改文件</a> |
|
|
<a type="text" size="small" @click="getDetailModel(scope.row)">查看</a> |
|
|
<a type="text" size="small" @click="getDetailModel(scope.row)">查看</a> |
|
|
<a type="text" size="small" @click="doPrint(scope.row)">打印</a> |
|
|
<a type="text" size="small" @click="doPrint(scope.row)">打印</a> |
|
|
<a type="text" size="small" v-if="scope.row.status!='已完结'" @click="getDetailModel2(scope.row)">紧急处理方式</a> |
|
|
<a type="text" size="small" v-if="scope.row.status!='已完结'" @click="getDetailModel2(scope.row)">紧急处理方式</a> |
|
|
@ -426,7 +426,7 @@ |
|
|
<el-button type="primary" @click="modalFlag = false">取消</el-button> |
|
|
<el-button type="primary" @click="modalFlag = false">取消</el-button> |
|
|
</el-footer> |
|
|
</el-footer> |
|
|
</el-dialog> |
|
|
</el-dialog> |
|
|
<el-dialog title="附件" :close-on-click-modal="false" v-drag :visible.sync="fileModalFlag" width="650px" > |
|
|
|
|
|
|
|
|
<el-dialog title="整改文件" :close-on-click-modal="false" v-drag :visible.sync="fileModalFlag" width="650px" > |
|
|
<el-form label-position="top" style="margin-top: 1px; margin-left: 0px;"> |
|
|
<el-form label-position="top" style="margin-top: 1px; margin-left: 0px;"> |
|
|
<el-form :inline="true" label-position="top" style="margin-top: 0px"> |
|
|
<el-form :inline="true" label-position="top" style="margin-top: 0px"> |
|
|
<el-button type="primary" @click="addUploadFileModal">上传文件</el-button> |
|
|
<el-button type="primary" @click="addUploadFileModal">上传文件</el-button> |
|
|
@ -468,7 +468,7 @@ |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
</el-table> |
|
|
</el-table> |
|
|
</el-dialog> |
|
|
</el-dialog> |
|
|
<el-dialog title="上传附件" :close-on-click-modal="false" v-drag :visible.sync="upLoadModalFlag" width="400px" > |
|
|
|
|
|
|
|
|
<el-dialog title="上传整改文件" :close-on-click-modal="false" v-drag :visible.sync="upLoadModalFlag" width="400px" > |
|
|
<el-form :inline="true" label-position="top" style="margin-left: 7px;margin-top: 0px;"> |
|
|
<el-form :inline="true" label-position="top" style="margin-left: 7px;margin-top: 0px;"> |
|
|
<el-upload drag :file-list="fileList" |
|
|
<el-upload drag :file-list="fileList" |
|
|
action="javascript:void(0);" ref="uploadFile" |
|
|
action="javascript:void(0);" ref="uploadFile" |
|
|
@ -1082,7 +1082,7 @@ |
|
|
}, |
|
|
}, |
|
|
upLoadFiles(){ |
|
|
upLoadFiles(){ |
|
|
if(null == this.fileList || 0 === this.fileList.length){ |
|
|
if(null == this.fileList || 0 === this.fileList.length){ |
|
|
this.$alert('未选择附件上传!', '错误', { |
|
|
|
|
|
|
|
|
this.$alert('未选择整改文件上传!', '错误', { |
|
|
confirmButtonText: '确定' |
|
|
confirmButtonText: '确定' |
|
|
}) |
|
|
}) |
|
|
return false; |
|
|
return false; |
|
|
|