Commit f39bf921 authored by 吴春's avatar 吴春

1

parent 3622eecd
...@@ -1056,7 +1056,7 @@ ...@@ -1056,7 +1056,7 @@
</dmcTravelBill> </dmcTravelBill>
<!-- <myDJieBill v-if="GetDetail.DijieBathFinanceList && GetDetail.DijieBathFinanceList.length" :ID="GetDetail.FrID" :isPrintPage="false" :width="widthSon" :color="colorSon"/> --> <!-- <myDJieBill v-if="GetDetail.DijieBathFinanceList && GetDetail.DijieBathFinanceList.length" :ID="GetDetail.FrID" :isPrintPage="false" :width="widthSon" :color="colorSon"/> -->
<!--<my-C-Bill v-if="GetDetail.CashierDetail&&GetDetail.CashierDetail.length&&GetDetail.Type!=1" :ID="GetDetail.FrID" :width="widthSon" :color="colorSon"></my-C-Bill>--> <!--<my-C-Bill v-if="GetDetail.CashierDetail&&GetDetail.CashierDetail.length&&GetDetail.Type!=1" :ID="GetDetail.FrID" :width="widthSon" :color="colorSon"></my-C-Bill>-->
<div class="_fujian_box" v-if="(GetDetail.VorcherInos&&GetDetail.VorcherInos.length>0) || saveMsg.length>0"> <div class="_fujian_box" style="overflow:auto; height:610px;" v-if="(GetDetail.VorcherInos&&GetDetail.VorcherInos.length>0) || saveMsg.length>0">
<div class="_fujian_zhankai cursorpointer" v-if="!fujianShow" @click="fujianShow = true"> <div class="_fujian_zhankai cursorpointer" v-if="!fujianShow" @click="fujianShow = true">
<span>附件</span> <span>附件</span>
<span>></span> <span>></span>
...@@ -1087,7 +1087,7 @@ ...@@ -1087,7 +1087,7 @@
</template> </template>
</div> </div>
</div> </div>
<div style="margin-top: 80px;"> <div style="margin-top: 40px;">
<div class="_addUpload_box _addUpload_box_btm clearfix" v-if="saveMsg.length>0"> <div class="_addUpload_box _addUpload_box_btm clearfix" v-if="saveMsg.length>0">
<template v-for="(file,fIndex) in saveMsg"> <template v-for="(file,fIndex) in saveMsg">
<div v-if="file.Type==3"> <div v-if="file.Type==3">
...@@ -1123,7 +1123,7 @@ ...@@ -1123,7 +1123,7 @@
&&GetDetail.VorcherInos.length===0 &&GetDetail.VorcherInos.length===0
&&GetDetail.IsUploadPic===1 &&GetDetail.IsUploadPic===1
&&saveMsg.length===0"> &&saveMsg.length===0">
<div style="margin-top: 80px;"> <div style="margin-top: 40px;">
<div class="_pic_upload" v-if="GetDetail.IsUploadPic===1"> <div class="_pic_upload" v-if="GetDetail.IsUploadPic===1">
<!--<div class="_pic_upload" v-if="saveMsg.length!==5 && ((saveMsg.length + GetDetail.VorcherInos.length) < 5)">--> <!--<div class="_pic_upload" v-if="saveMsg.length!==5 && ((saveMsg.length + GetDetail.VorcherInos.length) < 5)">-->
<el-upload drag :http-request="uploadFileBtn" :multiple="true" :show-file-list="false" action=""> <el-upload drag :http-request="uploadFileBtn" :multiple="true" :show-file-list="false" action="">
...@@ -1136,13 +1136,13 @@ ...@@ -1136,13 +1136,13 @@
</div> </div>
<!-- 是否需要发票 --> <!-- 是否需要发票 -->
<div class="_fujian_box" style="border-top: 1px solid #dedede;margin-top: 650px; <div class="_fujian_box" style="border-top: 1px solid #dedede;margin-top: 610px;
padding: 0 0 10px 0;" padding: 0 0 10px 0;"
v-if="(GetDetail.CreateBy==userInfo.EmployeeId v-if="(GetDetail.CreateBy==userInfo.EmployeeId
||GetDetail.InvoiceExamineBy==userInfo.EmployeeId ||GetDetail.InvoiceExamineBy==userInfo.EmployeeId
||ActionMenuCode.indexOf('F_Query_AllIncomPay')!= -1)"> ||ActionMenuCode.indexOf('F_Query_AllIncomPay')!= -1)">
<p <p
style="margin-top: 10px;"> style="margin-top: 40px;">
<span style="color: red;">发票凭证</span> <span style="color: red;">发票凭证</span>
<span style="color: #33B3FF;margin-left: 10px;"> <span style="color: #33B3FF;margin-left: 10px;">
<template v-if="GetDetail.InvoiceState==2">{{GetDetail.InvoiceExamineByName}}已审核</template> <template v-if="GetDetail.InvoiceState==2">{{GetDetail.InvoiceExamineByName}}已审核</template>
......
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