|
|
@@ -194,6 +194,7 @@ public class ERPDocking {
|
|
|
objectdetail.put("fcontact",dispatchRow.getString("name"));
|
|
|
objectdetail.put("fmobilephone",dispatchRow.getString("phonenumber"));
|
|
|
objectdetail.put("faddress",dispatchRow.getString("address"));
|
|
|
+ objectdetail.put("createby",dispatchRow.getString("createby"));
|
|
|
if(dispatchItems.isNotEmpty()){
|
|
|
for (Row row:dispatchItems) {
|
|
|
JSONObject jsonObject=new JSONObject();
|
|
|
@@ -392,6 +393,7 @@ public class ERPDocking {
|
|
|
objectdetail.put("faccclsnum","01");
|
|
|
objectdetail.put("fdate",aftersalesmagRow.getString("billdate"));
|
|
|
objectdetail.put("fnotes",aftersalesmagRow.getString("reason"));
|
|
|
+ objectdetail.put("createby",aftersalesmagRow.getString("createby"));
|
|
|
if(aftersalesmagRow.getString("type").equals("退货单")){
|
|
|
objectdetail.put("freturntype","退货");
|
|
|
}else if(aftersalesmagRow.getString("type").equals("换货单")){
|