diff --git a/WarehouseMgr/Tnb.WarehouseMgr/WareHouseService.cs b/WarehouseMgr/Tnb.WarehouseMgr/WareHouseService.cs index 3ac1d3a0..7d247735 100644 --- a/WarehouseMgr/Tnb.WarehouseMgr/WareHouseService.cs +++ b/WarehouseMgr/Tnb.WarehouseMgr/WareHouseService.cs @@ -248,11 +248,9 @@ namespace Tnb.WarehouseMgr public async Task CheckPut(CheckPutInput input) { Dictionary putdic = new Dictionary(); - putdic.Add("SSX-021-005", new string[] { "CS05", "ConveyorAllowPutEmptyBox" }); - putdic.Add("SSX-021-006", new string[] { "CS06", "ConveyorAllowPutEmptyBox" }); - // Dictionary getdic = new Dictionary(); - // getdic.Add("SSX-021-005", new string[] { "CS05", "FullBoxAllowGet" }); - // getdic.Add("SSX-021-006", new string[] { "CS06", "FullBoxAllowGet" }); + + putdic.Add("SSX-021-006", new string[] { "YTCS", "AllowEmptyIn_CS06" }); + var strs = new string[] { }; if (!putdic.ContainsKey(input.targetName)) @@ -309,8 +307,8 @@ namespace Tnb.WarehouseMgr { Dictionary putdic = new Dictionary(); Dictionary getdic = new Dictionary(); - getdic.Add("SSX-021-005", new string[] { "YTCS", "AllowFullOut_CS05", "true" }); - putdic.Add("SSX-021-006", new string[] { "YTCS", "", "" }); + getdic.Add("SSX-021-005", new string[] { "YTCS", "FullOut_CS05Done", "true" }); + putdic.Add("SSX-021-006", new string[] { "YTCS", "EmptyIn_CS06Done", "true" }); if (action == "LOAD")//取货 { if (getdic.Keys.Contains(disTask.startlocation_code))