|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<!-- 发货打印 -->
|
|
|
<div>
|
|
|
- <a-spin :spinning="spinning" tip="Loading..." id="sendGood-print" style="height: 70vh;overflow: auto;width: 100%;">
|
|
|
+ <a-spin :spinning="spinning" tip="Loading..." id="sendGood-print" style="min-height: 70vh;overflow: auto;width: 100%;">
|
|
|
<div class="print-box" style="width: 100%;font-size: 10pt;" v-if="detail">
|
|
|
<h1 style="text-align:center;">销 售 收 款 凭 证</h1>
|
|
|
<div style="display:flex;align-item:center;justify-content: space-between;flex-wrap: wrap;line-height: 20pt;">
|
|
@@ -21,13 +21,13 @@
|
|
|
<div>
|
|
|
<table border="1" style="width: 100%;border-collapse: collapse;text-align: center;">
|
|
|
<tr>
|
|
|
- <th style="line-height: 24pt;width: 6%;">序号</th>
|
|
|
- <th style="line-height: 24pt;width: 10%;">日期</th>
|
|
|
- <th style="line-height: 24pt;width: 20%;">客户信息</th>
|
|
|
- <th style="line-height: 24pt;width: 20%;">收款信息</th>
|
|
|
- <th style="line-height: 24pt;width: 20%;">汇入银行</th>
|
|
|
- <th style="line-height: 24pt;width: 10%;">足额打款</th>
|
|
|
- <th style="line-height: 24pt;width: 14%;">备注</th>
|
|
|
+ <th style="line-height: 24pt;width: 6%;background:#f6f6f6;">序号</th>
|
|
|
+ <th style="line-height: 24pt;width: 10%;background:#f6f6f6;">日期</th>
|
|
|
+ <th style="line-height: 24pt;width: 20%;background:#f6f6f6;">客户信息</th>
|
|
|
+ <th style="line-height: 24pt;width: 20%;background:#f6f6f6;">收款信息</th>
|
|
|
+ <th style="line-height: 24pt;width: 20%;background:#f6f6f6;">汇入银行</th>
|
|
|
+ <th style="line-height: 24pt;width: 10%;background:#f6f6f6;">足额打款</th>
|
|
|
+ <th style="line-height: 24pt;width: 14%;background:#f6f6f6;">备注</th>
|
|
|
</tr>
|
|
|
<tr v-for="(item,dindex) in fcItem.financeBookDetailList" :key="item.bookDetailSn">
|
|
|
<td style="padding:7px;width: 60px;">{{ dindex+1 }}</td>
|
|
@@ -56,11 +56,11 @@
|
|
|
<div style="line-height: 30pt;">附:钉钉审批明细</div>
|
|
|
<table border="1" style="width: 100%;border-collapse: collapse;text-align: center;">
|
|
|
<tr>
|
|
|
- <th style="line-height: 24pt;width: 20%;">人员姓名</th>
|
|
|
- <th style="line-height: 24pt;width: 20%;">人员类型</th>
|
|
|
- <th style="line-height: 24pt;width: 20%;">状态</th>
|
|
|
- <th style="line-height: 24pt;width: 20%;">审批意见</th>
|
|
|
- <th style="line-height: 24pt;width: 20%;">操作时间</th>
|
|
|
+ <th style="line-height: 24pt;width: 20%;background:#f6f6f6;">人员姓名</th>
|
|
|
+ <th style="line-height: 24pt;width: 20%;background:#f6f6f6;">人员类型</th>
|
|
|
+ <th style="line-height: 24pt;width: 20%;background:#f6f6f6;">状态</th>
|
|
|
+ <th style="line-height: 24pt;width: 20%;background:#f6f6f6;">审批意见</th>
|
|
|
+ <th style="line-height: 24pt;width: 20%;background:#f6f6f6;">操作时间</th>
|
|
|
</tr>
|
|
|
<tr v-for="(item,six) in fcItem.processInstanceTaskList" :key="six+'-processInstanceTask'">
|
|
|
<td style="padding:7px;">{{ item.userName||'--' }}</td>
|