1.销售出库单审核同步EAS其他领料申请单,是否跨事业部传是与不是
This commit is contained in:
25655 2025-03-01 12:11:11 +08:00
parent 9a8784964b
commit aeb01e979c

View File

@ -90,7 +90,7 @@ public class DelivernoticeSynEAS extends AbstractOperationServicePlugIn {
json.put("BusinessType", setJson("number", "510"));
//是否跨事业部
boolean isacrossdept = dataEntitie.getBoolean("yem_isacrossdept");
json.put("isAcross", isacrossdept ? "" : "");
json.put("isAcross", isacrossdept ? "" : "不是");
//业务日期
SimpleDateFormat fmtDate = new SimpleDateFormat("yyyy-MM-dd");
SimpleDateFormat fmtTime = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");