Commit 0ce5bfab authored by 吴春's avatar 吴春

收支查询折叠操作按钮

parent 592ccb10
......@@ -3,6 +3,8 @@
background-color: #E6E6E6;
}
.recpayQueryMore{margin:10px 0px 5px 0px;text-align:center;cursor: pointer;}
</style>
<template>
......@@ -309,7 +311,7 @@
</el-popover>
</template>
</el-table-column>
<el-table-column prop="" label="所属公司">
<el-table-column prop="" label="所属公司" width="90">
<template slot-scope="scope">
<span>{{scope.row.BranchName}}</span>
</template>
......@@ -497,7 +499,7 @@
</el-popover>
</template>
</el-table-column>
<el-table-column prop="" label="发票状态">
<el-table-column prop="" label="发票状态" width="90">
<template slot-scope="scope">
<div v-if="scope.row.KingdeeInvoice==1||scope.row.KingdeeInvoice==3">
......@@ -552,7 +554,34 @@
outline: none;" class="iconfont icon-zhuanhuan1" @click="getExchange(scope.row,scope.$index)">
</i>
</el-tooltip>
<el-tooltip class="item" effect="dark" content="费用类型" placement="top">
<el-tooltip effect="dark" content="更多" placement="top-start">
<el-popover placement="bottom-start" trigger="click" width="100">
<div class="recpayQueryMore" v-if="Finance_ExpenseType==true && (scope.row.Type==2 || scope.row.Type==1)"
@click="showfeiy(scope.row)">费用类型</div>
<div class="recpayQueryMore" v-if="F_Update_CurrencyRate==true && (scope.row.Type==2 || scope.row.Type==1)"
@click="editRate(scope.row)">修改汇率</div>
<div class="recpayQueryMore" v-if="scope.row.Type==1&&(istransaction == true || isJapanCommission == true)"
@click="editCommission(scope.row)">修改手续费</div>
<div class="recpayQueryMore" v-if="
scope.row.TradeWayList&&scope.row.TradeWayList.length>0&&isManageFinance == true" @click="showjiaoyi(scope.row.FrID)">交易方式</div>
<div class="recpayQueryMore" v-if="IsUpdatePayment == true && scope.row.Type==2" @click="showPayment(scope.row.FrID)">修改垫付对象</div>
<div class="recpayQueryMore" v-if="scope.row.KingdeeInvoice!=3&&scope.row.Type==2&&IsUpdatePayment" @click="showHelpBranch(scope.row)">{{(scope.row.KingdeeInvoice==1||scope.row.KingdeeInvoice==0)?'不需要发票':'需要发票'}}</div>
<div class="recpayQueryMore" v-if="(scope.row.Type==1||scope.row.Type==2)&& IsUpdatePayment" @click="showHelpBranch(scope.row)">{{scope.row.Type==1?'修改帮代收公司':(scope.row.Type==2?'修改帮代付公司':'')}}</div>
<i slot="reference" style="width: 30px;
height: 30px;
display: inline-block;
color: white !important;
border-radius: 50%;
text-align: center;
line-height: 30px;
margin-right: 10px;
cursor: pointer;
background-color: #47BF8C;
outline: none;" class="iconfont icon-more" >
</i>
</el-popover>
</el-tooltip>
<!-- <el-tooltip class="item" effect="dark" content="费用类型" placement="top">
<i style="width: 30px;
height: 30px;
display: inline-block;
......@@ -667,27 +696,13 @@
background-color: #47BF8C;
outline: none;" class="iconfont icon-bianji" @click="showHelpBranch(scope.row)">
</i>
</el-tooltip>
</el-tooltip> -->
</template>
</el-table-column>
</el-table>
<!--
<v-table
is-horizontal-resize
column-width-drag
style="width:100%"
:columns="columns"
:table-data="DataList"
:filter-method="filterMethod"
:row-height='100'
@on-custom-comp="customCompFunc"
@sort-change="sortChange"
multiple-sort>
</v-table> -->
<div style="padding-bottom:15px">
<!-- :total='total'
:pageSize='pageSize'
:pageIndex='pageIndex' -->
<el-pagination background @current-change="handleCurrentChanges" layout="total,prev, pager, next, jumper"
:page-size="pageSize" :total='total'>
</el-pagination>
......@@ -833,6 +848,7 @@
loadingDC: false,
loadingDC1: false,
loadingDC2: false,
tipvisible:true,
KingdeelnvoiceList:[
{Name:'不限',Id:0},
{Name:'待上传发票凭证',Id:1},
......
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