Commit d1ebba31 authored by youjie's avatar youjie

no message

parent e32e3449
......@@ -1150,7 +1150,7 @@
<template v-if="GetDetail.InvoiceState==1">待审核</template>
</span>
</p>
<div class="_addUpload_box _addUpload_box_btm clearfix">
<div class="_addUpload_box _addUpload_box_btm clearfix" v-if="InvoiceVoucherList.length>0">
<!-- <template v-if="GetDetail.InvoiceVoucherInfo&&GetDetail.InvoiceVoucherInfo.length>0"
v-for="(file,fIndex) in GetDetail.InvoiceVoucherInfo">
<div v-if="file.Type==3">
......@@ -1170,7 +1170,7 @@
</div>
</div>
</template> -->
<template v-if="InvoiceVoucherList.length>0"
<template
v-for="(file,fIndex) in InvoiceVoucherList">
<div v-if="file.Type==3">
<div style="width:100%;height:100%;overflow: hidden;">
......
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