Merge branch 'dev' of https://git.tuotong-tech.com/tnb/tnb.server into dev
This commit is contained in:
@@ -4454,7 +4454,7 @@ namespace Tnb.WarehouseMgr
|
|||||||
code_batch = input.code_batch,
|
code_batch = input.code_batch,
|
||||||
Size = 100,
|
Size = 100,
|
||||||
PolicyCode = WmsWareHouseConst.POLICY_YCLOUTSTOCK,
|
PolicyCode = WmsWareHouseConst.POLICY_YCLOUTSTOCK,
|
||||||
qcres_list = new List<string>() { "vergeOk", "ok" }
|
qcres_list = input.biz_type == WmsWareHouseConst.BIZTYPE_WmsRawmatOutstock_ID ? null : new List<string>() { "vergeOk", "ok" }
|
||||||
};
|
};
|
||||||
|
|
||||||
List<WmsCarryH> items = await OutStockStrategy(outStockStrategyInput);
|
List<WmsCarryH> items = await OutStockStrategy(outStockStrategyInput);
|
||||||
|
|||||||
Reference in New Issue
Block a user