|
|
@@ -1235,10 +1235,6 @@ namespace Business.Replenishment
|
|
|
if (isExist)
|
|
|
{
|
|
|
rop = ropModelList.Find(r => r.planmonth == itemMonth && r.number == a.SAPItemNumber &&r.distributionchannel==a.DistributionChannel);
|
|
|
- if(rop.Id== 1838608575099491266)
|
|
|
- {
|
|
|
- string test = itemMonth;
|
|
|
- }
|
|
|
}
|
|
|
rop.number = a.SAPItemNumber;
|
|
|
rop.name = icItem.name;
|
|
|
@@ -1431,10 +1427,6 @@ namespace Business.Replenishment
|
|
|
if (isExist)
|
|
|
{
|
|
|
rop = ropModelList.Find(r => r.planmonth == itemMonth && r.number == d.ItemNumber && r.distributionchannel == "瑞奇");
|
|
|
- if (rop.Id == 1838608575099491266)
|
|
|
- {
|
|
|
- string test = itemMonth;
|
|
|
- }
|
|
|
}
|
|
|
rop.number = d.ItemNumber;
|
|
|
rop.name = icItem.name;
|
|
|
@@ -1997,7 +1989,6 @@ namespace Business.Replenishment
|
|
|
mes_Morder.morder_type = MorderEnum.JhMorder;
|
|
|
mes_Morder.work_order_type = MorderEnum.CgMorder;
|
|
|
mes_Morder.morder_state = "";
|
|
|
- //mes_Morder.morder_no = _serialNumberAppService.GetBillNo(input.factory_id.ToString(), "MPO", 1, "", 1)[0].NbrResult;
|
|
|
mes_Morder.morder_no = Guid.NewGuid().ToString();
|
|
|
mes_Morder.fms_number = "";
|
|
|
mes_Morder.bom_number = subProductItemModel[key].bom_number;
|