Commit 954d7c17 authored by 吴春's avatar 吴春

1

parent 3ea6493d
......@@ -1189,11 +1189,10 @@
</div>
</template>
</div>
<div style="margin-top: 10px;" v-if="(GetDetail.CreateBy==userInfo.EmployeeId
||GetDetail.InvoiceExamineBy==userInfo.EmployeeId
||ActionMenuCode.indexOf('F_Query_AllIncomPay')!= -1)&&GetDetail.InvoiceState!=2">
<template v-if="(GetDetail.InvoiceExamineBy==userInfo.EmployeeId
||ActionMenuCode.indexOf('F_Query_AllIncomPay')!= -1)">
<div style="margin-top: 10px;" >
<div class="_pic_upload">
<!--<div class="_pic_upload" v-if="saveMsg.length!==5 && ((saveMsg.length + GetDetail.VorcherInos.length) < 5)">-->
<el-upload drag :http-request="uploadFileBtnFP" :multiple="true" :show-file-list="false" action="">
<i class="el-icon-plus avatar-uploader-icon"></i>
<div class="el-upload__text">{{$t('objFill.djtzscfp')}}</div>
......@@ -1202,6 +1201,19 @@
<div class="shangchuanfujian"><button class="hollowFixedBtn"
@click="upLoadFuJian(1)">{{$t('objFill.scfp')}}</button></div>
</div>
</template>
<template v-else-if="(GetDetail.CreateBy==userInfo.EmployeeId)&&GetDetail.InvoiceState!=2">
<div style="margin-top: 10px;" >
<div class="_pic_upload">
<el-upload drag :http-request="uploadFileBtnFP" :multiple="true" :show-file-list="false" action="">
<i class="el-icon-plus avatar-uploader-icon"></i>
<div class="el-upload__text">{{$t('objFill.djtzscfp')}}</div>
</el-upload>
</div>
<div class="shangchuanfujian"><button class="hollowFixedBtn"
@click="upLoadFuJian(1)">{{$t('objFill.scfp')}}</button></div>
</div>
</template>
</div>
</div>
......
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