Merge branch 'master' of http://121.40.234.130:8899/root/lanzhouhailiang_one
This commit is contained in:
@@ -165,7 +165,10 @@ public class SapToLmsServiceImpl implements SapToLmsService {
|
||||
jsonMst.put("receiptphone", json.getString("TEL_NUMBER")); // 联系电话
|
||||
jsonMst.put("contractno", json.getString("BSTNK")); // 合同号
|
||||
jsonMst.put("cust_code", json.getString("KUNNR")); // 客户
|
||||
jsonMst.put("consignee", json.getString("NAMEM")); // 收货单位
|
||||
jsonMst.put("receiptaddress", json.getString("ADRNRS")); // 收货地址
|
||||
/*jsonMst.put("remark",json.getString("LGORT"));//库位*/
|
||||
|
||||
|
||||
// 明细
|
||||
JSONObject jsonMater = materTab.query("material_code = '" + json.getString("MATNR") + "'").uniqueResult(0);
|
||||
|
||||
Reference in New Issue
Block a user