|
@@ -5,8 +5,8 @@
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
<style>
|
|
|
@page {
|
|
|
- margin: 35px 30px 20px 0;
|
|
|
- size: 257mm 93mm;
|
|
|
+ margin: 50px 30px 20px 10px;
|
|
|
+ size: 247mm 93mm;
|
|
|
}
|
|
|
|
|
|
body {
|
|
@@ -69,25 +69,25 @@
|
|
|
|
|
|
<!-- 标题行 -->
|
|
|
<div class="title-row">
|
|
|
- <div class="right-align1" style=" font-size: 12px ; margin-left: 5px;padding-right: 40px ">
|
|
|
+ <div class="right-align1" style=" font-size: 14px ; margin-left: 5px;padding-right: 40px ">
|
|
|
厂别: <#if inboundOrder.tenantName??>${inboundOrder.tenantName} </#if>
|
|
|
</div>
|
|
|
- <div class="right-align1" style=" font-size: 12px ; margin-left: 5px;padding-right: 140px;">包装形式: ${inboundOrder.packageType} </div>
|
|
|
- <div class="center-align1" style="font-size: 14px ;padding-right: 200px; font-weight: 600;">大连德迈仕精密科技股份有限公司</div>
|
|
|
+ <div class="right-align1" style=" font-size: 14px ; margin-left: 5px;padding-right: 140px;">包装形式: ${inboundOrder.packageType} </div>
|
|
|
+ <div class="center-align1" style="font-size: 16px ;padding-right: 200px; font-weight: 600;">大连德迈仕精密科技股份有限公司</div>
|
|
|
<div class="left-align1" style=" font-size: 14px ;font-weight: 600;">入库单号:${inboundOrder.inboundNumber}</div>
|
|
|
</div>
|
|
|
<!-- 标题行 -->
|
|
|
-<div class="title-row" style="margin-top: 5px ; font-size: 12px ;">
|
|
|
+<div class="title-row" style="margin-top: 5px ; font-size: 14px ;">
|
|
|
<div class="right-align" style="margin-left: 5px; padding-right:310px;" >部门:${inboundOrder.deptCode} ${inboundOrder.deptName}</div>
|
|
|
<div class="center-align" style="font-size: 15px ; padding-right: 325px; font-weight: 600;">产成品入库单</div>
|
|
|
<div class="left-align" style="margin-right: 5px">第${detail_index+1}页 共 ${inboundOrder.detailLists?size}页</div>
|
|
|
</div>
|
|
|
-<div class="title-row" style="margin-top: 5px ; font-size: 12px ;">
|
|
|
+<div class="title-row" style="margin-top: 5px ; font-size: 14px ;">
|
|
|
<div class="right-align" style="margin-left: 5px;">客户: ${ inboundOrder.companyCode } ${ inboundOrder.companyAlias} </div>
|
|
|
<div class="left-align" style="margin-left: 450px;">单据日期: ${inboundOrder.inboundDateStr } </div>
|
|
|
<div class="left-align" style="margin-left: 125px;">CDMS/JN-1-019</div>
|
|
|
</div>
|
|
|
-<div class="title-row" style="margin-top: 5px ; font-size: 10px ;">
|
|
|
+<div class="title-row" style="margin-top: 5px ; font-size: 14px ;">
|
|
|
<div class="right-align" style="margin-left: 5px;">图号: ${ inboundOrder.drawingNo }</div>
|
|
|
<div class="center-align" style="margin-left: 120px;">规格: ${ inboundOrder.standard }</div>
|
|
|
<div class="left-align" style="margin-left: 260px;">产品编码: ${ inboundOrder.productCode }</div>
|
|
@@ -97,26 +97,26 @@
|
|
|
<!-- 第三行 -->
|
|
|
<tr>
|
|
|
<td style="width: 12px;">序号</td>
|
|
|
- <td style="width: 76px;">批号</td>
|
|
|
- <td style="width: 24px;">数量(支)</td>
|
|
|
- <td style="width: 200px;">备注/客户批号/箱号等信息</td>
|
|
|
+ <td style="width: 60px;">批号</td>
|
|
|
+ <td style="width: 20px;">数量(支)</td>
|
|
|
+ <td style="width: 180px;">备注/客户批号/箱号等信息</td>
|
|
|
</tr>
|
|
|
|
|
|
<!-- 动态数据行 -->
|
|
|
<#list detail as item>
|
|
|
<tr>
|
|
|
<td style="width: 12px;">${ item_index + 1 }</td>
|
|
|
- <td style="width: 76px;" >
|
|
|
+ <td style="width: 60px;" >
|
|
|
<#if item.lotCode??>
|
|
|
${ item.lotCode }
|
|
|
</#if>
|
|
|
</td>
|
|
|
- <td style="width: 24px;text-align: right;" >
|
|
|
+ <td style="width: 20px;text-align: right;" >
|
|
|
<#if item.inboundNum??>
|
|
|
${ item.inboundNum }
|
|
|
</#if>
|
|
|
</td>
|
|
|
- <td style="width: 200px;" >
|
|
|
+ <td style="width: 180px;" >
|
|
|
<#if item.remark??>
|
|
|
${ item.remark }
|
|
|
<#else>
|
|
@@ -133,7 +133,7 @@
|
|
|
<td>支</td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
-<div class="title-row" style="margin-bottom: 5px;font-size: 10px ;">
|
|
|
+<div class="title-row" style="margin-bottom: 5px;font-size: 12px ;">
|
|
|
<!-- <div style=" height: 25px"></div>-->
|
|
|
<div class="center-align" style="margin-left: 60px;padding-right: 90px">保管员:${inboundOrder.storageNickName}</div>
|
|
|
<div class="center-align" style="margin-left: 60px;padding-right: 120px">搬运员:</div>
|