|
|
@ -102,8 +102,11 @@
|
|
|
|
<el-table-column label="资产编号" key="id" width="200px" prop="id" align="center" />
|
|
|
|
<el-table-column label="资产编号" key="id" width="200px" prop="id" align="center" />
|
|
|
|
<el-table-column label="系统名称" key="xtmc" prop="xtmc" align="center" />
|
|
|
|
<el-table-column label="系统名称" key="xtmc" prop="xtmc" align="center" />
|
|
|
|
<el-table-column label="系统类型" key="xtlx" prop="xtlx" align="center">
|
|
|
|
<el-table-column label="系统类型" key="xtlx" prop="xtlx" align="center">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<template slot-scope="scope" >
|
|
|
|
<dict-tag :options="dict.type.zc_xtlx" :value="scope.row.xtlx" />
|
|
|
|
<div v-if='scope.row.xtlx'>
|
|
|
|
|
|
|
|
<dict-tag :options="dict.type.zc_xtlx" :value="scope.row.xtlx" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
|
<el-table-column label="核查单位" key="zcdwmc" prop="zcdwmc" align="center" />
|
|
|
|
<el-table-column label="核查单位" key="zcdwmc" prop="zcdwmc" align="center" />
|
|
|
@ -200,7 +203,7 @@ export default {
|
|
|
|
return {
|
|
|
|
return {
|
|
|
|
index: 1,
|
|
|
|
index: 1,
|
|
|
|
formInline: {
|
|
|
|
formInline: {
|
|
|
|
|
|
|
|
xtlx:""
|
|
|
|
},
|
|
|
|
},
|
|
|
|
formInlineTwo: {
|
|
|
|
formInlineTwo: {
|
|
|
|
dwmc: "",
|
|
|
|
dwmc: "",
|
|
|
@ -271,7 +274,10 @@ export default {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
//获取流程
|
|
|
|
//获取流程
|
|
|
|
assetLcpageList(){
|
|
|
|
assetLcpageList(){
|
|
|
|
assetLcpage(this.$route.query.id || this.$route.meta.id).then(res=>{
|
|
|
|
let obj = {
|
|
|
|
|
|
|
|
taskId:this.$route.query.id || this.$route.meta.id
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
assetLcpage(obj).then(res=>{
|
|
|
|
this.timeLineData = res.data
|
|
|
|
this.timeLineData = res.data
|
|
|
|
})
|
|
|
|
})
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -329,7 +335,7 @@ export default {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (this.index == 1) {
|
|
|
|
if (this.index == 1) {
|
|
|
|
this.formInline = {
|
|
|
|
this.formInline = {
|
|
|
|
|
|
|
|
xtlx:""
|
|
|
|
}
|
|
|
|
}
|
|
|
|
this.getList();
|
|
|
|
this.getList();
|
|
|
|
} else if (this.index == 2) {
|
|
|
|
} else if (this.index == 2) {
|
|
|
@ -386,7 +392,6 @@ export default {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
getListTwo() {
|
|
|
|
getListTwo() {
|
|
|
|
this.loading = true
|
|
|
|
this.loading = true
|
|
|
|
|
|
|
|
|
|
|
|
this.pagination.taskId = this.$route.query.id || this.$route.meta.id
|
|
|
|
this.pagination.taskId = this.$route.query.id || this.$route.meta.id
|
|
|
|
assetTaskdwHc(this.pagination).then(res=>{
|
|
|
|
assetTaskdwHc(this.pagination).then(res=>{
|
|
|
|
this.tableDataTwo = res.data.records
|
|
|
|
this.tableDataTwo = res.data.records
|
|
|
|