md
This commit is contained in:
parent
a6e45086e5
commit
d67889d981
@ -252,6 +252,10 @@ public class WaybillController extends BaseController
|
||||
|
||||
jObjOut.put("sendCountryName",newBill.getSendCountryName());
|
||||
jObjOut.put("destCountryName",newBill.getReceiveCountryName());
|
||||
|
||||
jObjOut.put("sendSiteName",newBill.getSendSiteName());
|
||||
jObjOut.put("destSiteName",newBill.getDispatchUnderlingSiteName());
|
||||
|
||||
jObjOut.put("transLineTypeName",newBill.getTransLineTypeName());
|
||||
jObjOut.put("productTypeName",newBill.getProductTypeName());
|
||||
jObjOut.put("timeType",newBill.getTimeType());
|
||||
|
||||
Loading…
Reference in New Issue
Block a user