销售订单修订增加字段

This commit is contained in:
mzr 2025-03-27 16:11:32 +08:00
parent ad6b8bc13c
commit 44a1ed41f7
1 changed files with 5 additions and 0 deletions

View File

@ -515,6 +515,11 @@ public class APISaleOrderMaitainImpl implements IAPISaleOrderMaitain {
if (cmaterialvid != null && !cmaterialvid.isEmpty()) {
setMaterl(targetBVO);
}
// 自定义项赋值
targetBVO.setVbdef1(sourceBVO.getVbdef1());// 合同编号
targetBVO.setVbdef5(sourceBVO.getVbdef5());// 合同销售订单号
targetBVO.setVbdef10(sourceBVO.getVbdef10());// 项目名称
targetBVO.setVbdef13(sourceBVO.getVbdef13());// 国网行项目号
}
}