|
|
@@ -22,16 +22,21 @@
|
|
|
<table :border="1">
|
|
|
<thead>
|
|
|
<tr class="title" style="background:#ffffff">
|
|
|
- <th colspan="15" style="">
|
|
|
- <h1 style="display:block;line-height: 8px;font-size: 8px;">采购入库单</h1>
|
|
|
+ <th colspan="15" style="line-height: 12px !important;font-size: 14px !important;">
|
|
|
+ <h1 style="display:block;line-height: 12px;font-size: 14px;">采购入库单</h1>
|
|
|
+ </th>
|
|
|
+ </tr>
|
|
|
+ <tr class="title" style="background:#ffffff">
|
|
|
+ <th colspan="15" style="line-height: 12px !important;font-size: 6px !important;">
|
|
|
+ <h1 style="display:block;line-height: 12px;font-size: 6px;">采购入库单</h1>
|
|
|
</th>
|
|
|
</tr>
|
|
|
<tr class="title">
|
|
|
- <th colspan="15" style="background:#ffffff;line-height:6px;padding: 4px 0px;">
|
|
|
- <span style="float: left;">供应商: {{item1.gong_ying_shang_| gongyingshang(gongyingshangList)}}</span>
|
|
|
+ <th colspan="15" style="background:#ffffff;line-height: 9px;padding-top: 4px;">
|
|
|
+ <span style="float: left;">供应商: {{item1.gong_ying_shang_| gongyingshang(gongyingshangList)}}</span>
|
|
|
<span style="margin-left: 6px;float: left;">申购部门: {{item1.shen_gou_bu_men_|bumenfilters(bumenList)}}</span>
|
|
|
- <span style="margin-left: 6px;float: left;">采购单号:{{item1.cai_gou_ding_dan_}} </span>
|
|
|
- <span style="margin-left: 6px;float: left;">采购日期 :{{item1.dao_huo_ri_qi_}}</span>
|
|
|
+ <span style="margin-left: 6px;float: right;">日期:{{item1.dao_huo_ri_qi_}}</span>
|
|
|
+ <span style="margin-left: 6px;float: right;">采购单号:{{item1.cai_gou_ding_dan_}} </span>
|
|
|
</th>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
@@ -56,14 +61,14 @@
|
|
|
<tr v-for="(item, index) in item1" :key="index">
|
|
|
<td style="width: 30px">{{ index + 1 }}</td>
|
|
|
<td style="width: 70px">{{ item.wu_liao_bian_ma_ }}</td>
|
|
|
- <td style="width: 120px">{{ item.wu_liao_ming_chen }}</td>
|
|
|
+ <td style="width: 80px">{{ item.wu_liao_ming_chen }}</td>
|
|
|
<td style="width: 60px">{{ item.huo_hao_ }}</td>
|
|
|
<td style="width: 60px">{{ item.pi_hao_ }}</td>
|
|
|
<td style="width: 80px">{{ item.gui_ge_xing_hao_ }}</td>
|
|
|
- <td style="width: 120px"> {{ item.gong_ying_shang_| gongyingshang(gongyingshangList) }} </td>
|
|
|
+ <td style="width: 100px"> {{ item.gong_ying_shang_| gongyingshang(gongyingshangList) }} </td>
|
|
|
<td style="width: 45px">{{ item.shu_liang_ }}</td>
|
|
|
<td style="width: 45px">{{ item.dan_wei_ }}</td>
|
|
|
- <td style="width: 100px">{{ item.dan_jia_han_shui_|numToFixed }}</td>
|
|
|
+ <td style="width: 60px">{{ item.dan_jia_han_shui_|numToFixed }}</td>
|
|
|
<td style="width: 40px">{{ item.shui_lv_ }}</td>
|
|
|
<td style="width: 40px">{{ item.dan_jia_|numToFixed}}</td>
|
|
|
<td style="width: 45px"> {{ item.dan_jia_han_shui_|shuieToFixed(item.shu_liang_,item.dan_jia_) }}</td>
|
|
|
@@ -73,11 +78,11 @@
|
|
|
<tr>
|
|
|
<td style="width: 30px"></td>
|
|
|
<td style="width: 70px"></td>
|
|
|
- <td style="width: 120px"></td>
|
|
|
+ <td style="width: 80px"></td>
|
|
|
<td style="width: 60px"></td>
|
|
|
<td style="width: 60px"></td>
|
|
|
<td style="width: 80px"></td>
|
|
|
- <td style="width: 120px"></td>
|
|
|
+ <td style="width: 100px"></td>
|
|
|
<td style="width: 45px"></td>
|
|
|
<td style="width: 45px"></td>
|
|
|
<td style="width: 60px"></td>
|