委外订单/采购订单推送添加vbdef6合同编号
This commit is contained in:
parent
9541f09909
commit
0fd4575f95
|
@ -8,6 +8,7 @@ import nc.bs.uapbd.util.ThirdPartyPostRequestUtil;
|
|||
import nc.impl.pubapp.pattern.rule.IRule;
|
||||
import nc.jdbc.framework.processor.ColumnProcessor;
|
||||
import nc.pubitf.para.SysInitQuery;
|
||||
import nc.vo.bd.defdoc.DefdocVO;
|
||||
import nc.vo.bd.material.MaterialVO;
|
||||
import nc.vo.bd.psn.PsndocVO;
|
||||
import nc.vo.bd.stordoc.StordocVO;
|
||||
|
@ -176,6 +177,10 @@ public class AfterApprovingSynchronizeRuleRZ implements IRule<OrderVO> {
|
|||
// 设置状态信息
|
||||
detailItem.put("sdbj", STATUS_LOCKED);
|
||||
detailItem.put("qfbj", STATUS_ISSUED);
|
||||
|
||||
// ÏîÄ¿±àºÅ
|
||||
detailItem.put("wlzdycs06", transferCodeByPk("bd_defdoc", DefdocVO.CODE, DefdocVO.PK_DEFDOC, item.getVbdef6()));
|
||||
detailItem.put("wlzdycs11", transferCodeByPk("bd_defdoc", DefdocVO.NAME, DefdocVO.PK_DEFDOC, item.getVbdef6()));
|
||||
details.add(detailItem);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,6 +9,7 @@ import nc.bs.uapbd.util.ThirdPartyPostRequestUtil;
|
|||
import nc.impl.pubapp.pattern.rule.IRule;
|
||||
import nc.jdbc.framework.processor.ColumnProcessor;
|
||||
import nc.pubitf.para.SysInitQuery;
|
||||
import nc.vo.bd.defdoc.DefdocVO;
|
||||
import nc.vo.bd.material.MaterialVO;
|
||||
import nc.vo.bd.psn.PsndocVO;
|
||||
import nc.vo.bd.stordoc.StordocVO;
|
||||
|
@ -110,6 +111,9 @@ public class AfterApproceRuleSyncRZWMSProcess implements IRule<SCOrderVO> {
|
|||
singleObj.put("sdbj", 1);
|
||||
//qfbj int 签发标记 必填 上位单据审核传输,默认=1
|
||||
singleObj.put("qfbj", 1);
|
||||
// ÏîÄ¿±àºÅ
|
||||
singleObj.put("wlzdycs06", transferCodeByPk("bd_defdoc", DefdocVO.CODE, DefdocVO.PK_DEFDOC, body.getVbdef6()));
|
||||
singleObj.put("wlzdycs11", transferCodeByPk("bd_defdoc", DefdocVO.NAME, DefdocVO.PK_DEFDOC, body.getVbdef6()));
|
||||
|
||||
details.add(singleObj);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue