|
|
|
@ -40,7 +40,6 @@ namespace Aucma.Scada.Business
|
|
|
|
|
private InStoreTaskHandle taskHandle = InStoreTaskHandle.Instance;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
#region 接口引用
|
|
|
|
@ -150,6 +149,7 @@ namespace Aucma.Scada.Business
|
|
|
|
|
var result = CreateInStoreTask(spaceInfo, materialCode); //创建入库任务
|
|
|
|
|
if (result)
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
#region 2023-12-15 更新过点数据,插入记录到MATERIAL_COMPLETION表
|
|
|
|
|
PrintBarCode print =_printBarCodeServices.query(materialCode);
|
|
|
|
|
string planCode = _productPlanInfoServices.GetPlanCode(print.OrderCode, appConfig.stationCode);
|
|
|
|
@ -456,7 +456,7 @@ namespace Aucma.Scada.Business
|
|
|
|
|
string result = string.Empty;
|
|
|
|
|
if (!string.IsNullOrEmpty(materialCode))
|
|
|
|
|
{
|
|
|
|
|
result = materialCode.Substring(2, 10);
|
|
|
|
|
result = materialCode.Substring(7, 10);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
return result;
|
|
|
|
|