This commit is contained in:
2024-06-27 16:23:40 +08:00
parent ea93613c82
commit 323d18c374
3 changed files with 6 additions and 5 deletions

View File

@@ -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)}");