Commit d7600d60 authored by youjie's avatar youjie

no message

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