Commit b2a41d30 authored by zhengke's avatar zhengke

修改

parent a3aa53d0
......@@ -970,7 +970,10 @@
</table>
<div>
<p v-if="GetDetail.Type!==7">费用归属部门:<span class="_font_bold">{{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" width="250" trigger="click">
<div class="InfoChangeLog">
<div class="changLog">
......@@ -2341,7 +2344,17 @@
getSJstate(){
this.ishowSJ = false
},
//跳转至详情
goFinDetail(obj){
this.$router.push({
path: '/financial/returnPassbook/ReturnUserList',
query: {
id: obj.ReFinanceId,
ReFinanceId2: obj.ReFinanceId2,
CommissionType: 1
}
})
}
},
......
......@@ -97,7 +97,7 @@
v-model="msg.OrderSourceType"
:options="customFromList"
label="来源"
:dense="false"
dense
emit-value
map-options
></q-select>
......@@ -264,7 +264,8 @@ export default {
Status: '-2',
OrderSourceType: '-1',
OrderSourceId: 0,
Q_SelectNormal: '2'
Q_SelectNormal: '2',
DeptId:''
},
pageCount: 0,
persistent: false,
......@@ -293,6 +294,9 @@ export default {
if (this.$route.query && this.$route.query.id) {
this.msg.BatchId = this.$route.query.id
}
if (this.$route.query.ReFinanceId2){
this.msg.DeptId = this.$route.query.ReFinanceId2;
}
this.getList()
this.getBranchList()
this.getCustomFrom()
......
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