md
This commit is contained in:
parent
cf73dde25a
commit
651b11cd96
@ -100,9 +100,11 @@ public class EmisSettleSubBillServiceImpl extends EmisBaseService implements IEm
|
||||
}
|
||||
|
||||
String tplName="";
|
||||
// 快递
|
||||
if("1".equals(tplType) ){
|
||||
tplName="tpl/ws_kd_in_tpl.docx";
|
||||
tplName="tpl/cust_bill_tpl.docx";
|
||||
}
|
||||
else if("2".equals(tplType) ){
|
||||
tplName="tpl/cust_tax_bill_tpl.docx";
|
||||
}
|
||||
|
||||
BigDecimal totalAllPrice=BigDecimal.ZERO;
|
||||
@ -124,7 +126,6 @@ public class EmisSettleSubBillServiceImpl extends EmisBaseService implements IEm
|
||||
fillMap.put("country", emisWaybillOld.getReceiveCountryName());
|
||||
fillMap.put("warehouse", emisWaybillOld.getIntoWarehouseName());
|
||||
fillMap.put("productName", emisWaybillOld.getProductTypeName());
|
||||
fillMap.put("estDate", DateUtils.parseDateToStr(DateUtils.YYYY_MM_DD_HH_MM_SS, emisWaybillOld.getPickStartDate() == null ? emisWaybillOld.getOrderDate() : emisWaybillOld.getPickStartDate()));
|
||||
fillMap.put("supplier", "");
|
||||
|
||||
fillMap.put("sendName", Convert.chineseName(emisWaybillOld.getSendName()));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user