|
@@ -14,41 +14,27 @@
|
|
|
<div
|
|
<div
|
|
|
v-for="(item1, index1) in list"
|
|
v-for="(item1, index1) in list"
|
|
|
:key="index1"
|
|
: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="page-break-after: always">
|
|
|
- <!-- <div class="word-title">
|
|
|
|
|
- <h4>领料单</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>
|
|
|
|
|
- <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> -->
|
|
|
|
|
- <div style="margin: 0px -2px 0px 40px;">
|
|
|
|
|
|
|
+ <div style="margin: 0px 0px 0px 27px;">
|
|
|
<table :border="1">
|
|
<table :border="1">
|
|
|
<thead>
|
|
<thead>
|
|
|
<tr class="title" style="background:#ffffff">
|
|
<tr class="title" style="background:#ffffff">
|
|
|
|
|
+ <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;line-height: 9px;">
|
|
|
<th colspan="15">
|
|
<th colspan="15">
|
|
|
- <!-- <h1 style="display:block;font-size: 18px;">领料单</h1> -->
|
|
|
|
|
- <div style="line-height: 16px;font-size: 18px;font-weight: bold;">领料单</div>
|
|
|
|
|
|
|
+ <span style="float: left;: 1px;">
|
|
|
|
|
+ 领料部门:<span style="margin-left: 10px">{{item1.bu_men_ming_cheng}}</span>
|
|
|
|
|
+ </span>
|
|
|
|
|
+ <span style="float:right;padding-right: 8px;padding: 1px;">领料单编号:{{ item1.ling_liao_chu_ku_ }}</span>
|
|
|
|
|
+ <span style="float:right;padding-right: 8px;padding: 1px;width: 165px;">领 料 日 期:{{ item1.ling_liao_ri_qi_}}</span>
|
|
|
</th>
|
|
</th>
|
|
|
</tr>
|
|
</tr>
|
|
|
- <tr class="title" style="background:#ffffff">
|
|
|
|
|
|
|
+ <!-- <tr class="title" style="background:#ffffff">
|
|
|
<th colspan="15">
|
|
<th colspan="15">
|
|
|
<span style="float: left;">
|
|
<span style="float: left;">
|
|
|
领料部门:<span style="margin-left: 10px">{{item1.bu_men_ming_cheng}}</span>
|
|
领料部门:<span style="margin-left: 10px">{{item1.bu_men_ming_cheng}}</span>
|
|
@@ -58,10 +44,9 @@
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr class="title" style="background:#ffffff">
|
|
<tr class="title" style="background:#ffffff">
|
|
|
<th colspan="15">
|
|
<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>
|
|
<span style="float:right;padding-right: 8px;">领料单编号:{{ item1.ling_liao_chu_ku_ }}</span>
|
|
|
</th>
|
|
</th>
|
|
|
- </tr>
|
|
|
|
|
|
|
+ </tr> -->
|
|
|
<tr>
|
|
<tr>
|
|
|
<th style="width: 40px; line-height: 22px">序号</th>
|
|
<th style="width: 40px; line-height: 22px">序号</th>
|
|
|
<th style="font-weight: normal">物料编码</th>
|
|
<th style="font-weight: normal">物料编码</th>
|
|
@@ -114,16 +99,16 @@
|
|
|
<div class="bottom">
|
|
<div class="bottom">
|
|
|
<div></div>
|
|
<div></div>
|
|
|
<div style="float: left;margin-left: 38px;">
|
|
<div style="float: left;margin-left: 38px;">
|
|
|
- 领用人/日期:
|
|
|
|
|
- {{ item1.name1 }}/{{ item1.ling_liao_ri_qi_ }}
|
|
|
|
|
|
|
+ 领用人:
|
|
|
|
|
+ {{ item1.name1 }}
|
|
|
</div>
|
|
</div>
|
|
|
<div style="float: left;margin-left: 80px;">
|
|
<div style="float: left;margin-left: 80px;">
|
|
|
- 审核人/日期 :
|
|
|
|
|
- {{ item1.name2 }} /{{item1.time2}}
|
|
|
|
|
|
|
+ 审核人:
|
|
|
|
|
+ {{ item1.name2 }}
|
|
|
</div>
|
|
</div>
|
|
|
<div style="float: right">
|
|
<div style="float: right">
|
|
|
- 发放人/日期 :
|
|
|
|
|
- {{ item1.name3 }}/{{ item1.time3 }}
|
|
|
|
|
|
|
+ 发放人:
|
|
|
|
|
+ {{ item1.name3 }}
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|