|
|
@ -3430,7 +3430,7 @@ namespace ICSSoft.DataProject |
|
|
|
foreach (var itemInfo in JsonData.DATA.EXP_ORDINI_RIGHE_STO) |
|
|
|
{ |
|
|
|
//更新源头单据数量
|
|
|
|
ICSPurchaseService.DeliveryNoticeInForHG(JsonData.DATA.EXP_ORDINI[0].ORD_ORDINE, itemInfo.STO_HOSTINF, JsonData.DATA.EXP_ORDINI[0].ORD_CLIENTE, cmd, language,itemInfo.STO_QTAR); |
|
|
|
ICSPurchaseService.DeliveryNoticeInForHG(JsonData.DATA.EXP_ORDINI[0].ORD_ORDINE, itemInfo.STO_HOSTINF, JsonData.DATA.EXP_ORDINI[0].ORD_CLIENTE, cmd, language,itemInfo.STO_EFF_QTA); |
|
|
|
BusinessCode = TransTypeEnum.DeliveryNotice.GetDescription<DBValue>(); |
|
|
|
//生成条码的同时入库
|
|
|
|
ICSWareHouseLotInfoService.WareHouseLotInfoUpForHG(Identification, JsonData.DATA.EXP_ORDINI[0].ORD_ORDINE, itemInfo.STO_HOSTINF |
|
|
@ -3445,7 +3445,7 @@ namespace ICSSoft.DataProject |
|
|
|
foreach (var itemInfo in JsonData.DATA.EXP_ORDINI_RIGHE_STO) |
|
|
|
{ |
|
|
|
//更新源头单据数量
|
|
|
|
ICSManufactureService.ManufactureReceiveForHG(JsonData.DATA.EXP_ORDINI[0].ORD_ORDINE, itemInfo.STO_HOSTINF, JsonData.DATA.EXP_ORDINI[0].ORD_CLIENTE, cmd, language, itemInfo.STO_QTAR); |
|
|
|
ICSManufactureService.ManufactureReceiveForHG(JsonData.DATA.EXP_ORDINI[0].ORD_ORDINE, itemInfo.STO_HOSTINF, JsonData.DATA.EXP_ORDINI[0].ORD_CLIENTE, cmd, language, itemInfo.STO_EFF_QTA); |
|
|
|
BusinessCode = TransTypeEnum.ManufactureReceive.GetDescription<DBValue>(); |
|
|
|
//入库
|
|
|
|
ICSWareHouseLotInfoService.WareHouseLotInfoUpForHG(Identification, JsonData.DATA.EXP_ORDINI[0].ORD_ORDINE, itemInfo.STO_HOSTINF |
|
|
@ -3460,7 +3460,7 @@ namespace ICSSoft.DataProject |
|
|
|
foreach (var itemInfo in JsonData.DATA.EXP_ORDINI_RIGHE_STO) |
|
|
|
{ |
|
|
|
//更新源头单据数量
|
|
|
|
ICSManufactureService.MOIssueDocNegativeHG(JsonData.DATA.EXP_ORDINI[0].ORD_ORDINE, itemInfo.STO_HOSTINF, JsonData.DATA.EXP_ORDINI[0].ORD_CLIENTE, cmd, language, itemInfo.STO_QTAR); |
|
|
|
ICSManufactureService.MOIssueDocNegativeHG(JsonData.DATA.EXP_ORDINI[0].ORD_ORDINE, itemInfo.STO_HOSTINF, JsonData.DATA.EXP_ORDINI[0].ORD_CLIENTE, cmd, language, itemInfo.STO_EFF_QTA); |
|
|
|
BusinessCode = TransTypeEnum.MOIssueDocNegative.GetDescription<DBValue>(); |
|
|
|
//入库
|
|
|
|
ICSWareHouseLotInfoService.WareHouseLotInfoUpForHG(Identification, JsonData.DATA.EXP_ORDINI[0].ORD_ORDINE, itemInfo.STO_HOSTINF |
|
|
|