|
@@ -4,12 +4,20 @@
|
|
|
<!-- <div class="title">
|
|
|
费控
|
|
|
</div> -->
|
|
|
- <div class="title-info">
|
|
|
+ <!-- <div class="title-info">
|
|
|
<div class="vertical-bar"></div>
|
|
|
<div class="content">费控</div>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
|
|
|
<table border="1" style="width: 100%;" class="table">
|
|
|
+ <tr style="border-top:1px solid #fff;border-left:1px solid #fff;border-right:1px solid #fff;">
|
|
|
+ <td :colspan="4">
|
|
|
+ <div class="title-info">
|
|
|
+ <div class="vertical-bar"></div>
|
|
|
+ <div class="content" style="font-size:32px;color:#333333">费控-{{pdfData.costTypeName}}</div>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
<tr>
|
|
|
<td :colspan="4">
|
|
|
<div style="font-weight:700;text-align:center;font-size:16px">
|
|
@@ -29,7 +37,7 @@
|
|
|
<td style="width:15%">流水号</td>
|
|
|
<td style="width:35%">{{pdfData.code}}</td>
|
|
|
</tr>
|
|
|
- <tr v-if="isShowAtt('isAdvance', 'mainObj') || isShowAtt('isVoucher', 'mainObj') ">
|
|
|
+ <tr v-if="isShowAtt('isAdvance', 'mainObj') || isShowAtt('isVoucher', 'mainObj')">
|
|
|
<td style="width:15%" v-if="isShowAtt('isAdvance', 'mainObj')">是否预付</td>
|
|
|
<td style="width:35%" v-if="isShowAtt('isAdvance', 'mainObj')" :colspan="isShowAtt('isVoucher', 'mainObj')?1:3">
|
|
|
{{dictValueLabel(pdfData.isAdvance ,isAfterSubmit)}}</td>
|
|
@@ -45,7 +53,9 @@
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td style="width:15%">申请人</td>
|
|
|
- <td style="width:35%" :colspan="3">{{pdfData.applyUserName}}</td>
|
|
|
+ <td style="width:35%" :colspan="isShowAtt('contractId', 'mainObj')?1:3">{{pdfData.applyUserName}}</td>
|
|
|
+ <td style="width:15%" v-if="isShowAtt('contractId', 'mainObj')">销售订单</td>
|
|
|
+ <td style="width:35%" v-if="isShowAtt('contractId', 'mainObj')">{{pdfData.contractCode}}</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td :colspan="4">
|
|
@@ -306,7 +316,7 @@
|
|
|
:colspan="isShowAtt('paymentAccountId', 'mainObj')?1:3">{{pdfData.shopName}}</td>
|
|
|
<td style="width:15%" v-if="isShowAtt('paymentAccountId', 'mainObj')">公司账户</td>
|
|
|
<td style="width:35%" v-if="isShowAtt('paymentAccountId', 'mainObj')"
|
|
|
- :colspan="(isShowAtt('paymentMethod', 'mainObj') && pdfData.paymentMethod == '1')?1:3">{{pdfData.paymentAccountId}}</td>
|
|
|
+ :colspan="(isShowAtt('paymentMethod', 'mainObj') && pdfData.paymentMethod == '1')?1:3">{{pdfData.paymentAccountManagementName}}</td>
|
|
|
</tr>
|
|
|
<tr v-if="isShowAtt('paymentAccountId', 'mainObj')">
|
|
|
<td style="width:15%">开户行</td>
|
|
@@ -530,7 +540,7 @@ const exportExcel = () => {
|
|
|
.title-info {
|
|
|
text-align: center;
|
|
|
width: 100%;
|
|
|
- margin: 20px 0 50px 0;
|
|
|
+ margin: 10px 0 40px 0;
|
|
|
.vertical-bar {
|
|
|
width: 6px;
|
|
|
height: 18px;
|