md
This commit is contained in:
parent
c5af62bc72
commit
8d4f170c08
@ -227,8 +227,8 @@ public class EmisBaseService {
|
||||
order.put("remark", waybill.getRemark());
|
||||
|
||||
order.put("parcelQty", waybill.getParcelQty().toString());
|
||||
order.put("billWeight", waybill.getBillWeight().toString());
|
||||
order.put("totalVolume", waybill.getTotalVolume().toString());
|
||||
order.put("billWeight", waybill.getBillWeight().stripTrailingZeros().toPlainString());
|
||||
order.put("totalVolume", waybill.getTotalVolume().stripTrailingZeros().toPlainString());
|
||||
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()));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user