外包装入库申请
This commit is contained in:
@@ -4,6 +4,5 @@ namespace Tnb.ProductionMgr.Entities.Dto
|
||||
{
|
||||
public string equip_code { get; set; }
|
||||
public string label_code { get; set; }
|
||||
public string as_location_code { get; set; }
|
||||
}
|
||||
}
|
||||
@@ -43,5 +43,12 @@ namespace Tnb.ProductionMgr.Interfaces
|
||||
/// <param name="input"></param>
|
||||
/// <returns></returns>
|
||||
public Task<string> InstockTubeThree(PrdReport prdReport);
|
||||
|
||||
/// <summary>
|
||||
/// 外包装入库申请
|
||||
/// </summary>
|
||||
/// <param name="input"></param>
|
||||
/// <returns></returns>
|
||||
public Task<string> InstockOutPack(InstockInput inut);
|
||||
}
|
||||
}
|
||||
@@ -263,7 +263,6 @@ namespace Tnb.ProductionMgr
|
||||
{
|
||||
string equip_code = inut.equip_code;
|
||||
string label_code = inut.label_code;
|
||||
string as_location_code = inut.as_location_code;
|
||||
string warehouse_id = "2";
|
||||
if (!string.IsNullOrEmpty(equip_code))
|
||||
{
|
||||
@@ -621,5 +620,15 @@ namespace Tnb.ProductionMgr
|
||||
|
||||
return result2.IsSuccess ? "true" : "false";
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 外包装入库申请
|
||||
/// </summary>
|
||||
/// <param name="input"></param>
|
||||
/// <returns></returns>
|
||||
public Task<string> InstockOutPack(InstockInput inut)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user