lu
2025-05-30 e3b7fd23fa49bc0329e43d274d9a3e0563e4420d
DevApp/Gs.DevApp/DevFrm/QC/JyxmShow.cs
@@ -92,7 +92,7 @@
                }
                var _obj = new
                {
                    sourceGuid = UtilityHelper.ToGuid(_sourceGuid),
                    sourceGuid = UtilityHelper.ToGuid(sourceGuid),
                    itemGuids = _sbGuids.ToString(),
                    iqcType = this.strType,
                };
@@ -152,7 +152,9 @@
        /// <param name="pageSize">每页几条</param>
        private void getPageList(int curPage)
        {
            gcMain.DataSource = null; var _sbSqlWhere = UtilityHelper.GetSearchWhere(_filterList);
            gcMain.DataSource = null;
            var _sbSqlWhere = UtilityHelper.GetSearchWhere(_filterList);
            //_sbSqlWhere += "  and q.guid is  null";
            var pgq = new PageQueryModel(curPage, this.pageBar1.RowsCount, "item_no", "asc", "", _sbSqlWhere.ToString(), strType);
            var json = JsonConvert.SerializeObject(pgq);
            try