添加WMS操作人信息createBy
This commit is contained in:
@@ -111,7 +111,6 @@ namespace ZR.Admin.WebApi.Controllers.mes.wms
|
||||
string msg = "";
|
||||
|
||||
string createName = HttpContext.GetName();
|
||||
|
||||
int num = this.wm_entryWarehousing_productService.IntoProductwarehouse(wmgoodsDto, createName);
|
||||
if (num == 0)
|
||||
{
|
||||
|
||||
@@ -120,6 +120,7 @@ namespace ZR.Admin.WebApi.Controllers
|
||||
[Log(Title = "按批次出库", BusinessType = BusinessType.INSERT)]
|
||||
public IActionResult DoPatchOutProduction([FromBody] WmBatchGoodsOutProductionDto parm)
|
||||
{
|
||||
parm = parm.ToCreate(HttpContext);
|
||||
string response = _WmGoodsOutProductionService.DoPatchOutProduction(parm);
|
||||
if (response == "ok")
|
||||
{
|
||||
|
||||
@@ -255,8 +255,8 @@ namespace ZR.Admin.WebApi.Controllers
|
||||
{
|
||||
return SUCCESS(null);
|
||||
}
|
||||
|
||||
(int, int) data = _WmOutOrderService.DoMaterialOut(doMaterialOut, "PDA出库");
|
||||
string createName = HttpContext.GetName();
|
||||
(int, int) data = _WmOutOrderService.DoMaterialOut(doMaterialOut, createName);
|
||||
|
||||
return SUCCESS(data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user