还原修改内容

This commit is contained in:
zhangxinah@yonyou.com 2025-05-06 16:08:15 +08:00
parent 2b73616ff0
commit 6a1705bdc7
1 changed files with 1 additions and 2 deletions

View File

@ -1419,8 +1419,7 @@ public class FillOrderVosRule implements IRule<OrderVO> {
}
headerVO.setNversion(UFDouble.ROUND_DOWN);// 版本
// 单据状态为自由
headerVO.setForderstatus(headerVO.getForderstatus() != null &&headerVO.getForderstatus()==3? headerVO.getForderstatus()
:POEnumBillStatus.FREE.toIntValue());
headerVO.setForderstatus(POEnumBillStatus.FREE.toIntValue());
// 制单人
headerVO.setAttributeValue(OrderHeaderVO.BILLMAKER, AppContext.getInstance().getPkUser());
// 制单日期