This commit is contained in:
linfso 2024-08-01 14:16:06 +08:00
parent a6e45086e5
commit d67889d981

View File

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