md
This commit is contained in:
parent
4d4035b73c
commit
c5af62bc72
@ -232,6 +232,7 @@ public class EmisBaseService {
|
||||
order.put("packType", DictUtils.getDictLabel("emis_tab_packing_type",waybill.getPackType()) );
|
||||
order.put("paymentType", DictUtils.getDictLabel("emis_payment_type",waybill.getPaymentType()));
|
||||
order.put("printDay", DateUtils.parseDateToStr(DateUtils.YYYY_MM_DD,new Date()));
|
||||
order.put("printDate", DateUtils.parseDateToStr(DateUtils.YYYY_MM_DD_HH_MM_SS,new Date()));
|
||||
order.put("printMan", getCurrentUser().getEmpName());
|
||||
order.put("printCount", waybill.getPrintCount());
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user