入库单去掉确认动作。
This commit is contained in:
parent
832d71055f
commit
0a9f891f47
@ -195,10 +195,6 @@ public class WmItemRecptController extends BaseController
|
|||||||
|
|
||||||
WmItemRecpt recpt = wmItemRecptService.selectWmItemRecptByRecptId(recptId);
|
WmItemRecpt recpt = wmItemRecptService.selectWmItemRecptByRecptId(recptId);
|
||||||
|
|
||||||
if (!UserConstants.ORDER_STATUS_CONFIRMED.equals(recpt.getStatus())){
|
|
||||||
return AjaxResult.error("请先确认单据");
|
|
||||||
}
|
|
||||||
|
|
||||||
//构造Transaction事务,并执行库存更新逻辑
|
//构造Transaction事务,并执行库存更新逻辑
|
||||||
List<ItemRecptTxBean> beans = wmItemRecptService.getTxBeans(recptId);
|
List<ItemRecptTxBean> beans = wmItemRecptService.getTxBeans(recptId);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user