|
|
@@ -14,18 +14,18 @@
|
|
|
<div
|
|
|
v-for="(item1, index1) in list"
|
|
|
:key="index1"
|
|
|
- style="margin-bottom: 30px;width: 85%;margin:0px -10px 0px 5px;"
|
|
|
+ style="margin-bottom: 30px;width: 89%;margin:0px 0px 0px 0px;"
|
|
|
>
|
|
|
<div style="page-break-after: always">
|
|
|
- <div style="margin: 0px -2px 0px 40px;">
|
|
|
+ <div style="margin: 0px 0px 0px 27px;">
|
|
|
<table :border="1">
|
|
|
<thead>
|
|
|
<tr class="title" style="background:#ffffff">
|
|
|
- <th colspan="15">
|
|
|
- <h1 style="display:block">领料单</h1>
|
|
|
+ <th colspan="15" style="line-height: 10px !important;font-size: 6px !important;">
|
|
|
+ <h1 style="display:block;line-height: 10px;font-size: 6px;">领料单</h1>
|
|
|
</th>
|
|
|
</tr>
|
|
|
- <tr class="title" style="background:#ffffff">
|
|
|
+ <tr class="title" style="background:#ffffff;line-height: 9px;">
|
|
|
<th colspan="15">
|
|
|
<span style="float: left;">
|
|
|
领料部门:<span style="margin-left: 10px">{{item1.bu_men_ming_cheng}}</span>
|
|
|
@@ -33,36 +33,11 @@
|
|
|
<span style="float:right;padding-right: 8px;text-align: left;width: 165px;">领 料 日 期:{{ item1.ling_liao_ri_qi_}}</span>
|
|
|
</th>
|
|
|
</tr>
|
|
|
- <tr class="title" style="background:#ffffff">
|
|
|
+ <tr class="title" style="background:#ffffff;line-height: 9px;">
|
|
|
<th colspan="15">
|
|
|
- <!-- <span style="float:left;">供应商:<span style="margin-left: 10px">{{item1.gong_ying_shang_| gongyingshang(gongyingshangList)}}</span></span> -->
|
|
|
<span style="float:right;padding-right: 8px;">领料单编号:{{ item1.ling_liao_chu_ku_ }}</span>
|
|
|
</th>
|
|
|
</tr>
|
|
|
- <!-- <tr class="title">
|
|
|
- <th colspan="15">
|
|
|
- <div class="word-title" style="background:#fff;">
|
|
|
- <h4 style="font-size:16px">领料单</h4>
|
|
|
- </div>
|
|
|
- <div class="tagBox">
|
|
|
- <div>
|
|
|
- <div style="font-size: 10px">
|
|
|
- 领料部门:<span style="margin-left: 10px">{{item1.bu_men_ming_cheng}}</span>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div style="text-align: left;">
|
|
|
- <div style=" margin-left: 20px; margin-right: 5px; font-size: 10px;padding-right: 10px;" >
|
|
|
- 领料单编号:
|
|
|
- <span style="margin-left: 10px">{{ item1.ling_liao_chu_ku_ }}</span>
|
|
|
- </div>
|
|
|
- <div style="margin-left: 20px; margin-right: 5px; font-size: 10px; ">
|
|
|
- 领 料 日 期:
|
|
|
- <span style="margin-left: 10px">{{ item1.ling_liao_ri_qi_}}</span>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </th>
|
|
|
- </tr> -->
|
|
|
<tr>
|
|
|
<th style="width: 40px; line-height: 22px">序号</th>
|
|
|
<th style="font-weight: normal">物料编码</th>
|
|
|
@@ -111,11 +86,6 @@
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
<tfoot >
|
|
|
- <!-- <tr>
|
|
|
- <td colspan="13" style="text-align: right !important;height: 30px;padding-right: 17px;">
|
|
|
- 合计:{{ item1.heji }}
|
|
|
- </td>
|
|
|
- </tr> -->
|
|
|
<tr class="bottom">
|
|
|
<td colspan="4" style="text-align:left">
|
|
|
<div style="float: left;margin-top:10px">领用人/日期:{{ item1.name1 }}/{{ item1.ling_liao_ri_qi_ }}</div>
|