This commit is contained in:
alex
2023-06-27 09:47:06 +08:00
parent 534d27e5f0
commit fbfd0c54d8
19 changed files with 31 additions and 25 deletions

View File

@@ -152,7 +152,7 @@ namespace Tnb.WarehouseMgr
try
{
carryObj.status = 0;
carryObj.carry_status = "0";
carryObj.carry_status = (int)EnumCarryStatus.;
carryObj.location_id = null;
carryObj.location_code = null;
carryObj.out_status = "0";