|
|
@@ -307,13 +307,13 @@ public class PDFSelfUtil {
|
|
|
" 委托人: "+receivingNote.getEntrustName()+"\n\n", keyfont, Element.ALIGN_LEFT, 2, false));
|
|
|
|
|
|
|
|
|
-*/ table.addCell(createCell(" 委托人(名称):姓名: "+receivingNote.getEntrustName(), keyfont, Element.ALIGN_LEFT, 7, false));
|
|
|
+*/ table.addCell(createCell(" 委托人(名称):姓名: "+receivingNote.getEntrustName(), keyfont, Element.ALIGN_LEFT, 7, true));
|
|
|
table.addCell(createCell(" 受托(提货)人:姓名: "+receivingNote.getBeentrustName(), keyfont, Element.ALIGN_LEFT, 7, false));
|
|
|
table.addCell(createCell(" 身份证号码: "+receivingNote.getbId(), keyfont, Element.ALIGN_LEFT, 7, false));
|
|
|
table.addCell(createCell(" 车牌: "+receivingNote.getCarNumber(), keyfont, Element.ALIGN_LEFT, 7, false));
|
|
|
table.addCell(createCell(" 委托人委托受托人于 "+calendar.get(Calendar.YEAR)+" 年 "+(calendar.get(Calendar.MONTH)+1)+"月"+calendar.get(Calendar.DATE)+" 日 ", keyfont, Element.ALIGN_LEFT, 8, false));
|
|
|
- table.addCell(createCell(" 来贵司提取交货单号为 "+receivingNote.getDeliveryNumber()+" 上所载明的货物。", textfont, Element.ALIGN_CENTER, 11, false));
|
|
|
- table.addCell(createCell(" 特此委托! ", keyfont, Element.ALIGN_LEFT, 7, false));
|
|
|
+ table.addCell(createCell(" 来贵司提取交货单号为 "+receivingNote.getDeliveryNumber()+" 上所载明的货物。", keyfont, Element.ALIGN_CENTER, 11, false));
|
|
|
+ table.addCell(createCell(" 特此委托! ", keyfont, Element.ALIGN_LEFT, 7, true));
|
|
|
table.addCell(createCell(" 委托人:"+receivingNote.getEntrustName(), keyfont, Element.ALIGN_LEFT, 8, false));
|
|
|
table.addCell(createCell(" 受托(提货)人:"+receivingNote.getBeentrustName(), keyfont, Element.ALIGN_LEFT, 9, false));
|
|
|
table.addCell(createCell(calendar.get(Calendar.YEAR)+"年"+(calendar.get(Calendar.MONTH)+1)+"月"+calendar.get(Calendar.DATE)+"日", keyfont, Element.ALIGN_RIGHT, 10, false));
|