cdk
9 天以前 cc286e3641ef72fe7cb1312487a6d4e40bda81fe
DevApp/Gs.DevApp/DevFrm/PDA/SelectUser.cs
@@ -11,6 +11,9 @@
namespace Gs.DevApp.DevFrm.PDA
{
    /// <summary>
    /// 仓库分区绑定
    /// </summary>
    public partial class SelectUser : DevExpress.XtraEditors.XtraForm
    {
        private readonly string _webServiceName = "User/";
@@ -65,15 +68,18 @@
                          "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);
                }
            };
        }
@@ -112,7 +118,7 @@
            }
            catch (Exception ex)
            {
                MsgHelper.Warning("提示:" + ex.Message);
                MsgHelper.ShowError("提示:" + ex.Message);
            }
        }
    }