|
|
@ -1277,6 +1277,7 @@ public class InterfaceController extends AbstractController { |
|
|
|
JSONObject.toJSONString(fphms),JSONObject.toJSONString(fpdms),JSONObject.toJSONString(bzdhs)); |
|
|
|
JSONObject.toJSONString(fphms),JSONObject.toJSONString(fpdms),JSONObject.toJSONString(bzdhs)); |
|
|
|
RequestRecord transferOutRecord =requestRecordService.getBaseRequestRecord(JSONObject.toJSONString(erpInvoiceData), |
|
|
|
RequestRecord transferOutRecord =requestRecordService.getBaseRequestRecord(JSONObject.toJSONString(erpInvoiceData), |
|
|
|
"/po", JSONObject.toJSONString(fpdms),JSONObject.toJSONString(fphms), "transferOut"); |
|
|
|
"/po", JSONObject.toJSONString(fpdms),JSONObject.toJSONString(fphms), "transferOut"); |
|
|
|
|
|
|
|
transferOutRecord.setBzdh(JSONObject.toJSONString(bzdhs)); |
|
|
|
|
|
|
|
|
|
|
|
for(Map<String ,Object> map:list){ |
|
|
|
for(Map<String ,Object> map:list){ |
|
|
|
String invoiceCode =(String) map.get("ZFPDM"); |
|
|
|
String invoiceCode =(String) map.get("ZFPDM"); |
|
|
|