|
@ -833,8 +833,8 @@ namespace ICSSoft.DataProject |
|
|
foreach (var details in resdetails) |
|
|
foreach (var details in resdetails) |
|
|
{ |
|
|
{ |
|
|
JObject dets = (JObject)details; |
|
|
JObject dets = (JObject)details; |
|
|
ICSWareHouseLotInfoService.WareHouseLotInfoLogUpdate(TransType, det["MODetailID"].ToString(), Identification, det["IDSS"].ToString(), |
|
|
|
|
|
dets["DetailID"].ToString(), dets["MRCVCode"].ToString(), dets["Sequence"].ToString(), cmd, language); |
|
|
|
|
|
|
|
|
ICSWareHouseLotInfoService.WareHouseLotInfoLogUpdate(TransType, det["MODetailID"].ToString(), Identification, det["ERPID"].ToString(), |
|
|
|
|
|
dets["ERPDetailID"].ToString(), dets["MRCVCode"].ToString(), dets["Sequence"].ToString(), cmd, language); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|