iqc
lu
2025-04-22 f090facc03df282747691d6295229a25583f9712
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