Browse Source

入库单打印

wangxin 4 tuần trước cách đây
mục cha
commit
0ff61daa09
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/main/resources/templates/inboundOrderPdf.html

+ 1 - 1
src/main/resources/templates/inboundOrderPdf.html

@@ -78,7 +78,7 @@
 </div>
 <!-- 标题行 -->
 <div class="title-row" style="margin-top: 5px ; font-size: 14px ;">
-    <div class="right-align" style="margin-left: 5px; padding-right:180px;" >部门:${inboundOrder.deptCode} ${inboundOrder.deptName}</div>
+    <div class="right-align" style="margin-left: 5px; padding-right:210px;" >部门:${inboundOrder.deptCode} ${inboundOrder.deptName}</div>
     <div class="center-align" style="font-size: 14px ; padding-right: 200px; font-weight: 600;">产成品入库单</div>
     <div class="left-align" style="margin-right: 5px">第${detail_index+1}页 共 ${inboundOrder.detailLists?size}页</div>
 </div>