bug
This commit is contained in:
@@ -2050,7 +2050,7 @@ namespace Tnb.ProductionMgr
|
||||
bindCarryCodeInput.material_name = basMaterial.name;
|
||||
bindCarryCodeInput.location_id = location.id;
|
||||
bindCarryCodeInput.location_code = location.location_code;
|
||||
bindCarryCodeInput.code_batch = prdMoTask.batch;
|
||||
bindCarryCodeInput.code_batch = report.batch;
|
||||
bindCarryCodeInput.create_id = _userManager?.UserId ?? WmsWareHouseConst.AdministratorUserId;
|
||||
|
||||
Log.Information($"载具绑定参数:${JsonConvert.SerializeObject(bindCarryCodeInput)}");
|
||||
|
||||
Reference in New Issue
Block a user