lu
5 天以前 03f58ebd3b16db1a1bfcb69f7557e3a9b39ba521
DevApp/Gs.DevApp/DevFrm/PDA/SelectZZ.cs
@@ -16,14 +16,12 @@
{
    public partial class SelectZZ : DevExpress.XtraEditors.XtraForm
    {
        private readonly string _webServiceName = "MesWorkshopLineManager/";
        private readonly string _webServiceName = "Organization/";
        private string userGuid = "";
        /// <summary>
        /// 
        /// </summary>
        /// <param name="_suppId">供应商</param>
        /// <param name="_receiveOrgId">收料组织</param>
        /// <param name="_isWw">是否委外</param>
        /// <param name="_userGuid"></param>
        public SelectZZ(string _userGuid)
        {
            InitializeComponent();
@@ -46,7 +44,7 @@
                    foreach (DataRow dr in dt.Rows)
                    {
                        string checkBox = dr["chkInt"].ToString();
                        string _guid = dr["guid"].ToString();
                        string _guid = dr["fid"].ToString();
                        if (Gs.DevApp.ToolBox.UtilityHelper.ToCheck(checkBox))
                        {
                            if (sbList.Length > 0)
@@ -59,7 +57,7 @@
                {
                    userGuid = Gs.DevApp.ToolBox.UtilityHelper.ToGuid(userGuid),
                    bindGuidslist = sbList.ToString(),
                    fType = "过站时绑定线体",
                    fType = "组织",
                };
                try
                {
@@ -90,7 +88,7 @@
        private void getPageList(int curPage)
        {
            var _sbSqlWhere = "";
            var pgq = new PageQueryModel(curPage, 999999, "a.line_no", "asc", "", _sbSqlWhere.ToString(), userGuid);
            var pgq = new PageQueryModel(curPage, 999999, "a.FNumber", "asc", "", _sbSqlWhere.ToString(), userGuid);
            var json = JsonConvert.SerializeObject(pgq);
            try
            {