|
|
@ -595,7 +595,15 @@ namespace ICSSoft.WebAPI.Controllers |
|
|
|
//var resultStr = action.LOTStockDownCreate(model);
|
|
|
|
var resultStr = ICSSubmitService.LOTStockDownCreate(model); |
|
|
|
res.Success = true; |
|
|
|
res.PrintStr = DBHelper.ReadFileStream(); |
|
|
|
//res.PrintStr = DBHelper.ReadFileStream();
|
|
|
|
if (resultStr.Columns.Contains("OLDLotNo")) |
|
|
|
{ |
|
|
|
res.PrintStr = DBHelper.ReadFileStream(); |
|
|
|
} |
|
|
|
else |
|
|
|
{ |
|
|
|
res.PrintStr = ""; |
|
|
|
} |
|
|
|
res.Message = LanguageHelper.GetNameSingle("WMSAPI001");// "接口调用成功!";
|
|
|
|
if (resultStr != null && resultStr.Rows.Count > 0 && resultStr.ToString() != "[]") |
|
|
|
{ |
|
|
|