档案目录、上传历史记录、档案合集

master
wanglei 2 years ago
parent 6d493fa650
commit ac7d6e0a04

@ -859,6 +859,7 @@ export default {
}; };
}, },
created() { created() {
this.queryParams.muId = this.$route.query.muId
this.getList(); this.getList();
}, },
methods: { methods: {

@ -65,6 +65,7 @@
<el-link type="primary" @click="handleDAXX(scope.row)">{{ scope.row.muName }}</el-link> <el-link type="primary" @click="handleDAXX(scope.row)">{{ scope.row.muName }}</el-link>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="ID" align="center" prop="id"/>
<el-table-column label="业务类型" align="center" prop="ywType" > <el-table-column label="业务类型" align="center" prop="ywType" >
<template slot-scope="scope"> <template slot-scope="scope">
<dict-tag :options="dict.type.yw_type" :value="scope.row.ywType"/> <dict-tag :options="dict.type.yw_type" :value="scope.row.ywType"/>
@ -435,7 +436,7 @@ export default {
}, },
// //
handleSCJL(row){ handleSCJL(row){
this.$router.push("/pictureRecard?muId=" + row.id); this.$router.push("/pictureRecard?muId=" + row.id+"&ywType=" + row.ywType);
}, },
// //
selectPid(){ selectPid(){
@ -487,12 +488,29 @@ export default {
}, },
// //
handleDAXX(row){ handleDAXX(row){
if(row.ywType==='option1'|| row.ywType==='option3'|| row.ywType==='option9'){ //
if(row.ywType==='option1'|| row.ywType==='option3'|| row.ywType==='option9'|| row.ywType==='option2'){
this.$router.push("/dangan/czrkdj?muId=" + row.id); this.$router.push("/dangan/czrkdj?muId=" + row.id);
}else { }
this.$alert(`暂无相关页面!`, `提示`, { //
type: 'warning' if(row.ywType==='option4'){
}); this.$router.push("/dangan/birthDJ?muId=" + row.id);
}
//
if(row.ywType==='option5'){
this.$router.push("/dangan/qyz?muId=" + row.id);
}
//
if(row.ywType==='option6'){
this.$router.push("/dangan/ytzm?muId=" + row.id);
}
//
if(row.ywType==='option7'){
this.$router.push("/dangan/zfnyhkcg?muId=" + row.id);
}
//
if(row.ywType==='option8'){
this.$router.push("/dangan/zqz?muId=" + row.id);
} }
}, },
} }

@ -208,6 +208,7 @@ export default {
}, },
created() { created() {
this.queryParams.muId = this.$route.query.muId || undefined this.queryParams.muId = this.$route.query.muId || undefined
this.queryParams.ywType = this.$route.query.ywType || 'option1'
this.getList(); this.getList();
}, },
methods: { methods: {

@ -885,6 +885,7 @@ export default {
}; };
}, },
created() { created() {
this.queryParams.muId = this.$route.query.muId
this.getList(); this.getList();
}, },
methods: { methods: {

@ -778,6 +778,7 @@ export default {
}; };
}, },
created() { created() {
this.queryParams.muId = this.$route.query.muId
this.getList(); this.getList();
}, },
methods: { methods: {

@ -924,6 +924,7 @@ export default {
}; };
}, },
created() { created() {
this.queryParams.muId = this.$route.query.muId
this.getList(); this.getList();
}, },
methods: { methods: {

@ -1035,6 +1035,7 @@ export default {
}; };
}, },
created() { created() {
this.queryParams.muId = this.$route.query.muId
this.getList(); this.getList();
}, },
methods: { methods: {

Loading…
Cancel
Save