Commit 92e30358 by 江和松

生产入库单退回历史单据也要标记

parent e25e5b1d
......@@ -248,6 +248,9 @@ public class ServiceHGKC003 extends ServiceBase {
// 修改库存
HGKCUtils.HgKc010.updateInv(newKc003.getCompanyCode(), newKc003.getWhCode(), newKc003.getPrdtCode(),
newKc003.getInvQty(), newKc003.getInvWeight());
//历史单据也要标记退回
fKc003.setIsReturn(CommonConstant.YesNo.YES_1);
DaoUtils.update(HGKC003.UPDATE, fKc003);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment