Commit 58099078 authored by youjie's avatar youjie

no message

parent 0b7632e2
......@@ -593,7 +593,8 @@
<li :class="active==7?'_active':''" @click="getActive(7,7,-1)">{{$t('ios.bbhuide')}} <span
v-if="rejectNum !=='' && rejectNum>=0" style="color:red">({{rejectNum}})</span></li>
<li :class="active==4?'_active':''" @click="getActive(4,4,-1)">{{$t('ios.csgwode')}}</li>
<li v-if="true" :class="active==8?'_active':''" @click="getActive(8,8,-1)">发票审核</li>
<li v-if="ActionMenuCode.indexOf('F_AccountantFinanceMerge')!=-1"
:class="active==8?'_active':''" @click="getActive(8,8,-1)">发票审核</li>
<li class="hight_query" style="float:right;">
<span>
<em @click.stop="heightQueryBox=!heightQueryBox">{{$t('fnc.gjchaxun')}} <i
......
......@@ -1121,7 +1121,7 @@
<template v-if="true">
<div style="border-top: 1px solid #dedede;margin-top: 10px;
padding: 0 0 10px 0;"
v-if="GetDetail.KingdeeInvoice&&(GetDetail.KingdeeInvoice==1||GetDetail.KingdeeInvoice==3)">
v-if="GetDetail.KingdeeInvoice&&(GetDetail.KingdeeInvoice==1||GetDetail.KingdeeInvoice==3)&&(GetDetail.CreateBy==userInfo.EmployeeId||GetDetail.InvoiceExamineBy==userInfo.EmployeeId)&&GetDetail.InvoiceState!=2">
<p
style="margin-top: 10px;">
<span style="color: red;">发票凭证</span>
......
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