fix:
1.销售出库单审核同步EAS其他领料申请单,是否跨事业部传是与不是
This commit is contained in:
parent
9a8784964b
commit
aeb01e979c
@ -90,7 +90,7 @@ public class DelivernoticeSynEAS extends AbstractOperationServicePlugIn {
|
|||||||
json.put("BusinessType", setJson("number", "510"));
|
json.put("BusinessType", setJson("number", "510"));
|
||||||
//是否跨事业部
|
//是否跨事业部
|
||||||
boolean isacrossdept = dataEntitie.getBoolean("yem_isacrossdept");
|
boolean isacrossdept = dataEntitie.getBoolean("yem_isacrossdept");
|
||||||
json.put("isAcross", isacrossdept ? "是" : "否");
|
json.put("isAcross", isacrossdept ? "是" : "不是");
|
||||||
//业务日期
|
//业务日期
|
||||||
SimpleDateFormat fmtDate = new SimpleDateFormat("yyyy-MM-dd");
|
SimpleDateFormat fmtDate = new SimpleDateFormat("yyyy-MM-dd");
|
||||||
SimpleDateFormat fmtTime = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
|
SimpleDateFormat fmtTime = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
|
||||||
|
Loading…
Reference in New Issue
Block a user