This commit is contained in:
2024-10-11 15:42:47 +08:00
4 changed files with 22 additions and 2 deletions

View File

@@ -2491,6 +2491,8 @@ namespace Tnb.ProductionMgr
bindCarryCodeInput.material_id = prdMoTask.material_id;
bindCarryCodeInput.material_code = basMaterial.code;
bindCarryCodeInput.material_name = basMaterial.name;
bindCarryCodeInput.material_specification = basMaterial.material_specification;
bindCarryCodeInput.container_no = basMaterial.material_standard;
bindCarryCodeInput.location_id = location.id;
bindCarryCodeInput.location_code = location.location_code;
bindCarryCodeInput.code_batch = report.batch;