1
This commit is contained in:
@@ -392,7 +392,8 @@ namespace ZR.Service.mes.wms
|
||||
int accumulation_num = 0;
|
||||
foreach (var witem in wmGoodsNowsList)
|
||||
{
|
||||
if (require_num >= accumulation_num)
|
||||
//TODO 修改>= 为 > 查看情况
|
||||
if (require_num > accumulation_num)
|
||||
{
|
||||
WmOutOrderPlan orderPlan = new WmOutOrderPlan();
|
||||
orderPlan.FkOutOrderId = shipment_num;
|
||||
|
||||
Reference in New Issue
Block a user