Commit 3b05b3ab authored by huangyuanyuan's avatar huangyuanyuan

修改申请书下载出现的条件

parent c13196a5
......@@ -3,7 +3,7 @@
<div class="Application_content">
<p style="text-align:center">
<span style="font-weight:700;font-size:20px;">現金受取依頼書</span>
<span @click="downLoad" style="float:right;cursor: pointer;">下载</span>
<span class="download" @click="downLoad">下载</span>
</p>
<div>
<div style="margin:30px 0">
......@@ -42,9 +42,9 @@
<td>{{data.Money}}</td>
</tr>
</table>
<div style="text-align:right;margin-top:20px">
会社名 成都印象之旅<br>
{{data.JapNowTime}}
<div style="text-align:right;margin-top:20px;font-size:14px;">
<p style="padding-bottom: 10px;">会社名 成都印象之旅</p>
<span>{{data.JapNowTime}}</span>
</div>
<div style="margin:50px 0">
{{data.CityName}}{{data.TCNUM}}编号:{{data.FrId}}
......@@ -120,6 +120,17 @@ export default {
</script>
<style>
.Application .download{
float:right;
cursor: pointer;
font-size: 14px;
color: #3980C8;
}
.Application .download:hover{
text-decoration: underline;
color: rgb(255, 0, 0);
}
.Application tr th{
border: 1px solid #e5e5e5;
}
......@@ -130,7 +141,7 @@ export default {
}
.Application .Application_content{
border: 1px solid #eeeeee;
width: 1000px;
width:900px;
margin:0 auto;
padding: 20px;
}
......
......@@ -3,7 +3,7 @@
<div class="Application_content">
<p style="text-align:center">
<span style="font-weight:700;font-size:20px;">借支单</span>
<span @click="downLoad" style="float:right;cursor: pointer;">下载</span>
<span class="download" @click="downLoad">下载</span>
</p>
......@@ -51,7 +51,7 @@
<td colspan="3"></td>
</tr>
</table>
<div style="padding: 10px 0;margin-top: 30px;">
<div style="padding: 10px 0;margin-top: 30px;overflow:auto;font-size:14px">
<!-- <span>财务经理: </span>
<span>会计主管:</span>
<span>复核:</span>
......@@ -118,7 +118,17 @@ export default {
</script>
<style>
.DebitNote .download{
float:right;
cursor: pointer;
font-size: 14px;
color: #3980C8;
}
.DebitNote .download:hover{
text-decoration: underline;
color: rgb(255, 0, 0);
}
.DebitNote .left{
text-align:left;
padding-left: 15px;
......@@ -132,7 +142,7 @@ export default {
min-height:800px;
}
.DebitNote .Application_content{
width: 1000px;
width: 900px;
margin:0 auto;
padding: 20px;
border: 1px solid #eeeeee;
......
......@@ -359,7 +359,7 @@
<div class="_none_print">
<span class="_Printing" @click="goPrintPage(GetDetail.Type,GetDetail.FrID,GetDetail.Is_Merge,OrderSource)">打印单据</span>
<span v-if="GetDetail.TemplateId==48 || GetDetail.TemplateId==43" class="Note_span" @click="goUrl('DebitNote',GetDetail.FrID)">借支单下载</span>
<span v-if="GetDetail.TemplateId==48" class="sqs" @click="goUrl('Application',GetDetail.FrID)">申请书下载</span>
<span v-if="GetDetail.TemplateId==48 || (GetDetail.TemplateId==43&&GetDetail.IsPublic==4)" class="sqs" @click="goUrl('Application',GetDetail.FrID)">申请书下载</span>
<p class="_tit">{{GetDetail.FinanceName}} <span :class="{color_shz:(GetDetail.StatusStr!=='通过' && GetDetail.StatusStr!=='驳回' && GetDetail.StatusStr!=='作废'),color_tg:GetDetail.StatusStr==='通过',color_bh:GetDetail.StatusStr==='驳回'}">{{GetDetail.StatusStr}}</span></p>
<div class="_conten">
<my-Bill v-if="GetDetail.Type===2 && GetDetail.Type!==5" :isPrintPage="false" :ID="GetDetail.FrID" :width="widthSon" :color="colorSon"></my-Bill>
......
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