Commit 746ba95d authored by liudong1993's avatar liudong1993

1

parent a3c3b85a
...@@ -1166,7 +1166,7 @@ ...@@ -1166,7 +1166,7 @@
<!-- 是否需要发票 --> <!-- 是否需要发票 -->
<div style="border-top: 1px solid #dedede;margin-top: 10px; <div style="border-top: 1px solid #dedede;margin-top: 10px;
padding: 0 0 10px 0;" v-if="(GetDetail.CreateBy==userInfo.EmployeeId padding: 0 0 10px 0;" v-if="(GetDetail.CreateBy==userInfo.EmployeeId
||GetDetail.InvoiceExamineBy==userInfo.EmployeeId || userInfo.EmployeeId==2739 ||GetDetail.InvoiceExamineBy==userInfo.EmployeeId || userInfo.EmployeeId==2739 ||((GetDetail.CreateBy==57||GetDetail.CreateBy==2822||GetDetail.CreateBy==3355)&&(userInfo.EmployeeId==57||userInfo.EmployeeId==2822||userInfo.EmployeeId==3355))
||ActionMenuCode.indexOf('F_Query_AllIncomPay')!= -1)"> ||ActionMenuCode.indexOf('F_Query_AllIncomPay')!= -1)">
<p style="margin-top: 40px;"> <p style="margin-top: 40px;">
<span style="color: red;">{{$t('objFill.fppz')}}</span> <span style="color: red;">{{$t('objFill.fppz')}}</span>
...@@ -1210,7 +1210,7 @@ ...@@ -1210,7 +1210,7 @@
@click="upLoadFuJian(1)">{{$t('objFill.scfp')}}</button></div> @click="upLoadFuJian(1)">{{$t('objFill.scfp')}}</button></div>
</div> </div>
</template> </template>
<template v-else-if="(GetDetail.CreateBy==userInfo.EmployeeId)&&GetDetail.InvoiceState!=2"> <template v-else-if="(GetDetail.CreateBy==userInfo.EmployeeId||((GetDetail.CreateBy==57||GetDetail.CreateBy==2822||GetDetail.CreateBy==3355)&&(userInfo.EmployeeId==57||userInfo.EmployeeId==2822||userInfo.EmployeeId==3355)))&&GetDetail.InvoiceState!=2">
<div style="margin-top: 10px;"> <div style="margin-top: 10px;">
<div class="_pic_upload"> <div class="_pic_upload">
<el-upload drag :http-request="uploadFileBtnFP" :multiple="true" :show-file-list="false" action=""> <el-upload drag :http-request="uploadFileBtnFP" :multiple="true" :show-file-list="false" action="">
......
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