Commit 0e520df0 authored by zhengke's avatar zhengke

修改

parent b4d6a0c6
...@@ -900,7 +900,10 @@ ...@@ -900,7 +900,10 @@
<!-- <p>附加说明</p> --> <!-- <p>附加说明</p> -->
<div> <div>
<p v-if="GetDetail.Type!==7">费用归属部门:<span>{{GetDetail.DepartName}}</span></p> <p v-if="GetDetail.Type!==7">费用归属部门:<span>{{GetDetail.DepartName}}</span></p>
<div> <div style="display:flex;">
<div style="margin-right:20px;text-decoration:underline;cursor:pointer;" v-if="GetDetail.OtherType==53" @click="goFinDetail(GetDetail)">
单据详情
</div>
<el-popover popper-class="detailsIT_Journal_bdm" width="250" trigger="click"> <el-popover popper-class="detailsIT_Journal_bdm" width="250" trigger="click">
<div class="InfoChangeLog"> <div class="InfoChangeLog">
<div class="changLog"> <div class="changLog">
...@@ -3489,6 +3492,17 @@ ...@@ -3489,6 +3492,17 @@
getSJstate(){ getSJstate(){
this.ishowSJ = false this.ishowSJ = false
}, },
//跳转至详情
goFinDetail(obj){
this.$router.push({
path: '/financial/returnPassbook/ReturnUserList',
query: {
id: obj.ReFinanceId,
ReFinanceId2: obj.ReFinanceId2,
CommissionType: 1
}
})
}
}, },
created() { created() {
if (this.$route.query.pageIndex) { if (this.$route.query.pageIndex) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment