销售出库同步RZ翻译项目号和项目名称(对应 vbdef1 和 vbdef10)
This commit is contained in:
parent
2aab82378e
commit
aff66a8772
|
@ -8,14 +8,12 @@ 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.cust.CustomerVO;
|
||||
import nc.vo.bd.material.MaterialVO;
|
||||
import nc.vo.bd.stordoc.StordocVO;
|
||||
|
||||
import nc.vo.bd.defdoc.DefdocVO;
|
||||
import nc.vo.cmp.util.StringUtils;
|
||||
import nc.vo.ic.m4c.entity.SaleOutBodyVO;
|
||||
import nc.vo.ic.m4c.entity.SaleOutHeadVO;
|
||||
import nc.vo.ic.m4c.entity.SaleOutVO;
|
||||
import nc.vo.org.DeptVO;
|
||||
import nc.vo.org.OrgVO;
|
||||
import nc.vo.pub.BusinessException;
|
||||
import nc.vo.pub.lang.UFDate;
|
||||
|
@ -144,8 +142,8 @@ public class AfterSigningSynchronizeRuleRZ implements IRule<SaleOutVO> {
|
|||
singleObj.put("bzsm", head.getCdptid());
|
||||
|
||||
// 添加两个字段 项目号 和 项目名称 使用 vbdef1 和 vbdef10
|
||||
singleObj.put("wlzdycs06", body.getVbdef1());
|
||||
singleObj.put("wlzdycs11", body.getVbdef10());
|
||||
singleObj.put("wlzdycs06", transferCodeByPk("bd_defdoc", DefdocVO.CODE, DefdocVO.PK_DEFDOC, body.getVbdef1()));
|
||||
singleObj.put("wlzdycs11", transferCodeByPk("bd_defdoc", DefdocVO.NAME, DefdocVO.PK_DEFDOC, body.getVbdef10()));
|
||||
//签发标记
|
||||
singleObj.put("qfbj", 1);
|
||||
//操作状态 1新增/修改、2删除(删除时只需上传wbid)
|
||||
|
|
Loading…
Reference in New Issue