Commit d7600d60 authored by youjie's avatar youjie

no message

parent 1313228d
...@@ -970,7 +970,9 @@ input[type="number"] { ...@@ -970,7 +970,9 @@ input[type="number"] {
<!-- <td v-if="hbState || checkboxShow || BOSSBtn || BOSSBtn2"><input type="checkbox" :value="item.FrID" v-model="checkList" @change="ckeckedOne"></td> --> <!-- <td v-if="hbState || checkboxShow || BOSSBtn || BOSSBtn2"><input type="checkbox" :value="item.FrID" v-model="checkList" @change="ckeckedOne"></td> -->
<td>{{item.BranchName}}</td> <td>{{item.BranchName}}</td>
<td class="Bill_par"> <td class="Bill_par">
<el-popover <span slot="reference" class="text_d PingFangSC" @click="goUrl(item.FrID)">{{item.FrID}}</span>
<!--
<el-popover
popper-class="detailsIT_Journal" popper-class="detailsIT_Journal"
placement="bottom-start" placement="bottom-start"
trigger="click"> trigger="click">
...@@ -986,8 +988,8 @@ input[type="number"] { ...@@ -986,8 +988,8 @@ input[type="number"] {
<template v-else-if="item.Is_Merge==1"> <template v-else-if="item.Is_Merge==1">
<my-HB-Bill :ID="item.FrID" :width="widthSon" :color="colorSon"></my-HB-Bill> <my-HB-Bill :ID="item.FrID" :width="widthSon" :color="colorSon"></my-HB-Bill>
</template> </template>
<span slot="reference" class="text_d PingFangSC" >{{item.FrID}}</span> <span slot="reference" class="text_d PingFangSC">{{item.FrID}}</span>
</el-popover> </el-popover> -->
</td> </td>
<td> <td>
<span class="_bg__" :class="item.Type==1 || item.Type==5?'_bg_green':'_bg_red'">{{item.TypeName}}</span> <span class="_bg__" :class="item.Type==1 || item.Type==5?'_bg_green':'_bg_red'">{{item.TypeName}}</span>
...@@ -1268,6 +1270,16 @@ import myGZBill from "../FinancialModule/FinancialSubmodule/GZBillModule.vue"; ...@@ -1268,6 +1270,16 @@ import myGZBill from "../FinancialModule/FinancialSubmodule/GZBillModule.vue";
} }
}, },
methods: { methods: {
goUrl(id) {
this.$router.push({
path: "/FinancialDocumentsDetail",
query: {
id,
blank: "y",
tab: id + "单据详情"
}
});
},
Financial_post_GetFinancLogList(id) { Financial_post_GetFinancLogList(id) {
// 获取单据日志 // 获取单据日志
if (this.checkboxShow) return; if (this.checkboxShow) return;
......
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