lu
2025-08-03 b9351bcb7d8c5d1ff597dfa5dc5297652497a93e
DevApp/Gs.DevApp/DevFrm/PDA/SelectCk.cs
@@ -40,7 +40,7 @@
                    foreach (DataRow dr in dt.Rows)
                    {
                        string checkBox = dr["chkInt"].ToString();
                        string _guid = dr["guid"].ToString();
                        string _guid = dr["depotId"].ToString();
                        if (Gs.DevApp.ToolBox.UtilityHelper.ToCheck(checkBox))
                        {
                            if (sbList.Length > 0)
@@ -55,22 +55,23 @@
                    bindGuidslist = sbList.ToString(),
                    fType = "仓库",
                };
                try
                {
                    var strJson = UtilityHelper.HttpPost("",
                          "MesSysPageviewManager/SetUserBind",
                        JsonConvert.SerializeObject(_obj));
                    var _rtn = UtilityHelper.ReturnToDynamic(strJson);
                    MsgHelper.Warning("提示:" + _rtn.rtnData.outMsg);
                    if (_rtn.rtnCode > 0)
                    {
                        MsgHelper.ShowInformation("提示:" + _rtn.rtnData.outMsg);
                        this.Close();
                    }
                    else
                        MsgHelper.ShowError("提示:" + _rtn.rtnData.outMsg);
                }
                catch (Exception ex)
                {
                    MsgHelper.Warning("提示:" + ex.Message);
                    MsgHelper.ShowError("提示:" + ex.Message);
                }
            };
        }
@@ -109,7 +110,7 @@
            }
            catch (Exception ex)
            {
                MsgHelper.Warning("提示:" + ex.Message);
                MsgHelper.ShowError("提示:" + ex.Message);
            }
        }
    }