Commit bec7252a authored by youjie's avatar youjie

no message

parent 34f29ec7
......@@ -431,7 +431,6 @@
top: -0;
width: 440px;
}
._wenjian {
padding: 15px;
width: 91px;
......@@ -597,7 +596,9 @@
.FinancialDocumentsDetail ._addUpload_box_btm {
margin-top: 10px;
max-height: 230px;
max-height: 102px;
overflow: auto;
padding: 10px 0 0 0;
}
._addUpload_box_btm img {
......@@ -1056,7 +1057,7 @@
</dmcTravelBill>
<!-- <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>-->
<div class="_fujian_box" style="overflow:auto; height:610px;" v-if="(GetDetail.VorcherInos&&GetDetail.VorcherInos.length>0) || saveMsg.length>0">
<div class="_fujian_box" style="height:610px;" v-if="(GetDetail.VorcherInos&&GetDetail.VorcherInos.length>0) || saveMsg.length>0">
<div class="_fujian_zhankai cursorpointer" v-if="!fujianShow" @click="fujianShow = true">
<span>附件</span>
<span>></span>
......@@ -1076,7 +1077,7 @@
</el-carousel-item>
</el-carousel>
</div>
<div class="clearfix" style="border:none">
<div class="clearfix" style="border:none;height: 90px;overflow: auto;">
<template v-for="(file,fIndex) in GetDetail.VorcherInos" v-if="file.Type===1">
<div class="_wenjian" @click="showUpLoadFile(file)">
<p v-if="file.Type==1" class="_wenjian_P iconfont"
......@@ -1087,7 +1088,7 @@
</template>
</div>
</div>
<div style="margin-top: 40px;">
<div style="margin-top: 5px;">
<div class="_addUpload_box _addUpload_box_btm clearfix" v-if="saveMsg.length>0">
<template v-for="(file,fIndex) in saveMsg">
<div v-if="file.Type==3">
......
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