付款处理推SAP单据附件
This commit is contained in:
parent
88d8482582
commit
405186b307
|
|
@ -200,8 +200,9 @@ public class PaybillOperation extends AbstractOperationServicePlugIn implements
|
|||
attachUrls.add(jsonObject);
|
||||
}
|
||||
header.put("FM_AttachUrl", attachUrls);//附件URL地址:array
|
||||
}else {
|
||||
header.put("FM_AttachUrl", null);//附件URL地址:array
|
||||
}
|
||||
//header.put("FM_AttachUrl", null);//附件URL地址:array
|
||||
header.put("FM_BudType", 0);//预算类别0-组织预算,1-全年预算,当前只处理0 int
|
||||
header.put("Remark", bill.getString("description"));// 事项描述_摘要
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue