md
This commit is contained in:
parent
3ac29ffd8d
commit
16137b404a
@ -131,7 +131,7 @@ public class ItemHelper {
|
||||
}
|
||||
|
||||
printItems.add(new ItemCell("logisticNo",MapUtils.getString(orderMap,"logisticNo",""),9,true, Element.ALIGN_CENTER,"Text"));
|
||||
printItems.add(new ItemCell("consignee ",MapUtils.getString(orderMap,"consignee ","")+" "+MapUtils.getString(orderMap,"mobile",""),8,true, Element.ALIGN_LEFT,"Text"));
|
||||
printItems.add(new ItemCell("consignee",MapUtils.getString(orderMap,"consignee","")+" "+MapUtils.getString(orderMap,"mobile",""),8,true, Element.ALIGN_LEFT,"Text"));
|
||||
// printItems.add(new ItemCell("mobile",MapUtils.getString(orderMap,"mobile",""),8,true, Element.ALIGN_LEFT,"Text"));
|
||||
|
||||
printItems.add(new ItemCell("address",MapUtils.getString(orderMap,"address",""),8,true, Element.ALIGN_LEFT,"Text"));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user