Commit b2a41d30 authored by zhengke's avatar zhengke

修改

parent a3aa53d0
...@@ -970,7 +970,10 @@ ...@@ -970,7 +970,10 @@
</table> </table>
<div> <div>
<p v-if="GetDetail.Type!==7">费用归属部门:<span class="_font_bold">{{GetDetail.DepartName}}</span></p> <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"> <el-popover popper-class="detailsIT_Journal" width="250" trigger="click">
<div class="InfoChangeLog"> <div class="InfoChangeLog">
<div class="changLog"> <div class="changLog">
...@@ -2341,7 +2344,17 @@ ...@@ -2341,7 +2344,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
}
})
}
}, },
......
...@@ -97,7 +97,7 @@ ...@@ -97,7 +97,7 @@
v-model="msg.OrderSourceType" v-model="msg.OrderSourceType"
:options="customFromList" :options="customFromList"
label="来源" label="来源"
:dense="false" dense
emit-value emit-value
map-options map-options
></q-select> ></q-select>
...@@ -264,7 +264,8 @@ export default { ...@@ -264,7 +264,8 @@ export default {
Status: '-2', Status: '-2',
OrderSourceType: '-1', OrderSourceType: '-1',
OrderSourceId: 0, OrderSourceId: 0,
Q_SelectNormal: '2' Q_SelectNormal: '2',
DeptId:''
}, },
pageCount: 0, pageCount: 0,
persistent: false, persistent: false,
...@@ -293,6 +294,9 @@ export default { ...@@ -293,6 +294,9 @@ export default {
if (this.$route.query && this.$route.query.id) { if (this.$route.query && this.$route.query.id) {
this.msg.BatchId = 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.getList()
this.getBranchList() this.getBranchList()
this.getCustomFrom() 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