付款处理推SAP单据附件

This commit is contained in:
李贵强 2025-10-21 17:53:23 +08:00
parent 88d8482582
commit 405186b307
1 changed files with 2 additions and 1 deletions

View File

@ -200,8 +200,9 @@ public class PaybillOperation extends AbstractOperationServicePlugIn implements
attachUrls.add(jsonObject); attachUrls.add(jsonObject);
} }
header.put("FM_AttachUrl", attachUrls);//附件URL地址:array 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("FM_BudType", 0);//预算类别0-组织预算,1-全年预算,当前只处理0 int
header.put("Remark", bill.getString("description"));// 事项描述_摘要 header.put("Remark", bill.getString("description"));// 事项描述_摘要