This commit is contained in:
linfso 2024-05-20 10:45:42 +08:00
parent 4d4035b73c
commit c5af62bc72

View File

@ -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());