出库签收代码调整

This commit is contained in:
alex
2023-06-26 18:26:54 +08:00
parent 65b6bb31ce
commit 25bdc6af84
4 changed files with 77 additions and 5 deletions

View File

@@ -164,7 +164,7 @@ namespace Tnb.WarehouseMgr
carryObj.location_id = null;
carryObj.location_code = null;
carryObj.out_status = "0";
carryObj.is_check = 0;
carryObj.is_check = 1;
carryObj.status = 1;
carryObj.bale_num = null;
carryObj.collocation_scheme_id = null;