修改bug

This commit is contained in:
2024-11-07 17:35:24 +08:00
parent 38f484e1e3
commit 755fd97ef0
3 changed files with 12 additions and 4 deletions

View File

@@ -340,6 +340,8 @@ namespace Tnb.WarehouseMgr
bindCarryCodeInput.location_code = endLocations[0].location_code;
bindCarryCodeInput.code_batch = wmsTransferInstockD.pi_code;
bindCarryCodeInput.unit_id = basMaterial.unit_id;
bindCarryCodeInput.material_specification = wmsTransferInstockD.material_desc;
bindCarryCodeInput.container_no=basMaterial.container_no;
await _wmsCarryService.BindCarryMaterial(bindCarryCodeInput);
}