bug
This commit is contained in:
@@ -2150,14 +2150,14 @@ namespace Tnb.ProductionMgr
|
||||
List<Dictionary<string, object>> erpRequestDataDetails = new List<Dictionary<string, object>>();
|
||||
erpRequestDataDetails.Add(new Dictionary<string, object>()
|
||||
{
|
||||
["bbchkflag"] = "N",
|
||||
["bbhasbckfled"] = "N",
|
||||
["bbhaspicked"] = "N",
|
||||
["bbinstock"] = "N",
|
||||
["bbisempass"] = "N",
|
||||
["bbotherreject"] = "N",
|
||||
["bbsetmark"] = "N",
|
||||
["bbstockbycheck"] = "N",
|
||||
["bbchkflag"] = false,
|
||||
["bbhasbckfled"] = false,
|
||||
["bbhaspicked"] = false,
|
||||
["bbinstock"] = false,
|
||||
["bbisempass"] = false,
|
||||
["bbotherreject"] = false,
|
||||
["bbsetmark"] = false,
|
||||
["bbstockbycheck"] = false,
|
||||
["cbastunitid"] = "",
|
||||
["cbbomversionid"] = "",
|
||||
["cbdeptid"] = "",
|
||||
|
||||
Reference in New Issue
Block a user